/* This controls the width of the fluid width layouts */

div.fluid
{
width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 950px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
text-transform: lowercase;
}

h3,h4,h5,h6
{
color: #184366;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img { border:0; }

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: underline;
color: #F16C00;
}

a:hover
{
color: #585858;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

p
{
line-height: 1.8em;
}

/* Header */

#header
{
width:100%;
height:80px;
background: #440000 url('images/n1.gif') left bottom  repeat-x;
}

#header_inner
{
position: relative;
width: 950px;
height:80px;
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
bottom: 0.6em;
}

#logo h1
{
display: inline;
color: #fff;
font-size: 2.6em;
}

#logo h1 a
{
display: inline;
color: #fff;
text-decoration:none;
}
#logo h1 a:hover {
text-decoration:underline;
}

#logo h2
{
display: inline;
padding-left: 0.5em;
color: #D2DCE5;
font-size: 1.0em;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 1.1em 1.4em 1.0em 1.4em;
background: #fff url('images/n4.gif') repeat-x;
border: solid 1px #fff;
color: #616161;
font-weight: bold;
font-size: 1.0em;
text-transform: lowercase;
text-decoration: none;
}

#menu li a.active
{
background: #FF790B url('images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
}

/* Main */

#main
{
background: #fff url('images/n2.gif') 0px 1px repeat-x;
}

#main_inner p
{
text-align: justify;
margin-bottom: 2.0em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

#main_inner .article_info
{
position: relative;
height:40px;
}

#main_inner .article_info h3
{
position: relative;
font-size: 1.7em;
padding-bottom: 1.2em;
}

#main_inner .article_info ul.post_info
{
list-style: none;
font-size: 11px;
font-family:"돋움";
color:#666;
}

#main_inner .article_info ul.post_info li
{
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
padding-bottom:10px;
}

#main_inner .article_info ul.post_info li.date
{
background-image: url('images/n5.gif');
}

#main_inner .article_info ul.post_info li.comments
{
background-image: url('images/n6.gif');
margin-left: 1.1em;
}
#main_inner .article_info ul.post_info li a { font-family:"돋움"; color:#666; }

/* Footer */

#footer
{
position:relative;
width: 950px;
margin: 0 auto;
padding: 0 0 30px 0;
text-align: center;
clear: both;
border-top: solid 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
text-transform: lowercase;
}

/* Search */

input.button
{
background: #FF790B url('images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
font-family:"trebuchet ms",helvetica,sans-serif;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
height:12px;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
position: absolute;
top: 0em;
left: 0em;
width: 10.5em;
}

#search input.button
{
position: absolute;
top: 0em;
right: 0em;
min-width: 2.0em;
max-width: 2.5em;
cursor:pointer;
}

/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	#content
	{
	position: relative;
	margin-right: 16em;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -16em;
	padding-right: 2em;
	}

	#columnA_3columns h3 a 
	{
	font-family:"돋움";
	color: #184366;
	text-decoration:none;
	}

	#columnA_3columns .article 
	{
	font-family:"굴림";
	font-size:12px;
	line-height:20px;
	}



	
	/* Secondary Content */
	
	#secondaryContent_3columns
	{
	float: right;
	}
	
	#sidebar
	{
	width: 13.5em;
	float: left;
	padding: 0em 0em 0.5em 1.5em;
	border-left: dotted 1px #E1E1E1;
	}
	#sidebar li 
	{
	font-family:"굴림",gulim;
	}
	
/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 17em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}

/* LAYOUT - COLUMNLESS */

	/* Primary content */
	
	#primaryContent_columnless
	{
	position: relative;
	}
	
	#columnA_columnless
	{
	position: relative;
	width: 100%;
	}


#RssIcon a { 
	position:absolute;
	top:18px;
	left:508px;
	display:block;
	height:82px;
	width:76px;
	overflow:hidden;
	text-indent:-1000em;
	background: url('images/rss.png') no-repeat;
	z-index:999;
}

/* 태그로그 */
#main_inner .nonEntry li a
#taglog ul {margin:16px 20px 30px 20px; }
#taglog li {line-height:22px; vertical-align:middle; display:inline; }
#taglog li .cloud1 { /* 가장 빈도수가 높은 태그 */
	font-weight:bold;  
	font-size:19px;
}
#taglog li a { color:#333 !important; }
#taglog li .cloud2 { 
	font-weight:bold;  
	font-size:17px;
}
#taglog li .cloud3 { 
	font-size:15px;
}
#taglog li .cloud4 { 
	font-size:13px;
}
#taglog li .cloud5 { 
	font-size:11px;  
}

/* 태그 사이드  */
#side_tag li { display:inline; vertical-align:middle; }
#side_tag li .cloud1 { /* 가장 빈도수가 높은 태그 */
	font-size:16px;
}
#side_tag li .cloud2 { 
	font-weight:bold;  
	font-size:14px;
}
#side_tag li .cloud3 { 
	font-size:12px;
}
#side_tag li .cloud4 { 
	font-size:12px;
}
#side_tag li .cloud5 { 
	font-size:12px;  
}

/* 페이지 */
#paging {margin:19px 0 13px 0; text-align:center; }
.numbox a span {padding:0px 5px 0px 3px; }
#paging a, #paging span {color:#5C5C5C; font:12px verdana;}
#paging span.selected { /* 현재 페이지 */
	background-color:#F16C00;
	color:#fff;
}

#treeComponent td { cursor:pointer; }
#content { font-family:"굴림",gulim; }
#content a { color:#333; text-decoration:none; }
#content a:hover { text-decoration:underline; }

#main_inner .nonEntry { padding:12px 0 12px 0; border-bottom:dotted 1px #E1E1E1; margin-bottom:30px; } 
#main_inner .nonEntry h3 { font-family:"굴림",gulim; font-size:12px; font-weight:bold; letter-spacing:0px; height:22px; }
#main_inner .nonEntry li { padding:2px 0 2px 0; list-style:none; }
#main_inner .nonEntry li a { color:#F16C00; text-decoration:underline; }

#content .tagTrail { height:30px;  }
#content .tagTrail span { font-family:"trebuchet ms",helvetica,sans-serif; font-weight:bold; } 
#content .tagTrail a { font-size:11px; font-family:"돋움",dotum; color:#F16C00; text-decoration:underline; }


#main_inner .imageblock { text-align:center; }
#main_inner .imageblock p.cap1 {  text-align:center; font-size:11px; font-family:"돋움",dotum; }




#content .comment { position:relative; }
#content .comment h3 { font-family:"돋움",dotum; font-size: 11px; overflow:hidden; display:block; border:0; }
#content .comment ol { padding:0px; }
#content .comment ol li { list-style:none; border-top: dotted 1px #E1E1E1; }
#content .comment ol li p { padding:10px; margin:0; }
#content .comment ol li .floatWrapper { padding-bottom:10px; }
#content .comment ol li .name { font-size: 11px; font-family:"돋움"; color:#999; font-weight:bold; padding:10px 0 5px 0; }
#content .comment ol li .date { font-size: 11px; font-family:"돋움"; color:#999; }
#content .comment ol li .control,
#content .comment ol li .control a { font-size: 11px; font-family:"돋움"; color:#999; }
#content .comment ol li ul li { padding-left:40px; }
#content .comment ol li ul li { border:0; }


#content .comment .commentWrite { margin:0px;  border-top: dotted 1px #E1E1E1; padding-top:10px; }
#content .comment .commentWrite textarea { width:100%; border: solid 1px #E1E1E1; }
