/*
Theme Name: Freedom Lawn
Theme URI: http://wordpress.org/
Description:
Version: 1.0
Author: Mark Jensen
Author URI: http://www.mygeekfellout.com/
Tags: green

	Freedom Lawn 1.0
	 http://

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}


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

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

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

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

/* Begin Structure */
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 25px;
	margin: 0px 0 0;
	width: 470px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 470px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

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

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

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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: 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
	}

img.wp-image-16 {
margin: 0 30px 12px 0;
}
/* End Images */



/* 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 ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

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

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: right;
	width: 210px;
	}

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

#sidebar #searchsubmit {
background-color: #BFFFBF;
margin-top: 3px;
	border-top: #004000 2px solid;
	border-right: #002D00 1px solid;
	border-bottom: #002D00 2px solid;
	border-left: #004000 1px solid;
		padding: 1px;
}
/*
LIGHTEST GREEN #BFFFBF
LIGHT GREEN    #80FF80
DARK GREEN     #004000 (BG)
DARKEST GREEN  #002D00
*/


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

select {
	width: 130px;
	}

/* End Form Elements */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 520px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



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

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	color: black;
	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 {
	color: black;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* 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." */











/* CSS Document */
/* background: [color] [url('***')] [no-repeat/repeat-x/repeat-y] [fixed/scroll] [horz vert]; */

/*
LIGHTEST GREEN #BFFFBF
LIGHT GREEN    #80FF80
DARK GREEN     #004000 (BG)
DARKEST GREEN  #002D00
*/

/* GLOBALS */

html, body, div, img, table, tr, td {
border-collapse: collapse;
margin: 0;
	border: 0;
		padding: 0;
}

body {
background: black url('../../../../img/layout/bg_greengrid.jpg') repeat-x scroll top left;
color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {color: #BFFFBF; text-decoration: underline}
a:visited {color: #80FF80; text-decoration: underline}
a:hover {color: yellow; text-decoration: underline}
a:active {color: white; text-decoration: underline}

h1 { padding-top: 9px; }
h3 { padding-top: 9px; text-decoration: underline; }

sup {
position: relative;
bottom: 6px;
vertical-align: bottom;
font-size: 60%;
}

.hidden {
position:absolute;
	left: -2000px;
	top: -2000px;
width:1px;
	height:1px;
overflow:hidden;
}

.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }

/* margins */
.mAuto { margin: 0 auto; }
.m0 { margin: 0 } .m3 { margin: 3px } .m6 { margin: 6px } .m9 { margin: 9px }
.m12 { margin: 12px } .m15 { margin: 15px } .m18 { margin: 18px }
/* padding */
.p0 { padding: 0 } .p3 { padding: 3px } .p6 { padding: 6px } .p9 { padding: 9px }
.p12 { padding: 12px } .p15 { padding: 15px } .p18 { padding: 18px }

/* background-color */
.BG_white { background-color: white; }
.BG_grayC { background-color: #CCC; }
.BG_gray3 { background-color: #333; }
.BG_gray6 { background-color: #666; }
.BG_gray9 { background-color: #999; }
.BG_red1  { background-color: #FFEDE6; }
.BG_red2  { background-color: #FFD1BF; }
.BG_blue  { background-color: blue; }

/* borders */
.border { border: 1px solid black; }
.border_red { border: 1px solid #733117; }

/* color (text) */
.C_white { color: white; }
.C_black { color: black; }
.C_grayC { color: #CCC; }
.C_gray3 { color: #333; }
.C_gray6 { color: #666; }
.C_gray9 { color: #999; }
.C_red   { color: #733117; }
.C_green1{ color: #BFFFBF; }
.C_green2{ color: #80FF80; }
.C_green3{ color: #004000; }
.C_green4{ color: #002D00; }

/* floats & clears */
.fl { float: left; }
.fr { float: right; }
.fn { float: none; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.cn { clear: none; }
/* font-size */
.fs60 { font-size: 60%; }
.fs70 { font-size: 70%; }
.fs80 { font-size: 80%; }
.fs90 { font-size: 90%; }
.fs100 { font-size: 100%; }
.fs110 { font-size: 110%; }
.fs120 { font-size: 120%; }
.fs130 { font-size: 130%; }
.fs140 { font-size: 140%; }
/* text-align */
.tac { text-align: center; }
.taj { text-align: justify; }
.tal { text-align: left; }
.tar { text-align: right; }
/* text-decoration */
.tdb { text-decoration: blink; }
.tdl { text-decoration: line-through; }
.tdn { text-decoration: none; }
.tdo { text-decoration: overline; }
.tdu { text-decoration: underline; }
/* widths */
.w450 { width: 450px; }
.w750 { width: 750px; }

/* LAYOUT */
#BIGBOX {
background: black url('../../../../img/layout/bg_BIGBOX.jpg') repeat-y scroll center top;
margin: 0 auto;
width: 770px;
	min-height: 375px;
}

.skip {
position: absolute;
	top: -999em;
		left: -999em;
}

#BANNER {
background: transparent url('../../../../img/layout/banner.jpg') no-repeat scroll left top;
clear: both;
margin: 0 auto;
width: 750px;
	height: 100px;
}
#BANNER .infotag {
float: right;
	clear: right;
font-size: 80%;
line-height: 1.5em;
margin: 81px 12px 0 0;
	border: 0;
text-align: right;
}
#BANNER .infotag span.flmi {
font-size: 105%;
font-weight: bold;
letter-spacing: 2px;
}

#OUTER_CONTENT {
padding-left: 21px;
padding-right: 21px;
}

#INNER_CONTENT {
padding-left: 175px;
}

label.align {
display: block;
float: left;
margin-right:.25em;
text-align: right;
width: 15%;
}

.thumb_right {
float: right;
margin: 0 0 12px 12px;
}

/* BULLETS */
ul li { list-style-image: url('../../../../img/layout/bullet_default.gif'); }
ul li.arrow_blue { list-style-image: url('../../../../img/layout/bullet_arrow_blue.gif'); }
ul li.star_green { list-style-image: url('../../../../img/layout/bullet_star_green.gif'); }

.error {
background-color: #FFD1BF;
color: #733117;
margin: 0 6px 6px 6px;
	border: 1px solid #733117;
		padding: 12px;
text-align: justify;
}

.required {
color: #80FF80;
font-style: italic;
}

.fog {
color: gray;
font-size: 85%;
}


/* FERTILIZATION */
ol#FERTILIZATION li {
padding: 6px;
}

/* CONTACT */
#CONTACT_SENT {
background-color: #BFFFBF;
color: #004000;
margin: 12px 15px 0 0;
	border: 1px solid #002D00;
		padding: 12px;
}

#CONTACT_ERROR {
background: #BFFFBF;
color: #004000;
margin: 0;
	border: 1px solid #002D00;
		padding: 9px;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
  background-color:#E6FFE6 !important; /*reCaptcha widget background color*/
}

#recaptcha_table {
  border-color: #002D00 !important; /*reCaptcha widget border color*/
}

#recaptcha_response_field {
  border-color: #002D00 !important; /*Text input field border color*/
  background-color:white !important; /*Text input field background color*/
}

/* LANDSCAPING */
ul#LANDSCAPING {
padding-left: 180px;
text-indent: 0;
}

/*
LIGHTEST GREEN #BFFFBF
LIGHT GREEN    #80FF80
DARK GREEN     #004000 (BG)
DARKEST GREEN  #002D00
*/

/* FOOTER */
#FOOTER {
background: black url('../../../../img/layout/bg_BIGBOX.jpg') repeat-y scroll center top;
clear: both;
font-size: .6em;
font-weight: normal;
margin: 0 auto;
text-align: center;
width: 770px;
}

.footer {
padding: 15px;
}

/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/* MAIN SON OF SUCKERFISH STYLES **********************************************/

#sidebar {
/*margin: 12px 12px 12px 0;*/
width: 150px;
}

#NAV {
background-color: #002D00;
}

#NAV, #NAV ul { /* all lists */
float: left;
font-size: 90%;
	margin: 12px 21px 12px 0;
		border: 0;
			padding: 0;
	list-style: none;
	width : 210px;
}

#NAV li { /* all list items */
float: left;
	position : relative;
	line-height : 1.25em;
list-style-image: none;
margin: 0;
	border: 0;
		padding: 0;
	width: 210px;
}

#NAV li a {
	display : block;
	color : #80FF80;
	text-decoration : none;
	padding : 0 3px 1px 6px;
}

#NAV li a:hover {
	color: #BFFFBF;
	background-color: #004000;
}

/* second-level lists */
#NAV li ul {
	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.35em;
}

#NAV li ul ul { /* third-and-above-level lists */
	left: -999em;
}


#NAV li:hover ul ul, #NAV li:hover ul ul ul, #NAV li.sfhover ul ul, #NAV li.sfhover ul ul ul {
	left: -999em;
}

#NAV li:hover ul, #NAV li li:hover ul, #NAV li li li:hover ul, #NAV li.sfhover ul, #NAV li li.sfhover ul, #NAV li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}