/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #fff; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }





/*
.jumpquote { 
	font-size: 24px;
	line-height: 23px;
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-color: #C3D0A3;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #C3D0A3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
*/

.caption {
	font-style: italic;
	font-size: 10px;
	line-height: 11px;
	}
	
.maptitle {
	font-weight: bold;
	font-size: 14px;
	}
	
.hide {
	display: none;
	visibility: hidden;
	}

.locationinfo { font-size:50%; overflow:hidden; width:200px; height:50px;  }



/* Begin Typography & Colors */
body {
	font-size: 11px; /* Resets 1em to 10px */	
	font-family: Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	background-attachment: fixed;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: center;
	}

#page {
	background-color: white;
	text-align: left;
	}
	
#logo {
	float: left;
	margin-left:0px;
	padding-top: 10px;
	}
	
.sub { 
	padding-left: 5px;
	padding-bottom: 5px;
	color: #666;
	}
	
.sub a { 
	color: #666;
	}
	
.sub a:hover { 
	color: #709732;
	}
	
.topnav { 
	padding-left: 150px;
	padding-bottom: 5px;
	color: #666;
	font-size: 14px;
	}
	
.topnav a { 
	color: #fff;
	padding-left: 2px;
	padding-right: 2px;
	}
	
.topnav a:hover { 
	color: #709732;
	}
	
#searchbox {
	margin-top: 0px;
	margin-left: 0px;
	}

#header {
	height: 147px;
	width: 1001px;
	margin-top: 0px;
	margin-bottom: 35px;
	}
	
#headimg {
	}
	
#nav-home {
	width: 240px;
	height: 20px;
	color: #709732;
	}
	
#nav {
	width: 320px;
	height: 20px;
	color: #709732;
	}
	
#navtext {
	font-size: 14px;
	float: left;
	}
	
#navtext a {
	color: #709732;
	}

#content {
	font-size: 11px;
	line-height: 15px;
	}
	
#homeline {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-right-color: #000000;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
#category {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	}
	
#category a:hover {
	color: #000;
	}

small {	font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h3 {	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	}
/*

#bigtitle h2 {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 3px;
	}
*/


h2.pagetitle {
	font-size: 1.6em;
	align: left;
	text-align: left;
	}



#more-line {
	margin-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #709732;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
	
#more-line-top {
	margin-top: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #709732;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
	

.recenttab {
	width: 320px;
	height: 15px;
	background-image: url("http://urbanomnibus.net/images/Line.gif");
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	margin-bottom: 3px;
	}
	
.recenttitle {
	font-size: 10px;
	text-transform:uppercase;
	color: #709732;
	padding-bottom: 7px;
	padding-right: 3px;
	background-color: #fff;
	}

.related_post {
	color: #000;
	}
	
.related_post a {
	color: #000;
	}
	
.related_post a:hover {
	color: #709732;
	}

.footertab {
	width: 935px;
	height: 15px;
	background-image: url("http://urbanomnibus.net/images/Line.gif");
	background-repeat: repeat;
	background-position: center center;
	margin-bottom: 3px;
	}

	
.footertitle {
	font-size: 10px;
	color: #709732;
	padding-bottom: 5px;
	padding-right: 5px;
	background-color: #fff;
	}


h2, h2 a, h2 a:visited {
	color: #000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
.author {
	background-color: #FFFFFF;
	}

.reader {
	background-color: #F0f4f6;
	}
	
.user {
	background-color: #FFFFFF;
	}
	
.reader .user {
	background-color: #FFFFFF;
	}

	
.user p {
	margin-top: 0px;
	padding-top: 0px;
	}
	
.reader p {
	margin-top: 0px;
	padding-top: 0px;
	}
	
	
.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color: #000000;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	margin-top: 0px;
	padding-top: 0px;
	}
	
.cite a {
	color: #000000;
	}
	
.cite a:hover {
	color: #000;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #709732;
	text-decoration: none;
	}

a:hover, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	}

