/*
Theme Name: Fallout Theme
Theme URI: http://www.electronicfallout.com
Description: 
Version: 0.8
Author: Kristof Tarisznyas
Author URI: http://www.nephilistic.com
-
*/

body{ 
	background:#000 url(img/bg/body.jpg) no-repeat top center;
	margin-top:350px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#797977;
	}

a{color:#bfb8b4;}
a:hover{color:#eee;}

hr{ background:#444; height:1px; border:none; margin:9px 0 10px;}

a img{ border:none;}

h1 a{display:block;  text-indent:-9999px;}
h1, h1 a{ width:350px; height:150px;}
h1{ position:absolute; top:160px; left:50%; margin-left:-175px;}

#wrapper{
	width:740px;
	margin:0 auto;
	padding:0 20px 50px 40px;
	overflow:hidden;
	background:#050505 url(img/bg/site.jpg) no-repeat top center;
	}
	
#navigation{
	list-style:none;
	width:100%;
	text-align:center;
	padding:0;
	margin-bottom:50px;
	}
	#navigation li{
		display:inline;
		}
	#navigation li a{
		text-transform:uppercase;
		text-decoration:none;
		font-weight:bold;
		text-shadow:-1px -1px 0px #000;
		padding:0 20px;
		}
	
#content{
	width:500px;
	float:left;
	overflow:hidden;
	}
	#content h3{ font-size:18px; }
	#content h4{ 
		text-transform:uppercase;
		letter-spacing:0.1em;}
	.event{ padding-bottom:15px; border-bottom:1px dotted #444; margin-bottom:50px;}
	
	.event h2{ font-size:30px; line-height:33px; margin-bottom:7px;}
	.event h2 a{ color:#797977; text-decoration:none;}
	.event h2 a:hover{ color:#eee;}
	
	.event .tagline{ font-style:italic; line-height:15px;}

	.date{ width:60px; margin-right:20px; font-weight:bold; float:left; margin-bottom:15px;}
	.day{ display:block; font-size:46px; line-height:46px; color:#bfb8b4; margin-bottom:2px;}
	.month{ text-transform:uppercase; font-size:30px; color:#797977;}
	
	.postcontent{ clear:both; }
	.single .postcontent{ padding-top:20px; border-top:1px dotted #555;}
	
	.past.event h2 a{color:#333;}
	.past.event .day{color:#3d3b3a;}
	.past.event .month{ color:#282827;}
	
	.past.event .tagline{ color:#333;}
	
	/*.past .postcontent{ opacity:0.5;}*/
	
	
#sidebar{
	width:200px;
	float:right;
	}
	a.msplink{
		display:block;
		width:109px;
		height:155px;
		margin:0 auto;
		text-indent:-9999px;
		background:url(img/icon/myspace.png) no-repeat top left;
		}
		a.msplink:hover{ background-position:0 -158px;}
		
	#sidebar h3{
		font-size:12px;
		text-align:center;
		text-transform:uppercase;
		font-weight:normal;
		letter-spacing:0.1em;
	}
	#sidebar ul{ list-style:none; padding:0;}
	#sidebar li{ line-height:15px; border-bottom:1px #333 dotted;}
	#sidebar li a{ display:block; padding:5px 10px; text-decoration:none;}
	#sidebar li a:hover{ background:#121212;}