/*
Theme Name: Grunge-Life
Theme URI: http://ithemes.com/purchase/life-series/
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.1.4
Description: Life Series is a premium WordPress theme designed by iThemes.
Tags: dark, technology, theme options, image fader, dropdown menus, CMS

Copyright (c) 2009 iThemes Media, LLC.
See license.txt for terms and conditions.

See history.txt for version history.
*/

/*CSS Reset*/ 
@import url(css/reset.css);

body { /* This is where you set many of the universal defaults */
	background: #ffffff url(images/nitraplex-bg.gif) repeat-x top ; color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Universal Link Styles
*********************************************/
a {
	/*color: #ff9000;*/
	color:#FFFFFF;
	/*text-decoration: none;*/
	text-decoration:underline;
}
a:hover { 
	/*color: #fff;*/
	color:#0000FF;
	text-decoration: underline; 
}

/*********************************************
		Universal Text Elements
*********************************************/
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
p, ul, ol, blockquote {
	color: #FFF;
}
ol, ul {
	margin: 5px 35px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}
blockquote {
	margin: 5px 0px 5px 10px; padding: 0px 0px 0px 10px;
	font-style: italic;
}
img { border: 0px; background: none; }
p {
	padding: 0 0 10px 0;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 25px;
	font-weight: normal;
	color: #FFF;
	margin: 0px; padding: 0px;
}

h1 { /* This style is generally used as title on single posts and pages */
	font-size: 20px;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
}
h2 { /* This style used as a sub-header in post/page content */
	font-size: 18px;
	margin: 0px; padding: 0px;
}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 16px;
	font-weight: normal;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
}
h3 a {
}
h3 a:hover {
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 14px;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
}
h5 {
	font-size: 16px;
	margin: 0px; padding: 0px;
}
h6 {
	font-size: 14px;
	margin: 0px; padding: 0px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 8px 8px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.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;
}

/*********************************************
		Container Div
*********************************************/
#container {
	background: #0d0d0d url(images/container-bg.gif) repeat-y;
	width: 960px;
	margin:20px auto 0 auto; padding: 0px;
	text-align: left; clear:both;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	background: url(images/header.jpg) no-repeat;
	width: 960px; height: 124px;
}
#header a {
	display: block;
	width: 960px; height: 124px;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
}
/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/
#menu {
	float: left;
	font-size: 14px;
	background: #000;
	width: 954px; height: 30px;
	margin: 0px; padding: 0px;
	border: 3px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: relative;
	z-index: 100;
}
/* This is the style for the first UL (horizontal) */
#menu ul {
	float: left;
	background: transparent;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
}
/* This is the style for the top level list items */
#menu ul li {
	background: none;
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
	border-right: 1px solid #FFF;
}
#menu ul li.home {
	background: none;
}
/* The style for all links */
#menu a {
	color: #FFF;
	text-decoration: none;
}
/* The universal hover state colors and background for all LI items and links */
#menu li:hover,
#menu li:hover a,
#menu li.sfhover,
#menu li.sfhover a,
#menu li a:hover {
	background: #a90800;
	color: #FFF;
	text-decoration: none;
}
/* This is the style for the top level links, if different than the universal */
#menu ul li a {
	display: block;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px 15px;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {

}
/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
#menu li ul {
	clear: both;
	position: absolute;
	width: 200px; /* the width of the dropdown */
	left: -999em;
}
/* This shows the nested UL when you hover */
#menu li:hover ul, 
#menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 1000;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	border-top: 1px solid #FFF;
	margin: 0px; padding: 0px;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: transparent;
	width: 100%;
	display: block;
	padding: 0px; margin: 0px;
	height: 26px; line-height: 26px;
	overflow: hidden;
	text-align: left;
}
/* This is the style for the links within the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	width: 190px;
	display: block;
	background: #a90800;
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
	border: 1px solid #FFF;
	border-top: none;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, 
#menu li.sfhover ul li a:hover {
	background: #000;
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
}


/*********************************************
		Homepage Styles
*********************************************/
#homefeature {
	width: 960px;
	background: #0d0d0d url(images/container-bg.gif) repeat-y;
	margin: 0px; padding: 0px;
	/*border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;*/
}
#homefeature #rotator-wrapper {
	display: block;
	float: left;
	/*border-right: 1px solid #FFF;*/
}
#homefeature #homefeature-blurb {
	display: block;
	float: left;
	width: 278px;
	margin: 0px; padding: 20px;
}

