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

body {
	background-color: white;
	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: #D9E3EA;
	padding: 0;
	font-size: 1.0em;
	color: #666666;
}
#header h1#logo-text {
	margin: 0; padding: 0;
	font: bolder 1.4em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: 0px;
	color: #666666;
	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: #666666;
	/* 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: #FFEDE1;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
	color: #666666;
}

/* Menu */
/* Menu */
#menu {
	clear: both;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFEDE1;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
	color: #666666;
}
#menu div{
	xbackground-color: transparent;	
}
#menu .menupid{
	background-color: #FFEDE1;	
	text-align: left;
	padding-left: 10px;
	float: left;
}
#menu .menuul{
	background-color: #FFEDE1;	
	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: #666666;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #D9E3EA;
	color: #666666;	
}

#menu .menupid{
	background-color: #FFEDE1;	
	text-align: left;
	padding-left: 10px;
	float: left;
}
.cmenu{
	background-color: #FFEDE1;	
  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: #666666;	
	font-weight: bold;
}

.cmenu li a:hover, .menu li a.active, .menu li a.active:hover
{ background: #D9E3EA;
  color: #666666;	
  font-weight: bold;
}

/* *************** */
#form_owner{
margin: 0 auto;
xwidth: 400px;
text-align: left;	
margin: 12px auto;
}
#form_owner h3{
font-size: 0.8em;
width: 100%;
}
#form_owner fieldset{
xwidth: 400px;	
margin: 12px auto;
padding: 5px 5px 5px 5px;
}

/* goes around label and field */
.stdlabel, 
{
	float: left;
	display: block;
	clear: both;
	padding: 5px;
	xwidth: 90%;
	font-weight: bolder;
	xborder: 2px solid #D1E9B8;
}

.label{
	float: left;
	display:block;
	clear: both;
	text-align:right;
	width: 140px;
	xborder: 2px solid green;
}

input {
	float: left;
	padding:2px;
	margin:2px;
	text-align: left;
	xborder:1px solid #427AD1;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

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


.error-message, .error_message{
	clear: both;
	background-color:#FFE8E8;
	border-bottom:2px solid #FFBDBD;
	border-left: 10px solid #FFBDBD;
	border-right: 10px solid #FFBDBD;
}

/* *************** */
h1, h2, h3{
	background: #D9E3EA;
	padding: 3px;
	font-size: 1.1em;
	color: #666666;
	align: left;
}
h2, h3 {
	font-size: 1.0em;	
}

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

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

.listingsection{
border: 2px solid #D9E3EA;
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; }