
/************************************************************************/
/*########## TABLE OF CONTENTS ##########*/
/************************************************************************/
/*

http://www.swervesweetener.com

RESET - 
GENERAL ELEMENTS -         h1 thru h5, img, etc..
MAIN STRUCTURAL ELEMENTS - 
COUNTER-ACT OF RESET ON MAIN CONTENT AREA -
CAPTIONS -


HTML STRUCTURE

BODY
	- Page
		- Header
			+ logo
			+ headerinfo
			+ search-box
			+ topnav
		+ Content
		+ Sidebar
		+ Footer

*/	
/************************************************************************/
/*########## RESET ##########*/
/************************************************************************/
* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}

ol,ul,li {
	list-style: none;
}

/************************************************************************/
/*########## GENERAL ELEMENTS ##########*/
/************************************************************************/

body{
	font: normal normal 12px Arial, Helvetica, sans-serif;
	background: #fff url(http://www.swervesweetener.com/wp-content/themes/swerve/images/top.jpg) repeat-x;
}

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

h1{
	font-size: 250%;
}

h2{
	font-size: 150%;
	color: #336600;
	font-weight: normal;
	padding: 0 !important;
	font-family: Trebuchet ms,Helvetica,sans-serif;
}

h3{
	font-size: 200%;
	color: #666;
	font-weight: bold;
	font-family: Trebuchet ms,Helvetica,sans-serif;
}

h4{
	font-size: 150%;
}

h5{
	font-size: 125%;
}

h6{
	font-size: 100%;
}

hr{}

a{
	color: #ff6633;
}

a:hover{
	color: #336600;
}

a:active{	
	color: #f00;
}

a:link{
	font-size: 120%;
}

a:visited{
	color: #609;
}

a:visited:hover{
	color: #f00;
}

input:focus{
	background: #ffc;
}

img{
	border: 0;
}

.clearing {
	clear: both;
}

hr {
	color: #999;
	background-color: #999;
	height: 1px;
}

/************************************************************************/
/*########## MAIN STRUCTURAL ELEMENTS ##########*/
/************************************************************************/
#page{
	width: 960px;
	margin: 0 auto;
}

#header{
	width: 960px;
}

#logo{
	float: left;
	margin: 10px 0 0 0;
}

#logo a{
	display: block;
	width: 375px;
	height: 150px;
}

#headerinfo{
	width: 300px;
	float: left;
	text-align: center;
	padding: 35px 0 0 0;
}

#header-right {
width: 313px;
float:right;
}

#search-box{
	width: 210px;
	float: right;
}

#search-box2{
	width: 210px;
}

#topnav {
	float: left;
	width: 960px;
}

#topnav {
	width: auto;
	height: auto;
	float: right;
	margin: 0 5px 5px 0;
}

#topnav ul{
	display: block;
	float: right;
}

#topnav li{
	display: block;
	float: left;
	margin: 0 0 0 15px;
	z-index: 200;
}

#topnav a{
	color: #666;
	font-family: Trebuchet ms,Helvetica,sans-serif;
	font-size: 16px;
	text-decoration: none;
	display: block;
}

#topnav a:hover {
	color: #99cc00;
	font-family: Trebuchet ms,Helvetica,sans-serif;
	text-decoration: none;
}

#topnav li ul { /* second-level lists */
    position: absolute;
    background: #ffffff;
    border: 1px solid #333;
    display: block;
    margin: 0;
    padding: 0;
    clear: right;
    width: 100px;
    z-index: 200;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    }
    
#navigation li ul a {
	color: #666;
}

#navigation li ul a:hover {
	color: #99cc00;
	padding: 0;
	width: 100px;
}
    
#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
    z-index: 200;
}

#content{
	width: 695px;
	float: left;
	margin: 10px 0;
	padding: 10px 20px;
}

#start-content{
	width: 590px;
	float: left;
	margin: 10px 0;
	padding: 10px 20px;
}

#onecolumn-content{
	width: 920px;
	float: left;
	margin: 10px 0;
	padding: 10px 20px;
}

#twocolumn-content{
	width: 695px;
	float: left;
	margin: 10px 0;
	padding: 10px 20px;
}

#threecolumn-content{
	width: 485px;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 10px 20px;
}

#index-content{
	width: 200px;
	float: right;
	margin: 10px 0;
	padding: 10px 20px;
}

.index{
	width: 320px;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 10px 20px;
}

#sidebar{
	width: 165px;
	float: right;
	margin: 10px 0;
	padding: 10px 20px;
}

#twocolumn-sidebar{
	width: 165px;
	float: right;
	margin: 10px 0;
	padding: 10px 20px;
}


#threecolumn-sidebar1{
	width: 165px;
	float: left;
	margin: 10px 0;
	padding: 10px 20px;
}

