/*  
Theme Name: Bluschai
Theme URI: http://www.rolandli.com/
Description: Designed by <a href="http://www.rolandli.com">Roland Li</a><br> 
Version: 1
Author: Roland Li
Author URI: http://www.rolandli.com/
*/

body { 
	background: #ccffff url(images/header_bg.png) top center repeat-x;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	padding: 0px; 
	margin: 0px; 
	color:#35383d;
}

a,a:visited{
	color: #ff6600;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

h2 {
	color: #163F53;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 210%/110% "Trebuchet MS", Tahoma, Arial;
	/*padding-bottom: 2px;*/
}

h3 {
	color: #779d03;
	margin: 0px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #c1c9a6;
	font: normal 160% Tahoma, Arial, sans-serif;
	clear:both;
	text-transform:none;
}


img.img_border, a img.img_border {
	margin: 5px 5px 5px 5px;
	border: 1px solid #E3E3E3;
	padding: 8px;
	background: #FFFFFF;
}

a:hover img.img_border{
	border-color: #333;
}




#wrapper {
	width: 1024px;
	margin: 0 auto;
}





/* header ----------------------------------------------------------------------------------*/
#moving {background: url(images/header.png) no-repeat center top;}
#moving_l1 {background: url(images/moving_l1.png) 400px 0% repeat-x;}
#moving_l2 {background: url(images/moving_l2.png) 200px 0% repeat-x;margin: 0;padding: 0;width: 100%;}
#moving_l3 {background: url(images/moving_l3.png) -200px 0% repeat-x;}

#header{
	/*background: url(images/header.png) no-repeat center top;*/
	width: 1022px;
	height: 307px;
	margin: auto;
}

#toggle_ani{
	color:#36C;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#twitter{
	width: 156px;
	height: 100px;
	margin: 145px 0px 0px 860px;
	float: left;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#twitter_update_list{
	margin: 0px;
	padding: 5px 5px 5px 5px;
}
/* Navigation Menu*/
#nmenu {
	/*background: url(images/menu_bg.png) repeat-x center top;*/
	width: 1022px;
	height: 64px;
	float:left;
}

#nmenu ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 8px;
}

#nmenu ul li.page_item { /* page_item is wordpress default class for page list */
	text-transform:lowercase;
	background: url(images/menu_button_bg.png) no-repeat left top;
	text-align: center;
	float: left;
	letter-spacing: -1px; 
	margin-right: 10px;
	width: 126px;
	height: 47px;
}

#nmenu ul li.page_item a {
	padding: 4px 8px;
	display: block;
	text-decoration: none;
	font: lighter 19px Verdana, Arial, sans-serif;
	color: #333;
	font-size: 20px;
}

#nmenu ul li.page_item a:hover {
	background: url(images/menu_button_bg_selected.png) no-repeat left top;
	height: 47px;
	color: #fff;
}

#nmenu ul li.current_page_item a { /* current_page_item is wordpress default class for active page list */
	background: url(images/menu_button_bg_selected.png) no-repeat left top;
	height: 47px;
	color: #fff;
}

#social_icons {
	float: right;
	width: auto;
	margin-top: 20px;
}

#social_icons a img {
	border: none;
}

#social_icons a:hover img {
	border-bottom: 1px dotted;
}

/* Search form*/
#header #search {
	width: 393px;
	height: 141px;
	float: right;
}

#header #search form { 
	background: url(images/search_bg.png) no-repeat left top; 
	padding: 0px; 
	margin-top: 100px; 
	height: 21px;
}

#header #search input { 
	font-family: Helvetica, Arial, sans-serif;
	background: none;
	border: none;
	margin: 1px 0 0 0;
}

/* content ----------------------------------------------------------------------------*/
#main {
	background: #fff;
	border:#999 1px solid;
	width: 1021px;
	float: left;
	clear:both;
}

#posts {
	width: 620px;
	height: auto;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 400px;
	clear: both;
}

#posts_single_col {
	width: 980px;
	height: auto;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 400px;
	clear: both;
}

.post{
	clear: left;
	padding-bottom: 40px;
}



.post_head {
}

.post_head h2 { 
	/*font-size: 24px; 
	line-height: 24px; */
	letter-spacing: -1px; 
	font-weight: 100; 
}

.post_head h2 a { 
	color: #163F53;
	text-decoration:none;
}
.post_head h2 a:hover { 
	color:#ff6600; 
	text-decoration: none;
}

.post_date { 
	width: auto;
	font-size: 90%;
	color:#666666;
	float:left;
}

.post_commentct {
	background: url(images/icon_comment.png) no-repeat left center;
	padding-left: 15px;
	font-size: 90%;
	width: auto;
	float:right;
}

.post_content {
	clear:both;
	padding-top: 5px;
}


.post_content blockquote{
	margin: 0px 15px 20px;
	padding: 3px 10px;
	color:#666666;
	border-left: 2px dotted #d6e5aa;
	border-right: 2px dotted #d6e5aa;
	border-top: 1px dotted #d6e5aa;
	border-bottom: 1px dotted #d6e5aa;
	line-height: 140%;
}

.post_rss{
	background: #FCDA9A;
	border:#CCC 1px solid;
	padding: 5px 10px 5px 10px;
	margin: 5px 5px 5px 5px;
	width: 90%;
	float: left;
}