#homebottom {
	width: 954px;
	background: url(images/homebottom-bg.gif) repeat-y;
	margin: 0px; padding: 0px;
	border-top: 1px solid #FFF;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
#homebottom .widget {
	/*width: 238px;*/
	width: 318px;
	display: inline;
	float: left;
	/*border:#fff solid 1px;*/
}
#homebottom h4 {
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #FFF;
}
#homebottom .widget p,
#homebottom .widget img,
#homebottom .widget form,
#homebottom .widget div  {
	padding: 10px 0 10px 10px;
}
#homebottom .widget ul,
#homebottom .widget ol {
	padding: 10px 0px; margin: 0px 15px 5px 25px;
	list-style-type: square;
}
#homebottom .widget .textwidget p,
#homebottom .widget .textwidget img,
#homebottom .widget .textwidget form,
#homebottom .widget .textwidget div,
#homebottom .widget .textwidget ul,
#homebottom .widget .textwidget ol {
	margin: 0px; padding: 0px;
}

	
/*********************************************
		Content Div
*********************************************/
#content {
	display: inline;
	width: 640px;
	float: left;
	margin: 0px; padding: 20px;
}

.page-id-35 #content {
  padding:0px 0px 0px 5px;
}


#content-full {
	background: #0d0d0d;
	display: inline;
	width: 934px;
	float: left;
	margin: 0px; padding: 10px;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
#featureimg-wide {
	width: 960px;
	padding: 0px 3px;
	border-bottom: 1px solid #FFF;
}
#featureimg-wide img {
	width: 960px;
}
#featureimg {
	width: 635px;
	padding: 0px 0px 0px 3px;
	border-bottom: 1px solid #FFF;
	float: left;
}
#featureimg img {
	width: 635px;
}

/*********************************************
		Post Div
*********************************************/
.post {
	clear: both;
}

/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 10px 0px;
}
.meta-date {
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 0px;
}

/*********************************************
		Sidebar
*********************************************/
.sidebar {
	display:block;
	float: right;
	width: 230px;
	margin: 0px; 
	padding: 20px 20px 20px 0px;
}
.sidebar .widget {
	clear: both;
	margin: 0px; padding: 0px 0px 15px 0px; 
}
.sidebar p, 
.sidebar .textwidget {
}
.sidebar img {
	margin: 0px 0px; display:block
}
.sidebar form {
	margin: 0px; padding: 0px;
}
.sidebar ul {
	margin: 0px; padding: 0px 20px;
}
.sidebar ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}
.sidebar ul li a {
	
}
.sidebar ul li a:hover {
	
}
.sidebar ul li ul {
	margin: 0px 0px 0px 10px; padding: 0px;
}
.sidebar ul li ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 20px 0px; padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; padding: 0px;
}
#comments ul.children {
	margin: 0px; padding: 10px 0px 0px 20px;
}
#comments .vcard {
	
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #CCC;
}
#comments ul.children li {
	border: 1px solid #CCC;
}
#comments li.even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments li.odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments blockquote {
	background: #F2F2F2;
	margin: 10px 0px; padding: 10px;
}
#comments blockquote {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 10px 0px; padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; padding: 0px;
}

#respond {
	overflow: hidden;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; padding: 5px;
}
#respond #commentform #comment {
	width: 98%;
	margin: 10px 0px 15px 0px; padding: 5px;
}

/*********************************************
		Footer Styles
*********************************************/

#footerWC{ 
	width:960px; 
	margin:0 auto 20px auto;  background: url(images/footer-bg.png) top left no-repeat;
	color: #c6c6c6;
	text-align: left;
	border-top: 1px solid #FFF;
	padding: 12px 0px 20px 0px; 
	
	}
	
