/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*- Header -*/
#header{
	background: url(images/webheader.jpg);
	background-repeat: no-repeat;	
	height: 250px;
	padding: 0 0 2px;
}
/*- Logo -*/
#header h1{
	margin: 0 auto;
}
#header h1 a{
	display: block;
	height: 93px;
	width: 389px;

}
.box .post h2{
	display:none;
}

#columns {
	padding: 15px 15px 25px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 6px 26px -3px black; 
	box-shadow: 0 6px 26px -3px black;
	}