/*

Title: 		Maincol Styles
Media:		Screen
Updated: 	Jun 29, 2009



/* Maincol styles */

#maincol .share {
	position: absolute;
	right: 30px;
	top: 56px;
	}
	
#maincol h1, #maincol h2.section {
	width: 360px;
	font-size: 2.25em;
	margin: 4px 0 25px;
	color: #9ebd0d;
	}
	
#full-search #maincol h1 {
	width: auto;
	}
	
#maincol .blurb {
	margin-bottom: 26px;
	padding-bottom: 30px;
	border-bottom: 2px solid #e1e4d1;
	}

#maincol .blurb h2, #maincol .blurb h1 {
	font-size: 1.375em; /* 22px */
	margin-bottom: 12px;
	font-weight: bold;
	color: #000;
	width: auto; /* h1 override */
	}
		
#maincol .blurb img, #maincol .entry img {
	background: #fff;
	padding: 8px;
	border: 1px solid #e0e3d8;
	margin-bottom: 12px;
	}

#maincol .blurb h3, #maincol #comments p.by {
	margin-bottom: 12px;
	color: #777;
	font-size: .625em; /* 12px */
	text-transform:uppercase;
	}
	
#maincol .gutter li {
	list-style: disc;
	margin-left: 25px;
	}
	
/* Map */

div.map {
	background: url(../s-img/bg-map.jpg) center top no-repeat;
	height: 499px;
	}

/* Map form */

#maincol form.get_listed p {
	margin-bottom: 25px;
	}

form input.text, form input.captcha {
	width: 190px;
	border: 1px solid #999;
	padding: 5px 3px;
	font-size: 1em; /* 12px */
	}
	
form#comment_form input.captcha {
	width: 130px;
	}
	
form.get_listed textarea {
	width: 400px;
	height: 100px;
	}

form.get_listed label, form.get_listed strong {
	display: block;
	font-weight: bold;
	color: #444;
	margin-bottom: 3px;
	}
	
form.get_listed span, span.req {
	color: #c00;
	}
	
form.get_listed label.no-bold {
	font-weight: normal;
	color: #222;
	margin-bottom: 0;
	display: inline;
	}

/* Blog */

#blog h2 {
	margin-bottom: 20px;
	width: 648px;
	height: 98px;
	text-indent: -9999999px;
	overflow: hidden;
	background: url(../s-img/hdr-rss.gif) center center no-repeat;
	}

#blog .entry {
	position: relative;
	margin-bottom: 20px;
	padding: 0 30px 20px 162px;
	height: 1%; /* IE 6 padding bug */
	border-bottom: 1px solid #e1e4d1;
	}
	
.blog #blog .entry {
	padding: 0 0 20px 137px;
	}
	
#blog .deets {
	position: absolute;
	left: 25px;
	top: 3px;
	}
	
.blog #blog .deets {
	left: 0;
	}
	
#blog .deets h4 {
	font-size: .75em;
	font-weight: bold;
	margin-bottom: 3px;
	color: #444;
	}
	
#content #blog .deets p.comments {
	padding-left: 20px;
	line-height: 16px;
	background: url(../s-img/bg-comments.gif) left center no-repeat;
	font-size: .687em;
	}
	
#content #blog .entry h3 {
	font-size: .875em; /* 14px */
	margin-bottom: 8px;
	font-weight: bold;
	}
	
#blog .go-to {
	margin-left: 162px;
	}

h2#comment {
	margin-bottom: 25px;
	font-size: .875em;
	color: #9ebd0d;
	}

#comments dl {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 3px;
	}

#comments dt {
	width: 120px;
	float: left;
	}
	
#comments dd {
	padding-left: 130px;
	}
	
#comments h2#leave-comment {
	margin: 40px 0 20px;
	font-size: .875em;
	color: #9ebd0d;
	}
	
#comments label {
	float: left;
	width: 130px;
	color: #777;
	font-size: .833em; /* 10px */
	text-transform:uppercase;
	}
	
#comments form p {
	}
	
#comments textarea, #comments input {
	width: 300px;
	}
	
#comments textarea {
	height: 100px;
	}
	
#comments input#submitcomment {
	width: auto;
	margin-left: 130px;
	}

/* File upload styles */

p.file-type {
	padding-top: 12px;
	border-top: 1px solid #ddd;
	}
	
p.file-type.PDF {
	padding-left: 24px;
	background: url(../s-img/ico-pdf.gif) 0 12px no-repeat;
	line-height: 17px;
	height: 17px;
	}