@charset "utf-8";
/*  
Theme Name: Xesta Vivid
Theme URI: http://www.thehammer.co.kr/
Description: A two column theme.
CSS Write Rules: Area Properties(Width & Height / Margin / Padding) > Font & Image Properties > Align Properties > Style Properties
Version: 1.0
Author: The Hammer Company 정현화
Author URI: http://www.thehammer.co.kr/
*/


/* Generic
---------------------------------------------------------------------------------*/

	

	
#header { 
    width: 960px; 
	margin: 20px 0px 10px 0px; 
	padding: 0; 
	}


#nav { 
    width: 936px; 
	height: 90px; 
	margin: 0px auto; 
	padding: 0px 12px 0px 12px; 
	background:url(../images/vivid/top-bar.png) no-repeat; 
	}
	
#nav-left { 
    width: 640px; 
	margin: 0px auto; 
	padding:0px; 
	clear:both; 
	float:left; 
	}
	
#nav-right { 
    width: 282px; 
	margin:64px 0px 0px; 
	padding:0px; 
	clear:both; 
	float:right; 
	}
	
#wraper { 
    width:948px; 
	margin: 0px auto; 
	padding: 10px 12px 0px 0px; 
	background: #579ecb url(../images/vivid/top-right.gif) no-repeat center top; 
	clear:both; 
	}
	
#leftcol { 
    width: 620px;
	padding: 20px 17px 40px 17px; 
	background: #ffffff; 
	float: left; 
	overflow: hidden; 
	}
	
#rightcol { 
    width: 282px; 
    float: right; 
    }
	
#footer { 
    width: 936px; 
	margin: 0px auto; 
	padding: 5px 12px 12px 12px; 
	background: #202020; 
	color:#999999; 
	clear:both; 
	}

.footer_leftcol{
	width:195px;
	margin-right: 16px;
	float:left;
}

.footer_rightcol {
	width:400px;
	margin-top: 10px;
	float:right;
}

.footer_rightcol a, .footer_rightcol a:visited {
	color:#4E9F9F;
}
.footer_nav {
	float:right;
	margin: 20px 0px 0px;
	padding:0px;
	font-size:90%;
}


/* Navigation with XE Modules
---------------------------------------------------------------------------------*/
#main-nav { width: 100%; margin:16px 0px 0px 0px; padding:0px; list-style:none; line-height:0px; float:left; clear:both; }
#main-nav ul { margin: 0px; padding:0px; list-style:none; line-height:0px; float:left; clear:both; }
#main-nav li { margin-right: 6px; float:left; }
#main-nav li a { width: 95px; height: 20px; padding: 6px 0px 0px 0px; background: url(../images/vivid/btn-default.gif) no-repeat;  font: 11px Arial; color: #ffffff; font-weight: bold; text-decoration:none; text-align: center; display:block; float:left; }
#main-nav li a:hover { background: url(../images/vivid/btn-over.gif) no-repeat; color: #000000; font-weight: bold; }
#main-nav li a.on { background: url(../images/vivid/btn-over.gif) no-repeat; color: #000000; font-weight: bold; }


/* Mini Navigation with XE Modules
---------------------------------------------------------------------------------*/
#miniNav { width: 100%; height: 20px; margin-top: 28px; font: 90% Tahoma; float:left; }
#miniNav a { color:#ffffff; text-decoration: none; }
#miniNav a:visited { color:#ffffff; text-decoration: none; }
#miniNav a:hover { color:#000000; text-decoration: none; }
a.mini-blogroll { padding: 0px 10px 0px 17px; background: url(../images/vivid/mini-blogroll.gif) no-repeat left center; }
a.mini-xhtml { padding: 0px 10px 0px 17px; background: url(../images/vivid/mini-xhtml.gif) no-repeat left center; }
a.mini-css { padding: 0px 10px 0px 17px; background: url(../images/vivid/mini-css.gif) no-repeat left center; }
a.mini-rss { padding: 0px 10px 0px 17px; background: url(../images/vivid/mini-rss.gif) no-repeat left center; }
a.mini-blogwrite { padding: 0px 10px 0px 17px; background: url(../images/vivid/mini-blogwrite.gif) no-repeat left center; }
a.mini-user { padding: 0px 10px 0px 17px; background: url(../images/vivid/mini-user.gif) no-repeat left center; }
a.mini-admin { padding: 0px 10px 0px 17px; background: url(../images/vivid/mini-admin.gif) no-repeat left center; }
a.mini-setup { padding: 0px 10px 0px 17px; background: url(../images/vivid/mini-modify.gif) no-repeat left center; }
a.mini-layout-setup { padding: 0px 10px 0px 17px; background: url(../images/vivid/mini-layout-setup.gif) no-repeat left center; }
a.mini-layout-modify { padding: 0px 10px 0px 17px; background: url(../images/vivid/mini-layout-modify.gif) no-repeat left center; }
a.mini-signup { padding: 0px 10px 0px 17px; background: url(../images/vivid/mini-user.gif) no-repeat left center; }
a.mini-login { padding: 0px 10px 0px 17px; background: url(../images/vivid/mini-admin.gif) no-repeat left center; }
a.mini-logout { padding: 0px 10px 0px 17px; background: url(../images/vivid/mini-logout.gif) no-repeat left center; }
a.mini-skininfo { padding: 0px 10px 0px 17px; background: url(../images/vivid/mini-skininfo.gif) no-repeat left center; }


/* Layout - Paragraph
---------------------------------------------------------------------------------*/
:link { 
    color: #ff9900; 
    text-decoration: none; 
	}
	
