/*

Theme Name: Mahanaim

Theme URI: 

Description: 3 column hacking of other peoples code

Author: Richard Perry

Author URI: 







*/



@charset "utf-8";

/* CSS Document */



@import url("reset.css");

@import url("text.css");

body {

	background-attachment: scroll;

	background-image: url(images/woods-tile.jpg);

	background-repeat: repeat-x;

	background-position: left 80px;

	background-color: #616B08;

}

h1, h2, h3 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #AB4800;

}



#navigation {
	width: 160px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}



#outer-container {

	background-image: url(images/header-background.png);

	width: 100%;

	background-repeat: repeat-x;

}

#header {

	width: 960px;

	margin-right: auto;

	margin-left: auto;

	height: 80px;

	padding-right: 10px;

	padding-left: 10px;

}

#navigation ul {

	margin: 0px;

	padding: 0px;

}

#navigation ul li {

	margin: 0px;

	padding: 0px;

	list-style-type: none;

}

#navigation a {

	background-color: #FC0;

	display: block;

	margin-bottom: 10px;

	padding-left: 10px;

	color: #333;

	padding-top: 10px;

	padding-bottom: 10px;

	padding-right: 10px;

}



#content-outer {

	width: 980px;

	margin: auto;

	background-image: url(images/content-tile.png);

}

#content-inner {
	width: 620px;
	background-image: url(images/content-inner-top.png);
	background-repeat: no-repeat;
	display: block;
	padding: 10px;
	float: left;
}

#content-bottom {

	width: 980px;

	margin-right: auto;

	margin-left: auto;

	background-image: url(images/content-bottom.png);

	height: 35px;

	color: #FFF;

	text-align: center;

	padding-top: 20px;

	background-repeat: no-repeat;

}

#contact-header {

	float: right;

	height: 80px;

	font-size: 10px;

	color: #FFF;

	overflow: hidden;

}

#contact-header h1 {

	font-size: 12px;

	line-height: 16px;

	color: #FFF;
	
	margin-bottom: 0px;
}

#right-sidebar {
	float: right;
	width: 160px;
	color: #FFF;
	margin-top: 20px;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
}

#right-sidebar ul {
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}

#right-sidebar ul li {
	list-style-type: none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #2C659A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

}
#sidebar ul li ul li {
	margin-bottom: 10px;
	line-height: 125%;
}
.navigation {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	margin-bottom: 20px;
	height: auto;
}
#content a {
	color: #AB4800;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

#right-sidebar a {
	color: #FFF;
}

#sidebar ul  h2 {
	color: #FFF;
	line-height: 100%;
	padding-top: 10px;
}




#contact-header p {

	font-size: 10px;

	line-height: 12px;

	color: #FFDE59;

	margin-bottom: 5px;

}



#logo {

	float: left;

	height: 80px;

	width: 181px;

}



.clear-both {

	clear: both;

}
