@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("basic.css");
@import url("comment.css");

a,a:visited{
	color:#0099CC;
	text-decoration:none;
	}
a:hover{
	color:#0066FF;
	}
body{
	background:#FFFFFF url(images/bg-body.jpg) top center no-repeat;
	font-family:'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Lucida,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#666666;
	line-height:20px;
	}

h2,h3,h4,h5,h2 a,h2 a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#660000;
	margin:0 0 10px 0;
	}
h1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:42px;
	font-weight:normal;
	margin:0 0 10px 0;
	}
/* LayOut */
#top{
	color:#FFFFFF;
	height:45px;
	background:#000000 url(images/bg-top.jpg) repeat-x;
	text-align:right;
	}
#top-container{
	width:985px;
	margin:0 auto;
	}
#page-menu{
	float:right;
	text-transform:uppercase;
	font-size:16px;
}
#title{
	margin-bottom:20px;
	}
#page-menu a, #page-menu a:visited{
	color:#FFFFFF;
	}
#page-menu a:hover{
	color:#CCCCCC;
	}
#top ul{
	padding-top:10px;
	list-style:none;
}
#top ul li{
	float:left;
	padding-left:20px;
	height:30px;
	}
#search-box{
	float:left;
	padding-top:10px;
	}

#container{
	width:975px;
	margin:20px auto 0 auto;
	background:transparent url(images/pencils.jpg) right top no-repeat;
	}
#header{
	height:250px;
	margin-bottom:40px;
	}
#title-text{
	margin-left:100px;
	width:500px;
	}
#title-text h1{
	color:#003366;
	}
#title .logo{
	float:left;
	}
#highlight{
	width:550px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-transform:uppercase;
	line-height:38px;
	color:#666666;
	}

#category-menu{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:14px;
	padding-bottom:20px;
	margin-bottom:20px;
}

#category-menu a,#category-menu a:visited{
	color:#0099CC;
	}
#category-menu a:hover{
	color:#663300;
	}

#main{
	width:605px;
	margin-bottom:20px;
	}
#category-menu ul{
	list-style:none;
	background-color:#FFFFFF;
	}
#category-menu>ul>li{
	float:left;
	padding-right:20px;
	position:relative;
	}
#category-menu>ul>li>ul{
	display:none;
	margin-top:-1px;
	padding-top:1px;
	position:absolute;
	}
#sidebar{
	float:right;
	width:350px;
	margin-bottom:20px;
	}

#sidebar>div{
	margin-bottom:20px;
	}
#sidebar p{
	padding:5px;
	color:#006699;
	}
#sidebar a,#sidebar a:visited{
	color:#660000;
	}
#sidebar a:hover{
	color:#0066CC;
	}
#sidebar .tab-title a{
	display:block;
	height:25px;
	text-align:center;
	width:100px;
	line-height:25px;
	color:#663300;
	background-color:#EAE7B0;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	}

#sidebar .tab-title a.tab-active{
	background-color:#F8F7E5;
	}
a.tab-active{
	background-color:#F2F2F2;
	}
#content-footer{
	margin-bottom:50px;
	}
#content-footer h2 a,#content-footer h2 a:visited,#content-footer h3 a,#content-footer h3 a:visited,#content-footer div a,#content-footer div a:visited{
	color:#003366;
}
#content-footer h2 a:hover,#content-footer h3 a:hover,#content-footer div.bold a:hover{
	color:#0066CC;
}
#content-footer a:hover{
	color:#0066CC;
}

#bottom{
	padding-top:200px;
	text-align:center;
	font-size:11px;
	color:#CCCCCC;
	background-color:#242321;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
#bottom a,#bottom a:visited,#bottom h2,#bottom h3{
	color:#FFFFCC;
	}
#footer{
	width:995px;
	color:#FFFFFF;
	margin:0 auto 20px;
	padding-top:30px;
	text-align:left;
	-moz-border-radius:2px;
	}

.cat-content-left,.cat-content-right,.cat-content-center{
	width:300px;
	}
.cat-content-left{
	float:left;
	
	}
.cat-content-right{
	float:right;
	
	}
.cat-content-center{
	margin:0 auto;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:0 20px;
	}
/* Style */
input.search-text{
	background:transparent url(images/bg-search.png) no-repeat;
	border:none;
	font-size:16px;
	height:25px;
	width:200px;
	padding:0 5px;
	}
input.search-button{
	color:#FFFFFF;
	vertical-align:top;
}
.sub-text,a.sub-text{
	font-size:0.6em;
	color:#999999;
	}