#featured-row {
	float: left;
	width: 699px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	}
	/*

.featured img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;	
	padding-left: 0px;
	}

.featured {
	float: left;
	width: 650px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
*/
	
#slideshow {
  	height:340px;
	width: 648px;
	}

#slideshow img {
	margin-left: 0px;
	margin-top: -2px;
	}

	
#slideshow a {
	color: #000;
	}
	
#slideshow a:hover {
	color: #000;
	}
	
.emailcolumn {
	float: left;
	width: 400px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10px;
	}
	
	.narrowcolumn {
	float: left;
	width: 525px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 33px;
	}
	
.widecolumn {
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 33px;
	}
	
/*
#post {
	text-align: left;
	position: relative;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 12px;
	padding-left: 0px;
	padding-bottom: 5px;
	}
*/
	
.entry { 
	font-size: 12px;
	line-height: 17px;
	}
	
#post-feat {
	text-align: left;
	position: relative;
	min-height:170px;
  	height:auto !important;
  	height:170px;	
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	}
	
#post-feat-img {
	}
	
#post-feat-content {
	width: 270px;
	}
	
#post-feat-title {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 5px;
	line-height: 21px;
	}	
	
#post-feat-title a {
	color: #000;
	}	
	
#post-feat-title a:hover {
	color: #000;
	}
	
#post-feat-info {
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 10px;
	color: #709732;
	border-top-color: #C3D0A3;
	border-top-width: 1px;
	border-top-style: solid;
	line-height: 12px;
	}
	
#post-feat-info a {
	color: #709732;
	}
	
#post-feat-info a:hover {
	color: #000;
	}
	
#post-feat-bottom {
	height: 25px;
	width: 210px;
	padding: 5px;
	margin-right: 10px;
	}

#post-feat-num {
	float: right;
	width:27px;
	height: 25px;
	text-align: center;
	font-wight: bold;
	font-size: 16px;
	padding-top: 3px;
	margin-right: 5px;
	background-image: url("http://urbanomnibus.net/images/Num.gif");
	background-repeat: no-repeat;
	}

#post-feat-num a {
	color: #fff;
	}
	
.post-feat-entry p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	}
	
.post-feat-entry {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	}
	
	
		
/*
.post-title {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
	margin-top: 2px;
	line-height: 20px;
	}	

.post-title a {
	color: #000;
	}	
	
.post-title a:hover {
	color: #fff;
	}
*/

.post img {
	padding-bottom: 10px;
	}


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}
	
.data { 
	color: #709732;
	font-size: 10px;
	text-align: left;
	padding-right: 40px;
	}
	
.data a { 
	color: #709732;
	font-size: 10px;
	}

#dataimg {
	padding-bottom: 3px;
	margin: 0px;
	height: 12px;
	}
/*

#nicedata {
	padding-top: 4px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 525px;
	border-top-color: #C3D0A3;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #C3D0A3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
*/
	
#nicedata a:hover {
	background-color: #FFFFFF;
	color: #000;
	}


/*
#resultdata {
	padding-top: 3px;
	width: 525;
	border-top-color: #C3D0A3;
	border-top-width: 1px;
	border-top-style: solid;
	color: #999999;
	font-size: 9px;
	}
	
*/
.narrowcolumn .postmetadata {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 1001px;
	clear: both;
	}

#footer a {
	color:#fff;
	}
	
#footer a:hover {
	color: #000000;
	}
	
#footer p {
	margin: 0;
	text-align: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 35px;
	color:#fff;
	}
/* End Structure */




