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

body {
	background: #444444 url(Images/back.gif) repeat-x;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 10px 0 15px 0;	
}

/* links */
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #56595a;
}

a.m:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.m:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.m:hover {
	text-decoration: none;
	color: #D7A578;
}
a.m:active {
	text-decoration: none;
	color: #D7A578;
}

/* headers */
h1, h2, h3 {
	font-family: 'Arial', Trebuchet MS, Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #fff;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}


code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Arial', Lucida Console, 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(images/searchb.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	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 */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;	
}
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: #666;
	background-color: #D7A578;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 15px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	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;
}

/********************************************
   HEADER
********************************************/ 

#Tab {
	float: right;
	height: 15px;
	width: 100px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(Images/tab.jpg);
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D7A578;
	text-align: center;
	vertical-align: bottom;
	padding-top: 5px;
}

#header {
	position: relative;
	width:975px;	
}

#head {
	background: #999999 url(Images/headback.gif) repeat-x;
	height: 90px;
	width: 975px;
	float: left;
}

#logo {
	width: 287px;
	padding-left: 30px;
	height: 90px;
	float: left;
}
#headcopy {
	float: right;
	height: 90px;
	width: 400px;
	padding-right: 30px;
}

#shadow {
	position: relative;
	float: left;
	width: 975px;
	height:15px;
	background: #BBBDBF url(Images/shaddow2.jpg) repeat-x;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 975px;	
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	float: left;
	width: 975px;
	display: inline;
	padding: 0; 	
	background: #BBBDBF; 
}


/* Navigation */
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ECECEC;
	background-color: #D7A578;
	height: 1%;
	width: 945px;
	padding-left: 30px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	overflow: visible;
	visibility: visible;
	vertical-align: bottom;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D7A578;
	border-bottom-color: #D7A578;
}

#menu em{
	padding: 0 8px 0 8px;
	color: #ECECEC;
}


/* Main Column */
.three-col #main {
	margin: 10px 190px 0 200px;
}
.two-col #main {
	margin: 10px 5px 0 200px;
}

#main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 15px 0 2px 0px; 		
}

#main {
	padding-left:60px;
	padding-right:70px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin-top: 15px;	
	margin-left:20px;
	background-color:#585858;
}	
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 20px 0 5px;
	padding: 5px 0 0 5px; 
	font: normal 1.5em Arial, Helvetica, sans-serif;
	color: #ffffff; 		
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px dotted #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px dotted #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #D7A578; 
	border: none;		
}
ul.sidemenu li a:hover {	
	text-decoration:underline;
	border: none;
}

/* sidemenu2 */
ul.sidemenu2 {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px dotted #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu2 li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px dotted #E5E5E5;
}
* html body ul.sidemenu2 li {
	height: 1%;
}
ul.sidemenu2 li a {
	text-decoration: none;	
	color: #BBBDBF; 
	border: none;		
}
ul.sidemenu2 li a:hover {	
	text-decoration:underline;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	background: url(images/blackbottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	width: 975px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#bottompic {
	font-size: 9px;
	color: #56595a;
	height: 425px;
	width: 975px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	background-color: #BBBDBF;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}

#bottomcopyhome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #666666;
	float: left;
	width: 955px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 1.7em;
	vertical-align: top;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#bottomleftcopy {
	float: left;
}

#rightbottomcopy {
	background-position: right;
	float: right;
}

#base1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 15px;
	float: left;
	width: 200px;
	background-position: center top;
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
#base2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	vertical-align: top;
	margin: 15px;
	float: left;
	width: 330px;
	padding-bottom: 20px;
	font-weight: bold;
}

#base3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	vertical-align: top;
	margin: 15px;
	float: right;
	width: 330px;
	padding-bottom: 20px;
	font-weight: bold;
}

/* 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; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #d5d4d4;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}


