/* ----------------------------------------------- [ * ] */

@import url(css/grid-900.css);

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	background: url(images/header_main.jpg) 50% 0 no-repeat;
	background-color:#EEE6D3; 
	color: #111111;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
	color: #000;
	
}

h1 {
	margin-bottom: .3em;
	font-size: 18px;
	line-height: .95em;
}

h2 {
	color:#006600;
	margin-bottom: 1em;
	font-size: 14px;
	
}

h3 {
	color:#006600;
	margin-bottom: 1em;
	font-size: 16px;
	
}

h4 {
	color:#006600;
	margin-bottom: 1em;
	font-size: 14px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-top: 9px;
}

h5 {
	color:#006600;
	margin-bottom: 1em;
	font-size: 14px;

}

h6 {
	color:#006600;
	margin-bottom: 1em;
	font-size: 14px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-top: 15px; padding-bottom:100px; padding-left:8px;
	
}


p {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.4;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	color: #d1152c; text-decoration:underline;
}

acronym {
	border-bottom: 1px dotted #eee;
}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;
}


.homeheader{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	padding-left:10px;
	line-height:28px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;


}

#content .quote
{
color:#376132;
font-size:13px;
line-height:22px;
padding:0 10px;
}


#outer {
	background: url(images/header_main.jpg) 50% 0 no-repeat;
	width:1200px;
	margin: 0;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	margin-bottom: 3em;
	overflow: hidden;
}

/* ----------------------------------------- [ Home Page Wrapper ] */

#homewrapper {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	margin-bottom: 3em;
	overflow: hidden;
	top: 250px;
}

/* ---------------------------------------- [ MENU TOP ] */

	
#menu {width: 990px; 
	float: left;
}

#menu ul {
	color:#FFFFFF;
	background-color:#01612b;
	font-size: 13px;
	margin-top: 0px;
	padding-top:15px;
	padding-left:10px;
	list-style: none;
	line-height: normal;
	position: relative;
	height: 36px;
	text-align:center;
}	
#menu li {
	float: left;
	margin: 0px;
}

#menu a { color:#FFFFFF; 
	display: block;
	width: auto; 
	padding-left:12px;
	padding-top:7px;
	padding-right:12px;
	padding-bottom:7px; 
}

#menu a:hover { 
background-color:#d1152c;
color:#fff;
text-decoration: none;
}

#menu .active {
color:#fff;
}

#menu .active a {
background-color:#222;
color:#8e540d;
 
	text-decoration: none;}
	
#menu ul li ul{
	visibility: hidden; height:0px;
}

/* ------------------------------------------ [ Header ] */

#header {
	height: 220px;
	overflow: hidden;
}

#logo { float:right; margin-top:30px; margin-right:60px;}

/* ------------------------------------------ [ Content ] */

#content {
	background:url(images/content_bordertop.jpg) repeat-x #fff; 
	padding-top: 1em;
	overflow: visible;
	margin-top: 20px;
	width: 655px;
	float: left;
	padding-left: 10px; padding-bottom:20px;
	min-height:800px;
}

#content ul {
	
}
#content li {
	font-size:1.2em;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-left: 20px;	
}

ul.nav {
	margin: 0 0 10px 0;
	list-style-type: none;
}

html body div#wrapper div#content.col div.col ul.lcp_catlist{list-style:none;}

html body div#wrapper div#content.col div.col ul.lcp_catlist li h3 a {font-size:14px;}

.nav li {
	margin: 0;
	padding: 12px 8px 4px 8px;
	font-size: 12px;
	line-height: 1.2;
	border-bottom: 1px dotted #bbb;
}

.nav li.last {
	border-bottom: 0;
}

ul.navlinks {
	position: absolute;
	top: 25px;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 12pxm;
	line-height: 1.2;
}

.navlinks li a {
	display: block;
	padding: 12px 8px 4px 8px;
}

.navlinks li a:hover {
	background: #000;
	color: #fff;
}

/* -------------------------------------------- [ Post ] */

.post {
	overflow: hidden;
	clear: left;
	padding-top: 2em;
	padding-right: 10;
	padding-bottom: 1em;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 660px;
}

.post-content p, .post-content h5, .post-content code {
	width: 560px;
}

.post-content h3 {
	line-height: .9;
}

.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.post-content blockquote {
	margin: 0 3.2em 0 3.2em;
}

.post-content blockquote p {
	width: 30em;
	padding: 0;
}

.post-content blockquote ul {
	width: 30em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	width: 44.8em;
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 0;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}

/* -------------------------------------- [ Commentary ] */

#commentary {
	border-top: 1px solid #111;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	margin: 0 0 3em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #ccc;
	clear: both;
	overflow: hidden;
}

.comment dt {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	line-height: 1.6;
}

#leave-comment {
	padding: 1.2em 0 0 0;
	overflow: hidden;
	clear: both;
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.comment-field {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #ccc;
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	width: 94%;
	padding: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

textarea {
	height: 10em;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	background: url(images/content_bordertop.jpg) repeat-x #fff;
	width:260px;
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
	margin-right: 20px;
	float: right;
}

#sidebar h4 {
	padding-bottom: .6em;
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
}

