body{
       font:11pt/120% Arial, serif;
       background-color: white !important;
       background-image: none !important;
       color: black;}
       
h1 {
       font-size:110%;
}

/************************************************
*	Navbar  				*
************************************************/

#header {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	width: 100%;
	border-bottom-width:2px;
	border-bottom-style:solid;
	}
.headerright {
	display: none;
	}
	
#blog_name{
	font-size: 120%;
}

#blog_description{
	font-style: italic;
}
	
/************************************************
*	Content 				* 
************************************************/

#content {
	width: 100%;
	}

#commentblock {
	display: none;
	}

	
/************************************************
*	Left Sidebar 				* 
************************************************/

#l_sidebar {
	display: none;
	}
	
	
/************************************************
*	Right Sidebar 				* 
************************************************/

#r_sidebar {
	display: none;
	}


/************************************************
*	Footer	 				* 
************************************************/

#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	font-style: italic;  
	border-top-width:2px;
	border-top-style:solid;
	}


#powered_by {
	display: none;
	}