/*	Begin Headers */
.big {
	font-size: 45px;
	font-weight: bold;
	text-align: left;
	font-color: #000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	}
	
.big a {
	font-color: #000;
	}

h1 {
	font-size: 45px;
	font-weight: bold;
	text-align: left;
	font-color: #000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	}
	
h1 a {
	font-color: #000;
	}
	
/*
h2 {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
*/
	
h5 { 
	font-size: 24px;
	line-height: 23px;
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-color: #C3D0A3;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #C3D0A3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	
h6 { 
/*
	font-size: 20px;
	line-height: 21px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-color: #C3D0A3;
	border-top-width: 1px;
	border-top-style: solid;
*/
	}
	
.statictitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom-color: #709732;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	}
	
/*
#pageinfo {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-color: #709732;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	}
*/

.pagetitle {
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: capitalize;
	padding-bottom: 0px;
}


.catdescript {
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	text-align: right;
	}

.alignleft {
	float: left;
	text-align: left;
	}
	
.navigation .alignright {
	float: right;
	text-align: right;
	display: inline;
	width: 250px;
	}

.navigation .alignleft {
	float: left;
	text-align: left;
	display: inline;
	width: 250px;
	}
	
.textalignright {
	float: right;
	text-align: right;
	}

.textalignleft {
	float: left;
	text-align: left;
	}	
	
/* End Images */



#description {
	margin-top: 10px;
	line-height: 22px;
	}
	
#footer {
	border: none;
	margin-top: 20px;
	}
	

#footerband {
	border: none;
	height: 60px;
	}
	
#footerband a:hover {
	color: #709732 
	}
	
#footerleft {
	float: left;
	}
	
#footerright {
	float: right;
	margin-right: 40px;
	text-align:right;
	}
	

	#footerright p{
		text-align:right;
		}	
	
#footerproj {
	margin-top: 50px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-left: 35px;
	padding-top: 10px;
	min-height:75px;
  	height:auto !important;
  	height: 75px;	
	width: 900px;
	}
	
#footerimg {
	margin-top: 7px;
	margin-left: 7px;
	margin-bottom: 7px;
	}
	
	
address {
	margin-top: 0px;
	padding-top: 0px;
	color: #666666;
	font-size: 10px;
	}
	
table.footproj {
	height: 60px;
	width: 250px;
}
	
#tablefoot {
	margin-right: 15px;
	}
	
#footertext {
	padding: 0px;
	width: 207px;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 5px;	
	margin-bottom: 0px;
	color: #000;
	}

#footertext #category {
	margin-bottom: 3px;
	}
	
#footertext a {
	color: #000;
	}
	
.footertitle a {
	font-weight: bold;
	font-size: 13px;
	color: #000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.footertitle a:hover {
	color: #000;
	}
	
#footer #category {
	margin-top: 0px;
	padding-top: 0px;
	color: #709732;
	}

#homeforum {
	margin-top: 20px;
	margin-bottom: 0px;
	height: 200px;
	width: 650px;
	}
	
	
#homeproject {
	margin-left: 10px;
	padding-top: 0px;
	font-size: 20px;
	}
	
#homeproject a { 
	font-weight: normal;	font-family: Helvetica, Arial, sans-serif;
text-align:left;
	display: block;
	color: #000;
	}
	
#homeproject a:hover {
	color: #fff;
	}

#homeinfo {
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 11px;
	color: #709732;
	border-top-color: #C3D0A3;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #C3D0A3;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	}
	
#homeinfo a {
	color: #709732;
	}
	
#homeinfo a:hover {
	color: #000;
	}
	
#homeproject img { 
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#homeproject p {
	margin-top: 0px;
	padding-top: 0px;
	}
	


#footproject { 
	font-weight: normal;	font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
	color: #008ecf;
	text-align:center;
	}
	
#footproject #sidetext {
	margin-left: 0px;
	margin-top: 5px;
	}
	
#footproject a { 
	font-weight: normal;
	color: #666;
	}
	
#footproject a:hover {
	color: #000;
	}
	


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #feed ul ul li:before, #sidebar ul ul li:before {
	content: "";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#smallnum {
	text-align: center;
	float: left;
	width:17px;
	height: 19px;
	font-wight: bold;
	font-size: 11px;
	margin-right: 5px;
	line-height: 12px;
	background-image: url("http://urbanomnibus.net/images/SmallNum.gif");
	background-repeat: no-repeat;
		}
		
#smallnum a {
	color: #fff;
		}

#smallnum a:hover {
	color: #000;
		}
		

