/*
Theme Name: Irrigation
Theme URI: http://preuro.eu/irrigation/
Description: <a href="http://preuro.eu/irrigation/">Irrigation</a> new smooth WordPress theme. A two-columned wordpress theme with customizable header. Fixed-width, two columns. In green-brown colour.
Author: Dannci
Author URI: http://preuro.eu
version: 1.1.0
Tags: green, dark, brown, two-columns, fixed-width, sticky-post, custom-header
*/




/* basics */

*{margin:0; padding:0;}

body {
        background-image:url(images/fond.jpg);
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:20px;
        
	
	}

	
h1 {font-size: 17pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:10px; }

#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:#7E0123;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

a:hover{text-decoration: none; color:#5C6A73;}



/* container */


#container {
        background-image:url(images/bg.jpg);
	width: 850px;
	margin: 0 auto;
	padding:0;
	color:black;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#8C8C79;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:right;
  	width: 850px; 
  	height: 120px;
	color: #fff;
	text-align:left; 
	}

#header h1{
	font:normal 15pt arial, verdana, georgia, times;
	padding:15px;
	margin:0;
	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 7pt verdana, arial,georgia, times;
	color:black;
        font-style: italic;
	padding: 1px 180px 0 165px;
	margin:0;	
	}

/* main menu */


#menu {
	background:#7E0123;
	font:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width:850px; 
	overflow:hidden;
	text-transform:uppercase;
	letter-spacing:0px;
}


#menu ul {
	margin:0;
	padding-left:10px;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:10px 10px 10px 10px;
	margin: 0;
	color: white;
	display:block;
	font-weight:bold;
	
}

#menu ul li a:hover {
	background:#ff6b35;
	color:#FFF;
	text-decoration:none;
}



/* content */


#content {
	float:right;
	width:550px;
	overflow: hidden;
	margin:14px;
	border-right: 1px solid #f2f2f2;
	padding-right:20px;
	padding-left:10px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 10pt arial, verdana, georgia, times;
	border-bottom:1px solid #7e0123;
        color: #7E0123;
        margin-bottom: 15px;
	}
	
.post h2 a{
	color: #7E0123;
	text-decoration: none;
	
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#D9D7CC;
	padding:6px;
	margin: 20px 0;
	border-top:1px solid #7e0123;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	display:inline;
	}
	
.alignleft a{float:left; margin:25px 0; display:inline-block;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:10pt;
	font-weight:bold;
	width:240px;
	float:left;
	margin:0;
	padding: 0;
	}

#sidebar h2{
	font:normal 8pt arial, georgia, times;
	color: #7E0123;
	font-weight:bold;	
	margin: 10px 0 0 0;
        padding-top:5px;
	text-transform:uppercase;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 8px;}

#sidebar img {padding: 5px; margin: 0; border:none;}  

#sidebar a {color: black;}

#sidebar ul {
	margin:0 12px 12px 12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 10pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 0px;
	list-style-type: none;
	color: #898989;
}

#sidebar li a{
    
    text-decoration:none;    
    display: block;
    color:black;
    	text-decoration: none;
    	margin: 0px;
    	padding: 3px 0px 3px 0px;
}

#sidebar li a:hover{
background-color:#FF6B35;
    text-decoration:none;    
    display: block;
    	margin: 0px;
}



#sidebar li a:active{
background-color:#364022;
    text-decoration:none;color:#fff;    
}




/* comments */


#commentform{
	background:#7E0123;
	margin:0;
	padding:10px;
	}
	
#commentform p{
	color: white;
	}
	
#commentform a{color: white; text-decoration: none; font-weight: bold;line-height: 14pt;}
	
#commentform h3{
	font-family: arial, georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	background-color:#999999;
	}
	
#comment{
	width:80%;
	}

#comments{
background-color:#7E0123;
padding: 5px 0 5px 10px;
color:#FFFFFF;
	}

#author, #email, #url, #comment, #submit{
	background: white;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:3px;
	border: 1px solid #D9D7CC;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #FCF9F3;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	border-top:1px solid #7E0123;
	border-bottom:1px solid #7E0123;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* 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: left
	}
	
