
/* standard elements */
* { font-family: verdana; }

body	{ margin: 0 0 0 0; padding: 0; background: #D9D9D9;	background-position: top;
background-image:   url("/images/bgw.gif");	font-size: 8pt;  font-family: verdana; 
}
table 	{ border-collapse: collapse;}
a 		{ color: #669900; }
a:hover { color: #0066cc; }
small { font-weight: normal; }

/* Page Styles */

.body  	{ background: #ffffff;}

td.body  	{ background: #ffffff; padding-left: 10px;}
td.body_home  	{ background: #ffffff; padding-left: 0px;}

.class1 { background-color: #F8F8F8; }
.class2 { background-color: #F8F8F8; }
.class3 { background-color: #F4F4F4; }
.class4 { background-color: #E9E9E9; }


/* Basket and Order Styles */

.lightg { background: #E9E9E9; }
.mdblue { background:  #E9E9E9;  color: black; }
a.mdblue { color: black; }

.blue 	{ background:   #E9E9E9; color: black; }

.good	{ color: green;}
.error	{ color: red; font-weight: bold;}
.required{color: red; font-weight: bold;}
.paid 	{ color: #339900; }
.unpaid { color: #FF6666; }

input, textarea, select {font-size: 10pt;}

td.input_label { }
td.input_field { }

.input_label { font-weight: bold; }
.input_field {  }

#contentleft .separator { width: 100%; border-bottom: thin dotted silver }





/************************************************
*	Blog Styles				     		    * 
************************************************/

div.dottedBox {
	width: 100%%;
	border: thin solid #090;
	background: #fff;
	color: #ffffff;
	background:   #85c322; 
	background-repeat: repeat-x; 
	padding:3px;
	margin-bottom: 20px;
	}
div.dottedBox a  {
	color: white;
	}
table.dottedBox2 {
	width: 100%;
	border: thin solid #039;
	color: #ffffff;
	margin-bottom: 20px;
	background-image:  url("../images/boxes/images/lhsbox_top.gif"); 
	background-repeat: repeat; 
	}

.postmetaCol1 a,
.postmetaCol2 a, 
.postmetaCol3 a,
div.dottedBox2 a  {
	color: white;
	}

#postmeta { 
	background: #f0f0f0;
}
.postmetaCol1 { 
	
	float: left;
	display:block;
	
	
}.postmetaCol2 { 
	text-align: right;
	position:relative;
	padding-right:  20px;
	
}.postmetaCol3 { 
	width: 40px;
	text-align: right;
	position:relative;
	
}
.postBox { 
 width: 95%;
 font-size: 13px;
 font-family:Verdana, Geneva, sans-serif
}

#r_sidebar {
	position: relative; left: -10px;
}
.text {
 font-size: 13px;
 font-family:Verdana, Geneva, sans-serif
	
	}
	
.blogtitle, .blogtitle a { 

	font-size: 18pt; 
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	margin-bottom: 10px;
	color: #669900;
}



/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.wp-caption {
	margin: 0px;
	padding: 0px;
	}
	
.wp-caption img {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	line-height: 12px;
	}
	
	
.cat-item-1 {display:none;}		
