/*  
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:#444 url(./images/stripes.png) repeat-y;
	border-top:1px solid #7F9B74;
	color:#555;
	font-family: "Times New Roman", Times, serif;	
        font-size:67.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:left;
}
#wrap{
	background:url(./imagesx/IOTRBlogBackground.gif) repeat;
	border-left:7px solid #666;
	border-right:7px solid #666;
	margin:0 auto;
	padding:0 15px;
	text-align:justify;	
	width:750px;
}
#content{
	font-size:1.1em;
    margin:auto;
	width:700px;
}
#sidebar{
	background-image: url(./imagesx/IOTRBlogBackgroundLight.gif);
	border:1px solid #888;
	color:#000;
   margin-right: 23px;
   margin-bottom: 10px;
        float:right;
	padding:10px 5px 5px 5px;
	width:689px;
}
#sidebar a{
color:#666;
}
#sidebar a:hover{
color:#ff5e1a;
}
#sidebar .sec-a{
	float:left; 
	width:229px;	
        text-align:center;
}
#sidebar .sec-b{
	float:left;
	width:229px;	
    border-right:1px solid #666;
    border-left:1px solid #666;
        text-align:center;
}
#sidebar .sec-c{
	float:right;
	width:229px;
    text-align:center;
   }
#footer{
	background:#777;	
    border:#000 solid 1px;
	clear:both;
	color:#333;
	font-size:0.9em;
    text-align:center;
    width:689px;
    margin-top:15px;
    margin-bottom:15px;
    float:right;
    margin-right:23px;
	padding:5px;
}
#footer a{
    color:#000;
}
#footer a:hover{
    color:#ff5e1a;
}

/*
.navigation{
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}
*/

div.central-image {
    display: table;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 30px;
    border: 10px solid #636363;
    padding: 2px;
    text-align: center;
}


/*************************************
 +Header
 *************************************/
h1, h2, h3{
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header{
	background: url(./imagesx/IOTRheader.gif) no-repeat;
	height:158px;
	text-align:right;
	width:750px;
	padding:0;
}
.displayhead{
    border:none;
}
#header h1{
	font-size:2em;
	margin:0;
	margin-top:120px;
   display:none;
}
#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;
}
/*************************************
 +Entry
 *************************************/
.entry{
    margin-bottom:15px;
    padding:5px 5px;
    font-family: "Times New Roman", Times, serif;
    font-size:12pt;
    text-align:justify;
}

.entrymeta{
	font-size:0.9em;
    color:#666;
}
.entrymeta a{
    color:#666;
    text-decoration:underline; 
}
.entrymeta a:hover{
    color:#ff5e1a;
}
.entrytitle h2{
	color:#444;
	font-size:25pt;
    text-align:center;  
}
.entrytitle h2 a{
   color:#444;
   text-decoration:none;
  
}
.entrytitle h2 a:hover{
	color:#FF5E1A;
}
.entrytitle h3{
	color:#555;
	font-size:14pt;
    text-align:center;
    display:none;
}
.postinfo{
    font-size:0.9em;
    text
}
.filedto{
	background:url("./images/file.gif") no-repeat 0 2px;
	padding-left:15px;
    color:#666
}
.commentslink{
	background:url("./images/comments.gif") no-repeat 0 3px;
	padding-left:15px;
}
body#home .entry-1{
    margin-bottom:15px;
    padding:5px 5px;
    font-family: "Times New Roman", Times, serif;
    font-size:12pt;
    text-align:justified;
  
}
/*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{
	text-color:#444;
	font-size:1.5em;
	font-weight:bold;
	margin:10px 0;
}
#sidebar ul li{
	border-left:#333 1px;
	margin-bottom:3px;
	padding:3px;
}
/*************************************
 +Nav
 *************************************/

#nav{
	background:#333;
	border:5px solid #222;
	border-top:none;
	font-size:0.9em;
	margin-bottom:30px;
	padding:0;
	width:740px;
	margin-top:-100px;
   display:none;
}

#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:#fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#nav ul li a:hover{
	color:#E0EEE5;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0;
	padding:0;
font-size:1.1em;

}
.commentsblock textarea{
	width:700px;
    margin-right: auto;
    margin-left: auto;
}
.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-image: url(./imagesx/IOTRBlogBackgroundLight.gif);	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:#666;
	text-decoration:underline;
}
a:hover{
	color:#ff5e1a;
}
.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}

.headermenu{
   color: #444;
   font-family: "Times New Roman", Times, serif;
   font-weight:bold;
   font-size: 1.5em; 
}

div.IE6-warning {
    text-align: center;
}