.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;
	height:25px;
	min-height:25px;
	max-height:25px;
	background:#7E0123;
	text-align: left;
	color: #fff;
	font:12px/20px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	width:100%;
	margin:0 0 0 0;
        padding:5px 0 5px 0;
}

#footer h2{
clear:both;
	COLOR: #fff;
	text-transform:uppercase;
	font:normal 10px arial;
	margin:0px 0px 8px 0px;
	padding:5px 0px 0px 0px;
	border-bottom:1px dashed #ccc;
}

#footer A:link {
	COLOR: #fff; text-decoration: none;
}
#footer A:visited {
	COLOR: #fff; text-decoration: none;
}
#footer A:active {
	COLOR: #fff; text-decoration: none;
}
#footer A:hover {
	COLOR: #ff6b35; 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 Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
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%;*/
padding:0 10px 0 10px;
margin:3px 0 0 0;
}

/*.fcontent3 img{
padding:1px;

background:#c7c480;
margin:5px 0 0 2px;
}*/


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Global CSS definitions for WP-Table Reloaded
inspired by "blue" theme of TableSorter 2.0 Plugin */

/* on how to change column widths, see below */

/* general table styles */
table.wp-table-reloaded {
	font-family:arial;
	background-color: #7E0123;
	margin:10px 0pt 15px;
	font-size: 10pt;
	width: 100%;
	text-align: left;
}

/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #7E0123;
	border: 1px solid #7E0123;
	font-size: 8pt;
	padding: 4px;
        color: white;
}

table.wp-table-reloaded thead tr .header {
	background-color: #7E0123;
        color: white;
	/*background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;*/
}

table.wp-table-reloaded tbody td {
	color: black;
	padding: 4px;
	background-color: #FCF9F3;
	vertical-align: top;
}


/* Styles for alternating row colors (if enabled) */
table.wp-table-reloaded tbody tr.even td {
	background-color:#FCF9F3;
}
table.wp-table-reloaded tbody tr.odd td {
	background-color:#FCF9F3;
}


/**************************************/
/* how to change column widths :
you can access a column with its CSS-class
(that is ".column-" plus the number of the column)
use table.wp-table-reloaded to do your change for every table, or use
table.wp-table-reloaded-id-<id> for just a single table (with ID <id>)

example: this changes the width of the third column of table ID 5 to 25px:


table.wp-table-reloaded-id-5 .column-3
{
	width: 25px;
}

*/


/* Styles for the sorting (if Tablesorter is enabled) 
table.wp-table-reloaded thead tr .headerSortUp {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown, table.wp-table-reloaded thead tr .headerSortUp {
	background-color: #8dbdd8;
}*/


/* Style for the Table Name (in <h2>-Tag) (if printed above the table) */
h2.wp-table-reloaded-table-name {
	font-size: 16px;	
}

/* Style for the Table Description (if printed under the table) */
span.wp-table-reloaded-table-description {
	font-size: 10px;	
}
/*Style for forms*/
.cform { 

	margin:10px auto 0 auto; 

	width: 410px; 

}



.cform fieldset	{ 

	margin-top:10px; 

	padding:5px 0 15px 0; 

	border:1px solid #7E0123;  

	background:#7E0123; 

}



.cform .cf_hidden {

	display:none; 

	border:none!important;

	background:none!important;

	padding:0!important;

	margin:0!important;

}



.cform legend { 

	margin:0 0 25px 120px;

	padding: 0 2px; 

	font:normal 20px Times;

	color:black;

}



ol.cf-ol { 

	margin:0!important; 

	padding:0!important;
      
        background: #7E0123;

}



ol.cf-ol li	{

	background:none!important; 

	margin:5px 0!important;

	padding:0; 

	list-style:none!important; 

	text-align:left;

	line-height:1.3em;

}





/*                                                    */

/* just for text-only fields (no input)               */

/*                                                    */



ol.cf-ol li.textonly {

	background:#F0F0F0 !important;

	letter-spacing:1px;

	margin:10px 0pt !important;

	padding:5px 0pt;

	text-align:center;

}





/*                                                    */

