/*
		
	Author Name	:Zach Slootsky
	Author Site	:zach.slootsky.org
	Scheme Name	:v1
	Comments	:
*/

body {
	background:#000;
	margin: 10px 0 0 0;
	}

#page {
	/* The entire design is contained within the 'page' id */
	width: 560px;
	padding: 0px 0 10px;
	border: 0px solid #ddd;
	}
	
#header {
	background: white url('v1/takemorelogo.png') center no-repeat;
	height:200px;
	padding:10px 0 10px 0;
	}

#header .description { 
	display:none;
	}

h1 {
	display:none;
	}
	


	
/*- Main Menu in Header */

ul.menu {
	display:none;
	}
	
.primary {
	/* Contains the main column */
	}

.primary .item {
	
	padding: 0px 0 0px;
	
	}

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	margin: 0 30px 20px 30px;
	width: 500px;
	display:none;
	}

#footer {
   background: white url('v1/footer-background.png') bottom no-repeat;
   width: 560px;
   border-top: 0px solid #ddd; /* not necessary, just style */
   margin: 0px auto 25px !important;
   padding:0 0 50px 0;
   position: relative !important;
}


	
#footer a {
	
	border-bottom: 0px solid #ccc;
	
	}


	
p.asidetitle {
font-weight: bold;
margin:5px 0 -10px -10px;
padding:0px;
}

/*SEARCH*/

.sb-search {
	margin: auto;
	width:160px;
	}



.primary {
	/* Contains the main column */
	_margin-left:30px;
	}
	
#footer .tagblock {
	width:520px;
	
	margin:auto 20px auto 20px;
	_margin:auto 10px auto 10px;
	text-align:justify;
	float:left;
	}
	
#blognav {
	
	width:560px;
	margin:0 auto;
	text-align:left;
	float:left;
	
	}
	
#blognav .block {

	_margin-left:20px;
	float:left;
	width:160px;
	margin-left:20px;
	
	
	
}

#blognav .first {

	float:left;
	width:160px;
	margin-left:20px;
	_margin-left:10px;
	
	
}

ul.widget-box {
	list-style-type: none;
	margin:0;
	padding:0;
	}

ul.widget-box li ul li{
	list-style-type: none;
	margin:0 0 0 0px;
	padding:0 0 0 20px;
	
	}
	
ul.widget-box li ul{
	list-style-type: none;
	margin:0 0 0 0px;
	padding:0 0 0 0;
	}
	
ul.widget-box li{
	list-style-type: none;
	margin:0 0 0 0px;
	padding:0 0 0 0;
	_margin-bottom:10px;
	}
