/*  
Theme Name: Hephaestus Audio
Theme URI: http://wordpress.org/
Description: Hephaestus Audio
Version: 1.0
Author: Scott Schrantz
Author URI: http://computer-vet.com/


*/


html {
	font-size: 100%;
}

body {
	position: relative;
	background-color: #666;
	background-image: url(./images/global_background_5.gif);
	background-repeat: repeat;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 0.8em;
	color: #000;
	font-style: normal;
	margin: 0px;
}

#pagebody {
	position: relative;
	width: 750px;
	/* width: 75%;
	max-width: 1050px;
	min-width: 700px; */
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #000;
	border-width: 1px 3px 3px 3px;
}


#header {
	position: relative;
	background-color: #fff;
	background-image: url(./images/hephlogo03-05.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding: 0px;
}
#header a img {
  border: none;
}
#header p {
	margin: 0px;
}
#header h1#sitetitle {
	display: none;
	position: absolute;
	margin: 0px;
	top: 0px;
	left: 0px;
}


#contentarea {
	background-color: #fff;
}


#main_menu {
	height:25px;
	background-color: #ddd;
	border-bottom: 1px solid #000;
	/*  */
}
#main_menu ul {
	list-style:none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

#main_menu ul li { /* all list items */
	float: left;
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #c0c4cc;
	color: #ccc;
}
#main_menu ul li.page_item {
	height: 25px;
	width: 150px;
}
#main_menu ul li.current_page_item, #main_menu ul li.current_page_parent, #main_menu ul li.current_page_ancestor {
	background-color: #a0a4e0;
	background-image: none;
}
	
#main_menu ul li a {
	display: block;
	padding-top: 3px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}
#main_menu ul li.page_item a {
	height: 22px;
}
#main_menu ul li a:link, #main_menu ul li a:visited, #main_menu ul li a:active {
	color: #333;
	background-image: url(./images/gradient_off.gif);
	background-repeat: repeat-x;
}
#main_menu ul li.current_page_item a:link, #main_menu ul li.current_page_item a:visited, #main_menu ul li.current_page_item a:active {
	color: #fff;
	background-image: url(./images/gradient_current.gif);
	background-repeat: repeat-x;
}
#main_menu ul li a:hover {
	color: #fff;
	background-image: url(./images/gradient_hover.gif);
	background-repeat: repeat-x;
}



#contentcell {
}

#content {
	margin: 0px;
	padding: 15px 35px 15px 35px;
}

#content h1#pagetitle {
}

#content .delphiheader, #content .icons, #content .navigation {
	text-align: center;
	margin-bottom: 25px;
}

#content .postheader {
	text-align: center;
}

#content h2, #content h3 {
	margin-top: 12px;
	margin-bottom: 0px;
}
#content p {
	margin: 15px 35px 15px 35px;
}

#content ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h2+p, #content h3+p {
	margin-top: 3px;
}

#content .post {
	padding: 0px 0px 30px 0px;
	border-bottom: 2px solid #999;
}

#content .post .entry p {
	text-align: justify;
}
#content .post .entry ul {
	margin-left: 80px;
	padding-left: 0px;
}

.postmetadata {
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}


h1 {
	font-family: Georgia, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #555;
	margin: 0px;
	text-transform: uppercase;
}

h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.45em;
	font-weight: bold;
	color: #678;
	font-variant: small-caps;
}

h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #555;
	font-style: italic;
}

#pagebody a {
	font-weight: bold;
}


#pagebody a:link, #pagebody a:visited, #pagebody a:active {
	color: #009;
}
#pagebody #footer a:link, #pagebody #footer a:visited, #pagebody #footer a:active {
	color: #fff;
}
#pagebody a:link img, #pagebody a:visited img, #pagebody a:active img {
	border-color: #999;
}
#pagebody a:hover {
	color: #f00;
	text-decoration: none;
}
#pagebody a:hover img {
	border-color: #0f0;
}

#pagebody a img.tex {
        border:none;
}

#sidebar {
	padding: 0px 10px 20px 50px;
}
#sidebar h2 {
  margin: 0px;
}
#sidebar #archives {
  margin: 0px;
  list-style:none;
}

#sidebar #archives li {
	list-style:none;
	display:inline;
}

.cleardiv {
	clear: both;
}


#footer {
	background-color: #333;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	font-style: italic;
	border: 0px solid #00f;
}
#footer p {
	margin: 0px;
	padding: 15px;
}
p.icons a img {
border: none;
}

img#wpstats{width:0px;height:0px;overflow:hidden}



