/* -------------------------------------------------------------- 
reset.css
* Resets default browser CSS.
-------------------------------------------------------------- */
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,code,
del,dfn,em,img,q,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-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body{line-height:1.5;}
table{border-collapse:collapse;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
table,td,th{vertical-align:top;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
strong{font-weight:bold;}
em{font-style:italic;}
a img{border:none;}
*{outline:none;}

/* --------------------------------------------------------------
clear.css
-------------------------------------------------------------- */
.clear {
	clear: both;
	float: none;
	height: 1%;
	margin: 0;
	padding: 0;
}
/* Clearfix method
-------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

#nav {
	float:right;	
	height:32px;
	list-style:none;
	margin:0 13px 0 0;
	position:relative;
	width:754px;
}
#nav li {
	display:block;
	float: left;
	margin:0;
	padding:0;
	position:relative;
	text-indent:-999em;
}
#nav li a {
	background-color:transparent;
	background-image:url('http://www.ourregiontomorrow.org/wp-content/themes/ourregiontomorrow/images/nav.gif');
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:32px;
}
#nav #frontpage, #nav #frontpage a {
	background-position:0 0;
	width:64px;
}
#nav #about-us, #nav #about-us a {
	background-position:-64px 0;
	width:76px;
}
#nav #about-the-region, #nav #about-the-region a {
	background-position:-140px 0;
	width:126px;
}
#nav #task-force, #nav #task-force a {
	background-position:-266px 0;
	width:90px;
}
#nav #news, #nav #news a {
	background-position:-356px 0;
	width:55px;
}
#nav #events, #nav #events a {
	background-position:-411px 0;
	width:61px;
}
#nav #our-blog, #nav #our-blog a {
	background-position:-472px 0;
	width:75px;
}
#nav #related-links, #nav #related-links a {
	background-position:-547px 0;
	width:101px;
}
#nav #contact, #nav #contact a {
	background-position:-648px 0;
	width:78px;
}
#nav #frontpage a:hover {
	background-position:0 -32px;
}
#nav #about-us a:hover, #nav #about-us.hover a {
	background-position:-64px -32px;
}
#nav #about-the-region a:hover, #nav #about-the-region.hover a {
	background-position:-140px -32px;
}
#nav #task-force a:hover {
	background-position:-266px -32px;
}
#nav #news a:hover {
	background-position:-356px -32px;
}
#nav #events a:hover, #nav #events.hover a {
	background-position:-411px -32px;
}
#nav #our-blog a:hover {
	background-position:-472px -32px;
}
#nav #related-links a:hover {
	background-position:-547px -32px;
}
#nav #contact a:hover {
	background-position:-648px -32px;
}

/*Main navigation subnav*/
#nav ul {
	background: #4B621E;
	border: 1px #fff solid;
	border-bottom: 0 none;
	display: none;
	float: none;
	left: 0;
	padding: 0;
	position:absolute;
	top:32px;
	width: 200px !important;
	z-index:40;
}
#nav ul li {
	border-bottom: 1px #fff solid;
	display: block;
	float: none;
	font-size: 0.95em;
	height: auto;
	line-height: 1.636em;
	margin: 0;
	position: relative;
	text-indent: 0;
	width: auto !important;
}
#nav ul li a {
	background: none;
	display: block;
	color: #fff;
	float: none;
	height: auto;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
	width: auto !important;
}
#nav ul li a:hover, #nav ul li a:active {
	background: #9dbe56;
	color: #fff;
}

/*Our Region Typography*/
body {
	color: #000;
	font: 75%/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6, cite.fn {
	color:#4b621e;
	font-weight: normal;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}
h3 {
	font-size:1.6em;
	line-height:1.1em;
	margin-bottom:0.5em;
}
h4, cite.fn {
	font-size: 1.6em;
	font-weight:bold;
	line-height:1.1em;
	margin-bottom:0.5em;
}
h5 {
	font-size:1.2em;
	font-weight:bold;
}
h6 {
	margin-bottom:0.8em;
}


/* Page Elements
--------------------------------------------------------------*/
a {
	color:#4b621e;
}
.news_info, .recent_date {
	color:#4b621e;
	font-size: 0.95em;
}
.recent_content a {
	text-decoration:none;
}
.recent_content a:hover {
	text-decoration:underline;
}
#content a:hover {
	color:#9dbe56;
}
.news_title a {
	color:#000;
}
.entry p {
	margin-bottom:15px;
	line-height: 1.5em
}
#foot p {
	color:#d6d6d6;
	font-size:0.8em;
}
.credit {
	font-size:0.85em;
	font-weight:bold;
}
.comment-meta a {
	font-size:0.8em;
}

