/*  
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/
*/
/* 7/9 - customization for HAA Mexico City Conference, 8/08 - gk */

/*************************************
+Containers
*************************************/

/*background & border colors  */
body{
	background:#B0B579;
	/* border-top:5px solid #B0B579; */
	/* background-attachment: fixed;*/ /*these 4 background lines regulate the "floating" PHR logo */
	/*background-image:url(images/phr_logo2.gif);
	background-repeat: no-repeat;
	background-position: left top; */
	font-family: Arial, Verdana, sans-serif;
	font-size:87.5%;
	line-height:1.25;
	margin-top:5px;
	padding:0px;
	text-align:center;
}

#wrap{ 
	background-color:#f9f4e1  ;
	background-image: url(images/bkgnd_bordered_600_invert.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin:0 auto;
	padding:0 15px;
	text-align:left;	
	width:570px;
}
#content{
	font-size:1.09em;
	float:left;
	margin:0 5px;
	width:570px;
	line-height:1.25em;
}

#content ul {
	list-style:inside disc;
	margin-left:30px;
}

p, ul, li, ol {
	font-family:Arial, Verdana, sans-serif;
	line-height: 1.35em;
}

h1 {
	font-family:Arial, Verdana, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.05em;
	line-height: 1.25em;
	margin-top: -25px;
}

h2 {
	font-family:Arial, Verdana, sans-serif;
	letter-spacing: 0.03em;
	line-height: 1.25em;
	margin-top: 50px;
	margin-bottom: -10px;
}
h3 {
	font-family:Arial, Verdana, sans-serif;
	letter-spacing: 0.03em;
	line-height: 1.25em;
	margin-top: 30px;
	margin-bottom: 10px;
}
/*************************************
+Header
*************************************/
#header{
	background:url(images/banner.gif) no-repeat; 
	height:265px;
	width:570px;
	text-align:right;
	padding:30px 0;
}
#header h1{
	font-family: Lucida Sans Unicode, sans-serif;
	font-size:2.25em;
	font-weight:bold;
	margin:-10px 3px 0 0;
}
#header h1 a{
	color: #980416;
	text-decoration:none;
}
#header h1 a:hover{
	color:#b0b579; 
	text-decoration:none;
}
#header p{
	font-family: Lucida Sans Unicode, sans-serif;
	color:#980416; 
	font-size:1.12em;
	font-weight:bolder;
	margin-top:5px;
	text-decoration:none;
	margin-right:6px;
}

/*************************************
+Nav
*************************************/
#nav{
	background:#7e3739;
	border:5px solid #7e3739;
	border-top:2px solid #7e3739;
	font-size:0.85em;
	margin-bottom:30px;
	padding:0;
	width:560px;
	margin-top:-55px;
}
#nav ul{
	list-style-type:none;
}
#nav ul li{
	font-weight:bold;	
	float:left;
	letter-spacing:1px;
	margin: 2px 8px -3px 4px;
	/* margin-left: 3px;
	margin-right:10px;
	margin-bottom:-3px;*/
	padding:2px 3px;
}
#nav ul li a {
	color:#ffffff;
	font-family: Arial, Verdana, sans-serif;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#nav ul li a img{
	border:none;
	text-decoration:none;
	background-color:none;
}
.navigation{
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}

/*************************************
+Entry
*************************************/
.entry{
	margin-top: -30px; /*changed from -60px to -30px to fix problem with links*/
	margin-bottom:15px;
	padding:5px 10px;
	font-size:0.85em;
}

.entrymeta{  /* this is the author name, categories, and #comments lines */
	font-size:0.8em;
	color:#333333;
}
.entrymeta a{
	color:#666633;
}
.entrymeta a:hover{
	color:#255255;
}
.entrytitle h2{
	color:#58BBEB;
	font-size:1.5em;
	text-decoration:none;
	line-height:1.15em;
}
.entrytitle h2 a{
	color:#4C511D;
	text-decoration:none;
}
.entrytitle h2 a:hover{
	color:#6e2e2e;
}
.entrytitle h3{  /* this is the date-of-post line */
	margin-top: 0.85em;
	color:#6F6F6F;
	font-size:0.85em;
}
.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:#FBF2DA;*/
	/* border:1px solid #d8d9c8;
	border:1px solid #fafbfa; */
	/*font-size:1em;
	line-height: 1.1; */
}
body#home .entry-1 .entrymeta {
	background: #FBF2DA;
	/* border-top:1px solid #d8d9c8; */
	margin:-5px -10px;
	padding:5px 10px;
}

/*************************************
+Comments
*************************************/
.commentsblock {
	margin:0.5em;
	padding:1em;
	font-size: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;
}
.commentsrss{
	font-size:.8em;
}

.commentauthor{
	display:block;
	font-size:1em;
}
ol.commentlist{
	color:#777777;
	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.2em;
	/* font-weight:bold; */
}

/*************************************
+Sidebar (although sidebar is itself a container, font styling info has been included here in
order to group all together for ease of editing)
* note: sidebar is actually featured on the bottom.
*************************************/
#sidebar{
	background:#b0b579 url(images/sidebar.gif);
	border:5px solid #7e3739;
	float:right;
	margin:0 10px 10px 0;
	padding:10px;
	width:520px;
}

#sidebar a {
	color:#4c511d;
	text-decoration:none;
}
#sidebar ul li a:hover{
	color:#b0b579;
}
#sidebar .sec-a {
	float:left; 
	width:200px;
	padding:0 10px;
}
#sidebar .sec-a li {
	font-size:.80em;
}
#sidebar .sec-b {
	float:right;
	width:200px;
	padding:0 10px;
}
#sidebar .sec-b li {
	font-size:.9em;
	font-weight:bold;
}
#sidebar h3{
	color:#7e3739;
	font-size:1.1em;
	margin:10px 0;
	font-weight:bold;
	text-decoration:none;
}
#sidebar a img{
	border:0;
	text-decoration:none;
	background-color:none;
}
#sidebar ul li{
	border-bottom:1px dotted #7e3739;
	margin-bottom:3px;
	padding:3px;
	font-size:.90em;
	font-weight:normal;
	text-decoration:none;
}


/*************************************
+Footer
*************************************/
#footer{
	background:#B0B579;
	/* border-top:2px dotted #7e3739; */
	clear:both;
	color:#ffffff;
	font-size:0.8em;
	font-weight:bold;
	padding:4px;
}
#contact{
	font-size:0.8em;
	font-weight:bold;
	/* border-bottom:2px dotted #7e3739; */
	color:#ffffff;
	padding:4px;
}

/*************************************
+Misc
*************************************/

ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
a {
	color:#4c511d;
	text-decoration:underline;
}
a:hover{
	color:#6e2e2e;
	text-decoration:none;
}

/* this is for 'back to top' link, taken from global.css */
#totop a {
	/* margin: 0;
	padding:5px 14px 5px 0; */
	font-family: Arial, Verdana, sans-serif;
	font-size: .85em;
	font-variant:small-caps;
	font-weight: bold;
}

.clearfix:after{ 
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}
/*************************************
+Floatbox
*************************************/
#floatbox{
	background:#d5d1b4;
	border:3px solid #b8b081;
	float:right;
	width:135px;
	padding:10px 10px 10px 10px;
	margin-left:10px;
}
#floatbox p{
	font-size:.85em;
}
#floatbox h4{
	font-size:.85em;
}
#floatbox a{
	color:#fff;
	text-decoration:none;
}
#floatbox a:hover{
	color:#666d27; /* khaki green */
	text-decoration:none;
}

	