/*  

Theme Name: SimpleZEN
Theme URI: http://www.piton-global.com/resource68.html
Description: A clean, Adsense-optimized 3 column theme
Version: 0.1
Author: Call Center Outsourcing Philippines
Author URI: http://www.piton-global.com/resource68.html

*/

/*************************************
 + General
 *************************************/
*{
	padding: 0;
	margin: 0;
}
body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top; 
	text-align: center;
	font-family: "trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
}
img{
	border: 0;
}
.noshow{
	display: none;
}

a, a:active, a:visited{
	color: #006699;
	text-decoration: none;
}
a:hover{
	color: #CC0000;
}
.clear{
	clear: both;
}
li{
	list-style-type: none;
}
/*************************************
+ Design
*************************************/

#wrapper{
	width: 990px;
	text-align: left;
	margin: auto;
}

#sitename a{
	color: #fff !important;
}
#nav{
	height: 53px;
	overflow: hidden;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: bold;


}
#nav ul{

}
#nav li{
	list-style: none;
	float: left;
}
#nav a{
	padding: 20px 10px;
	display: block;
	text-decoration: none;
	color: #A3AEBA;
}
#nav a:hover{
	background-color: #4e607b;
	color: #fff;
}
.page_item a{
	color: #A3AEBA;
}
.page_item a:hover{
	color: #fff;
}
.current_page_item{
	background-color: #544a65;
}
.current_page_item a{
	color: #fff;
}

#headerimg{
	background: url(images/headerimg.jpg) no-repeat left 15px;
	height: 164px;
	padding-top: 15px;
	clear: both;
}
#logo{
	float: left;
	width: 613px;
}
#welcome{
	float: right;
	width: 355px;
	padding-top: 55px;
	font-size: 11px;
}
#bar{
	padding-top: 7px;
}
#feeds{

	height: 30px;
	float: left;
	width: 610px;
	overflow: hidden;
}

#feeds li{
	list-style: none;
	float: left;
	padding-top: 2px;
}
#searchbox{
	width: 370px;
	float: right;
}
#searchform{
	
}
#searchform, #s,  #searchsubmit{
	margin: 0;
}
#s{
	border: 1px solid #ccc;
	width: 100%;
	padding: 4px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	margin-top: 3px;
}
#searchsubmit{
	display: none;
}

#container{
	clear: both;
	padding: 20px 0px;
}
#container h2{
	font-size: 28px;
}
#container h3{
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
#contents{
	width: 600px;
	float: left;
	overflow: hidden;
}
	.post{
		clear: both;
	}
	.entrytitle{
		border-bottom: 1px solid #43637b;
		letter-spacing:-1px;
	}
	.entrytitle a{
		color: #000;
	}
	.entrytitle a:hover{
		color: #FFCB3F;
	}
	.postcontent{
		float: right;
		width: 430px;
		padding: 10px 0px 10px 0px;
	}
	.postcontent p{
		line-height: 150%;
		padding: 0px 0px 7px 0px;
		text-align:left;
		color: #333;
		font-size: 13px;
	}
	.postmeta{
		float: left;
		width: 140px;
		color: #666;
	}
	.postmeta ul{
		padding: 5px 0px;
	}
	.postmeta li{
		list-style: none;
		border-bottom: 1px dotted #aaa;
		margin: 3px 0px;
	}
	.metadata li{
		float: left;
		margin-right: 10px;
		list-style: none;
	}
	.metadata{
		clear: both;
		border-top: 1px dotted #ddd;
		border-bottom: 1px solid #5383ba;
		padding: 5px 0px;
	}
	.timestamp{
		background-image: url(images/calendar.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 18px;
	}
	.filed{
		background-image: url(images/folder.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 18px;
	}
	.user{
		background-image: url(images/user.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 18px;
	}
	.taglist{
		background-image: url(images/tag_blue.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 18px;
	}
	.comment_count{
		background-image: url(images/comment.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 18px;
	}
	
	.aside .entrytitle{
		font-weight: normal;
		font-size: 18px !important;
	}
	.aside{
		font-size: 12px;
		color: #777;
	}
	.aside p{
		line-height: 14px;		
	}
	.aside .timestamp{
		float: right;
		background: none;
		padding: 0;
	}
	.asidecontent{
		padding: 10px 0px;
		width: 430px;
		margin: 0px 0px 0px auto;
	}
#sidebar_1{
	width: 200px;
	float: left;
	margin: 0px 15px;
}
#sidebar_1 li, #sidebar_2 li{
	list-style: none;
	border-bottom: 1px dotted #5383ba;
	margin: 0px 0px 3px 0px;
}
#sidebar_1 h2, #sidebar_2 h2{
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px solid #4e637b;
	text-align: right;
	text-transform:uppercase;
	line-height: 20px;
	margin-bottom: 10px;
}
#sidebar_2{
	width: 155px;
	float: right;

}

#footer{
	clear: both;
	border-top: 2px solid #4E637B;
}

.feedTitle{
	border-bottom: 1px dotted #FFCB3F;
	text-transform: uppercase;
	background-image: url(images/package_link.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 18px;
}
.feedTitle a{
	color: #7F1F00;
}
.feedTitle a:hover{
	color: #000;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;
}
.commentsblock textarea{
	width:24em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	color: #4b4b4b;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
	font-size:1.6em;
}