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


rotator in-page placement*/
DIV#rotator
{
	position: relative;
	height: 345px;
	margin-left: 15px;
}
/*rotator css*/
DIV#rotator UL LI
{
	float: left;
	position: absolute;
	list-style: none;
}
/*rotator image style*/
DIV#rotator UL LI IMG
{
	border: 1px solid #CCC;
	padding: 1px;
	background: #FFF;
}
DIV#rotator UL LI.show
{
	z-index: 500;
}
/*Other custom classes*/
A:link, A:visited
{
	color: #C10B00;
	text-decoration: underline;
}
#featured.home H2
{
	font-size: 40px;
	padding: 0px 0 30px;
}
#featured.home P
{
	font-size: 19px;
	color: #FFF;
	line-height: 26px;
	margin-bottom: 38px;
}
#nav A, #footer #footer-widgets H3, #featured.home H2, #logo .site-title A
{
	text-shadow: 1px 1px 0 #000;
}
#featured SPAN.archive_header.blog
{
	font-size: 24px;
}
#featured H2, #featured H1, #featured SPAN.archive_header
{
	color: #FFF;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -1px;
}
#twitter #twitter_update_list LI A
{
	/*[disabled]display:none;*/
	text-decoration: none;
	font-size: 1em;
	color: #B63B33;
}
BODY
{
	-webkit-text-size-adjust: none;
}
#featured.home .featured-image
{
	z-index: 1;
}
#contact-page OL.forms TEXTAREA
{
	height: 200px !important;
}
.catrss
{
	display: none;
}
.subscribe
{
	display: none;
}
#footer #footer-widgets A
{
	color: #F4F4F4;
	text-decoration: none;
	line-height: 1.3em;
}

