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

*/

.mc-field-group {
margin-bottom:0px;	
	
	
}

#logo .site-description {
color:#FFFFFF;
display:block;
font-family:tahoma,arial,sans-serif;
margin-left:82px;
margin-top:5px;
width:300px;
	
}

.widget .textwidget p {
color:#333333;
font-family:arial,helvetica;
padding:5px 0;
}

h1 {
font-size:28px;	
}

h4 {
font-size:16px;	
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
margin:10px 0 15px;
}


/* Batchbook CSS Updates */
form#publicForm dl { margin: 0; }
form#publicForm dt { 
display:inline-block;
margin-bottom:10px;
margin-right:10px;
text-align:right;
vertical-align:top;
width:30%;


}
form#publicForm dd { 
display:inline-block;
margin:0;
width:65%;
}
form#publicForm input[type=text],
form#publicForm textarea { width: 80%; }
form#publicForm textarea { height: 100px; }
form#publicForm p.submit { 
margin-left:32%;
margin-top:15px;

}