/*
Theme Name: SEEDS Theme
Description: Theme created for the SEEDS web site.
Author: Gorirra Consulting
Author URI: http://gorirra.com/
*/

@charset "utf-8";

/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end css reset */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #B57A47;
	background-attachment: fixed;
	background-image: url(images/footer2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#masthead {
	height: 183px;
	background-color: #3C1D0D;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 55px;
	display: block;
	background-image: url(images/hdr-bg.gif);
	background-repeat: repeat-x;
}
#masthead .txt {
	display: block;
	text-align: left;
	color: #FFFFFF;
	width: 760px;
	margin: auto;
}
#container {
	width: 760px;
	padding: 0px;
	margin: auto;
}
#rightnav {
	width: 190px;
	float: right;
	margin-right: 20px;
	font-size: 13pt;
	background-image: url(images/nav-border.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
}
#rightnav  ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#rightnav  li {
	margin-bottom: 15px;
}
#rightnav a:link, #rightnav a:active, #rightnav a:visited {
	text-decoration: none;
	color: #3C1D0D;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#rightnav a:hover {
	color: #B57A47;
	background-color: #3C1D0D;
	background-image: url(images/seed-hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#content {
	width: 535px;
	float: left;
	line-height: 150%;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 16px
}
#content H1 {
	color: #185B2E;
	font-size: 22px;
  font-weight:bold;
  margin-bottom:10px;
}
#content H1.postTitle {
	color: #185B2E;
	font-size: 22px;
  font-weight:bold;
  margin-bottom:5px;
}
#content H2 {
	color: #000;
	font-size: 18px;
  font-weight:bold;
  margin-bottom:10px;
}
#content UL {
  margin-left:20px;
  margin-bottom:15px;
  list-style-type:disc;
}
#content OL {
  margin-left:20px;
  margin-bottom:15px;
  list-style-type:decimal;
}
#content LI {
  margin-bottom:5px;
}
#content P {
  margin-bottom:15px;
}
#content a:link, #content a:active, #content a:visited {
	color: #3C1D0D;
}
#content a:hover {
	color: #694729;
  text-decoration:underline;
}
#content .postmetadata {
  font-size:12px;
  line-height:1;
  text-align:left;
}
#jig {
	clear: both;
	float: none;
}
#footer {
	text-align: left;
	font-size: 9px;
	height: 125px;
	color: #000000;
	margin-top: 50px;
}
#footer  a:link, #footer a:active, #footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* comments */
.alt {
	margin: 0;
	padding: 5px 5px 10px 5px;
  border:1px solid #8F6038;
}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 0 0 15px 0;
	padding: 5px 5px 10px 5px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { 
  margin-bottom:15px;
}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #371808;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
  font-size:12px;
	}
SMALL {
  font-size:12px;
  line-height:1;
  display:block;
  margin-bottom:5px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