a.more-link {
	background: url(images/icon_continue.png) no-repeat right center;
	padding-right: 15px;
}


.post_cat{
	background: url(images/icon_category.png) no-repeat left center;
	padding-left: 15px;
	font-size: 90%;
	color: #669900;
	width: auto;
	float:left;
}

.post_cat a, .post_cat a:visited {
	color: #669900;
	text-decoration:none;
}
.post_cat a:hover {
	color: #FF9900;
	text-decoration:none;
}
.post_cat span {
	display:none;
}

.wp-pagenavi{
	margin: 10px 0px 10px 0px;
	padding-bottom: 30px;
}

/* right column ----------------------------------------------------------------------------*/
#sidebar{
	width: 340px;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
}

#sidebar ul{
	list-style:none;
	padding:0px;
	margin:0px 0px 15px;
}

.widget {
	padding-bottom: 10px;
}

.widget ul li{
	background: url(images/icon_star.png) no-repeat top left;
	border-bottom: #dae2cc 1px dotted;
	padding:0px 0px 0px 15px;;
	line-height: 130%;
	list-style:none;
}
.widget ul li a{
	color: #36F;
	text-decoration: none;
	padding: 4px 6px 4px 2px;
	display:block;
	list-style:none;
}
.widget ul li a:visited{
	color: #36F;
	text-decoration: none;
}
.widget ul li a:hover{
	text-decoration: none;
	background-color: #FC6;
}

.textwidget {
	padding-top: 5px;
}



#categories{
	width: 160px;
	float: left;
}

#categories ul li{
	border-bottom: #dae2cc 1px dotted;
}

#archives{
	margin: 0px 0px 0px 20px;
	width: 160px;
	float: left;
}

#archives ul li{
	border-bottom: #dae2cc 1px dotted;
}

#sponsor{
	width: 320px;
	float: left;
}




/* footer ----------------------------------------------------------------------------------*/
#footer {
	background: url(images/footer_bg.png) no-repeat top center;
	float: left;
	width: 1022px;
	height: 123px;
}

#copyright {
	font-size: 10px;
	margin-left: 107px;
	margin-top: 95px;
}







/* Single post ----------------------------------------------------------------------------------*/
#comments {
	padding-left: 5px;
	font-size: 90%;
}

#comments ol{
	list-style: none;
	padding-left: 0px;
}

#comments li{
	background: url(images/thumb-hr.gif) no-repeat center bottom;
	padding: 0px 0px;
	float: left;
	width: auto;
}

.comments_user{
	/*margin-left: 60px;*/
}

.comments_date{
	/*margin-left: 60px;*/
	font-size: 90%;
	color:#999;
}

.comments_grav {
	width: 60px;
	height: 60px;
	float: left;
}

.comments_text{
	width: 470px;
	float: right;
	color:#666;
	/*margin-left: 60 px;*/
	padding-bottom: 25px;
}

.comments_grav img { 
	border: solid 1px #ccc; 
	padding: 2px; background: #fff;
}


.Form {  padding: 0px 0px 10px 0px; position: relative; margin: 0px; font-family: 'Verdana';}
.Form .Email { background: url(images/FooterEmail.png) no-repeat left top;}
.Form form { margin: 0px; padding: 0px;}
.Form a { text-decoration: underline;}
.Form p { padding: 0px 0px 2px 0px; margin: 0px; color:#666; }
.Form p small strong { font-weight: bold; color:#FF3300;}
.Form p small { font-size: 11px; display: block; padding: 6px 0px; color:#000;}
.Form .TextField { color:#003366; background: #e9f8ff; border: solid 1px #d5e7f0; padding: 6px 6px 6px 30px; font-size: 12px; display: block;}
.Form .TextArea { color:#003366; background: #e9f8ff; border: solid 1px #d5e7f0; padding: 6px; font-size: 12px;}
.Form input.SubmitComment { width: 57px; height: 29px; margin-top: 4px; border:solid 1px;}

#slider_frame{
	background: url(images/portfolio_bg.png) top center no-repeat;
	padding: 10px 10px 10px 10px;
	/*border: #333333 1px dotted;*/
	height: 550px;
}

#slider{
	width: auto;
	margin: 10px 0px 0px 75px;
	
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:810px;
	height:510px;
	overflow:hidden; 
	}	
	
#slider li a img{
	border: none;
}

.slider_title{
	background: url(images/slider_title_bg.png) repeat;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	position: relative;
	left: 10px;
	top: -500px;
	padding: 10px 20px 10px 20px;
}

.slider_des{
	background: url(images/slider_title_bg.png) repeat;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	position: relative;
	left: 315px;
	top: -200px;
	padding: 20px 20px 20px 20px;
	width: 450px;
	height: 110px;
	display: block;
	overflow: hidden;
}

#prevBtn, #nextBtn{ 
	/*text-indent:-8000px;*/
	width: 55px;
	height: 55px;
}	
	
#prevBtn a{  
	display:block;
	width: 55px;
	height: 55px;
	background:url(images/arrow_left.png) no-repeat 0 0;	
	float: left;
	position: relative;
	left: 0px;
	top: -280px;
}	
#nextBtn a{
	display:block;
	width: 55px;
	height: 55px;
	background:url(images/arrow_right.png) no-repeat 0 0;	
	float: left;
	position: relative;
	left: 855px;
	top: -280px;
}	