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


/* ------------------------------------
   Custom style for [ WP-PageNavi ] plugin
   http://wordpress.org/extend/plugins/wp-pagenavi/  
   ------------------------------------
*/


.wp-pagenavi {
	float: right;
	clear: both;
}

.wp-pagenavi a {
	text-decoration: none !important;
}

.wp-pagenavi a, .wp-pagenavi span {
	background: #9F9F9F;
	color: #fff;
	display: block;
	float: left;
	padding: 5px 9px;
	margin-left: 4px;
	border: none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #e17831 !important;
	border: none;
}

.wp-pagenavi span.current {
	font-weight: bold;
}


/* ------------------------------------
   Custom style for [ Contact Form 7 ] plugin
   http://wordpress.org/extend/plugins/contact-form-7/
   ------------------------------------
*/

textarea.wpcf7-validates-as-required {
	width: 250px;
}
