/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */

html {
	background-image: url(wood2.jpg);
}

* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-image: url(headerbg.gif);
	background-repeat: repeat-x;
}
#nuages {
	background-image: url(nuages.gif);
	width: 100%;
	background-repeat: repeat-x;
	top: 20px;
	height: 100px;
	left: 0px;
	margin: 0px;
	position: absolute;
	padding: 0px;
}

#Menu 
{
	height:30px;
	border-color:#a1c442;
	border-style:solid;
	border-width:0 0 5px;
	margin: 0;
	padding-top: 115px;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:right;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0 1px 0 0;
	padding:0;
}
#tab a 
{
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	background-color: #000;
	background-image: url(bright_058.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tab a span 
{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:700;
	line-height:30px;
	padding:0 15px;
	background-image: url(bleft_058.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#FF9300;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv 
{
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	color:#FFF;
	z-index:100;
	text-decoration:none;
	padding:0;
	position: fixed;
	border-top-width: 4px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a1c442;
	border-right-color: #a1c442;
	border-bottom-color: #a1c442;
	border-left-color: #a1c442;
}
.dropmenudiv ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link,.dropmenudiv a:visited 
{
	width:180px;
	display:block;
	border:0;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	margin:0 1px 0 0;
	padding:0;
	background-image: url(bleft_058.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.dropmenudiv a span 
{
	display:block;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#392411;
	float:none;
	padding:0 15px;
	background-color: #eaf6fc;
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A1C442;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.dropmenudiv a:hover 
{
	border:0 #FF9300;
	background-position:left bottom;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	color:#FFF;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#FFFFFF;
	font-weight:700;
	background-color: #c3e4f7;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #475d42;
}


/* links */
a { 
	color: #660000;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 {
	font-size: 2em;
	color: #6297BC;
} 
#main h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h2 {
	font-size: 1.5em;
	border-left-width: 4px;
	border-left-style: solid;
	padding-left: 5px;
	border-top-color: #F2F2F2;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #660000;
}
h3 { font-size: 1.4em; }
h6 {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #636428;
	padding-left: 10px;
}


p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {

}
img.no-border {
	border: none;
}
img.float-right {
	border: 1px solid #CCC;
	padding: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
img.float-left {
	border: 1px solid #CCC;
	padding: 3px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a img {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
a:hover img {
	background-color: #990000;
}

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: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 820px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	background-image: url(bggg.gif);
	background-repeat: repeat-x;
	background-position: center 150px;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 150px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(headerbg2.gif);
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0;
	left: 5px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 4.4em;
	font-weight: bolder;
	z-index: 1000;
	visibility: visible;
	width: 485px;
}
#header h2#slogan {
	position: absolute;
	top:40px;
	color: #666666;
	text-indent: 0px;
	text-transform: none;
	font-family: Tahoma, 'trebuchet MS', Sans-serif;
	font-size: 12px;
	font-weight: bold;
	z-index: 12;
}
#header #pano {
	background-image: url(pano1.gif);
	background-repeat: no-repeat;
	height: 76px;
	width: 134px;
	left: 50px;
	top: 68px;
	position: absolute;
	z-index: 30;
}

#header #pano2 {

	background-image: url(pano2.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 46px;
	left: 540px;
	top: 17px;
	position: absolute;
}
#header #pano3 {


	background-image: url(pano3.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 100px;
	left: 155px;
	top: 93px;
	position: absolute;
}

#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: right;
	margin-left: 15px;
	padding: 0;
	width: 75%;
}
#main2 {
	float: right;
	padding: 0;
	width: 100%;
}
#main p {
	text-align: justify;
}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	margin: 0;
	padding: 0;
	display: inline;
	width: 190px;
	float: left;
	height: auto;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	color: #FFFFFF;
	border-left:4px solid #9EC630;
	background-color: #CCCCCC;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}


/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}



/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
.top {
	float: right;
	text-transform: uppercase;
	font-size: 8px;
	margin-right: 15px;
	margin-top: 10px;
}
.top2 {
	float: right;
	text-transform: uppercase;
	font-size: 8px;
	margin-right: 15px;
	margin-top: 5px;
	color: #333333;
}