/* global definitions for field labels                */

/*                                                    */



.cform label {

	width:90px; 

	margin:4px 10px 0 0; 

	display:-moz-inline-box; /*for mozilla*/

	display:inline-block; /*for Opera & IE*/

	text-align:right;

	vertical-align:top;

        color:white;

}



.cform label span {

	width:90px; /* must be the same as above!*/

	display:block; 

}



label.cf-before {

	margin:4px 10px 0 0; 

}



label.cf-after 	{

	margin:4px 15px 0pt 6px;

	text-align:left;

	width:115px;

}



label.cf-after span {

	width:115px;

	display:block;

}



label.cf-group-after {

	margin:3px 4px 0 2px;

	width:72px;

	text-align:left;

}

label.cf-group-after span {

	width:72px;

	display:block;

}



/*                                                    */

/*   FORM FIELDS general formatting                   */

/*                                                    */



.cform input,

.cform textarea,

.cform select { 

	padding:3px;

	background: white; 

	border: 1px solid #888888; 

	vertical-align:top;

}

.cform input:hover,

.cform textarea:hover,

.cform select:hover	{

	background:#FBF6EA; 

}



.cform input:focus,

.cform textarea:focus,

.cform select:focus	{ 

	background:#F3F8F8; 

}



.cform textarea,

.cform input {

	width:150px; 

}

.cform select {

	width:158px; /* attempt to have equal length */

	padding:2px 0;

}  



.cform select.cfselectmulti	{ 

	height:7.5em; 

}



.cform textarea {

	font-family: arial;

	font-size: 0.9em;

	overflow:auto;

}



/*                                                    */

/*   radio button title                               */

/*                                                    */



ol.cf-ol li.cf-box-title {

	font-weight:bold;

	letter-spacing:1px;

	padding:8px 0 0 100px; /* check with label 'width' incl. */

}



/*                                                    */

/*   check boxes                                      */

/*                                                    */



.cform input.cf-box-a,

.cform input.cf-box-b 	{ 

	margin:2px 0 0 0; 

	width:14px;

	height:22px;

	border:none!important;

	background:none!important; 

}



.cform input.cf-box-a 	{ 

	margin-left:100px; /* check with label 'width' incl. */

} 





/*                                                    */

/* check box groups                                   */

/*                                                    */



ol.cf-ol li.cf-box-group {

	margin:10px 0pt 0px !important;

	padding-left: 100px; 

} 



/*                                                    */

/* formatting for text:  "(required)"  & other        */

/*                                                    */



span.reqtxt,

span.emailreqtxt { 

	margin:3px 0 0 3px;

	font-size:0.9em;

	display: -moz-inline-box; 

	vertical-align:top;

}



/*                                                    */

/*   FORM submit button                               */

/*                                                    */



p.cf-sb {

	text-align:right;

	padding: 0!important;

	margin: 0;

}

.cform input.backbutton,

.cform input.resetbutton,

.cform input.sendbutton	{ 

	width:100px;  

	padding:5px; 

	margin: 10px 0 0 5px;

	font-size:0.8em;

	background:#ECECEC; 

	border:1px solid #adadad!important;

	border-left-color:#ececec!important; 

	border-top-color:#ececec!important;

}

.cform input.resetbutton {

	width: auto;

	padding:5px 1em;

}

.cform input.backbutton {

	width: auto;

	padding:5px 1em;

}



/*                                                    */

/*   FORM FIELDS enhanced error display               */

/*                                                    */

ol.cf-ol li.cf_li_err {

	background:#FFDFDF url(li-err-bg.png) repeat!important;

	border-color:#DF7D7D;

	border-style:solid;

	border-width:1px 0pt;

	padding:5px 0!important;

	margin:5px 0!important;

}



ol.cf-ol li ul.cf_li_text_err {

	height:1%;

	min-height:1%;

	margin:0 0 0 100px;

	padding:0;

	color:#333;

}



ol.cf-ol ul.cf_li_text_err li {

	background:url(icon-alert.png) no-repeat left 1px!important;

	list-style:none!important;

	font-weight:bold;

	text-indent:0;

	margin:0 0 2px!important;

	padding-left:15px;

}

