/* 
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.

orange: #e64a1c

*/

#header {
	height: 130px;
}

#header h1 a {
	height: 70px;
	margin-top: 15px;
}

.textwidget img {
	margin:0 0 10px 50px;
}

.box4 {
	margin-top: 0;
	padding-top: 0;
}

.box5 {
	padding-top: 10px;
}

.btn-general {
	background: #21759b;
}

.nav2 li a:hover, .widget li a:hover {
	color: #e64a1c ;
}

.widget #recentcomments li a, .widget #recentcomments li a:hover {
	color: #e64a1c;
}

a , .post li a:hover {
	color: #e64a1c;
}

.box4 .top,.box4 .bot{
	background: url(images/box4-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box4 .bot{
	background: url(images/box4-bot.gif) no-repeat top
}
.box4 .spacer{
	background: #21759b;
	height: 1%;
	padding: 5px 25px
}
