@charset "UTF-8";
/* CSS Document */
/*** basic tag styles ***/
*
{
	padding: 0;
	margin: 0;
}
html, body 
{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #23133f url(bg.png) top left repeat-x;
	text-align: center;
}
html, body, a, p, li, div, table, td, form, fieldset, legend, label, input, button, textarea, select, option, h1, h2, h3, h4, h5
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #52524e;
	padding: 0;
	margin: 0;
}
p
{
	margin-bottom: 12px;
}
a, a:active
{
	color: #4D2870;
}
a:hover, a:focus
{
	color:#844EB8;
	outline: none;
}
img
{
	dsiplay: block;
	position: relative;
	border: none;
}

/*** page areas ***/
#wrapper-h
{
	position: relative;
	width: 908px;
	text-align: left;
	margin: 0 auto;
}
#header-top
{
	position: relative;
	height: 57px;
	width: 908px;
	background: url(header_top.png) top left no-repeat;
}
#header
{
	position: relative;
	height: 159px;
	width: 908px;
	background: url(header_mid.jpg) top left no-repeat;
}
#menu
{
	position: relative;
	height: 53px;
	background: url(header_base.gif) top left no-repeat;
	/* padding: 0 6px; */
}
#content
{
	position: relative;
	width: 908px;
	background: #ececec url(content_bg.gif) top left repeat-y;
	clear: both;
	
}
#main-content
{
	position: relative;
	width: 560px;
	float: left;
	padding: 12px 22px;
}
#right-col
{
	position: absolute;
	left: 630px;
	width: 270px;
	padding-top: 10px;
}
#search-box
{
}
#push
{
	position: relative;
	clear: both;
}
#footer-cap
{
	position: relative;
	height: 19px;
	background: url(footer.gif) top left no-repeat;
	margin-bottom: 20px;
	
}
#submenu
{
	position: relative;
	top: -2px;
	background-color: #d6d6d6;
	border: 1px solid #797979;
	padding-top: 10px;
	padding-left: 6px;
	padding-bottom: 2px;
	border-top-color: #fff;
	width: 560px;
	left: 25px;
}
.sidebar-clear
{
	clear: both;
	display: block;
	margin-bottom: 20px;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 0;
	border-right: 1px solid #797979;
	border-top: 1px solid #797979;
}
th strong {
	color: #fff;
}
th {
	color: #FFF;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #797979;
	border-bottom: solid 1px #797979;
	background-color: #5D3277;
	font-size: 14px;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #797979;
	border-bottom: 1px solid #797979;
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 	
}
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:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(../../assets/nav.gif) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 3px; padding: 5px 0 10px 0;	
	width: 220px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* postmeta */
.post-footer, #wrapper-h .post-footer a
{
	font-zie: 10px;
}
.post-footer {
	background: url(../../assets/post.jpg);
	padding: 5px; margin: 5px 10px 10px 0px;	
	color: #999999;
	border: 1px solid #999999;
}
.post-footer .date{ margin: 0 10px 0 5px; font-size: 12px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { font-size: 12px; margin: 0 10px 0 5px;	}
.post-info { font-size: 10px; color: #888; }
.post-info a { font-size: 10px; }

.imagetable, .imagetable tr, .imagetable td
{
	border: none;
	padding: 0;
	margin: 0;
}
.imagetable td
{
	vertical-align: middle;
	text-align: center;
}
.imagetable td, .imagetable td a
{
	font-size: 12px;
	font-style: italic;
}
.imagetable
{
	
}
