/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #000 url(bg-chain.j) repeat-x;
	font: 12px "Verdana", Verdana, Arial, Helvetica, sans-serif;
	color: #000; 
	text-align: center;
	margin: 0 0 50px 0;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #a6a6a6;
}
h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-weight: 800;
	font-style: strong;
	color: #000;
	font: 12px "Arial", Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 100%;	
	font-weight: 800;	
}

h1, h2, h3, {
	padding: 2px;		
	margin: 0;
}

p {
margin-bottom: 1em;
font-size: 12px;
line-height: 1.4em;
}

ul, ol {
	margin: 3px 12px;
	padding: 0 10px;
}
ul {
	list-style: none;
}


/* images */
img {
	background: #fff;
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 0 0 0;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
}
tr {
	height: 32px;
}
td {
	padding-left: 10px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */


/*Begin Forms*/
.border {
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
	color:#666666;
	background-color:#F2F2F2;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:20px;
	width:375px;
	}
	
input.border:focus	{
	background: #fff;
	border: 1px solid #595959;
}

input:hover {
	background-color:#fff;
	}
	
textarea:hover {
	background-color:#fff;
	}

textarea.borders:focus	{
	background: #fff;
	border: 1px solid #595959;
}

.borders {
    margin:5px 0 0 0; padding: 0;
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
	color:#666666;
	background-color:#F2F2F2;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:130px;
	width:375px;
	}
	
.formborder {
    margin: 10px 0 0 0; padding: 0;
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url(http://evoart.info/images/form_button.jpg);
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
	}
	
.formborder:hover {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url(http://evoart.info/images/form_button_over.jpg);
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
	}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: transparent url(wrap-black.jpg) repeat-y;
	width: 906px;	
	margin: 10px auto 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	background: #fff url(wrap-shadow-1.) repeat-x;
	clear: both;
	float: left;	
	width: 870px;	
	padding: 0; 			
	margin-left: 15px;	
	display: inline;
	border-top: 0px solid transparent;
	border-bottom: 0px solid #e5e5e5;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}
#header {
	position: relative;
	background: transparent url(header-blue.jpg) repeat-x;
	width: 906px;	
	height: 60px;	
	padding: 0;	
	margin: 0px auto;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 42px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #111;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 16px; left: 20px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #5b4a29;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 25px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 15px;	
	color: #5b4a29;
	font: normal 10px "Arial", Times New Roman, Times, serif;		
}
#header #header-links a {	
	color: #fff;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #c9c5c5;		
}

/* header-photo */
#header-photo {
	clear: both;
	background: transparent;
	margin: 5px auto;
	padding: 0;		
	height:206px; 
	width: 870px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/* Navigation */
#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 39px;	
}

#stylefour{position:relative;display:block;height:37px;font-size:12px;font-weight:bold;background:transparent url(bgoFF2.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:1px solid #bebebe;
}
#stylefour ul{margin:0 0 0 15px;padding:0;list-style-type:none;width:auto;
}
#stylefour ul li{display:block;float:left;margin:0;
}
#stylefour ul li a{display:block;float:left;color:#000;text-decoration:none;padding:7px 20px 0 20px;height:21px;background:transparent url(bgDIVIDER.gif) no-repeat top right;
}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#000;background:#c9c5c5 url(bgON2.gif) no-repeat top right;
}




/* Main Column */
#main {
	float: right;
	width: 280px;
	padding: 0px 0 0 0; margin: 12px 10px 0 0;
	display: inline;	
}
#main h2 {
	font: 18px "Arial";
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 0 0 6px 0;
}
#main h2 a {
	color: #895F30; 
	text-decoration: none;	
}
#main h3 {
	font: 12px "Arial";
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

#main h6 {
	font: 9px "Arial";
	font-style: normal;
	color: #000000;
}
#main ul li {
	list-style-image: url(bullet.gif);
}

#main li {
	padding: 3px 0 0 0;
}


/* Sidebar */	
#sidebar {
	float: left;
	width: 569px;
	padding: 5px 0 0 0; margin: 0 0 0 10px;		
}
#sidebar h2 {
	font: 18px "Arial";
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 6px 0 6px 0;
}
	
#sidebar h3 {
	font: 12px "Arial";
	font-style: normal;
	font-weight: bold;
	color: #000000;			
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #EBEBEB;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #895F30; 		
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }



/* footer */
#footer-wrap {
	clear: both;
	background: #000 url(footer-black.jpg) repeat-x;
	width: 906px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;		
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #976834;  
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
	font-weight: bold;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 840px;			
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #555555;	
	margin: 0 auto; 
	width: 870px;
	padding: 25px 0 0 0;
	text-align: center;	
}
#footer-bottom  a {
	color: #445878;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 95%;	
	color: #99997D;
	border: 1px solid #EAE7DB;
	background: #FAFAE7;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* 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; }