#threecolumn-sidebar2{
	width: 165px;
	float: right;
	margin: 10px 0;
	padding: 10px 20px;
}

#footer{
	width: 100%;
	height: 100px;
	clear: both;
	margin: 10px 0 0 0;
	background-color: #336600;
}

.footerWrapper {
	width: 960px;
	margin: 0 auto;
	height: auto;
}

.footerInfo{
	float: left;
	width: 300px;
}

#footer p {
	color: #fff;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#footer a {
	color: #ffcc00;
}

#footer a:hover {
	color: #0099ff;
}

#footer img {
	padding: 0 4px 0 0;
	vertical-align: top;
}
/************************************************************************/
/*########## COUNTER-ACT OF RESET ON MAIN CONTENT AREA ##########*/
/************************************************************************/

#content ol, #content ul{
	list-style: auto;
	margin: 12px 0;
	padding: 0 0 0 40px;
	font-size: 12px;
}

#content ol li{
	list-style: decimal;
	
}

#content ul li{
	list-style: disc;
}

blockquote{
	margin: 12px 40px;
}

p{
	margin: 12px 0;
	color: #333;
	font-size: 12px;
	font-family: Trebuchet ms,Helvetica,sans-serif;
	text-align: justify;
}

em{
	font-style: italic;
}
/************************************************************************/
/*########## CAPTIONS ##########*/
/************************************************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/************************************************************************/
/*########## SPLASH ##########*/
/************************************************************************/

#splash {
	width: 960px;
	height: 364px;
	float: left;
	margin: 0 0 0 0;
}

#splash a img { border:none; } 

.pics {  
    height:  960px;  
    width:   364px;  
    padding: 0;  
    margin:  0; 
} 

pre{display: none;} 
 
.pics img {  
    padding: 15px;     
    width:  960px; 
    height: 364px; 
    top:  0; 
    left: 0 
} 

/************************************************************************/
/*########## BUTTONS ##########*/
/************************************************************************/

#buttonWrapper {
	width: 965px;
	height: auto;
	float: left;
	margin: 20px 0 15px 0;
}

#buttonWrapper ul {
	float: left;
	display: block;
	width: 965px;
	height: auto;
}

#about a{
	background-image: url(images/sprite_08.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 319px;
	height: 183px;
	float: left;
	text-indent: -99999px;
}

#about a:hover{
	background-image: url(images/sprite_08.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: 0 -193px;
	width: 319px;
	height: 183px;
	float: left;
	text-indent: -99999px;
}

#order a{
	background-image: url(images/sprite_08.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 324px;
	height: 183px;
	background-position: -319px 0;
	float: left;
	text-indent: -99999px;
}

#order a:hover{
	background-image: url(images/sprite_08.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: -319px -193px;
	width: 324px;
	height: 183px;
	float: left;
	text-indent: -99999px;
}

#recipes a{
	background-image: url(images/sprite_08.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 322px;
	height: 183px;
	background-position: -643px 0;
	float: left;
	text-indent: -99999px;
}

#recipes a:hover{
	background-image: url(images/sprite_08.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: -643px -193px;
	width: 322px;
	height: 183px;
	float: left;
	text-indent: -99999px;
}

/************************************************************************/
/*########## Recent Posts ##########*/
/************************************************************************/

#index-sidebar{
	width: 300px;
	float: right;
	margin: 10px 0;
	height: auto;
	background-color: #f1f1f1;
	padding: 10px;
}

.fade {
	height: 250px;
}

.fade p {
	color: #666666;
	padding: 0 0 0 7px;
}

.update-link a{
	font-size: 16px;
	display: block;
	width: 300px;
	color: #FF6633;
	text-decoration: none;
}
.update-link a:hover{
	font-size: 16px;
	display: block;
	width: 300px;
	color: #666;
	text-decoration: none;
}
.update-light{
	color: #999;
}

.update-excerpt{
	font-size: 12px;
	text-align:justify;
}
.update-excerpt p{
	padding: 3px 0 0 7px;
	font-size: 12px;
	text-align:justify;
	color: #666;
}

.update-excerpt p a{
	padding: 3px 0 0 7px;
	font-size: 12px;
	color: ##729DFF;
	text-align: right;
	text-decoration: none;
}

.update-excerpt p a:hover{
	padding: 3px 0 0 7px;
	font-size: 12px;
	text-align: right;
	color: #ff6633;
	text-decoration: none;
}

.update-cat{
	padding: 0 0 20px 7px;
	font-size: 11px;
}

/************************************************************************/
/*########## SLIDER ##########*/
/************************************************************************/


