/*  
Theme Name: Edmond Custom
Theme URI: http://www.startspark.com
Description: An awesome theme Brian created for Edmond!
Version: 1.0
Author: Brian Mangin
Author URI: http://www.startspark.com/
*/


body {
	background-image: url(/imgs/bkgd_bamboo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	background-color: #d99e56;
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
#container p {
	font-size: 1.2em;
}
#container h1 {
	font-size: 1.85em;
	padding-top:0px;
	padding-bottom:0px;
}
#container h2 {
	font-size: 1.5em;
}

#container h3 {
	font-size: 1.3em;
	color: #683b00;
}

#container {
	margin-left: 350px;
	width: 450px;
	margin-top: 50px;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ca914a;
	border-right-color: #ca914a;
	border-bottom-color: #ca914a;
	border-left-color: #ca914a;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}


a {
	color: #915f17;
}
a:link {
}
a:visited {

}
a:hover {
	text-decoration:none;
	color: #000000;
}
a:active {
	color: #000000;
}

h2 a, #navbar a {
	text-decoration:none;
	white-space: nowrap;
}
h2 a:link, #navbar a:link {
	text-decoration:none;
}
h2 a:visited, #navbar a:visited {
	text-decoration:none;
}
h2 a:hover, #navbar a:hover {
	text-decoration:underline;
}
h2 a:active, #navbar a:active {
	text-decoration:none;
}

.post img {
	padding: 0;
	width:450px;
}
.post {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ca914a;
	border-right-color: #ca914a;
	border-bottom-color: #ca914a;
	border-left-color: #ca914a;
}
.navigation {
	overflow: auto;
	padding-top:20px;
	padding-bottom:20px;
}
.navigation .alignleft {
	float:left;
	width: 200px;
}
.navigation .alignright {
	float:right;
	width: 200px;
	text-align:right;
}