/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background-color: #EFF8E7;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	margin: 15px 15px 15px 15px; 
}

/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
}
a:hover {
	background: inherit;
}

/********************************************
   LAYOUT
********************************************/ 
#content-wrap {
	clear: both;
	padding: 0; 
	margin: 0 auto;
}
#header {
	background-color: #3C69AC;
	padding: 0;
	font-size: 1.0em;
	color: #E3DBD5;
}
#header h1#logo-text {
	margin: 0; padding: 0;
	font: bolder 1.4em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: 0px;
	color: #E3DBD5;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h2#slogan {
	font: normal 1.0em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #E3DBD5;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

#xxxheader .closebutton a, #header .closebutton a:visited {
	font-size: 1.0em;
	line-height: 1.6em;
	background: transparent;
	border: none;
}	

/* Menu */
#menu {
	clear: both;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #DCE7F5;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
	color: #38407E;
}

/* Menu */
/* Menu */
#menu {
	clear: both;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #DCE7F5;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
	color: #38407E;
}
#menu div{
	xbackground-color: transparent;	
}
#menu .menupid{
	background-color: #DCE7F5;	
	text-align: left;
	padding-left: 10px;
	float: left;
}
#menu .menuul{
	background-color: #DCE7F5;	
	text-align: right;
	padding-right: 10px;
	float: right;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #38407E;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #3C69AC;
	color: #E3DBD5;	
}
.cmenu{
	background-color: #DCE7F5;	
  clear: both;
	height: 27px; 
  border-bottom: 1px solid;
	margin-bottom: 4px;
}
.cmenu ul{margin: 0px auto;} 
.cmenu li {
 float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
}
.cmenu li a {
display: block; 
  float: left; 
  xheight: 27px;
  text-decoration: none; 
  padding: 3px 10px 4px 10px;
  text-transform: uppercase;
  font-size: 88%;
  border-right: 1px solid;
	color: #38407E;	
	font-weight: bold;
}

.cmenu li a:hover, .menu li a.active, .menu li a.active:hover
{ background: #3C69AC;
  color: #E3DBD5;	
  font-weight: bold;
}
#form_owner{
text-align: left;	
margin: 12px 12px 12px 12px;
}
#form_owner h3{
font-size: 0.8em;
width: 100%;
}
#form_owner fieldset{
xwidth: 400px;	
margin: 0 auto;
margin: 12px 12px 12px 12px;
padding: 5px 5px 5px 5px;
}

#form_owner .button{
xmargin-left: 250px;
}
#form_owner input{
width: 250px;
}
/* *************** */
#form_owner .stdlabel {
xwidth: 600px;
}


div.label{
float: left;
width: 250px;
xtext-align:right;
display:block;
clear: right;
}

div.field{
clear: left;
display:block;
xfloat: left;
text-align:left;
}

#form_owner textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:2px solid #427AD1;
	height:120px;
	display:block;
	color:#777;
}

.error_message{
	background-color:#FFE8E8;
	border-bottom:2px solid #FFBDBD;
	border-left: 10px solid #FFBDBD;
}
/* *************** */
h1, h2, h3{
	background: #3C69AC;
	padding: 3px;
	font-size: 1.1em;
	color: #E3DBD5;
	align: left;
}
h2, h3 {
	font-size: 1.0em;	
}

h2 a, h2 a:visited, h2 a.active{
	color: #E3DBD5; !important
}

.dayname a, .dayname a:visited, .dayname a.active{
color: #38407E; !important
}

.listingsection{
border: 2px solid #679931;
padding: 0px;
margin-top: 5px;
margin-bottom: 5px;
}
.listinglink a{

}
p {
text-align: left;
padding: 4px;
}
.post-footer {
text-align: left;
margin-top: 4px;
}
.comments {
text-align: left;
}
.readmore {
text-align: left;
}
/* *************** */

/* Footer */	
#footer {
	color: #666666;
	clear: both;
	text-align: center;	
	font-size: 0.7em;
}

/* 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; }
.gray { color: #CCC; }