/*   
Theme Name: Anti-Aging
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Nathaniel Clark
Author URI: http://nathanielclark.com
Template: thematic
Version: 1.0
Tags: Thematic
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('adjusted_layout.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* =Global Elements
-------------------------------------------------------------- */
.clear {
	clear: both;
}

table, tr, td { 
	border: none;
}

td {
	vertical-align: top;
}

body, input, textarea {
    font: 14px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

body {
	background: #999999 url('images/bg_body_repeat.gif') top left repeat-x;
}

#main {
	background: #fff;
}

.menu {
	/*background: url(images/bg_nav_bottom.gif) bottom left no-repeat;*/
}

.main-aside {
	background: url('images/bg_sidebar_repeat.gif') top right repeat-y;
}

/* =Header */
#imageheader {
	width: 950px;
	height: 170px;
}

#branding {
    padding:0;
	background:url(images/bg_header_antiaging.jpg) no-repeat top left;
	width: 950px;
    height: 170px;
}

/* easier to replace the header and keep the blogtitle (check out the text-indent) than overwrite the functions */
#blog-title a {
	float: left;
	width: 200px;
  display:block;
  text-indent:-9000px;
  
}

#topheader {
	float: right;
	height: 170px;
	margin-right: 10px;
	text-align: right;
	color: #8e2168;
}

#topheader #toplinks {
	padding-top: 17px;
	height: 53px;
}

#topheader .links {
	color: #fff;
	font-size: 12px;
}

#topheader .number {
	font: bold 18px Verdana, Geneva, sans-serif;	
}

#topheader #top_message {
	
}

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

#top_message {
	margin-top: 28px;
}





/*** Carefully Rework the Nav CSS from Thematic ***/

#access {
    height:65px;
    font-size:13px;
    overflow:visible;
    z-index:100;
	border: none;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0 0 0 10px;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			655px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	/* width:			169px; */
	border: 1px solid red;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	/*width:			169px;*/
	text-align: center;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			655px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			655px; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border: none;
	float:left;
	margin-top: 20px;
}
.sf-menu a {
	border: none;
	padding:4px 5px;
	text-decoration:none;
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li {
	background:		#fff url(images/bg_menu_li.gif) right center no-repeat;
	padding-right: 20px;
	margin: 0 0 0 0;
}

.sf-menu li:last-child {
	background: none;
}

.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    /*background:     #f2f2f2; */
	background: none;
	color: #9c0d0d;
	outline:		0;
    border: none;
}

.sf-menu li:hover, .sf-menu li.sfHover	 {
    /*background:     #f2f2f2; */
	background: url(images/bg_menu_li.gif) right center no-repeat;
	color: #9c0d0d;
	outline:		0;
    border: none;
}

.sf-menu li:last-child:hover, sf-menu li.sfHover:last-child {
	background: none;
}

.sf-menu ul {
    border:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

.current_page_item a {
	background:     #8e2168!important;
	outline:		0;
    border: none;	
}

.sf-menu .current_page_item a {
	color: #fff!important;
}

/** secondary menu **/
.menu-secondary {
	margin-left: 25px;
}

.menu-secondary h2 {
	font: bold 26px/36px Verdana, Geneva, sans-serif;
}

.menu-secondary ul {
	list-style: none;
	width: 545px;
	margin: 10px 0 50px;
	padding: 0;
}

.menu-secondary  li {
	float: left;
	font: bold 13px/22px Verdana, Geneva, sans-serif;
	background: url(images/bg_menu_li.gif) right center no-repeat;
	padding-right: 20px;
	margin-right: 10px;
}

.menu-secondary  li:last-child {
	background: none;
}

.menu-secondary li a {
	color: #000;
	text-decoration: underline;
}

.menu-secondary .current_page_item a {
	background:     #b4985a!important;
	outline:		0;
    border: none;	
}


#main {
	padding-top: 0;
	margin-top: 0;
}

.entry-content h2 {
	font-size: 13px;
	margin-top: 0;
	padding-top: 0;
}

.entry-content {
	padding: 35px 0 20px 0 ;
	margin-top: 0;
}

/** Widgets and Asides **/
#primary {
    border:none;
    padding:0;
    margin-bottom:22px;
}

