﻿/**
 * written by mehi
 * for gallery lvs
 * v.1.1
 * 2008 august
 **/

/* here it starts!  */


body	{
		padding:0;
		margin:0;
		font-family: Sans-Serif;
		}

img 	{
		border:none;
		}
		
		
ul {
		list-style:none;
		margin:0;
		padding:0;
		}

li a	{
		text-decoration:none;
		}

#wrap	{
		width:800px;
		margin:0 auto;
		}

#top	{
		color:#fff;
		text-align:right;
		}

/*for logo*/	
#logo	{
		width:800px;
		height:78px;
		background:#fff url(logo_bg.png) no-repeat;
		}

		
/*main menu*/
#menu	{
		margin:-30px 0 0 0;
		width:665px;
		height:40px;
		}
		
#menu li	{
		margin:10px 0 20px 20px;
		float:left;
		}

#menu li a	{
		padding:3px;
		background-color:#E1001A;
		}

#menu ul a	{
		color:#fafafa;
		font-size:14px;
		font-weight:bold;
		font-family: Verdana, Sans-Serif;
		}
		
#submenu li a:hover, #submenu #sub a, #sublist li a:hover	{
		color:#E1001A;
		}

#menu li.sub a	{
		color:#ccc;
		}
		
#menu li.sub a:hover, #submenu li a, #sublist li a	{
		color:#666;
		}
		
#menu li a:hover, #menu #currentpage a	{
		background-color:#fafafa;
		color:#E1001A;
		}
		
#menu #subcur a	{
		background-color:#fafafa;
		color:#666;
		}


#title	{
		margin:20px 20px 0 20px;
		clear:left;
		font-family: Dotum, AppleGothic, "Malgun Gothic", Verdana, Sans-Serif;
		font-size:14px;
		}

#title li	{
		border-top:1px solid #eee;
		padding:5px 0 5px 0;
		}
		
#title li a	{
		color:#333;
		}
		
#title li a:hover	{
		color:#E1001A;
		background-color:#eee;
		}
		
.en		{
		font-family: Verdana, Sans-Serif;
		}

.date		{
		font-family: Verdana, Sans-Serif;
		font-size:12px;
		color:#E1001A;
		}
		
.subtitle		{
		font-size:12px;
		color:#E1001A;
		}

#submenu	{
		margin:0 20px 0 20px;
		padding:5px 0 5px 0;
		border-top:1px solid #eee;
		font-family: Verdana, Sans-Serif;
		}

#submenu li, #sublist li	{
		float:left;
		margin:0 10px 0 0;
		color:#ccc;
		font-size:12px;
		}

#submenu li a:hover	{
		border-bottom:1px solid #E1001A;
		}

#sublist	{
		margin:10px 0 0 20px;
		padding:10px 0 5px 0;
		font-family: Dotum, AppleGothic, "Malgun Gothic", Verdana, Sans-Serif;
		}


#content	{
		margin:30px 0 0 0;
		clear:both;
		padding:20px;
		background-color:#fafafa;
		border:1px solid #eee;
		}

h1, h2, h3, h4, h5, p, dl	{
		font-family: Dotum, AppleGothic, "Malgun Gothic", Verdana, Sans-Serif;
		}

p	{
		font-size:12px;
		color:#333;
		line-height:20px;
		margin:5px 0 15px 0;
		}
		
dl	{
		font-size:12px;
		color:#666;
		line-height:16px;
		background-color:#fff;
		}
		
dt		{
		color:#E1001A;
		margin:10px 0 5px 0;
		padding:0 0 0 8px;
		}
		
dt.date	{
		border-top:1px dotted #eee;
		border-bottom:1px dotted #eee;
		text-align:left;
		margin:30px 0 0 0;
		padding:5px 0 5px 10px;
		color:#666;
		background-color:#fff;
		}
		
dd		{
		color:#666;
		margin:0 0 0 30px;
		}

dd.image		{
		text-align:right;
		margin:5px;
		}

h2, h3	{
		font-size:16px;
		color:#999;
		}

h2		{
		margin:0 0 10px 0;
		}
		
h3		{
		margin:0;
		}

h4		{
		font-size:14px;
		color:#999;
		margin:0;
		font-weight:normal;
		}
		
h5	{
		font-size:12px;
		color:#999;
		margin:0;
		text-align:right;
		font-weight:normal;
		}

h6, .top	{
		margin:0;
		font-size:12px;
		font-family: Verdana, Sans-Serif;
		text-align:right;
		font-weight:normal;
		}
		
h6 a, .top a	{
		color:#f90;
		font-size:10px;
		text-decoration:none;
		}
		
.h5	{
		font-size:12px;
		color:#111;
		background-color:#fff;
		border:1px solid #f90;
		}
		
.left	{
		text-align:left;
		}

.caption	{
		margin:2px 0 20px 2px;
		font-size:12px;
		color:#666;
		}
		
.seperator	{
		margin:0 0 10px 0;
		text-align:center;
		}
		
.top	{
		bottom:100px;
		margin:0 0 0 -30px;
		position:fixed;
		}

small	{
		font-family: Verdana, Sans-Serif;
		}

sup a {
		color:#f90;
		font-size:10px;
		font-family: Verdana, Sans-Serif;
		text-decoration:none;
		}
	
sup a:hover, h6 a:hover, .top a:hover {
		border-bottom: 1px solid;
		}

#foot	{
		color:#ccc;
		background-color:#fafafa;
		clear:both;
		margin:60px 0 60px 0;
		padding:10px 20px;
		font-size:11px;
		line-height:150%;
		font-family: Verdana, Sans-Serif;
		}

.ko		{
		font-family: Dotum, AppleGothic, "Malgun Gothic", Verdana, Sans-Serif;
		}

