/*

File:			custom.css

Description:	Custom styles for Thesis

Author:         Jessie: wheathui@hotmail.com

BASIC USAGE:
*/

/* basic style setup */

* { padding: 0; margin: 0; }
html { 	min-height: 100%; 	height: auto;}
body.custom{ background:#5e95cc  url(images/grassbg.jpg) repeat-x left bottom ; color: #444; font-size:10px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; padding:0 0 130px 0; text-align: center; overflow-x:hidden;}
.custom #container{ width:100%; padding:0 0 0 0;  background:url(images/topbg.jpg) no-repeat center top;text-align: center; }
.custom #pagecontainer{ width:1000px;  margin:0 auto; padding:15px 0 0 0; text-align: center; background:#fff url("images/roundtop.gif") no-repeat right top; display:table; height:100%;}
#flower{  margin:408px 0 0 -86px; padding:0; float:left; width:86px; height:440px; display:table-cell; 
_width:86px;
_height:440px; 
background:url(images/flower.png) no-repeat right top transparent; 
_background-image: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='images/flower.png' ) 
position:relative;}
.custom #page{  width:960px; padding:0 20px; margin: 0 auto; background:#fff; border-left:1px solid #fff; border-right:1px solid #fff; text-align:left; display:table-cell;  float:left;}
.custom #header{ display:none; }
#content_box { background-image:url(images/bluedot.gif);}
#sidebar_1, .post_box, .prev_next{ border-color:#c0d0e1;}
.format_text p {margin-bottom:12px;}
#footer { border:0; }
h3.note{ font-weight:bold;}

 #content h1.entry-title{  }
#content h2.entry-title{  }

#content h2 a{color:#1f507d; font-weight:bold; letter-spacing:-1px}


/* Navigation redesign*/
#nav{ height:42px; padding:0 16px 0 0; background: url(images/navright.jpg) no-repeat right top; margin: 0 0 10px 0;}
#navleft{  background: url(images/navleft.jpg) no-repeat left top; padding: 0 0 0 16px;} 
 ul#tabs { list-style: none; border:0;   background: url(images/navbg.jpg) repeat-x left top; padding:7px 0 7px 0px; height:28px;}
	 ul#tabs li { padding:0; height:100%; border:0; float: left; background:none;}
	ul#tabs li.rss:hover, ul#tabs li:hover , ul#tabs li.current_page_item, ul#tabs li.current-cat { padding: 0;   background: url(images/navbg_active.jpg) repeat-x center center; }
		 ul#tabs li a { display: block; line-height:28px;  color: #02284e; text-transform:capitalize; letter-spacing: 1px; padding: 0 22px;  border-right:1px solid #eee;}
		 ul#tabs li a:hover { color: #000; text-decoration: none; }
		ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; }		
		ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }	
	ul#tabs li.rss { padding-right: 0;  background:none; border: none; float: right; }		
		 ul#tabs li.rss a { padding-right: 20px; background: url('images/icon-rss.gif') 95% 50% no-repeat; border:0;}
		 

/* rotating image redesign */

#multimedia_box { width:437px; height:316px; background:transparent url(images/picbox.jpg) no-repeat left top; margin-left:8px;}
	#image_box { padding:0; background:none; border: 0; }
		#image_box img { display: block;  padding:13px 20px;  background:none; border: 0; }
	/*---:[ video box styles ]:---*/
	#video_box { padding: 1em; background: #000; }
	/*---:[ custom box styles ]:---*/
	#custom_box { padding: 1.1em; background:none; border-bottom: 0; }