ol.cf-ol ul.cf_li_text_err li:before {

	content:'';

}



/*                                                    */

/* 'visitor verification' related styles              */

/*                                                    */



label.secq,

label.seccap {

	vertical-align:text-bottom;

	margin-bottom:4px;

}



input.secinput {

	vertical-align:text-bottom;

}



#cforms_captcha6,

#cforms_captcha5,

#cforms_captcha4,

#cforms_captcha3,

#cforms_captcha2,

#cforms_captcha {

	height:15px;

	width:50px;

	padding: 4px 4px;

	margin: 0;

}



img.captcha	{

	vertical-align:text-bottom;

	margin:0 0 0 10px!important;

	padding:0!important;

	border:none!important;

	float:none!important;

}



img.captcha-reset {

	vertical-align:text-bottom;

	background:	url(captcha_reset_grey.gif) no-repeat;

	margin:0 0 2px 3px;

	width:21px;

	height:21px;

	border:none;

}



img.imgcalendar {

	border:none;

}



/*                                                    */

/* change formatting of response msgs here            */

/*                                                    */



div.cf_info {

	color:#333;

	display:none;

	padding:10px 15px!important;

	width:380px;

	line-height:1.3em;

	margin:10px auto;

}

div.cf_info ol {

	margin:0;

	padding:5px 15px 0 30px;

}

div.cf_info ol li {

	padding:1px 0;

	margin:2px 0;

}

div.cf_info a	{

	color:#ad2929!important;

	text-decoration:underline!important;

}

div.success {

	background:#F7F7F7 none repeat scroll 0% 50%;

	color:#444444;

	display:block;

}

div.failure {

	display:block;

	background:#FFDFDF url(li-err-bg.png) repeat!important;

	border-color:#DF7D7D;

	border-style:solid;

	border-width:1px 0pt;

}

div.waiting {

	background:#F9F9F9;

	color:#AAAAAA;

	display:block;

}

/*                                                    */

/*   formatting for invalid user inputs               */

/*                                                    */

.cform .cf_error { 

	color:#ad2929; 

	border:1px solid #ad2929; 

}

div.mailerr {

	display:block;

}

.mailerr,

.cform .cf_errortxt {

	color:#ad2929; 

}



/*                                                    */

/* disabled fields [disabled] does not work on IE!    */

/*                                                    */



[disabled] {

	color:#dddddd;

	border-color:#dddddd!important;

	background:none!important;

}

.disabled {

	border-color:#dddddd!important;

}



/*                                                    */

/* upload box styling                                 */

/*                                                    */

.cform input.cf_upload  {

	width:220px;

	background: #f9f9f9;

	border:1px solid #888888;

}



/*                                                    */

/*  Other: link love                                  */

/*                                                    */

.linklove {

	width:410px;

	margin:0 auto 10px!important;

	padding:0!important;	

	text-align:center!important;

}

.linklove a,

.linklove a:visited {

	font-size: 0.8em;

	font-family: Tahoma;

	color:#aaaaaa!important;

}



/*                                                    */

/*  Other: browser hacks                              */

/*                                                    */

* html .cform fieldset {

	position: relative;

	margin-top:15px;

	padding-top:25px; 

}

* html .cform legend { 

	position:absolute; 

	top: -10px; 

	left: 10px; 

	margin-left:0;

}

*+html .cform fieldset {

	position: relative;

	margin-top:15px;

	padding-top:25px; 

}

*+html .cform legend { 

	position:absolute; 

	top: -10px; 

	left: 10px; 

	margin-left:0;

}



* html ol.cf-ol,

* html ol.cf-ol li,

* html span.reqtxt,

* html span.emailreqtxt { 

	display: inline-block;  /*for ie6*/

}

*+html .cform label,

*+html ol.cf-ol,

*+html ol.cf-ol li,

*+html span.reqtxt,

*+html span.emailreqtxt {

	display: inline-block; /*for ie7*/

}



* html img.captcha {

	margin-bottom:1px!important;

}

*+html img.captcha {

	margin-bottom:1px!important;

}


