body {
margin: 0;
padding : 0;
background: #FFF url(../images/bg.jpg) center repeat;
color: #555;
z-index:-1;
behavior: url(styles/csshover.htc);
}
			/*WRAP*/
#container {
width: 860px;
margin-left: auto;
margin-right: auto;
padding: 0;
font: 12px "Trebuchet MS","lucida sans", tahoma, sans-serif;
line-height: 1.8em;
background: #FFF;
color: #666;
}
			/*TOP BANNER*/
DIV.banner {
padding: 0;
margin-bottom: 0;
height: 150px;
width:100%;
border-bottom:0px solid #fff;
background: #FFFFFF /*url(images/logo.png) no-repeat left center*/;
color: #000;
z-index:100;
filter:alpha(opacity=100); -moz-opacity:1.0;
}

div.bannercontainer {
	background: transparent /*#868749*/ /*url(images/wine.jpg) no-repeat*/;
	position: relative;
	width:100%;
	height: 150px }

div.topbanner {
	background-color: transparent;
	position: relative;
	top: 0px;
	left: 0px;
	height: 150px;
	border: solid 0px #ccc;
	filter:alpha(opacity=70); -moz-opacity:0.70;
	opacity: .7; }

div.logo {
	background-color: transparent;
	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 150px;
	overflow: auto;
	padding: 0px 0px;
	/*filter:alpha(opacity=90); 
	-moz-opacity:0.90;*/
	opacity: 1.; }

	div.logo div {
	background-color: white;
	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 150px;
	overflow: auto;
	padding: 0px 0px;
	filter:alpha(opacity=60); 
	-moz-opacity:0.60;
	opacity: .60; }
	
	div.logo IMG {
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 9px;
	/*width: 150px;
	height: 150px;*/
	height: 150px;
	overflow: none;
	/*padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;*/
	/*filter:alpha(opacity=90); 
	-moz-opacity:0.90;*/
	opacity: 1.0; }
/*DIV.banner #topbanner  {z-index:1; filter:alpha(opacity=25); -moz-opacity:0.25;}*/
/*DIV.banner #logo  {z-index:2; filter:alpha(opacity=100); -moz-opacity:1.0;}*/
			/*TOP NAVIGATION*/
#navbar {
height:20px;
font-weight:500;
}
#navbar ul {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
font-size: 12px;
text-align: center;
/*border-bottom:3px solid #fff;*/
border-top: 1px #FFFFFF solid;
border-bottom: 1px #FFFFFF solid;
background: #868749;
color: #000;
}
#navbar a {
float:left;
/*width:6em;*/
height:20px;
text-decoration:none;
color:#fff;
background:#868749;
padding:0.5em 0.6em;
border-right:1px solid #fff;
}
#navbar a:hover {
background:#5b662d;
color: #fff;
}
#navbar li {
display:inline;
}












/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */







/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
position:relative;
width:100%;
height:32px;
z-index:100;
font-weight:500;
border-top: 1px #FFF solid;
border-bottom: 1px #FFF solid;
background: #868749;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {
/*padding:0; margin:0; list-style-type: none;width:100%;border: 1px red solid;height:20px;*/
float:left;
height:30px;
width:100%;
padding:0;
margin:0;
list-style-type:none;
font-size: 12px;
text-align: center;
/*border-bottom:3px solid #fff;*/
background: #868749;
color: #000;
display:block;

}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {
background:#868749;
padding:0.5em 0.6em;
border-right:1px solid #fff;width:auto;display:block; font-size:11px; color:#fff; height:20px; /*line-height:24px;*/ text-decoration:none; text-indent:5px;float:left;}


/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {width:200px;height:20px;border-bottom:1px solid white;padding:0.2em 0.2em;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-top:1px solid white;}

/* Set up the list items */
#pmenu li {float:left; background:#868749;position:relative;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#5b662d;color: #fff;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block;/*border:1px solid #fff;*/ position:absolute; top:-1px; left:80px; padding:16px 30px 30px 30px; background:transparent; width:200px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}
#pmenu li ul li ul {margin-top:-16px;margin-left:95px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#5b662d;color: #fff;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#5b662d;color: #868749;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#7484ad url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;border-right:2px solid white;}
#pmenu li.drop {background:#7484ad url(http://www.cssplay.co.uk/menus/drop.gif) no-repeat right center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}










/*MAIN CONTENT*/
#content {
padding: 1em;
margin-top:-20px;
margin-left: 200px;
}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 160px;
margin: 0;
margin-top:-20px;
padding: 0 1em 0 1em;
font-weight:500;
font-size: 12px;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
display: block;
color: #868749;
background: inherit;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #CCCC99;
color: #5b662d;
}
			/*FOOTER*/
#footer {
clear: both;
width:850px;
padding: 5px;
margin: 0;
font-size: 0.8em;
border-top: 1px solid #5b662d;
border-bottom: 0px solid #fff;
background: #868749;
color: #fff;
text-align:center;
letter-spacing:1px;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #5b662d; 
}
#footer a:hover {
text-decoration : underline;
background : inherit;
color :  #fff;
}
			/*LINKS*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #868749;
}
a:hover {
text-decoration : underline;
background : inherit;
color :  #385900; 
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 175%;
letter-spacing: 3px;
color:#FFFFFF;
}
h2 {
padding-bottom: 3px;
padding-right: 0;
color: #000000;
border-bottom: 1px #000000 solid;
letter-spacing: 5px;
margin-left: 5px;
margin-right: 50px;
font-size: 1em;
margin-top: 0;
padding-top: 10px;
font-size: 13px;
}
h3 {
margin-left: 0px;
margin-right: 50px;
margin-top: 0;
padding: 10px 0px 2px 0px;
font-size: 14px;
border-bottom: 1px #CCCC99 solid;
letter-spacing: 1px;
background : inherit;
color :  #385900;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*CLASS*/
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}
.slogan {
margin: 0 0 0 50px;
letter-spacing: 3px;
}

.post{
background: #E6E7E9;
padding: 3px;
margin: 20px 10px 10px 5px;
font-size: 80%;
}
.post .date {
background: url(images/clock.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .comments {
background: url(images/comment.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .readmore {
background: url(images/document.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}

#enigma {font-family:Helvetica,Arial,Verdana,sans-serif;text-align:right; font-size:9px; 
font-stretch:expanded;
letter-spacing:2px;
font-smooth:1em;
font-variant:normal;
display:block;
color:#FFFFFF;
margin: 0 auto;
width:auto;
clear:both;
padding: 0; 
text-align:right;
background: #CCCC99;
border-top: 1px solid #5b662d;
}
#enigma a span {font-family:Helvetica,Arial,Verdana,sans-serif;font-size:14px;
font-weight:600;
text-transform: lowercase; 
font-stretch:expanded;
letter-spacing:2px;
font-smooth:1em;
text-transform:lowercase;
font-variant:normal;
}
#enigma a {font-family:Helvetica,Arial,Verdana,sans-serif;font-size:8px;
font-weight:600;
text-transform: lowercase; 
font-stretch:expanded;
letter-spacing:2px;
font-smooth:1em;
text-transform:lowercase;
font-variant:normal;
}

#enigma a:hover {font-family:Helvetica,Arial,Verdana,sans-serif;font-size:8px;
font-weight:600;
text-transform: lowercase; 
font-stretch:expanded;
letter-spacing:2px;
font-smooth:1em;
text-transform:lowercase;
font-variant:normal;
color:#79a1cc;
}