/*   *****
	Theme Name: Ultimate Workout 2009
	Theme URI: http://www.ultimateworkout.ca/
	Description: Green theme for Ultimate Workout
	Version: 1
	Author: Donna Vitan, Jason Rundell
	Author URI: http://www.donnavitan.com/ and http://www.jasonrundell.com/
*/
/****************************** GLOBAL *****/
body, html { height:100%; }
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#EAF9F4 url('image/bg.jpg') repeat-x top center;
	color:#333; }
* {
	margin:0;
	padding:0; }
/****************************** GLOBAL TYPOGRAPHY *****/
h1, h2, h3, h4, h5 { font-weight:bold; }
h1 {	font-size:1.7em; }
h2 {	font-size:1.6em; color:#666; }
h3 {	font-size:1.5em; color:#333; }
h4 {	font-size:1.4em; color:#003d29; }
h5 { font-size:1.3em; }
/****************************** GLOBAL ELEMENTS *****/
a { text-decoration:none; }
a:link { color:#006699; }
a:visited { color:#006699; }
a:hover { color:#996600; text-decoration:underline; }
.alignright { float:right; }
.alignleft { float:left; }
.aligncenter { text-align:center; }
/****************************** PRIMARY LAYOUT *****/
#wrap {
	width:100%;
	margin:0 auto;
	padding:0;
	display:block; }
/****************************** HEADER *****/
#header {
	width:100%;
	min-width:960px;
	height:210px;
	margin:0 auto;
	display:block;
	background: url('image/bg-header.jpg') top center no-repeat; }
#branding {
	width:960px;
	display:block;
	margin:0 auto;
	clear:left; }
#branding a {
	margin:20px 55px;
	display:block;	}
/****************************** NAVIGATION *****/
#navigation a:link { color:#ffc10e; }
#navigation a:visited { color:#ffc10e; }
#navigation a:hover { color:#FFF; }
#navigation {
	width:800px;
	height:10px;
	margin:0 auto;
	padding:15px 0 15px 130px;
	display:block;
	list-style:none; }
#navigation li {
	height:40px;
	margin:0 10px;
	padding:0;
	display:inline;
	float:left;
	border:none;}
/****************************** CONTAINER *****/
#contain {
	width:960px;
	min-height:325px;
	margin:0 auto;
	padding:10px 0;
	display:block;
	background:#EAF9F4 url('image/bg-content.gif') top center no-repeat;
	font-size:1.2em; }
/****************************** SIDEBAR MENU *****/
#sidebar {
	width:230px;
	min-height:275px;
	margin:0 40px 20px;
	display:block;
	float:left;}
ul.sub-nav, ol.sub-nav {
	margin: 3px 0;
	padding:0 0 15px 0;
	list-style-type: none;
	list-style-image: none;}
ul.sub-nav ul, ol.sub-nav ol {
	margin: 5px 0 3px 20px;
	padding:0;
	list-style-type: none;
	list-style-image: none;}
ul.sub-nav, ol.sub-nav {
	font-weight: normal; }
ul.sub-nav li {
	padding: .3em 0 .5em;
	border-bottom: 1px solid #CCC;
	line-height:140%;	}
ul.sub-nav ul li {
	padding: .3em 0 .5em;
	border:none;
	line-height:140%;	}
ul.sub-nav li a:link, ul.sub-nav li a:visited {	}
ul.sub-nav li a:hover { color:#996600; text-decoration:none; }
ul.sub-nav li a.active { color:#996600; }
li.current_page_item a { color:#996600; }
/****************************** CONTENT *****/
#content {
	width:610px;
	min-height:275px;
	margin:0 0 10px;
	padding:0;
	display:block;
	float:left;}
/****************************** FOOTER *****/
#footer {
	width:880px;
	margin:0 auto;
	padding:10px 40px;
	color:#666;
	display:block;
	background:#d7e5e0;
	border-bottom:3px solid #999;
	clear:left;	}
/****************************** Footer Menu *****/
#nav-footer {
	width:960px;
	margin:5px 0;
	color:#666;
	display:block;
	list-style:none;
	text-transform:uppercase; }