#num {
	width:27px;
	height: 25px;
	text-align: center;
	font-wight: bold;
	font-size: 16px;
	padding: 3px;
	color: #fff;
	background-image: url("http://urbanomnibus.net/images/Num.gif");
	background-repeat: no-repeat;
		}
		
#num a {
	color: #fff;
	margin-right: 5px;
		}

#num a:hover {
	color: #000;
	background-color: #709732;
		}



li {
	list-style-image: none;
	margin-left: 0px;
	padding-left: 0px;
	}
	
	
#recent li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}



#feed ul, #feed ul ol {
	margin: 0;
	padding: 0;
	}

#feed ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#feed ul p, #feed ul select {
	margin: 5px 0 8px;
	}

#feed ul ul, #feed ul ol {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}

#feed ul ul ul, #feed ul ol {
	margin: 0 0 0 0px;
	}

ol li, #feed ul ol li {
	list-style: decimal outside;
	}

#feed ul ul li, #feed ul ol li {
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;	
	}
	
#feed ul ul li a:hover, #feed ul ol li a:hover {
	color: #fff;	
	}






	
	
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
	color: #fff;	
	}

/* End Entry Lists */



/* Begin Form Elements */

	


#searchsubmit {
	padding-top: 0px;
	z-index: 199;
	position:absolute;
	
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	/*

#commentbox {
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 50px;
	margin-bottom: 15px;
	border-top: 1px solid #709732;
	}
*/

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin-top: 15px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin-bottom: 10px;
	padding: 10px;
	margin-top: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	margin-bottom: 10px;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	}

.commentlist li {
	font-size: 12px;
	line-height: 18px;
	list-style: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


.resultentry p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	}
	
.resultentry {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	}
	
.resultentry img {
	float: left;
	margin-right: 10px;
	}
	
/* Begin News Feed */


.line {
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #709732;
	padding-bottom: 5px;
	margin-top: 2px;
	margin-bottom: 12px;
}

#subscribe {
	margin-bottom: 0px;
	}
	
.social-text {
	padding-top: 3px;
	padding-bottom: 8px;
	color: #626262;
}
	
.social {
	}

#subscribe a:hover {
	color: #000;
	}

.social a:hover {
	color: #000;
	}
	
#feed
{
	margin-left: 720px;
	width: 245px;
	margin-top: -10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
/*
	
.gridbox {
	width: 204px;
  	height:290px;
	padding-bottom: 3px;
	overflow:hidden;
	line-height: 16px;
	background:#f0f7f0;
	}
*/
	
#gridtitle {
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 5px;
	line-height: 21px;
	}
	
#gridtitle #category {
	color: #709732;
	}
	
#gridinfo {
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 196px;
	color: #709732;
	border-top-color: #C3D0A3;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #C3D0A3;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	}
	
#gridinfo a {
	color: #709732;
	}
		



#featproject {
	width: 650px;
	}
	
#featproject img {
	margin: 0px;
	padding: 0px;
	}
	
#sidetext {
	margin-left: 50px;
	margin-top: 20px;
	font-size: 12px;
	color: #339900;
	}
	
.sidetitle {
	font-size: 18px;
	color: #339900;
	}
	
.sidetitle a {
	color: #fff;
	}

.sidetitle a:hover {
	color: #709732;
	text-decoration:none;
	}
	



/* Begin Sidebar */

#map {
	margin-top: 10px;
	border: 1px solid #C3D0A3;
	height: 250px;
	overflow: hidden;
	}

	
#bar
{
	margin-top: 0px;
	width: 320px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}

#sidebar form {
	margin: 0;
	}
	/*

#themes {
	color: #709732;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #709732;
	}	
	
#themes ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	}
	
#themes li {
	display: inline; 
	line-height: 16px; 
	font-size: 9px;
	}
	
#themes li a {
	text-decoration:none;
	margin-right: 2px;
	padding-right: 4px;
	color: #000;
	}
	
#themes li a:hover {
	color: #000;
	}
	
*/
	

