/* 
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.

*/

#page_nav {border:0;width:940px;}

.fr {display:none;}

.about .about_image {width:110px;}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
margin-bottom:30px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 5px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 450px;
	height: 400px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

#page_nav a {
text-decoration:none;
text-shadow:none;
}



#page_nav li.current_page_item a {
background-color:#333;
color:#fff;
}

#page_nav li a {
color:#333;
}

#page_nav li a:hover {
color:#fff;
background:#999;
}

#wrapper .post_category a, #wrapper .entry_footer a {color:#666;}