/*  
Theme Name: Horn of Africa
Theme URI: 
Description: Horn of Africa Theme, based on the Kubrick WordPress theme
Version: 1.6
Author: Adam
Author URI: http://imakewebsites.ca/ + http://binarybonsai.com/


The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


body {
font-size: 62.5%; /* Resets 1em to 10px */
background:#74421D url('images/body-bg.jpg') fixed repeat-x;
margin:0;
}

#page {
width:770px;
margin:0 auto 0 auto;
background:#fff url('images/page-bg.png') repeat-y;
font:1.2em/1.6 arial;
}

#header {
background:#9e7353 url('images/header-bg.gif') bottom center no-repeat;
padding-bottom:55px;
}

#header a {
color:#fff;
}

#header a img {
border-width:0;
}

.narrowcolumn  {
float:left;
width:390px;
margin:0 0 20px 35px;
color:#000;
display:inline; /* IE Hack, stops the 30px margin from becoming 60, double margin float bug */
}

.widecolumn {
width:500px;
margin:auto;
}


#sidebar {
width:300px;
margin:0 0 0 450px;
position:relative;
top:-50px;
}

#content {
margin-top:-20px;
}

#footer {
clear:both;
}


hr {
display:none;
}
/* LINKS */
a:link {
color:#805a40;
}
a:hover {
color:#b38d73;
}

a:visited {
color:#603720;
}

/* HEADER */
#header {
}

#header h1 {
margin:0;
padding:0;
}

#header .description {
padding:20px;
}

/* SIDEBAR */
#sidebar ul  {
list-style-type:none;
margin-top:0;
margin-bottom:0;
}

#sidebar ul  li ul{
list-style-type:square;
padding-left:0;
margin-left:15px;
}

#sidebar li.page_item {
margin:10px 0 10px 15px;
list-style-type:square;
}

/* lots of stuff from Kubrick */

/* HEADINGS */
h1, h2, h3 {
	font-family: Georgia, Serif;
	}

h1 {
	font-size: 3.0em;
	font-weight:normal;
	text-align: center;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	margin:20px 0 5px 0;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #422007;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
	small {
	font-size: 0.9em;
	line-height: 1.5em;
color:#ae8c73;
font-weight:bold;
	}

#content h2 {
margin-bottom:0;
}

/* HEADER */
#header img {
position:relative;
top:48px;
margin-top:-24px;
margin-right:24px;
}

/* FOOTER */
#footer {
clear:both;
width:100%;
text-align:center;
font-size:0.8em;
padding:50px 0 20px 0;
color:#ddd;
}

#footer p {
margin:0; padding:0;
}

#footer a {
color:#eee;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */