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

*/

body	{
	color: #222;	
}

#topmenu li a {
padding:0 5px;
}

#rss{
	height: 38px;
	width: 210px;		
	}
	
#header .spacer {
padding:20px 0 0 0;
}

#header .logo { margin-top:0; }

/********* eBook form in Sidebar ********/

#mailchimp-widget	{
	border-bottom: none;
}

#field_2_1	{
	border-bottom: none;	
}

#field_2_2	{
	border-bottom: none;	
}

#input_2_1	{
	width:285px;	
}

#input_2_2	{
	width:285px;	
}

#mailchimp-widget .button	{
	background: #e8500a url(images/bg-button.png);
	width: 200px;
	height:30px;
	font-size:14px;
	border: 1px solid #ccc;
	margin: 10px 0;
	padding:0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mailchimp-widget .button:hover	{
	background: #090 url(images/button-.png);
	width: 200px;
	height:30px;
	font-size:14px;
	border: 1px solid #ccc;
	margin: 10px 0;
	padding:0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#free-download	{
	background: url(images/free-download.png);
	width:300px;
	height:189px;
}

.button-getitnow	{
	background: #e8500a url(images/button-getitnow.png);
	width: 300px;
	height:38px;
	display: block;
	margin:10px 0 0 0;
	outline: 0 none;
	padding: 0;
	text-indent: -9999px;
	}

.button-getitnow:hover {
	background-position:bottom center;
}

/*  sales page */

#salespage	{
	width:760px;
	margin-left:100px;
}

#salespage h2	{
	font-size:26px;
	line-height:36px;
	text-align:center;
}

#salespage .red	{
	color: #F00;
	font-size:20px;
	font-weight: bold;
	}

#video-testimonial	{
	background: #f0f0f0;
	width:520px;
	height:300px;
	clear: both;
	margin:10px 0 20px 100px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#video-testimonial h3	{
	background: #09F url(images/bg-h3-testimonial.jpg) repeat-x;
	height: 40px;
	color: #fff;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	text-align: center;
	border-bottom: 1px #ccc solid;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	text-transform:capitalize;
	}

#video-testimonial .video-left	{
	width:300px;
	float:left;
	margin:20px 0px 20px 20px;
}

#video-testimonial .text-right	{
	width:170px;
	float:right;
	margin:20px 20px 20px 0;
	color: #000;
	font-style: italic;
	font-size: 14px;
}

.clear	{
	clear:both;	
}
	
#testimonial	{
	margin: 20px auto 20px auto;
	display: block;
	width:500px;
	height: auto;
	background: #f0f0f0;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#testimonial h3	{
	background: #09F url(images/bg-h3-testimonial.jpg) repeat-x;
	height: 40px;
	color: #fff;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	text-align: center;
	border-bottom: 1px #ccc solid;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	text-transform:capitalize;
	}

#testimonial p {
	padding:10px;	
}

