/*
Theme Name: Irrigation Direct's Blog
Author: Tri Valley Internet
Author URI: http://trivalleyinternet.com/
*/

/* Normalization, Global Reset for Browser Consistency */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

ol, ul, li {
	list-style: none;
	}	

html {
	height: 100%;
	}

fieldset,img {
	border: none;
	}

caption,th {
	text-align:left;
	}

h1,h2,h3,h4,h5,h6,a,a:visited,a:hover {
	font-weight:normal;
	}
	
q:before,q:after {
	content:'';
	}
	
abbr,acronym { 
	border:0;
	}

em {
	font-style: italic;
	}


small {
	font-size: 0.9em;
	line-height: 1.4em;
	}

a img {
	border: none;
	}


/* General Elements */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	background-color: #FFFFFF; 
	background-image: url(images/lnav_bg.gif); 
	background-position: left;
	background-repeat: repeat-y;
	text-align: left;
	width: 1020px;
	}

html>body {
	width: auto;
	min-width: 1020px; /*IE6 won't see this*/ 
	}

a, a:visited, a:active {
	color: #008E8F; 
	text-decoration: underline;
	font-weight: normal;
	}

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

.tealtext {
	color: #008E8F;
	font-size: 12px;
	}

strong {
	font-weight: bold;
	}

/*Header Elements */
	
#header {
	width: 100%;
	height: 133px;
	position: relative;
	background-color: #049091;
	background-image: url(images/tnav_bg.gif); 
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
	position: relative;
	}
	
#topnav {
	width: 800px;
	height: 111px;
	margin-top: 22px;
	background-image: url(images/tnav_bg.jpg); 
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	}

.logo {
	float: left;
	margin-left: 38px;
	}

#topnav ul {
	list-style: none;
	float: left;
	display: inline;
	margin-left: 54px;
	margin-top: 35px;
    }
	
#topnav ul li {
	display: inline;
	}

#topnav li {
	padding-left: 9px;
    }

/* Left Nav */
#leftnav {
	clear: both;
	float: left;
	width: 243px;
	background-image: url(images/lnav_products.gif); 
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 47px;
	text-align: left;
	position: relative;
	}
	
#leftnav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	float: left;
    }
	
#leftnav li {
	margin: 0 auto;
	padding: 0;
	height: 21px;
	float: left;
	}

/*Page Content*/

#content {
	width: 550px;
	font-size: 12px;
	line-height: 140%;
	float: left;
	text-align: left;
	} 

#content p {
	margin: 10px 0 10px 0;
	}

#content h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 110%;
	color: #b45102;
	}

#content h2 {
	font-size: 18px;
	line-height: 140%;
	font-weight: normal;
	}

#content h2 a, #content h2 a:visited, #content h2 a:active, #content h2 a:hover {
	text-decoration: none;
	}

#content h3 {
	font-size: 14px;
	line-height: 120%;
	font-weight: normal;
	}

#content h3 a, #content h3 a:visited, #content h3 a:active, #content h3 a:hover {
	text-decoration: none;
	}
	
.pagetitle {
	margin-bottom: 10px;
	}

#content ul, #content ol { 	
	list-style: none;
	margin: 0;
	margin-left: 0;
	margin-top: 10px;
	padding-left: 1em; 
	}

#content ul li {	
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-left: 15px;
	/*list-style-image: url(images/list_arrow.gif);  */
list-style: disc;
	}

#content ol li {
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-left: 15px;
	list-style-type: decimal;
	}

#content img {
	max-width: 550px;
	}

#content .postmetadata {
	border: solid #CCCCCC;
	border-width: 1px 0 1px 0;
	background-color: #EBEBEB;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	}

#content .post {
	margin-bottom: 20px;
	}

#content .post img {
	padding: 10px;
	}

#content input, #content .input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	padding: 1px;
	display: inline;
	}

#comments ol {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	}

#comments ol li {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	}
	
#comments cite {
	margin: 0 auto;
	}

#comments .alt {
	border: solid #CCCCCC;
	border-width: 1px 0 1px 0;
	background-color: #EBEBEB;
	}

#comments h3 {
	margin-bottom: 10px;
	}

/*Widgetized Sidebar */
#sidebar {
	float: left;
	width: 390px;
	margin-left: 20px;
	}

#sidebar h1, #sidebar h1 a, #sidebar h1 a:visited { 
	font-size: 15px;
	font-weight: normal;
	line-height: 110%;
	color: #b45102;
	text-decoration: none;
	}

#sidebar h1 a:active, #sidebar h1 a:hover {
	text-decoration: none;
	color: #7D7B7C;	
	}

#sidebar .description { 
	font-size: 11px;
	color: #666666;
	margin: 5px 0 5px 0;
	}

#sidebar h2 {
	margin: 12px 0 6px 0;
	font-size: 14px;
	font-weight: normal
	}
	
#sidebar input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	padding: 1px;
	display: inline;
	}

#sidebar ul ul { 	
	list-style: none;
	margin: 0;
	margin-left: 0;
	margin-top: 5px;
	padding-left: 1em; 
	}

#sidebar ul ul li {	
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-left: 10px;
	list-style-image: url(images/list_arrow_grey.gif);  
	}

#sidebar .credits {
	color: #666666;
	margin-top: 20px;
	font-size: 10px;
	text-align: right;
	}

#calendar_wrap {
	width: 100%;
	text-align: center;
	}

#wp-calendar {
	width: 100%;
	}

#wp-calendar caption {
	font-size: 13px;
	margin: 2px 0 5px 0;
	text-align: center;
	}

#wp-calendar td, #wp-calendar th {
	text-align: center;
	}
	
#tag_cloud a, #tag_cloud a:visited, #tag_cloud a:active, #tag_cloud a:hover {
	text-decoration: none;
	}

/*Footer*/
#footer {
	clear: both;
	width: 550px;
	margin-left: 243px;
	text-align: center;
	margin-bottom: 50px;
	}

#footer p {
	margin: 5px 0 5px 0;
	}
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.hide {  /*to hide name and description of blog, which come first in code but are hidden*/
	position: absolute;
	display: none;
	left: -100em; 
	width: 2em;
	}

code {
	font-family: "Courier New", Courier, monospace;
	}

blockquote {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: .01em;
	background-image: url(images/quote.gif); 
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 120%;
	}

cite {
	margin-left: 300px;
	font-style: italic;
	margin-top: 0;
	padding-top: 0;
	}

.navigation {
	margin-top: 30px;
	}

#searchform {
	margin-top: 10px;
	}

.spc {
	height: 10px;
	padding: 2px 0 2px 0;
	margin: 0 auto;
	}
/* End Various Tags & Classes*/