/*  
Theme Name: Ambiru
Theme URI: http://ifelse.co.uk/ambiru/
Description: A calm, relaxing theme
Version: 1.0
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/

body{
	background:#EEEFF1 url(./images/bck_striped.gif);
	border-top:0px solid #7F9B74;
	color:#555;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:67.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
	margin-bottom: 0px;
	margin-top: 15px;
}

hr {
height: 3px;
color: #ddd;
width: 490px;

}

#wrap{
	background:#fff;
	border-left:0px solid #eee;
	border-right:0px solid #eee;
	margin:0 auto;
	padding:10px 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align:left;	
	width:500px;
}

#content{
	font-size:1.1em;
	float:left;
	margin:0 0px;
	width:480px;
	padding-bottom: 0px;
}
#sidebar{
	float: right;
	background:#DBDCDE;
	border-top:4px solid #222;
	color:#222;
	padding:0;
	width:500px;
	margin-top:25px;
	margin-bottom: 15px;
	padding: 5px 0px 25px;
}

#sidebar h2 {
color: #fff;
font-size: 26px;
margin-bottom: 10px;
}



#sidebar .date {
font-weight: bold;
color: #fff;
}

#sidebar a{
color:#222;
}
#sidebar a:hover{
color:#D9702F;
}
#sidebar .sec-a{
	float:left; 
	width:215px;
	padding:0 10px;

}
#sidebar .sec-b{
	float:right;
	width:215px;
	padding:0 10px;
}

.sec-b p {
margin-top: 20px;
color: #666;
}

#footer{
	background:#333;
	border-top:1px solid #777;
	clear:both;
	color:#888;
	font-size:0.9em;
	padding:5px;
}
.navigation{
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}

/*************************************
 +Header
 *************************************/
h1, h2, h3{
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header{
	background: url(./images/head_b.jpg) no-repeat;
	background-color: #fff;
	height:225px;
	text-align:right;
	padding:0px 15px;
	width:500px;
	padding:0px 0;
}
#header h1{
	font-size:2em;
	margin:0;
	margin-top:120px;
}
#header h1 a{
	color:#E5F2E9;
}
#header h1 a:hover{
	color:#F5FFF9;
}
#header p{
	color:#D5E2D9;
	font-size:1em;
	margin-top:-0.5em;
}
#header h1, #header p{
	margin-right:30px;
}
img {
border: none;
}

#content img {
padding: 3px;
background-color: #fff;
border: 1px solid #EEEFF1;
float: left;
margin: 0px 10px 5px 0px;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:15px;
padding:5px 0px;
font-size:0.9em;
}

.entrymeta{
	font-size:0.9em;
color:#999;
}
.entrymeta a{
color:#677;
}
.entrymeta a:hover{
color:#255;
}
.entrytitle h2{
	color:#033;
	font-size:2.2em;
}
.entrytitle h2 a{
color:#033;
}
.entrytitle h2 a:hover{
	color:#D9702F;
}
.entrytitle h3{
	color:#6F6F6F;
	font-size:1.8em;
}
.postedby{
}
.filedto{
	background:url("./images/file.gif") no-repeat 0 2px;
	padding-left:15px;
}
.commentslink{
	background:url("./images/comments.gif") no-repeat 0 3px;
	padding-left:15px;
}
body#home .entry-1
{
background:#f8f9f1;
border:1px solid #d8d9c8;
border:1px solid #fafbfa;
font-size:1em;
}
body#home .entry-1 .entrymeta{
background: #fafbfa;
border-top:1px solid #d8d9c8;
margin:-5px -10px;
padding:5px 0px;
}
/*************************************
 +Sidebar
 * note: sidebar is actually featured 
 * on the bottom.
 *************************************/

#sidebar h3{
	color:#aaa;
	font-size:1.5em;
	font-weight:bold;
	margin:10px 0;
}
#sidebar ul li{
	border-bottom:1px solid #fff;
	margin-bottom:3px;
	padding:3px;
}
/*************************************
 +Nav
 *************************************/
#nav{
	background:#333;
	border:5px solid #222;
	border-top: 0px;
	font-size:0.9em;
	margin-bottom:30px;
	margin-top: -10px;
	padding:0;
	width:490px;
	padding-top: 5px;
	height: 20px;
}

#nav ul{
	list-style-type:none;
	text-align:center;
	margin-bottom:5px;
}
#nav ul li{
	font-weight:bold;	
	float:left;
	letter-spacing:1px;
	padding:0;
}

#nav ul li a{
letter-spacing: auto;
	color:#fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	width: 80px;
	height: 15px;
	border-right: 1px solid #111;
	border-top: 1px solid #333;
	letter-spacing: auto;
	padding-bottom: 5px;
	text-transform: uppercase;
	
}
#nav ul li a:hover{
	color:#fff;
	font-weight: bold;
}



#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #222;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 1px;
}

#nav ul li ul li {
clear: left;
}
#nav ul li ul a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 8px 15px 2px 5px;
	font-weight: normal;
	border: 0;
	margin:0;
	margin-left: 1px;
	margin-right: 1px;
	white-space: nowrap;
	width: 160px;
	border: 0px;
	border-bottom: 1px solid #333;
	text-transform: none;

}

#nav ul li ul a:hover {
	background-color: #000;
	color: #fff;
	border: 0px;
	font-weight: normal;
	border-bottom: 1px solid #555;
}

#nav ul li ul li ul {
	margin-left: 70px;
	padding-top: 0px;
	margin-top: -10px;
	background-color: transparent;
}

#nav ul li ul li ul li a {
	background-color: #333;
	width: 120px;
	border-bottom: 1px solid #222;
}

#nav ul li ul li ul li a:hover {
	border-bottom: 1px solid #555;
	}


#nav ul li:hover ul ul, #nav ul li.sfhover ul ul {
	left: -999em;
}

#nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li.sfhover ul, #nav ul li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.sb_pagemenu ul li {

}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	margin-bottom: 0px;
	padding:1em;
	font-size:1.1em;
}
.commentsblock textarea{
	width:410px;
}
.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:#f3f3f3;
	border:1px solid #EEEEEE;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

.nocomments {
display: none;
}

/*************************************
 +description
 *************************************/


#description{
	border-top:4px solid #D9702F;
	text-align: right;
	font-size:0.8em;
	width:490px;
	margin: 0px;
	padding: 5px 0px 30px;
	float:left;
}

/*************************************
 +Subpage template
 *************************************/

#static_text {
	position: absolute;
	top: 90px;
	left: 45px;
	width: 200px;
	padding: 0px;
	text-align: right;
	color:#033;
}

#static_text h2 {
margin: 0px;
padding: 0px;
font-size: 2.2em;
}

.invisible {
visibility: hidden;
}

#subpage_wrap{
	margin:66px auto 0 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align:left;	
	width:800px;
	padding-left: 250px;
}
#subpage_wrap h2 a{
color: #D9702F;
}

#subpage_wrap img {
border: 0px;
}

#circle {
position: absolute;
top: 70px;
left: 5px;
}

/*************************************
 +Misc
 *************************************/

ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#D9702F;
}

.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}

.about h4 {
	font-size: 1.6em;
	line-height: normal;
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: -1px;
	color: #222;
	z-index: 5000;
}

.about b {
	color: #D9702F;
}

/**********************************
************************************/