/*
Theme Name: Our Region Tomorrow
Theme URI: ourregiontomorrow.org
Description: Theme for ORT
Version: 1.0
Author: Taproot Creative
*/
html,body {
	height: 100%;
}
body {
	background: #fff url('http://www.ourregiontomorrow.org/wp-content/themes/ourregiontomorrow/images/bkgd.gif') repeat-x 0 0;
}
#wrapper {
	background: transparent url('http://www.ourregiontomorrow.org/wp-content/themes/ourregiontomorrow/images/wrapper_bkgd.jpg') no-repeat 0 0;
	margin:0 auto;
	width:980px;
}
#masthead {
	display: block;
	height: 111px;
	position: relative;
	z-index: 40;
}
#logo {
	float: left;
	margin: 20px 0 0 30px;
}
#container {
	clear: both;
	padding:18px 13px 0;
}
#random_feature {
	background:url('http://www.ourregiontomorrow.org/wp-content/themes/ourregiontomorrow/images/pic_bkgd.gif') no-repeat 0 0;
	height:360px;
	margin:0 0 0 18px;
	width:918px;
}
#random_feature img#front_pic {
	float:left;
	margin:9px 0 0 9px;
}
#side_links {
	float:right;
	margin:9px 0 0 0;
}
#side_links ul li {
	list-style:none;
	margin:0 9px 3px 0;
}
#side_links2 {
	background:transparent url('http://www.ourregiontomorrow.org/wp-content/themes/ourregiontomorrow/images/links_bkgd.gif') no-repeat;
	float:right;
	height:360px;
	list-style:none;
	margin:0 18px 0 0;
	width:215px;
}
#side_links2 ul {
	margin:9px 0 0 9px;
}
#side_links2 ul li {
	list-style:none;
	margin:0 0 3px 0;
}
#welcome {
	background: transparent url('http://www.ourregiontomorrow.org/wp-content/themes/ourregiontomorrow/images/welcome.gif') no-repeat;
	float:left;
	margin:37px 0 0 17px;
	padding:20px;
	width:293px;
}
#welcome p a {
	text-decoration:none;
}
.randy_pic {
	border:1px #cfcfce solid;
	margin:0 7px 4px 0;
	padding:5px;
}
#recent_blogs {
	background: transparent url('http://www.ourregiontomorrow.org/wp-content/themes/ourregiontomorrow/images/welcome.gif') no-repeat;
	float:left;
	list-style:none;
	margin:37px 0 0 18px;
	padding:20px;
	width:293px;
}
#welcome p, #recent_blogs p {
	margin-bottom:8px;
}
#recent_news {
	background: transparent url('http://www.ourregiontomorrow.org/wp-content/themes/ourregiontomorrow/images/recent_news.gif') no-repeat;
	float:right;
	list-style:none;
	margin:37px 0 0px 0;
	padding:20px;
	width:196px;
}
#recent_news li {
	padding:0 20px 0 0;
}
.recent_content {
	margin-bottom:10px;
}
#sidebar {
	float:right;
	width:240px;
}
#foot {
	background: #4b621e url('http://www.ourregiontomorrow.org/wp-content/themes/ourregiontomorrow/images/footer.gif') repeat-x 0 0;
	clear: both;
	overflow: hidden;
	padding: 1em 0;
	text-align: center;
}
#left_side {
	float:left;
}
#front_pic_small {
	background:transparent url('http://www.ourregiontomorrow.org/wp-content/themes/ourregiontomorrow/images/page_pic_bkgd.gif') no-repeat;
	height:186px;
	margin:0 0 0 18px;
	width:693px;
}
#front_pic_small img {
	margin:10px 0 0 9px;
}
#content {
	background: transparent url('http://www.ourregiontomorrow.org/wp-content/themes/ourregiontomorrow/images/page_bkgd.gif') no-repeat;
	height: auto !important;
	height: 431px;
	margin: 18px 0 30px 18px;
	min-height: 431px;
	width: 688px;
}
#content_pad {
	padding:30px 30px 0 30px;
}
#content ul {
	margin:0 0 10px 15px;
}
#content p {
	margin-bottom:10px;
}
#content img {
	border:1px #cfcfce solid;
	margin:10px 10px 10px 0;
	padding:5px;
}
.entry {
	border-bottom:1px #9dbe56 solid;
	margin:0 0 30px 0;
	padding:0 0 15px 0;
}
.divider {
	clear:both;
}
textarea {
	width:640px;
}
#commentform input {
	margin-bottom:10px;
}
#commentform #submit {
	margin:10px 0 30px 0;
}
.alignleft {
	float:left;
}
.navigation .alignleft {
	float:left;
	margin-bottom:20px;
}
.navigation .alignright {
	float:right;
	margin-bottom:20px;
}
ol.commentlist {
	border-bottom:1px #9dbe56 solid;
	margin-bottom:20px;
}
ol.commentlist li {
	background:#f5f5f5;
	border:1px #d7d7d7 solid;
	margin-bottom:30px;
	padding:10px;
}
ol.commentlist p {
	margin-top:10px;
}
.vcard img {
	background:#fff;
	border:1px #d7d7d7 solid;
	padding:3px;
}
cite.fn {
	margin-left:10px;
}

ol {
	list-style:none;
}
.cf-ol li {
	margin-bottom:10px;
}
.cf-ol li label {
	display:block;
	margin-bottom:3px;
}
span.reqtxt, span.emailreqtxt {
	margin-left:10px;
	color:#FF0000;
	font-size:1.0em;
}
.cf-ol li input {
	width:400px;
}
