/*
Theme Name: bodytoburn
Theme URI: http://bodytoburn.com.au/
Description: The Body To Burn theme.
Version: 1.0
Author: Adrian McConnon
Author URI: http://bodytoburn.com.au/
*/

/* CONTAINER */

	#container {
		width: 750px;
		margin: 0 auto;
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 11px;
		line-height: 1.6em;
		color: #666;
		background-color: #FFF;
	}
		
/* GENERAL MOJO AND MULA */
		
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 32px;
		color: #CC6633;
		margin-bottom: 30px;
		background-color: #FFF;
	}
	
	h2 {
		color: #666666;
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #FFF;
	}
	
	h3 {
		color: #666666;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #FFF;
	}		
	
	a {
		color:#d86f2d;
		text-decoration: none;
	}

	a:hover {
		color:#CC6714;
		background-color: #F5F5F5;
	}

	form {
	}
	
	input, button, textarea {
		color: #666;
		border: 1px solid #CCC;
		font-size: 11px;
		padding: 3px;
		cursor:pointer;
	}
	
	input:focus, button:focus { background-color:#fff; }
	
	textarea { font-family:Lucida Grande,Tahoma,Arial,Helvetica,sans-serif; font-size:10px; }
	
	label { padding:0 !important; }
	
	.button {
		padding: 2px;
	}
		
	table {
		border-width: 0 0 1px 1px;
		border-spacing: 0px;
		border-style: solid solid solid solid;
		border-color: #ccc;
		border-collapse: separate;
		background-color: white;
	}

	tr {
		border-width: 1px 1px 1px 1px;
		padding: 1px 1px 1px 1px;
		border-style: solid solid solid solid;
		border-color: #ccc;
		background-color: white;
		-moz-border-radius: 3px 3px 3px 3px;
	}

	td, th {
		border-width: 1px 1px 0 0;
		padding: 3px;
		border-style: solid solid solid solid;
		border-color: #ccc;
		background-color: white;
		-moz-border-radius: 0px 0px 0px 0px;
	}
		
/* APPOINTMENT FORMS TABLE */		
	table.form {			
		border-width: 1px 1px 1px 1px;
		border-spacing: 0px;
		border-style: solid solid solid solid;
		border-color: white white white white;
		border-collapse: separate;
		background-color: white;
	}

	tr.form {
		border-width: 1px 1px 1px 1px;
		padding: 1px 1px 1px 1px;
		border-style: solid solid solid solid;
		border-color: white white white white;
		background-color: white;
		-moz-border-radius: 3px 3px 3px 3px;
	}

	td.form {
		border-width: 1px 1px 1px 1px;
		padding: 1px 1px 1px 1px;
		border-style: solid solid solid solid;
		border-color: white white white white;
		background-color: white;
		-moz-border-radius: 0px 0px 0px 0px;
	}		
		
/* HEADER ELEMENTS */

	#header {
		border-bottom: 4px solid #948979;
		padding-top: 10px;
		clear: both;
		margin-bottom: 10px;
	}	

	/* the slogan */
	#header p { 
		margin-top: -20px;
		margin-left: 10px;
		color: #999999;
	}

/* NAVIGATION ELEMENTS */

	 #navigation ul {
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;			
		float: left;
		width: 140px;
	}

	#navigation a {
		display: block;
		padding: 5px;
		width: 140px;
		border-bottom: 1px solid #CCC;
	}

	#navigation a:link, #navlist a:visited {
		color:#d86f2d;
		text-decoration: none;
	}
	
	#navigation a:hover {
		background: #000000 url(arrow.gif) 96% 50% no-repeat;
		background-color: #DDDDDD;
		color:#CC6714;
	}

/* THE SMALL BOX BELOW NAV */

	#navigation p {
		margin-top: 40px;
		padding: 5px;
		border-bottom: 1px dotted #CCC;
		border-top: 1px dotted #CCC;
	}
	
/* CONTENT ELEMENTS */

	#content {
		width: 362px;
		margin-left: 180px;
		margin-right: 200px;
	}
	
	#contentWide {
		width: 562px;
		margin-left: 180px;
	}

	#contentWide p, #content p {
		padding-bottom: 10px;
/* border-bottom: 1px solid #DDDDDD; */
	}

        hr {
          border: 0;
          color: #DDDDDD;
          background-color: #DDDDDD;
          height: 1px;
          width: 100%;
        }

/* SIDEBAR ELEMENTS */

	#sidebar {
		float: right;
		width: 175px;
		padding:0 0 20px;
	}
	
	#sidebar p {
		padding-bottom: 10px;
		border-bottom: 1px solid #DDDDDD;
	}

/* FOOTER ELEMENTS */

	#footer {
		margin-top: 20px;
		clear: both;
		background-color:#DDDDDD;
		padding: 0px 5px 0px 5px;
	}
	
	#footer p {
		color:#7D7B7C;
		padding: 5px;
	}
	
	#footer p a {
		color: #7D7B7C;
		border-bottom: 1px dotted #7D7B7C;
	}
	
	#footer p a:hover {
		color: #FFFFFF;
		background-color:#575352;
	}
	
	/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

#header .headerinner { margin:0 0 0 10px; }
#header .left { float:left; width:200px; }
#header .right { float:right; width:520px; padding:67px 0 0; }

.topBtns { float:right; padding:0 0 10px; }
.booknowBtn { display:block; padding:2px 2px 2px 22px; height:15px; background:url(images/icons/book.png) no-repeat 2px 2px; float:left; margin:0 10px 0 0; }
.callnowBtn { display:block; padding:2px 2px 2px 22px; height:15px; background:url(images/icons/phone.png) no-repeat 2px 2px; float:left; margin:0 10px 0 0; }
.mailBtn { display:block; padding:2px 2px 2px 22px; height:15px; background:url(images/icons/mail.png) no-repeat 2px 2px; float:left; margin:0 10px 0 0; }
.facebookBtn { display:block; padding:2px 2px 2px 22px; height:15px; background:url(images/icons/facebook.png) no-repeat 2px 2px; float:left; margin:0 10px 0 0; }
.twitterBtn { display:block; padding:2px 2px 2px 22px; height:15px; background:url(images/icons/twitter.png) no-repeat 2px 2px; float:left; margin:0 10px 0 0; }
.deliciousBtn { display:block; padding:2px 2px 2px 22px; height:15px; background:url(images/icons/delicious.png) no-repeat 2px 2px; float:left; margin:0 10px 0 0; }

#twitter { padding:0 0 10px; }
h2.tweets { margin-top:3px; }
#twitter .tweet { border-top:1px solid #DDD; padding:10px 0 0; margin:10px 0 0; }
#twitter .tweet p { border-bottom:none; padding:0; margin:0; }

.product_view_730, .product_view_740 { display:none; }
.product_view_730.returning-clients, .product_view_740.returning-clients { display:block; }

.priceNote { font-size:10px; }

.wpsc_description p { margin:0; }
h2.prodtitle { margin:0 0 20px !important; }