#nav-footer li {
	margin-right:10px;
	display:inline; }
/****************************** IMAGES *****/
img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto; 
	background:#FFF;
	padding:3px;
	border:1px solid #CCC;}
img.alignright {
	margin:0 0 10px 15px;
	display:inline;
	background:#FFF;
	padding:3px;
	border:1px solid #CCC;	}
img.alignleft {
	margin:0 15px 10px 0;
	display:inline;
	background:#FFF;
	padding:3px;
	border:1px solid #CCC;}
.feature {
	margin-top:10px; }
/****************************** Customized Items *****/
.sidebar-contact {
	margin:5px 0 10px;
	font-size:1.2em; }
.socialize {
	margin:0;
	padding:0;
	list-style:none; }
.socialize li {
	height:22px;
	margin-top:5px;
	line-height:22px;
	display:block;
	position:relative;
	clear:left;	}
.socialize img {
	margin-right:5px;
	float:left;
	border:1px solid #999; }
/********************************************** Buttons */
.btn:link, .btn:visited, input.btn, .nav-pager a:link, .nav-pager a:visited {
	margin:0;
	padding:3px 8px;
	display:inline-block;
	background:#4D671D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top:2px solid #6B8F28;
	border-left:2px solid #6B8F28;
	border-bottom:2px solid #3F5418;
	border-right:2px solid #3F5418;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	cursor:hand;}
.btn:hover, input.btn:hover , .nav-pager a:hover { 
	background:#3F5418;
	border-top:2px solid #304012;
	border-left:2px solid #304012;
	border-bottom:2px solid #4D671D;
	border-right:2px solid #4D671D;
	color:#DDFF99;
	cursor:hand;
	text-decoration:none;	}
/********************************************** Page Navigation */
.nav-pager {
	margin:.5em 0;
	clear:left;}
/********************************************** Page Navigation */
.list-tags {
	margin:.5em 0;
	padding:0;
	list-style:none;
	list-style-image:none;}
/****************************** Table Results *****/
.table-results {
	width:100%;
	margin:1em 0;
	background:#FFF;
	border:1px solid #CCC;
	border-bottom:none; }
.table-results th {
	padding:3px 5px;
	background:#EEE;
	border-bottom:2px solid #CCC;
	font-weight:bold;
	vertical-align:bottom;	}
.table-results td {
	padding:2px 5px;
	border-bottom:1px solid #CCC; }
/****************************** Table Pricing *****/
.table-pricing {
	width:100%;
	margin:1em 0;
	border:none;
	border-bottom:none; }
.table-pricing th {
	padding:10px 5px 0;
	margin-bottom:1.5em;
	font-weight:bold;
	text-align:center;
	border-bottom:2px solid #f9eebb;
	vertical-align:bottom;
	background:url('image/bg-feature.png') bottom center no-repeat;}
.table-pricing th h1,
.table-pricing th h2,
.table-pricing th h3,
.table-pricing th h4,
.table-pricing th h5
	{text-transform:uppercase;
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);}
.table-pricing td {
	padding:8px 5px 5px;
	border-bottom:1px dotted #f9eebb;
	background:#FFF;
	text-align:center;	}
.table-pricing tr.noborder td { 
	border:none;
	border-top:2px solid #f9eebb;
	background:none;
	padding:12px 5px 5px;	}
.price-regular {
	text-decoration:line-through;}
.price-sale {
	font-weight:bold;
	color:#CC0000; }
/****************************** Message Announcement  *****/
.announcement {
	margin:0 0 1em;
	padding:10px 20px;
	display:block;
	border:1px solid #CC9900;
	background:#fbf8ed; }
.announcement h1,
.announcement h2,
.announcement h3 {
	color:#CC9900; }
/****************************** Author  *****/
.author {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	font-weight:normal;
	font-style:italic;
	color:#666;	}
/****************************** Author  *****/
#slide-content {
	width:580px;
	margin:10px 0;
	height:275px;
	display:block;
	position:relative;
	float:left;
	list-style:none;
	float:left;
	overflow:hidden;	}
.feature-welcome {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.45em;
	font-weight:normal;
	line-height:120%;
	color:#333;}
