/*
Theme Name: Winning Lifestyles
Theme URI: http://fabricbrand.com/
Description: Theme for Creem
Author: Andy Harwood
Version: 1.0
Tags: 
*/


/*
brown: 4f3320
terra cotta: #a45a34
green: #6a8341
yellow: #d89d29
lighter yellow: #ffd177
*/

body {
	text-align: center;
	background-color: #fff;
	margin: 0;
	font-family: Cambria, Times, "Times New Roman", serif;
	color: #4f3320;
}

body a{
	color: #4f3320;
}

hr{
	color: #d89d29;
	background-color: #d89d29;
	height: 1px;
	border: 0px;
}

/*blocks*/

#container {
	width: 900px;
	height: auto;
	min-height: 600px;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	overflow: hidden;
}

#masthead{
	position: relative;
	width: 900px;
	height: 130px;
}

#homenav{
	position: relative;
	width: 900px;
	height: 255px;
}

#homespacer{
	width: 900px;
	height: 25px;
	position: relative;
}

#content{
	position: relative;
	width: 900px;
	min-height: 600px;
}

#sidenav{
	position: relative;
	width: 110px;
	background-color: #6a8341;
	float: left;
	padding: 20px;
}

#maincontent{
	position: relative;
	float: left;
	padding: 0 30px 15px;
	width: 485px;
	border-right: 1px solid #d89d29;
	margin-bottom: 30px;
}

/* fix for products page to have one col. */

#maincontent-products{
	position: relative;
	float: left;
	width: 679px;
	margin-bottom: 30px;
	padding-top: 0;
	padding-bottom: 15px;
	padding-left: 30px;
}

#sidecontent{
	position: relative;
	float: left;
	width: 164px;
	
}

#sidebarcontent{
	padding: 0 20px 15px;
	font: 14px/16px Cambria, Times, "Times New Roman", serif;
	
}

#footer{
	position: relative;
	width: 900px;
	height: 20px;
	background-image: url(images/footer_background.png);
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#copyright{
	position: relative;
	height: 30px;
	margin-top: 15px;
	text-align: right;
}

#clear{
	clear: both;
}


/*type*/

#content h1 {
	margin: 0;
	padding: 0;
	color: #6a8341;
	font-size: 35px;
}

#content h2{
	color: #6a8341;
	font-size: 20px;
}

#content h3{
	color: #a45a34;
	font-size: 17px;
}

#content h4{
	color: #4f3320;
}

.footertext{
	color: white;
	margin: 0;
	padding: 0;
}

.footertext a{
	color: white;
}


/* side nav */

#sidenav ul{
	margin:0;
	padding:0;
}


#sidenav li{
	color: #fff;
	list-style-type: none;
	text-align: right;
	letter-spacing: .1em;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 20px;
}

#sidenav li a{
	color: #fff;
	text-decoration: none;
}

#sidenav li a:hover{
	color: #d89d29;
}

.current_page_item a{
	font-weight: bold;
}


/* top nav */

#topnav-speaking{
	width: 900px;
	height: 71px;
	background-image: url(images/topnav-speaking.png);
}

#topnav-coaching{
	width: 900px;
	height: 71px;
	background-image: url(images/topnav-coaching.png);
}

#topnav-products{
	width: 900px;
	height: 71px;
	background-image: url(images/topnav-products.png);
}

#topnav-about{
	width: 900px;
	height: 71px;
	background-image: url(images/topnav-about.png);
}

#topnav-left{
	width: 200px;
	float: left;
	padding-left: 25px;
	font: 28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	padding-top: 15px;
}

#topnav-left a{
	text-decoration: none;
	color: white;
}

#topnav-right{
	width: 650px;
	float: left;
	padding-top: 23px;
}


#topnav-right li{
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	list-style-type: none;
	display: inline;
	margin-right: 30px;
}

#topnav-right li a{
	text-decoration: none;
	color: white;
}

#topnav-right li a:hover{
}

#topnav-right ul{
	margin:0;
	padding:0px;
}



ul.list-pages-shortcode a{
	color: #4f3320;
	font-size: 17px;
	list-style-image: none;
	text-decoration: none;
	font-weight: bold;
}

li.list-pages-shortcode a{
	list-style-image: none;
	text-decoration: none;
}


/* images */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

