@charset "UTF-8";
/* CSS Document */



body {	font-family: 'Open Sans', Sans serif;
		font-size: 14px;
		background-color:#000;
		font-weight:lighter;
	}

#container{ position: relative;
			width:1024px;
			margin-left:auto;
			margin-right:auto;
			background-color:#000;
}




#branding { position:absolute;
			width: 1000px;
			height: 150px;
			padding-top: 30px;
			background-color:#000;}

#menuplace {position: relative;
			top: 135px;
			left:10px;
			width:920px;
			background-color:#FFF;
}

.menu {padding: 0px;}

.menu ul {	display: block; 
			padding: 0px; 
			margin: 0px; 
			list-style: none; 
			text-align: center; } 

.menu ul li {	display:table-cell;
				margin: 0px; 
				list-style: none;
				padding: 5px 0px;
				background-color:#FFF; }
				
.menu a {	padding: 5px 20px; 
			text-decoration: none; 
			color: black; } 

.menu a:hover {	background-color:#360; 
				color: white; 
				text-decoration: none; } 
				
#tumblrplace {	position:absolute;
				width:580px;
				top: 490px; 
				left: 10px;
				background-color:#FFF;
				color: black;
				padding-right:10px;
				padding-left: 10px;
				padding-bottom: 20px;
				font-size:12px;				}
.tumblr_posts {
list-style: none;
}
.tumblr_post{
padding-top: 20px;
border-bottom: 1px solid lightgray;}

ol {padding:0px;}
				
#about {		position:absolute;
				top: 490px; 
				left: 10px;
				width: 570px;
				color: white;
				padding-right:20px;
				padding-left: 10px;
				padding-bottom: 10px;
				font-size:12px;
				}
				
#imgplace {	position: absolute;
			top:180px;
			left:10px;
			width:920px;}
				
h1 {	font-family: 'Open Sans', sans serif; 
		font-weight: 600;
		font-size:25px;
		line-height:10px;}
		
h2 {	font-family: 'Open Sans', sans serif; 
		font-weight: 600;
		font-size:20px;
		line-height:10px;}
		
#wx_module_9048 {	position:fixed;
			top:0px;
			right:0px;}
			
#sponsor {	position:absolute;
			top:490px;
			left:615px;
			padding-bottom:20px;
}

#media {	position:absolute;
			top:490px;
			left:865px;
}

    #columns {
		Position:relative;
        width: 600px;
		top: 0px;
		left: 10px;
		color:white;
		padding-bottom:10px;
    }

    #left {
        position:absolute;
		width: 195px;
		top:0px;
		left:0px;
		padding:1px;
		padding-bottom:20px;
    }
#center{
	position: absolute;
	width: 195px;
	top:0px;
	left: 201px;
	padding: 1px;
	}

#right {
        position: absolute;
		width: 195px;
		top: 0px;
		left: 401px;
    }
	
#footer {	font-size:x-small;
}

a:link {	text-decoration:none;
			color:#999;}
a:visited {	text-decoration:none;}
a:hover {	text-decoration:none;
			color:#666;}
a:active {text-decoration:none;}
