/*  
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:#1b1b1b url(./images/wp.png) repeat;
	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;
}
#wrap{
	background:#fff;
	border-left:7px solid #3d3d3d;
	border-right:7px solid #3d3d3d;
	margin:0 auto;
	padding:0 15px;
	text-align:left;	
	width:500px;
}
#content{
	font-size:1.1em;
	float:left;
	margin:0 5px;
	width:480px;
}
#sidebar{
	background:#484848  ;
	border:5px solid #3d3d3d;
	border-bottom:none;
	color:#aa9f5e;
	float:right;
	margin:0 10px;
	padding:10px;
	width:460px;
}
#sidebar a{
color:#d1c58c;
}
#sidebar a:hover{
color:#a89e5e;
}
#sidebar .sec-a{
	float:left; 
	width:200px;
	padding:0 10px;
}
#sidebar .sec-b{
	float:right;
	width:200px;
	padding:0 10px;
}

#footer{
	background:#333;
	border-top:1px solid #191919;
	clear:both;
	color:#888;
	font-size:0.9em;
	padding:5px;
}

#topper{
	background:#333;
	border-bottom: 1px solid #191919;
	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/header.png) no-repeat;
	height:225px;
	text-align:right;
	width:500px;
	padding:30px 0;
}
#header h1{
	font-size:2.5em;
	margin:0;
	margin-top:120px;
}
#header h1 a{
	color:#e3dbae;
}
#header h1 a:hover{
	color:#f5f1dc;
}
#header p{
	color:#e3dbae;
	font-size:1em;
	margin-top:-0.5em;
}
#header h1, #header p{
	margin-right:30px;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:15px;
padding:5px 10px;
font-size:0.9em;
}

.entrymeta{
	font-size:0.9em;
color:#999;
}
.entrymeta a{
color:#aea362;
}
.entrymeta a:hover{
color:#c7c188;
}
.entrytitle h2{
	color:#797243;
	font-size:2.2em;
}
.entrytitle h2 a{
color:#786e3e;
}
.entrytitle h2 a:hover{
	color:#5d5630;
}
.entrytitle h3{
	color:#736729;
	font-size:1.8em;
}
.postedby{
	color:#a5964c;
}
.filedto{
	background:url("./images/file.gif") no-repeat 0 2px;
	padding-left:15px;
}

.tagged{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:#ede6c4;
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 10px;
}
/*************************************
 +Sidebar
 * note: sidebar is actually featured 
 * on the bottom.
 *************************************/

#sidebar h3{
	color:#000000;
	font-size:1.5em;
	font-weight:bold;
	margin:10px 0;
}
#sidebar ul li{
	border-bottom:1px dotted #444444;
	margin-bottom:3px;
	padding:3px;
}
/*************************************
 +Nav
 *************************************/
#nav{
	background:#60582e;
	border:5px solid #4f471d;
	border-top:none;
	font-size:0.9em;
	margin-bottom:30px;
	padding:0;
	width:490px;
	margin-top:-60px;
}

#nav ul{
	list-style-type:none;
}
#nav ul li{
	font-weight:bold;	
	float:left;
	letter-spacing:1px;
	margin-bottom:-3px;
	margin-right:10px;
	padding:2px 5px;
}
#nav ul li a{
	color:#d1c58c;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#nav ul li a:hover{
	color:#889359;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	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;
}
/*************************************
 +Misc
 *************************************/

ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
a{
	color:#bf7c26;
	text-decoration:none;
}
a:hover{
	color:#0d8f2f;
}
.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}

/*-------------------------------- BlockQuote ------------------------------ */
blockquote {
 background: #858067;
color: #f8f5e8;
 padding: 10px 20px;
}

/*--------------------------- Random Quote Rotation ------------------------ */
#rand_quote{
 font-family: tahoma;
 font-size: 11px;
 text-align: right;
 color: white;
 margin-top: 2px;
 margin-right: 25px;
 
}


/*--------------------------- Search ------------------------------*/
.search-form input {
  width: 150px;
  background: #6aa65f;
  border: 1px solid #aea260;
 }

/*--------------------------- Code ------------------------------*/
code {font-size:11px; 
  }

/*--------------------------- images ------------------------------*/
p img {
	padding: 0;
	max-width: 100%;
color: #000000;
font-size:1.2em;

	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* ++++++++++++++++++ WORDPRESS Captions & aligment ++++++++++++++++++ */


.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.alignleft {
        float: left;
}

.alignright {
        float: right;
}

.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        background-color: #858067;
        padding-top: 4px;
        margin: 10px;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}

.wp-caption p.wp-caption-text {
color: #f8f5e8;
        font-size: 11px;
        text-align: left;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}
