/* Symbiotic std CSS */ 

* { padding: 0; margin: 0; outline: 0; }

body {
	margin: 10px 0 0 0; 	padding: 0;
	font: normal 13px/1.6em  verdana, tahoma, sans-serif;	 
	text-align: center;
	background: #090807 url(http://www.here-is-your.info/images/bg.jpg) repeat-x;
	color: #8F8F8E; 	
}

/* links */
a {
	color: #fff;		
	background-color: inherit;
	text-decoration: none;			
}
a:hover {	
	color: #e7340a;
	background-color: inherit;	
}

h1 { font-size: 1.5em; color: #84A5DA; letter-spacing: -2px;	} 
h2 { font-size: 1.2em; }
h3 { font-size: 1em; }
h4 { font-size: 1em; }

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
img {
	background: transparent;
   
}


acronym {
  cursor: help;
  border-bottom: 1px dotted #8F8F8E;
}

/* search form */
#search{
	position:absolute;
	top: 324px;
	left: 1003px;
}
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 10px; padding: 0 0 1.5em 0;	
	width: 20em;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 11em;
	color: #f85710; 
	padding: .4em; 
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 80px;
	vertical-align: top;
}

#header, #nav, #content, #footer-wrap {
	width: 910px;
}

/* header */
#header {
	clear: both;
	position: relative;
	margin: 0 auto; padding: 0;
	background: transparent url(http://www.here-is-your.info/images/header.jpg) no-repeat right top;
	height: 289px;
	text-align: left;	
}

#logo{
	position:absolute;
	background:url(http://www.here-is-your.info/images/logo.png) top left no-repeat;
	height:200px;
	width:200px;
	top: 8px;
}

/* Navigation */
#nav {
	clear: both;	
	margin: 0 auto;
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	height: 56px;		
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
	height: 56px;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 20px;
	color: #d5d3d3;
	font: bold 14px/54px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #fa3204;		
}
#nav ul li#current a {	
	color: #FF8B04;	
}
#topads{
	position:absolute;
	width:728px;
	height:15px;
	top: 258px;
	left: 4px;
}
/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #343432 url(http://www.here-is-your.info/images/footer-top.jpg) repeat-x left bottom;
}
#content {
	text-align: left;	
	padding: 0; 
	margin: 0 auto;		
}

/* sidebar */
#sidebar {
	float: right;
	width: 22em;
	margin: 10px 0 10px -21em; 
	padding: 0;
	}
	
#sidebar h3 {
	font: normal 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: .3em 0 .5em 10px; 
	color: #f3c922;			
	text-transform: none;
	letter-spacing: 0px;
	border-bottom: 1px solid #252525;
	border-left: 3px double #252525;
}

#sidebar ul.sidemenu {
	font: normal 13px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	margin: 0 0 0 0px;
	padding: .1em 0 1em 0;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;		
	/*border-top: 1px solid #211E20;*/
}
#sidebar ul.sidemenu li {
	padding: 0; 
	background: url(http://www.here-is-your.info/images/39.png) no-repeat 5px 5px;		
	border-bottom: 1px dotted #504e4f; 
	list-style:none;
	font: normal 11px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	display: block;
	font-weight: bold;
	color: #d3d0cc;
	text-decoration: none;
	padding: .2em 0 .2em 30px;
	line-height: 1.5em;
	font-size: 1.25em;
}
#sidebar ul.sidemenu li a:hover {
	color: #e7340a;		
	background: url(http://www.here-is-your.info/images/38.png) no-repeat 5px 5px;		
	list-style:none;
	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 15px; }
#sidebar ul.sidemenu ul li { border: none; }

#main {
	margin: 10px 25em 10px 0; 
	padding: 0;
	text-align:justify;
}

#sitedesc{font: normal 1.8em 'Trebuchet MS', Arial, Sans-serif;
	color: #f8d40c;	
	letter-spacing: 0px;	
	padding:10px;
	text-align: center;
}

#main h2 { 
	font: normal 1.5em 'Trebuchet MS', Arial, Sans-serif;
	color: #84A5DA;	
	letter-spacing: -1px;		
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #282527; 	
}
#main h2 a {
	color: #84A5DA;	
	text-decoration: none;	
}

#footer-wrap {	
	clear: both;
	padding: 0;	margin: 0 auto; 
}

/* footer */
#footer-bottom {
	clear: both;
	margin: 0 auto; 
	padding: 2em 0 3.5em 0;
	text-align: center;
	font-size: .85em;
	
	background:url() no-repeat;
}

/* additional classes */
.clear { clear: both; }