/*
Theme Name: Payson Web
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>, extended for Payson Web by Sam Stevens, Stevens Media, www.stevensmedia.com.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
*/

/* Main Structure */
BODY {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	text-align: center;	
	color: #000;
	background: url('images/bkgd.jpg') #005CA1 repeat-x;
	margin: 5px 0 0 0;
	padding: 0;
}

#page {
	width: 950px;
	margin: 0 auto;
	background-color: white;
	text-align: left;
}

#header {
	background: #FFF url('images/masthead.jpg') no-repeat top right;
}

#nav {
	background: #0063A2 url('images/bkgd-nav.jpg') repeat-x;	
	height: 32px;
}

#content {
	width: 575px;
	float: left;
	padding: 0 20px 30px 30px /* 625 with padding */
}

/* Posts */

.post {
	padding: 0 0 40px;
}

.post hr {
	display: block;
}

.entry {
	margin-bottom: 20px;
}

/* EO Posts */

#sidebar {
	padding: 0 20px 30px 20px;
	margin-left: 625px;
	width: 285px; /* 325 with padding */
	background: url(images/dashed-line-vertical.gif) left repeat-y; 
	}

#subscribe {
	background-color: #EFEFEF;
	border: 1px solid #CCC;
	padding: 10px 5px 0 5px;
}

#about-blog {
	margin: 20px 0 10px 0;
	padding: 5px 5px 0 5px;
}

	#about-blog .tweetmeme_button {
		display: none;
	}

#cats-blogs {
	margin: 5px 0;
	padding: 5px 5px 0 5px;
}
/*
#categories {
	width: 130px;
	float: left;
}

#bloglove {
	margin-left: 145px;
	padding-top: 10px;
}
*/
#widgets {
	margin: 5px;	
}

#sidebar form {
	margin: 0;
	}

#footer {
	background-color: #005CA1;
	padding: 0;
	margin: 0 auto;
	width: 950px;
	clear: both;
}

/* Begin Typography & Colors */

A {
	color: #398125;
	text-decoration: underline;
}

A:HOVER {
	color: #67A81F;
	text-decoration: none;
}

#nav A {
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	color: White;
	text-decoration: none;
}

#nav A:HOVER {
	color: #DCD637;	
}

H1, H1 A {
	color: #02549A;
	font-size: 2.3em;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 20px;
	padding: 0;	
}

H1.archives, H1.archives A  {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 1px solid #000;
}

H1, H2, H3, H4 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

H2, H2 A {
	color: #02549A;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
}

.entry H2 {
	font-size: 1.3em;
}

H2 A:HOVER {
	color: #337DB6;
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #398125;
	margin: 0 0 0 5px;
}

	H2.widgettitle {
		padding-bottom: 5px;
	}

#sidebar #subscribe H3 {
	font-family: "Helvetica Neue", Helvetica,Arial,sans-serif;
	font-size: 2em;
	text-transform: none;
	margin: 15px 5px;
}

#sidebar #subscribe H3 A {
	color: #398125;
	text-decoration: underline;
	padding: 10px 0 0 35px;
}

	#subscribe A#sub-rss {
		background: url(images/rss-24.gif) left center no-repeat;
	}
	
	#subscribe A#sub-email {
		background: url(images/email-24.gif) left center no-repeat;
	}

#sidebar #subscribe H3 A:HOVER {
	color: #67A81F;	
	text-decoration: none;
}

H3 {
	font-size: 1.3em;
}

.entry {
	font-size: 1.4em;
	line-height: 1.6em;
}

small {
	font-size: 1.1em;
	line-height: 1.5em;
}

.postmetadata {
	font-size: 1.3em;
	color: #666;
}

#sidebar P {
	font-size: 1.3em;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

/*.even, .alt {
	border-left: 1px solid #ddd;
}*/

#footer {
	margin: 0;
	padding: 20px 0;
	text-align: center;	
	font-size: 1.2em;
	color: White;	
}

#footer A {
	color: White;
}

#footer A:HOVER {
	color: White;
}

