/*
Theme Name: Blue China
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Sunny Zandro Uy
Author URI: 
Tags: blue, custom header, fixed width, two columns, widgets

	Blue China

	This theme was designed and built by Rene Guillen

*/
 

body {
	background:#019ef9 url(images/bodybg.jpg) repeat-x;
	font:normal 11px Verdana;
	padding:0px;
	margin:0px;
}

#footer {
	background:url(images/bottombg.png) bottom center no-repeat;
	border:0px solid black;
	padding-bottom:120px;
}
#content {
	margin:0 auto;
	background-color:white;
	width:900px;
	border:0px solid black;
	padding-left:50px;
}
#left-column {
	width:555px;
	float:left;
	/*margin-left:50px;*/
}
#right-column {
	width:270px;
	float:right;
	margin-right:25px;
}

/* LINKS */
a{
	color:#0252b4;
	text-decoration:none;
}

a:hover{
	color:#d28915;
}

a:hover img {
	filter:alpha(opacity=50);
	opacity:0.5;
}
a img {
	border:0px solid transparent;
}

/********************/
/***** POSTS  *****/
/********************/
.post{
	background:white;
	padding:0px 15px 5px 15px;
}

.post .first_post{
	background:#e9e9e9;
}

.post h1, .post h1 a{font:normal 20px arial;
	color:black;
	text-decoration:none;
	border:0px solid black;
	margin:0px;
}

h2{
font:normal 18px arial;
}

h3{
font:normal 16px arial;
}

.post h2{
	margin:3px 0px;
}

.post h2 a{
	font:normal 18px arial;
	color:black;
	text-decoration:none;
}

.post h2 a:hover{
	color:#d28915;
}

.post .posted_date {
	text-align:left;
	font:normal 9px verdana;
	color:#91a9b3;
}

.post img{
	padding:0px 10px 10px 0px;
}

.post h3#comments{
	font:bold 13px arial;
	color:#333;
	margin-top:15px;
}

#sidebar ul{
	margin:0px;
	padding:0px;
}

#sidebar ul ul{
	margin:10px 0px 10px 30px;
	padding:0px;
}

#sidebar li{
	list-style:none;
}

#sidebar li a{
	font:normal 11px verdana;
	color:#000;
}