/*
Theme Name: Irrigation
Author: Nick Gulotta
*/
/* basics */
*{margin:0; padding:0;}

body {
	background-image: url(/wp-content/uploads/2010/04/test6.png);
        background-repeat: no-repeat;
        background-position: top;
	font-family: book antiqua, palatino;
	font-size: 10.5pt;
	margin:5px;
	}
h1 {font-size: 18pt;}
h2 {font-size: 18pt;}
h3 {font-size: 13pt;}
h4 {font-size: 9pt;}

img{ border: none; padding:1px; }
#img a, #img a:hover{border:none; padding:0;}
.img a, .img a:hover{border:none; padding:0;}
img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

/* links */

a{
	color:#364022;
	text-decoration:none;
	font:book antiqua, palatino;
	font-weight:bold;
	}

a:hover{text-decoration: none; color:#5C6A73;}

/* container */
#container {
	width: 960px;
	margin: 0 auto;
	padding:0;
	color:#333;
	position: relative;
	}
	
/* header */

#header {
  	width: 100% 
  	height: 150px;
	}

#header h1{
	font:normal 15pt book antiqua, palatino;
	padding:15px;
	text-transform:uppercase;
	font-weight:bold;	
	}
	
#header h1 a{color: #D9D7CC; text-decoration: none;font:bold;	}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt book antiqua, palatino;
	color:#fff;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */

#menu {
	
	font:book antiqua, palatino;
	font-size: 11pt;
	width: 685px; 
	overflow:hidden;
	text-transform:uppercase;
	letter-spacing:0px;
        text-align:center;
        padding: 4px;
        background-color:#51200c;
        -moz-border-radius-topleft: 25px;
        -webkit-border-top-left-radius: 25px;
        -khtml-border-top-left-radius: 25px;
        border-radius-top-left: 25px;
}

#menu ul {
	margin:0;
	padding-left:20px;
}
#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	padding:10px 10px 10px 10px;
	margin: 0;
        background: #51200c none repeat scroll 0 0;
	color: #D9D7CC;
	display:block;
	font-weight:bold;
}

#menu ul li a:hover {
	background: #ffffff none repeat scroll 0 0;
	color:#000;
	text-decoration:none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
         }

/* content */
#content {
	width:920px;
	height: 920px;
	overflow: hidden;
	margin:0 auto;
	padding-right:20px;
	padding-left:20px;
        position: relative;
}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 18pt book antiqua, palatino;
	padding-top:0px;
	}
	
.post h2 a{
	color: #364022;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}
.post li {}
.entry p{
         margin:3px 0;
}

.postmetadata{
	clear: both;
	background:#D9D7CC;
	padding:0px;
	margin: 20px 0;
	border-top:1px solid #8C8C79;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	display:inline;
	}
	
.alignleft a{float:none; margin:25px 0; display:inline-block;}
.alignright a{float:right; margin:25px 0;}

/* search */
#searchform{
	padding:0;
	margin:14px 0;
	}
#searchform input#s{
	margin:0;
	padding:3px;
	border:1px solid #8C8C79;
	width:200px;
	}

#searchform input#searchsubmit{
	border:none;
	background:#D9D7CC;
	color:#8C8C79;
	text-transform:lowercase;
	}

/* misc */

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: none
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}




/* footer */

#footer {
	clear:both;
	min-height:200px;
	height:auto;
	height:200px;
	background:#364022;
	text-align: left;
	padding:5px 0 0 0;
	color: #fff;
	font:12px/20px book antiqua, palatino;
	line-height: 18px;
	width:100%;
	margin:10px 0 0 0;
}

#footer h2{
clear:both;
	COLOR: #fff;
	text-transform:uppercase;
	font:normal 17px book antiqua, palatino;
	margin:0px 0px 8px 0px;
        border-bottom:1px dashed #ccc;
	padding:40px 0px 0px 0px;
}

#footer A:link {
	COLOR: #ccc; text-decoration: none;
}
#footer A:visited {
	COLOR: #ccc; text-decoration: none;
}
#footer A:active {
	COLOR: #111; text-decoration: none;
}
#footer A:hover {
	COLOR: #666; font-weight:bold;
}

.fcontent12 {
float:left;
width:30%;
margin:0 15px 10px 20px;
}

.fcontent12 ul {
list-style-type:none;
margin:0px;
padding:0;
}

.fcontent12 ul li{
list-style-type:none;
margin:0px;
padding:0;
}

.fcontent12 ul ul{
margin:0px;
padding:0px;
}


.fcontent12 ul ul li {
list-style-type:none;
font:12px/20px book antiqua, palatino;
margin:0;
padding:3px 0px 3px 22px;
color:#fff;
border-bottom: 1px dotted #ffdcdf;
background:url(images/foot-arr-l.gif) no-repeat left;
}


.fcontent3 {
float:left;
width:30%;
margin:0 0 10px 0px
}

.fcontent3 img{
padding:1px;

background:#c7c480;
margin:5px 0 0 2px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: none;
}
.alignright {
	float: right;
}
#navarea-mainpage {
	font-size:.2em;
	left:-18px;
	position:relative;
	top:312px;
        width: 596px
}
#navarea-mainpage  ul li a{
	padding: 3px 6px 6px;
        letter-spacing: 1px;
}
#mainpage-imagelinks{
	width:600px;
	position: absolute;
	top: 395px;
}
#content2 {
	background:#ffffff;
	height:229px;
	left:594px;
	overflow:auto;
	position:absolute;
	top:297px;
	width:367px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
}

#boxes {
	background:#ffffff;
        background-image: url(/wp-content/uploads/2010/04/box4.png);
        background-repeat: no-repeat;
	width: 960px;
        height: 45px;
        position: absolute;
        top: 505px;
}

#textbox1 {
	background:#ffffff;
	left:5px;
	position:absolute;
	top: 44px;
	width: 280px;
}

#textbox2 {
	background:#ffffff;
	left: 333px;
	position: absolute;
	top: 44px;
	width: 280px;
}
#textbox3 {
	background:#ffffff;
	left: 658px;
	position: absolute;
	top: 44px;
	width: 280px;
}
.entry {
	background:#ffffff;
	width: 855px;
        position: relative;
        top: 320px;
        left: -17px;
        font-size: 11pt;
}
#quotes, .quotes{
       width: 368px;
       height: 200px;
       overflow: hidden;
       position: absolute;
       left: 650px;
       top: 113px;
       font-size: 14pt;
}

#socialbuttons {
       height: 40px;
       width: 200px;
       left: 705px;
       top: 314px;
       position: absolute;
}
.title_h2 {
	text-align: center;
	font: 18pt book antiqua,palatino;
	padding-left: 30px;
}