a:visited { 
    color: #ff9900; 
	text-decoration: none; 
	}
	
a:hover, a:active { 
    color: #ff6600; 
	text-decoration: underline;
	}
	
p { margin: 0px 0px 14px; }

h5 {
    font-size: 12px;
    font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	color: #606a4f;
	padding-bottom: 2px;
	border-bottom: 1px dotted #9a9e8e; }


/* Layout - Text & Links
---------------------------------------------------------------------------------*/
.post { margin: 10px 0px 0px 0px; }

.postmeta { 
    clear:both; 
	padding-top: 2px;
	}
	
.postdate {
	margin: 0px 0px 0px 1px;
	background: url(../images/vivid/mini-date.gif) no-repeat left center;
	padding-left: 15px;
	padding-top: 1px;
	font-size: 0.9em;
	color: #999;
	float: left;
    }
	
.posturi { 
    font: 0.9em 돋움; 
    color: #999999; 
	list-style: none;
	}
	
.posturi li { line-height: 15px; }

.posturi li.post { 
    padding: 0px 0px 0px 17px; 
    background:url(../images/vivid/mini-post-uri.gif) no-repeat; 
	}
	
.posturi li.trackback { 
    padding: 0px 0px 0px 17px; 
	background:url(../images/vivid/mini-trackback-uri.gif) no-repeat; 
	}

.cat_heading {
	color: #abdeff;
	height:auto;
	margin: 1px 0 0 0;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 15px;
	border-bottom: 1px dotted #abdeff;
	font: normal 150% Tahoma, Arial, sans-serif;
	clear:both;
	text-transform:none;
}

.img_show {
	color: #abdeff;
	padding-top: 30px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 15px;
	border-bottom: 1px dotted #abdeff;
	font: normal 150% Tahoma, Arial, sans-serif;
	clear:both;
	text-transform:none;
}

.cat_heading-alt {
	color: #abdeff;
	margin: 80px 0 0 0;
	padding-bottom: 4px;
	font: normal 150% Tahoma, Arial, sans-serif;
	clear:both;
	text-transform:none;
}

.sidebar-half { width: 230px; float: left; }

.separator { margin-right: 15px; }

.popular-list { 
    font: 90% Tahoma; 
	padding: 0px; 
	margin: 5px 0px 10px; 
	list-style: none; 
	}
	
.popular-list li {
	margin: 0px;
	padding: 3px 0px 3px 15px; 
	background: url(../images/vivid/bullet-green.gif) no-repeat left top; 
	line-height: 130%; 
	list-style: none;
    }
.popular-list img { width:240px; height:60; margin:2px 0px 3px 0; border: 1px solid #E0E0E0;}	
	
.popular-list li a { color: #ffffff; list-style: none; text-decoration: none; }
.popular-list li a:visited { color: #ffffff; text-decoration: none; }
.popular-list li a:hover { color: #abdeff; text-decoration: none; }

.copyright {
	text-align:right;
	border-top: 1px solid #222222;
	font-size:85%;
	clear:both;
	margin:10px 0px 0px;
	color: #666666;
}

a.rss-mini { background: url(../images/vivid/rss-mini.gif) no-repeat left center; padding-left: 14px; color:#FFCC33;  text-decoration: none; margin-left: 10px; }
a.rss-mini:visited { color:#FFCC33; }
a.rss-mini:hover { color:#ffffff; text-decoration: none; }

a.sitemap-mini { background: url(../images/vivid/sitemap-mini.gif) no-repeat left center; padding-left: 14px; color:#3ba5cf; text-decoration: none; margin-left: 10px; }
a.sitemap-mini:visited { color:#3ba5cf; }
a.sitemap-mini:hover { color:#ffffff; text-decoration: none; }

a.validcss-mini { background: url(../images/vivid/validcss-mini.gif) no-repeat left center; padding-left: 13px; color:#FF9900;
text-decoration: none; margin-left: 10px; }
a.validcss-mini:visited { color:#FF9900; }
a.validcss-mini:hover { color:#ffffff; text-decoration: none; }

a.validhtml-mini { background: url(../images/vivid/validhtml-mini.gif) no-repeat left center; padding-left: 13px; color:#80c43d; text-decoration: none; margin-left: 10px; }
a.validhtml-mini:visited { color:#80c43d; }
a.validhtml-mini:hover { color:#ffffff; text-decoration: none;
}


/* Layout - Images
---------------------------------------------------------------------------------*/
div.image { margin: 1.2em 0; }

div.imagecenter {
	margin: 1.2em 0;
	text-align: center;
}

div.imagecenter img { margin: 0 auto; }

div.imageleft, img.imageleft {
	float: left;
	margin: 0 15px 0.2em 0;
	padding: 0;
}
 
div.imageright, img.imageright {
	float: right;
	margin: 0 0 0.2em 15px;
	padding: 0;
}

img.img_border, a img.img_border { border: 1px solid #E0E0E0; }

a:hover img.img_border{ border-color: #FF6600; }

/* ----- Fixed 2 Column Layout ----- */
.fixed .ce #body .e1,
.fixed .ec #body .e1{ width:306px; background-color:#579ecb;}
.fixed .ce #body #content,
.fixed .ec #body #content{ width:620px;}
.fixed .ce #body #content{ float:left; width:620px;}
.fixed .ec #body #content{ float:right;}
.fixed .ce #body .e1,
.fixed .ec #body .e1{ display:block;}
.fixed .ce #body .e1{ float:right; clear:right;}
.fixed .ec #body .e1{ float:left; clear:left;}

