/*
Theme Name: MetalDave
Theme URI: http://www.soylentdave.com/
Description: "MetalDave" is a two-column pink/grey graphical theme heavily modified from "BrushedMetal 1.3" by DewDrop
Version: 2.3
Author: SoylentDave
Author URI: http://www.soylentdave.com/
Tags: gravatars, fixed, two column, red, gray, metal, pink, facebook, twitter, calculator
*/

/* Basics */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}
.wp-caption img {
	border:  none;
	margin: 0;
	padding: 8px 10px 0px 6px;
	}

.wp-caption p.wp-caption-text {
	font-size: 7pt;
	line-height: 90%;
	margin: 0;
	padding: 4px 10px 6px 6px;
	text-align:center;
}


*{margin:0; padding:0;}

body {
	background: #5D5B5B;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 140%;
	}

img{border:none; padding: 6px; margin: 0 8px 0 8px;}
img a{border:none;}
img.left{float:left; border:none; padding: 4px 8px 4px 4px; margin: 0;}
img.right{float:right; border:none; padding: 4px 4px 4px 8px; margin: 0;}


ul{margin:5px 0 5px 20px;}
ol{margin:5px 0 5px 20px;}

blockquote{font-family: Calibri, Courier;
	font-size:10pt;
	padding: 0px 10px 13px 10px;
	border: 1px solid #000; 
	color:#fff; 
	background:#790a59;
	margin: 10px 8px 10px 8px; 
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;
	}

a:link {
	color: #804;
	text-decoration: none;
	}

a:visited {
	color: #804;
	text-decoration: none;
	}

a:hover {
	color: #d00;
	text-decoration: underline;
	}

hr {
border: 0;
width: 40%;
height:1px;
color:#000;
background-color:#000;
}

small {font-size:75%;}

td { border: 1px solid #dddddd; }

/* deal with clearing floating divs */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; clear: both; visibility: hidden;
	}
	.clearfix {display: inline-table;}


/*  Container  */

#container {
	width: 1010px; 
	margin: 0 auto;
	background: url('images/repeatback.png') repeat-y;
	color:#000;	
	
	}
	
/*  Header  */

#header {
	width: 1010px; height: 190px;
	background:url('images/headback.png') no-repeat;
	}	
	
/* Site Titles (part of header) */

#titles {
	width:100%; height:51px;
	margin: 70px 0 0 0;
	}
#titles h1 {
	color: #E0DFDF; 
	float:left; margin-left:50px;
	font-size: large;
	font-weight: bold;
	letter-spacing: 2px;
	}
div>#titles h1 {margin-left:100px;}
#titles h1 a {
	color: #E0DFDF;
	text-decoration: none;
	}
#titles h1 a:hover {
	color: #fff;
	}
#titles h2 {
	font-size: small; font-weight: normal; font-style: italic;
	color: #F8EDE1; float:right; margin-right:50px;
	}
div>#titles h2 {margin-right:100px;}

/*  Top Menu  (part of header) */

#menu {width:980px; height:38px; margin-left:20px;}
	#menu ul {
		font-size: small; clear: both; 
		background: transparent;
		list-style: none;
		text-align: left;
		}
	#menu li {
		display:block; float:left;
		background:url('images/menuback.png') repeat-x;
		border-left:2px inset #5D5B5B; border-right:2px inset #5D5B5B;
		height:28px; margin-left:-1px; padding:10px 0 0 0;
		}
	#menu a {
		padding: 5px 15px;
		text-decoration: none;
		font-weight: 800;
		color: #fff;
		}
	#menu ul li.current_page_item a {color:#ffffff;}
	#menu ul li a:hover 	{
				color:#000;
				font-weight: 800;
				background:url('images/menubacklit.png') repeat-x;
				}
		
/*  Main Content */

#content { 
	width: 730px; 
	padding: 8px; margin:-18px 15px 0 15px; 
	text-align: justify;
	float: left;
	}
div>#content {margin: -18px 4px 0 30px;}
#content h1 {
	font-size: large; color: #804;
	font-weight: 650; clear:both;
	margin: 8px 0 6px 0; padding: 4px 0 4px 0;
	border-bottom: 1px solid #455A79;
	}

#content h1 a:hover{
	text-decoration:none;
	
	}


#content h2 { font-size: medium; margin: 1em 0 .7em 0; color: #804; }

#content h2 a:hover{
	text-decoration:none;
	}

#content h3 { font-size: small; margin: .5em 0; }

#content h3 a:hover{
	text-decoration:none;
	}

#content h4 { font-size: small; margin: .4em 0; }

#content h4 a:hover{
	text-decoration:none;
	}

#content ol { margin: .5em 4em; }		
#content ul { margin: .5em 4em; }	
#content ul li {
	
	}

.entry {
	margin: 6px 0 8px 0 ;
	}	
.entry p {
	margin: 12px 0 0 0;
	}
.entry a:link {
	color: #804;
	text-decoration: none;
	}