.aside {
	margin-top: 0;
	padding-top: 0;
}

ul.xoxo {
	padding: 0!important;
	margin: 0!important;
}

/** Specific Anti-Aging Widgets **/

/* Anti-Aging Newsletter */
div#aa_newsletter {
	width: 286px;
	min-height: 188px;
	text-align: right;
}

.sidebar_inner {
	width: 210px;
	margin: 10px 10px 20px;
	float: right;
	text-align: left;
	color: #000;
}

.bg2 {
	background: #ccc;
}

.color1 {
	background: #b4985a;
}

.color2 {
	background: #8e2168;	
}

.color3 {
	color:#8cc63f;
}

.color4 {
	color:#ed1c24;	
}

.sidebar_inner .hdr {
	padding: 10px 10px 0;
	font: bold 18px Verdana, Geneva, sans-serif;
}

.sidebar_inner .nrm {
	padding: 0 10px 10px;
}

#aa_newsletter .email_input {
	text-align: right;
	padding: 10px 10px 0;
}

#aa_newsletter .newsletter_button {
	padding-right: 10px;
	text-align: right;
}

.sidebar_inner input[type=text] {
	color: #666;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 175px!important;
}

/** Free Shipping Custom CSS **/

#free_shipping div {
	color: #fff;
}

#free_shipping div:first-child {
	padding-top: 10px;
}

#free_shipping .italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#free_shipping .hdr {
	padding: 0 10px 0;
	font-size: 22px;
}

#free_shipping .nrm {
	padding-top: 5px;
	margin-bottom: 10px;
}

/** Money Back Custom CSS **/
#money_back .sidebar_inner {
	text-align: center;
	padding-top: 10px;
}

#money_back .hdr {
	padding: 0 10px 0;
}
#money_back .white {
	color: #fff;
}

#money_back .bigger {
	font-size: 29px;
	line-height: 30px;
}

#money_back .biggest {
	font-size: 39px;
	line-height: 37px;
}

#money_back .small {
	font-size: 20px;
	line-height: 22px;
}

#money_back .mid {
	font-size: 36px;
	line-height: 38px;
}




/** Custom Quote CSS **/

#cust_quote div {
	color: #fff;
}

#cust_quote .hdr {
	font-size: 16px;	
}

#cust_quote  .quote {
	padding: 10px 10px 10px;
}

#cust_quote .italic {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#cust_quote .readmore {
	text-align: right;
}

#cust_quote .readmore a {
	color: #fff;
}

/* Muscle Building Social Connect */
#mb_social {
	width: 254px;
	height: 198px;
	margin-top: 21px;
	background: url(images/bg_widget_repeat.gif) top left repeat-x;
	border: 2px solid #e5e5e5;
}
.mb_social_hdr {
	margin: 18px 0 21px 21px;
}

.mb_social_text {
	margin: 20px 0 0 21px;
}

.mb_social_media_icons {
	width: 254px;
	margin-top: 20px;
	text-align: center;
}

.mb_social_media_icons img {
	padding: 0 15px 0;
}


#footer {
	width: 950px;
	margin: 0 auto;
	background: #d3d4d2;
	font: 12px Verdana, Geneva, sans-serif;
}

#footer .padd {
	padding: 30px;
}

#footer #social {
	padding-bottom: 10px;
}

#footer #social img {
	vertical-align: bottom;
}

#footer img.divider {
	display: block;
}

#footer p.description {
	padding-top: 24px;
}

#footer #copyright img {
	vertical-align: middle;
}

#footer #copyright img {margin-top: -5px; }

#footer .links {
	margin-top: 20px;
}

#footer {
	color: #808080;
}

#footer #copyright, #footer p.disclaimer {
	font-size: 11px;
}

#footer .links a {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

#footer .links a:hover { 
	text-decoration: underline;
}


/***** CUSTOM/PRODUCT INFO PAGE SHARED CSS ********/

.headline {
	font: bold 40px Verdana, Geneva, sans-serif;
}

#headline_answer { 
	padding: 10px 0 20px 0;
	font: bold 20px Verdana, Geneva, sans-serif;
}

.arrow {
	padding-left: 40px;
	background: url(images/icon_grey_arrow.gif) center left no-repeat;
}



