/* body
----------------------------------------------- */
body {
	margin: 0;
	font-family: geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	letter-spacing: .1em;
	color: #9db086;
	text-align: center;  /* makes margin: 0 auto; center elements, text counter acted by text-align: left; */
	background: #20250c url(http://developyoureye.com/wp-content/themes/DevelopYourEye/images/bg.png) repeat-x;
}
a:link, a:visited {
	color: #9db086;
	text-decoration: none;
}
a:hover {
	color: #9db086;
	text-decoration: none;
}
a img {
	border-width: 0;
}
hr {
	width: 900px;
	height: 2px;
	margin: 0 auto 10px auto;
	padding: 0;
	border: 0;
	background: #8e8229;
	color: #8e8229;
	clear: both;
}
#top_bar{
	width: 900px;
	height: 2px;
	margin: -10px auto 10px auto;
	padding: 0;
	border: 0;
	background: #8e8229;
	color: #8e8229;
	clear: both;
}

/* Header
----------------------------------------------- */
#header {
	width: 1096px;
	height: 103px;
	margin: 6px auto 0 auto;
	padding: 0;
	background: url(http://developyoureye.com/wp-content/themes/DevelopYourEye/images/header_bg.png) no-repeat;
}
#logo {
	width: 207px;
	height: 19px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 21px;
	left: 98px;
}

/* Navigation
----------------------------------------------- */
#nav {
	width: auto;
	height: auto;
	margin: 38px 78px 10px 0; /* 78 instead of 98 because of 20 margin on #nav li , 72-15=57 offset for top border*/
	padding: 0;
	float: right;
}
#nav ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	width: auto;
	height: auto;
	margin: 0 20px;
	padding: 0;
	display: inline;
}
#nav ul li a:link, #nav ul li a:visited {
        font-size: 14px;
 	color: #9db086;
}
#blog .blog a:link, #blog .blog a:visited {
 	color: #f4f7c6;
	text-decoration: none;
}
#resources .resources a:link, #resources .resources a:visited {
 	color: #f4f7c6;
	text-decoration: none;
}
#assignments .assignments a:link, #assignments .assignments a:visited {
 	color: #f4f7c6;
	text-decoration: none;
}
#about .about a:link, #about .about a:visited {
 	color: #f4f7c6;
	text-decoration: none;
}
#photos .photos a:link, #photos .photos a:visited {
 	color: #f4f7c6;
	text-decoration: none;
}
#contact .contact a:link, #contact .contact a:visited {
 	color: #f4f7c6;
	text-decoration: none;
}
#nav ul li a:hover{
 	color: #f4f7c6;
	text-decoration: none;
}

/* Container
----------------------------------------------- */
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* content
----------------------------------------------- */
#content {
	width: 690px; /* 690 */
	margin: 0;
	padding: 0;
	float: left;
}
p {
	margin: 0 0 14px 0;
	padding: 0;
}
.post_footer, .post_footer a, .post_footer a:visited, .post_footer a:hover {
	margin: 0 0 20px 0;
	padding: 0;
	color: #9db086;
}
#searchform fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search {
	width: 180px;
	height: 25px;
	background: #9db086;
	border: none;
	margin: 0;
	padding: 0;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 10px 5px 10px;
	width: 160px;
	height: auto;
	background: none;
	border: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #20250c;
        font-size: 13px; 
}

#search br {
	display: none;
}
.alignleft {
	padding: 5px 18px 10px 0;
	float: left;
}
.alignright {
	padding: 5px 0 10px 18px;
	float: right;
}

/* headings
----------------------------------------------- */
h1, h1 a:link, h1 a:visited, h1 a:hover {
	width: auto;
	margin: 8px 0 5px 0;
        font-size: 19px; 
	font-weight: lighter;
	color: #70822c;
}
h2 {
	width: auto;
	margin: 0 0 10px 0;
        font-size: 10px; 
	font-weight: lighter;
	color: #9db086;
}
h3 {
	width: auto;
	margin: 10px 0 0 0;
        font-size: 17px; 
	font-weight: lighter;
	color: #f4f7c6;
}
h4 {
	width: auto;
	margin: 0 0 10px 0;
        font-size: 17px; 
	font-weight: lighter;
	color: #f4f7c6;
}

/* Side
----------------------------------------------- */
#side {
	width: 180px; /* 180 */
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}
.side_lists {
	margin: 0;
	padding: 0;
	list-style: none;
}