/* body > .container{
  border-top: .3em solid red;
  padding-top: 3em;
}
*/

body {
  width: 820px;
  border-top: 3px #668040 solid;
  padding-top: 10px;
  margin: 0 auto;
}

/* setup */

blockquote{font-style:normal;padding:0 0 0 0;color:#000;background:url('../images/quote.png') .5em top no-repeat;}
a{color:#3E4967;}
a:hover{color:#000;}
blockquote p{padding:0 20px 0 30px;}
hr{background:#CCC;height:1px;}
img{margin:0;}
p img{float:none;}
a.button{float:left;}
input{padding-left:0;border:1px solid #CCCCCC;}
ul{margin-left:15px;list-style-type:none;}
ul li{padding:2px 0 2px 9px;background:url('../images/icons/bullet_square_grey.gif') left 5px no-repeat;}
ol{margin-left:35px;}
label{font-weight:normal;}
textarea{height:200px;width:500px;}
.small{font-size:.9em;}
.nomargin{margin:0;}
a.button,button{font-weight:normal;}


/* page */

#page {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  float: left;
  margin-bottom: 20px;
}

header.banner {
  margin-bottom: .5em;
  padding-top: 20px;
  height: 69px;
  width: 600px;
  float: left;
  padding-left: 50px;
  margin: 0;
  line-height: 1em;
}

header.banner .title{
 font-size: 3em;
 line-height: 1.1em;
}

header.banner .sub-title{
font-size: 1.0em;
}

nav.site {
  background: #668040;
  float: left;
  width: 100%;
  line-height: 1.5em;
  font-size: 1.2em;
}

nav.site > ul {
  list-style: none;
  margin-left: 40px;
}

nav.site > ul > li{
  padding: 0;
}

nav.site > ul > li > a{
  text-decoration: none;
  padding: 5px 15px;
  float: left;
  color: #F2FFDF;
}

nav.site > ul > li > a:hover {
  background: #485A2D; color: #F2FFDF; 
}


/* post */

section.posts {
  float: left;
  width: 630px;
}

article {
  display: block;
  width: 530px;
  margin-left: 50px;
  margin-top: 25px;
}

article > header {
  display: block;
  font-size: 2em; 
  color: #3B4A25; 
  border-bottom: 2px dotted #AAA; 
  margin-bottom: 0.25em;
}
article > header a {
  color: #3B4A25; text-decoration: none;
}

article aside{
  display: block;
  height: 40px;
}

article nav {
  display: inline;
}

article aside ul {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}

article aside ul li{
  display: inline;
  background: none;
  padding: 0;
  margin: 0;
}

article h1 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
article h2 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
article h3 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
article h4 { font-size: 1em; font-weight: bold; }

/* post nav */

section.posts nav
section.posts nav a{
  color: #AAA;
}

nav a.next {
  margin-top: 30px;
  margin-right: 50px;
  float: right;
}

nav a.previous {
  margin-top: 30px;
  margin-left: 50px;
  float: left;
}


/* sidebar */

#page {
  background: url('../images/sidebar_bg.gif') right repeat-y;
}

aside.sidebar {
  float: left;
  width: 150px;
  margin-left: 18px;
  margin-right: 20px;
  margin-top: 25px;
}

aside.sidebar section {
  float: left;
  width: 150px;
  padding: 0px 20px 0 20px;
  margin-left: -20px;
  margin-bottom: 35px;
}

aside.sidebar header { 
  font-size: 1.3em; line-height: 1.2;
}

a.feed {
  position: absolute;
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
	display: block;
}


aside.sidebar ul li {
	margin: 0 0 0 -10px;
	padding: 2px 0 2px 9px;
	background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;
	font-size: 0.9em;
}

section.posts,
aside.sidebar
{
  padding: 0 0 20px 0;
}


/* footer */
body > footer {
  float: left;
  width: 100%;
	text-align: center;
	font-size: .9em;
	margin: 0;
  padding-bottom: 50px;
}

body > footer a {
  text-decoration: none;
}

/*
form{
  float: left;
  width: 100px;
}
*/

/* search */
form.search	{
  float: left; width: 100px;
}

#s{
  background: transparent url('../images/icons/search_grey.gif') 0px center no-repeat;
 	padding: 2px 0 2px 17px;
 	width: 135px;
 	color: #CCCCCC;
 	font-size: 0.9em;
 	margin-right: 20px;
}

#s:hover {
  color: #000;
}
