/*  
Theme Name: Fog
Theme URI: 
Description: The theme by <a href="http://www.veckd.com" title="veckd">veckd.com</a>
Version: 1.0
Author: Greg Ponchak
Author URI: http://veckd.com/

Enjoy the theme =D

*/
*{margin:0;padding:0;list-style:none;}

body{
	background:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
}
a{
	color:#666;
}
p{
	color:#666;
	line-height: 12pt;
}
a:hover{
	color:#900;
}
#clear{
	clear:both;
	height: 20px;
	width: 100%;
}
		
#container{
	width:800px;
	position:relative;
	margin:0px auto;
	background: #000 url(header2.jpg) no-repeat;
	position:relative;
}
#header{
	color:#800;
	font-weight:bold;
	letter-spacing:-4px;
	font-size:40px;
	text-align:center;
	height:450px;
	margin:0 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:100px 0;
}
#over{
	width:850px;
	height:100px;
	position:absolute;
	top:0px;
	z-index:7;
}
#hold{
	width:500px;
	margin:0px auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
	font-weight:normal;
	padding-top:10px;
}
#space{
	height:170px;
	clear: both;
}
.left{
	float:right;
	width:250px;
	padding:0 15px 0 0;
}
.left #text{
	padding:4px;
	border:1px solid #ddd;
	color:#999;
	width:150px;
	margin:0 0 0 12px;
}
.left #text:focus{
	background:#eee;color:#333;
}
.left h2{
	background-image: url(slash.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-weight:normal;
	font-size:18pt;
	line-height:35px;
	height:35px;
	color:#555;
	letter-spacing:-2px;
}
.left ul li{
	display:inline;
}
.left ul li a{
	display:block;
	padding:2px 0 5px 0;
	text-decoration:none;
	font-size: 12pt;
}

.left ul li a:hover{
	background-color: #111;
	color: #FFFFFF;
}
.right{
	float:left;
	width:450px;
	margin-right:3px;
	padding:0 5px 0 0;
}
.right h2 a{
	text-decoration:none;
	color:#900;
}
.right h2{
	background: #000 url(lg-slash.png);
	background-position: bottom;
	background-repeat: no-repeat;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:-2px;
	color:#900;
	width:450px;
	padding:10px 0 10px 0;
	margin:15px 0 10px 2px;
	line-height:30px;
	font-size:35px;
}
ul#nav{
	margin:75px 0 0 0px;
	height: 20px;
	font-family: "Trebuchet MS", "Trebuchet MS Bold";
	font-weight: bold;
	font-size: 18px;
	background: url(nav.png) no-repeat;
	padding: 15px 0;
}
ul#nav li{
	display:inline;
	margin:0 5px;
}
ul#nav li a{
	line-height:20px;
	padding:6px 10px;
	color:#FFF;
	text-decoration:none;
}
ul#nav li a:hover{
	color:#F00;
}
#recent{background: url(recent.jpg) no-repeat center -10px;padding:25px 5px 5px 5px;margin:12px 0;}
.post{
	padding:5px 0 15px 0;
	margin:12px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#999;
	font-weight:normal;
	background: #000;
}
#slash{
	background-image: url(slash.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.post small, #recent small{display:block;font-size:10px;color:#fff;}
#addpadding{
	padding:6px;
}
#footer{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
	width:100%;
	background:url(footer.jpg) no-repeat -1px top;
	height:142px;
	padding-top:24px;
	text-align:center;
	margin: 0px auto;
	clear: both;
}
			
.commentlist li{padding:10px;background:#111;}
.commentlist li.alt{background:#000;}
