/********************************************
   HTML ELEMENTS
********************************************/ 
/* Top Elements */
* { margin: 0; padding: 0; border: 0; }

body {
	width: 100%;
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	text-align: left;
	background-image: url(../images/body-bg2.gif);
}

/* links */
a:link, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
font-weight: Bold; 		
}



h1 {
	font-size: 160%;
	font-weight: normal;
}

h2 {
	font-size: 150%;
	text-transform: normal;
	color: #339966;
}

h3 {
	font-size: 130%;	
	color: #339966;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

p {margin-top: 1.5em; line-height: 1.5em; font-size: 10pt;}

h2, h3 {padding: 0; margin-top: 1em;}


ul, ol {
	margin: 1.5em 20px;
	padding: 0 20px;
	font-size: 10pt;
}

/* images */
img {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 5px;
	margin: 5px;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}

img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;  
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 10px;
	padding: 0 0 0 25px;  
	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}

th strong {
	color: #fff;
}

th {
	background-color: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

tr {
	height: 30px;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}

td.first,th.first {
	border-left: 0px;
}

tr.row-a {
	background: #F8F8F8;
}

tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DADADA; 	
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background-color: #8EB50C;
	border: none;
}

/* search form */
div#header form {background-color: #FFF; width: 200px; float: right; margin: -175px 20px 0 0;}

div.search {width: 200px;}

.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 200px;	
}

.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 200px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}

.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/*******************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 960px;
	margin: 20px auto 0 auto;
	text-align: left;
	height: 100%;
	min-height: 100%;
	display: block;
}

#top-bg {
	width: 960px;
	height: 38px;
	background-image: url(../images/irisTop2.gif); 
	background-repeat: no-repeat;
	background-position: 0 -2px;
	float: left;
}

#content-wrap,
#headerWrapper {
	width: 960px;
	padding-bottom: 30px;
	height: 100%;
	clear: both;
	float: left;
	background-image: url(../images/irisMiddle2.gif);
	background-repeat: repeat-y;
}

#header,
#contentContainer {padding: 0 30px;}

#header {
	background-image: url(../images/wild-iris-living-header3.gif);
	background-repeat: no-repeat;
	margin-top: -20px;
	background-position: 30px 20px;
	height: 220px;
	background-color: transparent;
}

/* Navigation */
#menu {
	clear: both;	
	padding: 0;		
	float: left;
	width: 100%;
	margin-top: 200px;
}

#menu ul {
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0 0 0 75px;	
	padding: 0;	
	display: inline;
	font-size: 9pt;
}

#menu ul li {
	display: inline;
	margin: 0; padding: 0;
}

#menu ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 7px;
	color: #666;
}

/* Main Column */
#main {
	float: left;
	width: 880px;
	margin: 0 0 0 10px;
}

#main td{
	padding: 0; margin: 0;
}

#main table, p, tr, th{
	padding: 0; margin: 0;
}

#main p {
	margin-bottom:10px;
	margin-right:20px;
}

#main h1, h2.contentheading, .componentheading, h3, h2 {
	padding:0;
	margin:0;
	margin-top: 10px;
	font-size: 2em;
	font-family: Palatino,Linotype, Georgia, Times, "Times New Roman";
	font-style: italic;
	color: #5C4D9B; 
line-height: 1.5em;
	margin-bottom:10px;
}
/*
#main h2 { font-size: em;}
#main h2.contentheading { font-size: 2.0em; margin: 20px 0 20px 0;}
*/
.post-footer {
	background: url(../images/post.jpg);
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}

.post-footer .date{
	margin: 0 10px 0 5px;	
}

.post-footer a.comments {
	margin: 0 10px 0 5px;	
}

.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 26%;
	padding: 0 10px 0 0; margin: 10px 0 0 0;		
}	

#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D; 		
}



#sidebar ul {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.jpg) repeat-x left top;
}

#sidebar ul li {
	list-style: none;
	background: url(../images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}


* html body #sidebar ul li {
	height: 1%;
}

#sidebar ul li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}

#sidebar ul li a:hover {	
	color: #1773BC;	
}

/* footer */
#footer-wrap {
	clear: both;
	width: 960px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;
	background: url(../images/irisBottom2.gif) no-repeat 0 -2px;
	border: none;
	text-align: center;
	padding-top: 40px;	
}

#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

#footer-wrap a:hover {
	color: #000;	
}

#footer-wrap p {
	padding:10px 0; font-size: 8pt;
}

#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* bottom */
#footer-bottom {}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* no dropdown */
#menu ul ul {
	display:none;
}

.col1 {float: left; width: 640px; display: block;}
.col2 {float: right; width: 230px; display: block; margin-right: 20px;}
.col2 img {padding: 7px; border: 1px solid #333; background-color: #E5DCED; margin: 0 0px 10px 10px;}
div.moduletable {display: block; clear: both;}
ul#mainlevelfooter {list-style-type: none; width: 700px; margin: 0 auto; text-align:center; display: block; clear: both; font-size: 8pt;}
ul#mainlevelfooter li {float: left; margin: 0 10px; text-align: center;}

ul#mainlevelfooter2 {list-style-type: none; display: block; width: 300px; margin: 0 auto; clear: both; font-size: 8pt;}
ul#mainlevelfooter2 li {float: left; margin: 0 10px; text-align: center;}
ul#maillevelfooter2 li a,
ul#maillevelfooter li a {font-weight: normal;}

/* Login form */
.login-image img {display: none;}
form#form-login2 {background-color: #fff; border: none;}
form#form-login2 fieldset input {border: 1px solid #d5d5d5;}
form#form-login2 h2.componentheading {display: none;}
/* hasTooltip  */
.tool-tip {border: 1px solid #d5d5d5; padding: 5px; background-color: #FFF;}

/* qContact */
form#emailForm { border: none; background-color: #FFF;}
#contact_email,
#contact_subject, 
#contact_name, 
#contact_text {border: 1px solid #d5d5d5;}
form#emailForm label,
form#emailForm label.required  {color: #5c4d9b;}  
div#contact-address img {display: none;}
input.contact-button {border: 1px solid #333;}
form#login div.componentheading {display: none;}
form#login {background-color: #fff; border: none;}
form#login img {display: none;}

.mceContentBody {background: none;}


#main {border-top: 2px solid #ddd;}

/**
* Headings 
**********************/


/* QContacts */ 
div.marker { display: none; }
#contact-telephone { padding5:0; margin: -15px 0 0 5px; font-size: 1.1em;}
div.blog h2.contentheading { margin-top: 2em; }
div.blog h2.contentheading:first-child { margin-top: 1em; }

span.article_separator{ padding-bottom: 2em; }