#footer H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}

/* EO Begin Typography & Colors */



/* Images */

p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}
	
#about-blog IMG.icon {
	margin-top: -6px;	
}
	
/* 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 */	
/* End Images */



/* Begin Lists */

#nav UL {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#nav LI {
	float: left;
	list-style-type: none;
	margin: 0 16px;
	padding: 6px 0;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: square;
	padding-left: 20px;
	}

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

.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;
	}

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

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

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

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#cats-blogs UL UL {
	margin-left: -5px;
}

#sidebar #cats-blogs ul ul li {
	margin: 0;
}
	
#cats-blogs LI LI {
	font-size: 1.2em;
	margin-top: -2px;
}

#cats-blogs LI LI A {
	background-color: #F5F3B4;
	text-decoration: none;
	padding: 5px 10px;
	border-bottom: 1px solid #67A81F;
	display: block;
	width: 105px;
}

#cats-blogs LI LI A:HOVER {
	background-color: #EDEA77;
	color: #398125;
	border-bottom: 1px solid #398125;
}

LI#tag_cloud-3 A {
	margin-left: 5px;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px;
	padding: 5px 3px;
}

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

#sidebar #searchsubmit {
	padding: 1px;
	}

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

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 Comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Verdana, Sans-Serif;
}
	
.commentlist li ul li {
	font-size: 1em;
}

.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;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

.alt {
	margin: 0;
	padding: 10px;
	}

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

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	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 */



/* Ads */

#banners {
	padding-top: 20px;
	height: 135px;
}

#wp125adwrap_2c { 
	width:100%;
}

#wp125adwrap_2c .wp125ad { 
	width:125px; 
	float:left;
	padding-bottom: 20px;
}

#wp125adwrap_2c DIV.odd {
	padding-right: 20px;
}



/* 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 #ddd;
	}

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;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

.clear {
	clear: both;
}

/* End Various Tags & Classes*/


/* HOME PAGE ONLY */

#feature {
	height: 330px;
	background: #398125 url(http://www.paysonweb.com/img/bkgd-feature.jpg) no-repeat;
}

#feature-left, #feature-right {
	width: 475px;	
	float: left;
}

#feature-left H1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: White;
	margin: 95px 0 0 30px;
	width: 380px;
}

IMG#requestfreeinfo {
	margin-left: 100px;
}

#feature-right {
	margin-top: 35px;
}

BODY.page-id-428 #content {
	width: 655px;
	padding: 0 10px 20px 20px;
}

DIV.content-column {
	width: 200px;
	float: left;
	margin: -15px 15px 15px 0;
	font-size: 0.9em;
	line-height: 1.3em;
}

DIV.content-column UL {
	list-style-type: square;
	padding-left: 20px;
}

BODY.page-id-428 #content H2 {
	font-size: 1.3em;
	color: #398125;
	border-bottom: 1px solid #398125;
	width: 655px;
}

DIV.content-column H3 {
	font-size: 1.3em;
	color: #337DB6;
}

BODY.page-id-428 #social-icons {
	clear: left;
}

BODY.page-id-428 #sidebar {
	width: 245px;
	padding: 0 10px 20px 10px;
	margin-left: 685px;
	background: none; 	
}

BODY.page-id-428 #sidebar H2 {
	font: bold 1.8em Helvetica, Arial, sans-serif;
	color: #398125;
	border-bottom: 1px solid #398125;
	width: 225px;
	margin: 15px 0 0 0;
	text-transform: none;
}

BODY.page-id-428 #sidebar UL, BODY.page-id-428 #sidebar UL UL {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: square;
}

BODY.page-id-428 #sidebar UL LI, BODY.page-id-428 #sidebar UL UL LI {
	margin: 10px 0;
	padding: 0;
	list-style-type: square;
	font-size: 1.3em;
}

BODY.page-id-428 #sidebar A {
	font-weight: bold;
}

/* EO HOME PAGE ONLY */


BODY.page-id-440 #content {
	width: 900px;
}