/*
	Featured Content Slider
	by: Chris Coyier
*/
*	{ margin: 0; padding: 0; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft { 
	float: left; 
	margin-right: 10px;
}

.floatRight { 
	float: right; 
}

.clear { 
	clear: both; 
}

a { 
	outline: none; 
}


/*
	PAGE STRUCTURE
*/

#page-wrap { 
	width: 500px; 
	margin: 25px auto; 
	position: relative; 
	min-height: 500px;
	background: url(images/sliderImages/bg.png) top center; 
}


/*
	TYPOGRAPHY
*/
ul { 
	list-style: square inside; 
}

a, a:visited { 
	color: #729dff; 
	text-decoration: none; 
}

a:hover, a:active { 
	color: #FF6633; 
}

blockquote { 
	padding: 0 20px; 
	margin-left: 20px; 
	border-left: 20px solid #ccc; 
	font-size: 14px; 
	font-family: Georgia, serif; font-style: italic; 
	margin-top: 10px;
}

/*
	SLIDER
*/

.slider-wrap { 
	width: 600px; 
	float:left;
	margin: 0 0 50px 0;
}			

.stripViewer .panelContainer .panel ul { 
	text-align: left; 
	margin: 0 15px 0 30px; 
}

.stripViewer { 
	position: relative; 
	overflow: hidden; 
	width: 419px; 
	height: 285px; 
}

.stripViewer .panelContainer { 
	position: relative; 
	left: 0; 
	top: 0; 
}

.stripViewer .panelContainer .panel { 
	float: left; 
	height: 100%; 
	position: relative; 
	width: 600px; 
}

.stripNavL, .stripNavR, .stripNav { 
	display: none; 
}

.nav-thumb { 
	border: 1px solid black; 
	margin-right: 5px; 
}

#movers-row { 
	margin: -43px 0 0 62px; 
}

#movers-row div { 
	width: 12%; 
	float: left; 
}

#movers-row div a.cross-link { 
	float: right; 
}

.photo-meta-data { 
	background: url(images/sliderImages/transpBlack.png); 
	padding: 10px; 
	height: 90px; 
	margin-top: -80px; 
	position: relative; 
	z-index: 9999; 
	color: white; 
}
 
.photo-meta-data span { 
	font-size: 13px;
	text-align: justify;
}

.cross-link { 
	display: block; 
	width: 62px; 
	margin-top: -14px; 
	position: relative; 
	padding-top: 15px; 
	z-index: 9999; 
}

.active-thumb { 
	background: transparent url(images/sliderImages/icon-uparrowsmallwhite.png) top center no-repeat; 
}

#main-photo-slider {
	width: 600px;
	margin: 10px 0 0 0;
}


/************************************************************************/
/*########## CONTACT FORM ##########*/
/************************************************************************/

#wpcf {
background-color: #f1f1f1;
padding: 10px 5px 10px 10px;
border: #ccc solid 1px;
}
#wpcf label {
clear: both;
display: block;
width: 150px;
}
#wpcf input {
float: left;
width: 200px;
padding: 1px;
margin: 2px 5px 2px 0;
}
#wpcf textarea {
width: 350px;
height: 100px;
padding: 1px;
margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
margin: 20px 0 0 250px;
width: 100px;
}

/************************************************************************/
/*########## CONSTANT CONTACT ##########*/
/************************************************************************/

#signUp {
	float: right;
	width: 300px;
}

#signUp p {
	color: #fff;
	font-size: 12px;
	font-family: Trebuchet ms,Helvetica,sans-serif;
	width: 300px;
}

/************************************************************************/
/*########## SHOPPING CART ##########*/
/************************************************************************/

#shopping-cart {
	background-color: #ddffdd;
	border: 1px solid #ccc;
	padding: 10px;
}


/************************************************************************/
/*########## PDF LINKS ##########*/
/************************************************************************/

a[href $='.pdf'] { 
	padding: 0 0 0 25px;
	background: transparent url(images/pdf-icon.gif) no-repeat center left;
}

.navigation {
	margin: 40px 0 0 0;
}

/************************************************************************/
/*########## Request a sample ##########*/
/************************************************************************/
.rasButton a {
	background: url(images/ras.jpg) 0 0 no-repeat;
	text-indent: -99999px;
	height: 63px;
	width: 313px;
	float: left;
}

.rasButton a:hover {
	background: url(images/ras.jpg) 0 -70px no-repeat;
	text-indent: -99999px;
	height: 63px;
	width: 313px;
}


/************************************************************************/
/*########## Buy Swerve Now Button ##########*/
/************************************************************************/
.bsnButton a {
	background: url(images/bsn.jpg) 0 0 no-repeat;
	text-indent: -99999px;
	height: 63px;
	width: 313px;
	float: right;
	margin-top:30px;
}

.bsnButton a:hover {
	background: url(images/bsn.jpg) 0 -70px no-repeat;
	text-indent: -99999px;
	height: 63px;
	width: 313px;
}

div.sociable ul, li {
display: inline;
}`