.soft {
	color: #b4975a;
}

ul.benefits {
	margin: 0 0 20px 15px;
	padding: 0;
}

table#product_display {
	border: 0;
}

td.product {
	vertical-align: top;
}

td.images { 
	text-align: center;
}

.base_nav {
	width: 610px;
	text-align: right;
}

.base_nav .color4 a {
	font-weight: bold;
}

.color3 a {
	color:#8cc63f;
}

.color4 a {
	color:#ed1c24;	
}

.text {
	clear: both;
	margin-bottom: 10px;
}

.text:first-child {
	margin-bottom: 20px;
}

.bold {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin-top: 40px;
}

.smbold {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
}
.padd {
	padding: 15px 25px 20px 15px;
	font-size: 13px;
}

.note {
	color: #404040;
}

.text.tight {
	margin-bottom: 0;
}

.info.tight {
	margin-top: 0;
}

.testimonial {
	margin: 54px 0 0;
}

.testimonial a {
	color: #8cc63f;
}

.testifier {
	color: #cc9966;
}

.buttons {
	margin-top: 40px;
}

.underbuttons {
	margin-top: 20px;
}

/*** HOME PAGE CUSTOM **/

body.home #topheadlines {
	height: 82px;
	width: 633px;
	font: normal 16px Verdana, Geneva, sans-serif;
	color: #993366;
}

body.home table {
	border: none;
}

body.home td#discount  {
	width: 170px;
	height: 200px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font: italic normal 18px/22px Georgia, "Times New Roman", Times, serif;
	color: #231f20;
}

td#discount .heavy  {
	font: bold 24px Verdana, Geneva, sans-serif;
	color: #339900;
	margin: 0;
	padding: 0
}

body.home #headline .nrm {
	font-weight: normal;
}

body.home #headline .italic {
	
}

body.home  #hero img {
	vertical-align: top;
}

body.home .text {
	margin-bottom: 30px;
}

body.home .text:first-child {
	margin-top: 20px;
	margin-bottom: 20px;
}

body.home .bold {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
}



/*** COMPLETE PRODUCT BREAKDOWN **/

ul.constituent {
	font: 12px Verdana, Geneva, sans-serif;
	margin: 0 0 20px 15px;
	padding: 0;
	width: 284px;
}

ul.solo {
	width: 600px;
}

.col-1, .col-2 {
	float: left;
}


#post-42 .arrow {
	margin-top: 30px;

}

/** What Do Growth Factors Do? **/

table.growthfactors, table.growthfactors td, table.growthfactors tr {
	border: 0;
}

table.growthfactors {
	background: #d7d7d7;
	margin-top: 40px;
}

table.growthfactors td {
	padding: 7px;
	vertical-align: top;
}

table.growthfactors td cite {
	font-style: normal;
	font-size: 11px;
}

table.growthfactors td.info {
	padding: 25px;
	font-size: 12px;
}

table.growthfactors td.info strong {
	display: block;
	font-size: 14px;
}


/** NEWS {BLOG} **/

h2.entry-title, .entry-meta, .entry-content, .entry-utility, .navigation {
	margin-left: 20px;
}

h2.entry-title:first-child {
	margin-top: 20px;
}

/** PRODUCTS PAGE **/

.slug-products #topheadlines {
	color: #993366;
	font: bold 26px Verdana, Geneva, sans-serif;
	padding-bottom: 44px;
}

.slug-products table {
	padding: 0;
	margin: 0;
}

.application {
	color: #993366;
	font-weight: bold;
}

.application strong {
	text-decoration: underline;
}

.slug-products table.prodList {
	width: 620px;
}

td.prod {padding: 0; }

.buyNow a img, .learnMore a img {
	padding: 0;
	margin: 0;
}

.buyNow {
	padding-top: 20px;
}

.learnMore {
	padding-top: 4px;
}

.productview.wp .prodTitle {
	font-weight: bold;
	text-decoration: underline;
}

.productview.wp .prodPrice {
	font-weight: bold;
	color: #cc0000;
}

.pageNote {
	padding-left: 20px;
}


h1, h2, h3, h4, h5, h6 {font-weight:bold;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;line-height: 1;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}



	