#footerWC span{ margin-left:20px}	
#footer {
	clear: both;
	display: block;
	}
	
#footerWC a {
	color: #c6c6c6;
	text-decoration: none;
}
#footerWC a:hover {
	color: #c6c6c6;
	text-decoration: underline;
}

/*********************************************
		Caption Styles
*********************************************/
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color:#000000;
}

#menu #red{background-color:#a90800; }

#menu #red a:link{ background-color:#a90800; }
#menu #red a:active{ background-color:#a90800; }
#menu #red a:visited{ background-color:#a90800; }
#menu #red a:hover{ background-color:#fffc00; color:#E44432 }

/**************************
header titile
****************************/
.preworkout{ padding:15px 0}
.daily-optimizer{/* background-color:#0040ff;*/ padding:15px 0}
.anabolic-base{ /*background-color:#008001;*/ padding:15px 0}
.lean-protein{ /*background-color:#ffff01; */padding:15px 0}

/***************************************************************
		New 4 Rollover 
***************************************************************/

#fourbuttons {
padding: 50px 0 0 0;
margin: 0;
width: 217px;
}

#fourbuttons li{
list-style: none;
padding: 0 0 10px 0;
margin: 0;}

.preworkout {
background-image: url(images/pwf-a.jpg);
background-repeat: no-repeat;
height: 58px;
width: 217px;
}

.preworkout a{
background-image: url(images/pwf.jpg);
background-repeat: no-repeat;
height: 58px;
width: 217px;
display: block;
}

.preworkout a:hover{
background: none; 
border:none
}

.daily-optimizer {
background-image: url(images/daily-opt-a.jpg);
background-repeat: no-repeat;
height: 58px;
width: 217px;
}

.daily-optimizer a{
background-image: url(images/daily-opt.jpg);
background-repeat: no-repeat;
height: 58px;
width: 217px;
display: block;
}

.daily-optimizer a:hover{
background: none; 
border:none
}


.anabolic-base {
background-image: url(images/anabolic-a.jpg);
background-repeat: no-repeat;
height: 58px;
width: 217px;
}

.anabolic-base a{
background-image: url(images/anabolic.jpg);
background-repeat: no-repeat;
height: 58px;
width: 217px;
display: block;
}

.anabolic-base a:hover{
background: none; 
border:none
}

.lean-protein {
background-image: url(images/lean-pro-a.jpg);
background-repeat: no-repeat;
height: 58px;
width: 217px;
}

.lean-protein a{
background-image: url(images/lean-pro.jpg);
background-repeat: no-repeat;
height: 58px;
width: 217px;
display: block;
}

.lean-protein a:hover{
background: none; 
border:none
}

/*end*/


/*************************************************************
 Dosage Instruction Title and box
*************************************************************/
#NP-testimonial-title{ width: 640px;
	margin:0px 0px 5px 0px; 
	background:url(images/title-ribbon-bg.jpg) no-repeat top left; 
	padding:15px 0 10px 0px;
	text-align:center;
	display:block;	
	clear:right; 
	height:30px; line-height:auto;
	
	}
	
.roundcont {
	width: 640px;
	background: url(images/bg-grain.jpg);
	color: #fff;
	margin-bottom:12px
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 7px;
   height: 7px;
   border: none;
   display: block !important;
}

/*end*/

.sidebar-roundcont {
	width: 230px;
	background: url(images/bg-grain.jpg);
	color: #fff;
	margin-bottom:12px
}

.sidebar-roundcont p {
	margin: 0px 10px 0 10px;
}

.sidebar-roundtop { 
	background: url(images/testi-tr.gif) no-repeat top right; 
}

.sidebar-roundbottom {
	background: url(images/testi-br.gif) no-repeat top right; 
}

.sidebar img.corner {
   width: 7px;
   height: 7px;
   border: none;
   display: block !important;
}

#video-holder{
	width:460px;
	float:right;
}

#media-container{
	width:640px;
	height:300px;
	margin-bottom:15px;
}

#homebottom #audio{
	height:40px;
	width: 220px;
	margin:10px 0 0 40px;
	float:left;
}