.entry a:visited {
	color: #804;
	text-decoration: none;
	}
.entry a:hover {
	color: #d00;
	text-decoration: underline;
	}

.postmetadata{
	clear: both;
	background:#9E9EA6;
	padding:6px; margin: 16px 0;
	border: 1px solid; border-color: #000000;
	}

	
/* Left Sidebar */

#left {
	width: 154px; float:left;
	margin: 0 0 0 27px; padding: 0;
	}
#left h2 {
	color: #C0BEBF;
	background: #373C49;
	font-size: 8pt;
	padding: 3px 6px;
	margin: 0;
	border-bottom: 1px solid #fff;
	}
#left p {margin:0 6px 0 12px; padding: 0;}
#left a {color: #000000; text-decoration: none; margin: 0; padding: 0; line-height: 14pt;}
#left a:hover {color: #c00; text-decoration: none;}
#left ul{
	list-style:none; 
	margin: 0 0 12px 8px; padding:0; 
}
#left ul li{
	list-style:none;
	margin:0 0 0 12px; padding:0;
	text-indent:-12px;
	line-height:120%;
}
#left ul ul{
	margin:0;
	padding:0;
}
#left ul ul li{
	list-style:square;
	list-style-position: inside;
	margin:0 0 0 12px; padding:0;
	text-indent:-12px;
	line-height:120%;
    color: #455A79;
}

/* RSS Widget */

.rsswidget img {
	display: none;
	}
#sidebar h2 a.rsswidget{
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#sidebar h2 a.rsswidget a:hover{
	color: #fff;
	text-decoration: none;
	
}
#right h2 a.rsswidget{
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#right h2 a.rsswidget a:hover{
	color: #fff;
	text-decoration: none;	
}

/* Calendar Widget */

#wp-calendar {
	margin: 0 auto;
	text-align: left;
	}
	
#wp-calendar a{ 
	margin: 0;
	padding: 0;
	}
	
/* text Widget */

.textwidget {margin:0 12px 0 12px; padding: 0;}

/* Comment Form */

#commentform{
	margin:10px;
	padding:10px;}
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;}
#author, #email, #url{margin:5px 5px 0 0;}
#submit{margin:5px 5px 0 0;}

/* Comments */

#comments{ 
	margin:10px;
	padding:10px;
	}	
#comments p { margin: 1em 0; }
.commentlist li {list-style-type:none;}
ol.commentlist { list-style:none; margin: 0; padding: 0; }
ol.commentlist li {
	background: #ececec;
	margin:10px -30px 10px -30px;
	padding:8px;
	border-left:solid 1px #eeeeee; border-top:solid 1px #eeeeee;
	border-right:solid 1px #aaaaaa; border-bottom:solid 1px #aaaaaa;
	list-style-type: none;
	}
ol.commentlist li.alt { background: #DAD8D8;
			list-style-type: none; }
ol.commentlist a {}
ol.commentlist li.byuser {background: #e0f9f9;
				list-style:none;
				border:1px solid #000;
				}

ol.commentlist li.comment-author-admin {background: #f9e0f9;
				list-style:none;
				border:1px solid #000;
				}

ol.commentlist li.bypostauthor a:hover {}


ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment {list-style-type:none;}
ol.commentlist li.comment div.commentmetadata {font-size:10px;}

ul.commentlist li {
	background: #ececec;
	margin:10px -30px 10px -30px;
	padding:6px;
	border-left:solid 1px #eeeeee; border-top:solid 1px #eeeeee;
	border-right:solid 1px #aaaaaa; border-bottom:solid 1px #aaaaaa;
	list-style: none;
	}
ul.commentlist li.alt { background: #DAD8D8;
			list-style: none; }
ul.commentlist a {}

ul.comment li {list-style-type: none;
	background:transparent; border:0;
	margin:0.5em 0; padding:0; text-align:left;
		
}
cite {}
small.commentmetadata {}
img.avatar {
	float:right; 
	margin:-5px 0 0 0; 
	padding: 5px;
	_margin:16px 0 0 0;		/* IE6 hack */
	
	}
*:first-child+html img.avatar {margin:20px 0 0 0;} /* IE7 hack */

/* Search */

#searchform {margin:8px 0 8px 12px; padding: 0;}	
#searchform input {
	background-color:#fff;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;	
	border:1px solid #BCBCBC;
	color: #6A6A6A;
	margin: 4px 0 0 0;
	padding: 2px 2px 2px 4px;
	}	

/* Footer */

#footer {
	background: url('images/footback.png') no-repeat;
	clear: both; text-align: center; 
	width: 1010px; height: 61px; 
	margin: 0; padding: 0; 
	color: #000000;
	}
#footer p {margin:0; padding: 18px 0 0 0;}
#footer a:link {color: #D6C6C6; text-decoration: none;}
#footer a:visited {color: #D6C6C6; text-decoration: none;}
#footer a:hover {color: #fff; text-decoration: none;}
.navigation {margin: 0; padding: 0;}