#rss {
	color: #709732;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	}
	
	
#tags {
	color: #709732;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #709732;
	margin-top: 30px;
	overflow: hidden;
	}

#tags a {
	color: #000;
	margin-right: 7px;
	line-height: 14px;
	}
	
#tags a:hover {
	color: #000;
	}
	
	
#related {
	font-size: 13px;
	color: #709732;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #709732;
	margin-top: 30px;
	}
	
#recent {
	color: #709732;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #709732;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
		font-size: 13px;

	}
	
#recent a {
	color: #000;
	}
	
#recent a:hover {
	color: #fff;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	}

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

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
a:hover img {
	}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	font-size: 14px;
	margin-bottom: 60px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #709732;
	font-weight: bold;
	}
/* End Various Tags & Classes*/



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



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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	text-align: left;
	font-style: italic;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	
	/* FEATURED CONTENT SLIDER STYLES */ 
 
#wrapper{ 
width: 650px;
} 
 
#slider { 
margin: 0 auto; 
position: relative; 
} 
 
.scroll { 
width: 650px; 
overflow: auto; 
overflow-x: hidden; 
position: relative; 
background: #fff; 
} 
 
.scrollContainer div.panel { 
padding: 0; 
width: 650px; 
} 
 
.format_text.featured_media{ 
margin-right: 1em; 
float: left; 
} 
 
.format_text.featured_media a img{ 
width: 15em; 
height: 12em; 
} 
 
.format_text.featured_text{ 
padding-left: 10px;
font-size: 1em; 
float: left; 
} 

.entry-title a { 
font-size: 38px;
line-height: 37px;
font-weight: bold;
color: #000;
margin-top: 4px;
margin-bottom: 15px;
padding-bottom: 15px;
} 

.entry-content {
	padding-top: 3px;
}

.entry-title a:hover { 
color: #fff;
} 

.featured_text{ 
padding-left: 10px;
padding-top: 10px;
font-size: 14px;
line-height: 18px;
} 
 
.format_text.featured_text div.format_text.entry-content p{ 
margin-bottom: 0; 
padding-bottom: 0; 
} 
 
#shade {
	height: 52px;
	margin-top: 6px;
	background-color: #f0f7f0;
	background-repeat: repeat;
	background-position: center center;
	padding-left: 2px;
} 
 
#shade.tall-shade { 
background: #fff; 
height: 12em; 
} 
 
ul.navigation { 
list-style: none; 
margin: 0; 
padding: 0; 
padding-bottom: 0.9em; 
border: none;
} 
 
ul.navigation li { 
display: inline; 
margin-right: 0em; 
border: none;
} 
 
ul.navigation a { 
padding-top: 6px; 
padding-bottom: 6px; 
padding-left: 7px; 
padding-right: 7px; 
color: #000; 
text-decoration: none; 
float: left; 
} 
 
ul.navigation a:hover { 
background: #709732;
} 

ul.navigation a:selected { 
background: #709732;
} 
 
ul.navigation a:focus { 
outline: none; 
} 
 
.scrollButtons { 
position: absolute; 
top: 130px; 
cursor: pointer; 
} 
 
.scrollButtons.left { 
left: -13px; 
z-index: 100; 
display: none; 
visibility: hidden; 
} 
 
.scrollButtons.right { 
right: -13px; 
z-index: 101; 
display: none; 
visibility: hidden; 
} 
 
.hide { 
display: none; 
} 
 
span.thumbtitle{ 
display: block; 
text-align: center; 
} 
 
img.scroller-thumb{ 
width: 78px; 
} 
 
img.scroller-thumb-big{ 
border: 2px solid #709732;
background: #767643;
} 
 
a.selected img.scroller-thumb{ 
margin-top: -2px;
border: 1px solid #709732;
}

.post-feat-entry .wp-caption-text {
display: none;
}
a {
   outline: 0;
}

img a {
   outline: 0;
}

.sidebar_image{
	margin-bottom:22px;
}





@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