#sidebar p {
	font-size: 1.1em;
	color: #111;
}

#sidebar .section input {
	width: 200px;
	margin: 0 0 1em 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #ccc; background-color:#FFFFFF;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	clear: both;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	width: 240px;
	padding-left: 0px;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #bbb;
}

#content .first {
	border: 0;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

.navigation {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	font-size: 1.2em;
}
.style1 {color: #006600}


.about{font-size: 1.2em;
	text-transform: uppercase;
	color: #006600;}
	
.textwidget{
	margin-left:8px;
	font-size:13px;
	margin-right: 15px;
}

/* --------------------------------------- [ Footnotes ] */

#footer {
	margin-top: 6px;	
}



#footnotes {
	height:150px;
	clear: both;
	border-top: 6px solid #376132;
	margin-top: 15px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footnotes p {
	margin-bottom: .2em;
	font-size: 1.1em;
}

#footnotes .rss {
	margin-left: 8px;
	padding-left: 16px;
	background: transparent url(images/feed-icon.gif) no-repeat center left;
}

/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {
	margin-left:-5px;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 0 1.2em 1.2em;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/* --------------------------------- [ General Classes ] */

.small {
	font-size: 1em;
	line-height: 1.6;
}

/* If you want a text in ALL CAPS */

.ver {
	text-transform: uppercase;
	color: #006600;
	margin-left: 8px;
	font-size: 13px;
}

/* For by-lines */

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
	padding: 0;
	width: 200px;
}

/* Use for full width images (596px) */

.full-image {
	margin-left: -15.2em;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover {
	background: #000;
}

/* ---------------------- [ Wordpress required classes ] */

ul.widgetized-sidebar {
	list-style-type: none;
	margin-top:50px;
}

ul.widgetized-sidebar li {
	clear: both;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

ul.widgetized-sidebar li h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #006600;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
	font-size: 1.1em;
}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	text-align: left;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 2em;
	padding-left: 0em;
}

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

.wp-caption p.wp-caption-text {
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	font-style: italic;
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }
.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }

#wp-calendar {
	border-collapse: collapse;
	font-size: 1.1em;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 1.1em;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 1em;
}

#wp-calendar td {
	padding: 1em;
}

#wp-calendar tr {
	padding: 1em;
}



/*===========================================*/
/*== Navigation */
/*===========================================*/


#nav{
	position:relative;
	width: 1000px;
	float: left;
	height: 36px;
	font-size: 14px;
	top: 0px;
	margin-top: 0px;  
}

#nav ul{
	float: left;
	list-style-type: none; 
}
#nav li {
float: left;
}

#nav li a{
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align:center;
	font-weight: normal;
	min-width:78px;
	background-color: #376132;
	margin-left:5px;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
	list-style-type: none;
}

#nav li a:hover{
	color: #fff;
	background-color:#d1152c;
}

#nav li.current_page_item a {
	color: #FFF;
	font-size: 14px;
}

#nav li ul { }
#nav li:hover ul, 
#nav li.sfhover ul {
	left: auto;
	text-align: left;
}
#nav li ul {
	border-right: 0px solid #999;
	position: absolute;
	width: 225px;
	background: #efefef;
	color:#222;
	left: -999em;
	z-index: 200;
}
#nav li ul li {line-height: 18px;font-size: 14px;}
#nav li ul li a:hover {
	color:#FFFFFF;
	width: 250px;
}
#nav li ul li.current_page_item {background: #222;color:#333;}
#nav li ul li a {  width:200px; line-height:18px; text-align:left;}
#nav li ul li a:hover {  width:200px; line-height:18px; }
#nav li ul ul {margin: -20px 0 0 220px;}
#nav li:hover ul ul, #nav li.sfhover ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {left: auto; background:none; color:#FFFFFF; }


/*navigation categories*/
#navcat{height:35px;background: #E3ECEE;border-top:1px solid #fff;border-bottom: 1px solid #D6DDDF; color:#222; }
#navcat ul{float: left;border-left: 1px solid #D6DDDF;}
#navcat li{float: left;}
#navcat  li a{color: #222;font-weight: bold;text-decoration: none;padding: 8px 20px;display: block;border-right: 1px solid #D6DDDF;}
#navcat li.current_page_item  a{}
#navcat li ul {position: absolute;width: 200px;left: -999em;z-index: 9999;}
#navcat li:hover ul,#navcat li.sfhover ul {left: auto;}
#navcat li ul li {line-height: 18px;font-size: 11px;color: #222;}
#navcat li ul li a:hover {}
#navcat li ul li.current_page_item {background: #181818;color:#222;}
#navcat li ul li a {width:200px; line-height:18px; }
#navcat li ul ul {margin: -34px 0 0 190px;}
#navcat li:hover ul ul, 
#navcat li.sfhover ul ul {left: -999em;}
#navcat li:hover ul, 
#navcat li li:hover ul, 
#navcat li.sfhover ul, 
#navcat li li.sfhover ul{
left: auto; 
}

#navholder{
	padding-top: 225px; 
}

.piclenselink{margin-left:4px; margin-bottom:10px; font-size:14px;}