.tab-container{
	position:relative;
	height:450px;
	}
.tab-content{
	position:absolute;
	background-color:#F8F7E5;
	height:430px;
	padding:5px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
}

.tab-hide{
	display:none;
}
.tab-content li{
	padding:5px 0;
	border-bottom:1px dashed #CCCCCC;
	}

.tab-title a,.tab-visited a:visited{
	color:#333333;
	font-weight:bold;
	padding:0 5px;
	}
.first-post{
	background:transparent url(images/bg-first-post.png) no-repeat;
	height:300px;
	padding:70px 40px 40px 60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#663300;
	position:relative;
	margin-left:-10px;
	}
.post{
	padding-right:20px;
	margin-bottom:20px;
	}
.post-title{
	margin:0 0 0 50px;
	}
.post-title a,.post-title a:visited{
	color:#663300;
	}
.post-title a:hover{
	color:#FF9900;
	}
.img-read-more{
	position:absolute;
	right:50px;
	bottom:40px;
	}
.first-post .post-content{
	margin:0 0 20px 50px;
	text-align:justify;
	}
.post-content{
	margin-bottom:20px;
	text-align:justify;
	}
.post-content p{
	margin-bottom:15px;  
}  
.first-post .post-meta{
	margin-left:50px;
	}

.post-meta{
	font-size:11px;
	margin-bottom:10px;
	}	

.page-content{
	text-align:justify;
	}
.post-content ul,.post-content ol,.page-content ul,.page-content ol{
	margin:10px 0 10px 35px;
}
.post-footer ul,.post-footer ol{
	margin:10px 0 10px 20px;
}
.post-content ul li,.post-content ol li,.page-content ul li,.page-content ol li{
	margin:10px 0;
	}
.post-date{
	margin:0 5px;
	}
.single-post-title{
font-size:30px;
line-height:34px;
}
.single-post-date{
	background-color:#F8F7E5;
	color:#666666;
	padding:3px 5px;
	margin:0pt 10px 0pt 0pt;
	-moz-border-radius:2px;
	}
.post-day{
	text-align:center;
	font-size:25px;
	}
.single-post-date .post-day{
	background-color:#FFFFFF;
	color:#666666;
	margin:0 -2px 0-2px;
	padding:2px;
	height:25px;	
	line-height:25px;
}
.post-footer{
	margin-bottom:20px;
}
.post-month{
	text-align:center;
	font-size:10px;
	line-height:14px;
	}
.post-comment-count{
	float:right;
	text-align:right;
	}


ul.other-posts {
	list-style:none;
	}
ul.other-posts>li{
	padding:2px;
	line-height:20px;
	}
ul.other-posts>li.alt-list{
	background-color:#F8F7E5;
	}
.footer-other-title{
	font-size:1.2em;
	line-height:1.4em;
	text-transform:uppercase;
	}
.other-post-desc{
	font-size:10px;
	color:#999999;
	}
ul.underline-list{
	border-top:1px dashed #999999;
	}
ul.underline-list li{
	border-bottom:1px dashed #999999;
}
.line-footer{
	margin:20px 0;
	border-top:1px solid #EAE7B0;
	background-color:#F8F7E5;
	height:5px;
	}
.first-cat-post{
	margin-bottom:20px;
	min-height:370px;
	background-color:#F8F7E5;
	border:1px solid #EAE7B0;
	padding:5px 8px;
	color:#666666;
	-moz-border-radius:2px;
	}
ul.children{
	padding:5px;
	z-index:99;
	border:1px solid #CCCCCC;
	width:180px;
	line-height:25px;
	}

.column{
	width:275px;
	}
.button img{
	margin-bottom:10px;
	}
.footer-messages{
	padding-top:30px;
	}
#sidebar .widget ul{
	list-style:none;
	line-height:30px;
	}
#footer .widget ul{
	margin-left:20px;
	line-height:30px;
	}
.widget{
	margin-bottom:20px;
	}
.widget p{
margin-bottom:10px;
}
#sidebar .widget h3{
	border-bottom:1px dashed;
	line-height:38px;
	}
#sidebar .widget li{
	border-bottom:1px dashed;
	}
.navigation div{
	width:275px;
	}
#sidebar .side-sub-text,#sidebar .side-sub-text a,#sidebar .side-sub-text a:visited{
	font-size:11px;
	color:#999999;
	}
.navigation{
	margin-top:20px;
	}
.powered{
	margin-top:20px;
	}
.contact-form textarea{
	width:450px;
	}