/*
Theme Name: Nutrition Northwest
Theme URI: http://wordpress.org/
Description: Custom theme for NutritionNorthwest.com
Version: 1.2
Author: Sterr Bros Design
Author URI: http://www.sterr-bros.com/
*/

* { margin:0; padding:0;}

body {
	background: url(images/bg-gradient.gif) top center repeat-x #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

/* WRAPPERS */
#entire-wrapper {
	width: 830px;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -415px;
	border: none;
	background: none;
}

#entire-wrapper.home-page {
	width: 858px;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -429px;
}

#content-wrapper {
	background: #E0E6CA;
	margin-bottom: 80px;
}

#content-wrapper.home-page {
	border: 4px solid #F0F0F0;
}

#main-wrapper {
	background: none;
}


/* HEADER */
#header {
	height: 105px;
}

#header #angela {
	float:left; 
	margin-left: 13px; 
	margin-top: 13px; 
	width: 282px; 
	font-size:1.25em;
	text-align: right;
}

#header #angela h1 {
	font-size: 20px;
	text-align: right;
	color: #3B2C3B;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
#header #angela h1 span {
	display: block;
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 1em;
	margin: 0 0 0 5px;
	text-align: left;
}

#header #angela-2 {
	float: left;
	width: 300px;
	margin: 13px 13px 0 13px;
	font-size:1.25em;
	text-align: right;
}

#header #angela-2 h1 {
	font-size: 20px;
	text-align: right;
	color: #3B2C3B;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}


#header #facebook {
	float: left; 
	margin: 7px 0 0 5px;
}

#header #facebook a {
	display: block;
	height: 50px;
	width: 50px;
	background-image: url(images/sprite.png);
	background-position: -127px -92px;
	background-repeat: none;
	text-decoration: none;
}

#header #phone-number {
	float: left;
	display: block;
	width: 125px;
	height: 30px;
	background-image: url(images/sprite.png);
	background-position: -214px -96px;
	background-repeat: none;
	text-decoration: none;
}

#header #schedule {
	float:left; 
	margin: 30px 0 0 0px;
}

#header.home-page #schedule {
	float:left; 
	margin: 45px 0 0 130px;
}

#header #schedule a {
	display: block;
	width: 175px;
	height: 50px;
	background-image: url(images/sprite.png);
	background-position: -175px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#header #schedule a:hover {
	background-position: 0px 0px;
}

#header #reviews {
	float: right;
	margin: 5px 10px 0 0;
}

#header #reviews a {
	display: block;
	width: 120px;
	height: 90px;
	background-image: url(images/reviews-button.png);
	background-position: 0px 0px;
	text-decoration: none;
}

/* MAIN */
#main {
	background-image: url(images/content-bg.png);
	background-position: 35px 0px;
	background-repeat: no-repeat;
	min-height: 500px;
	padding-bottom: 30px;
}

#main.home-page {
	background-image: url(images/content-bg.png);
	background-position: 0px -105px;
	padding-bottom: 0px;
}


/* SIDEBARS */
#sidebar-left {
	float: left;
	width: 180px;
	z-index: 10;
	padding: 15px 10px;
	font-size: 12px;
	line-height: 20px;
	position: relative;
}

#sidebar-home-link {
	position: absolute;
	width: 240px;
	height: 130px;
	top: 140px;
	left: 105px;
	display: block;
	text-decoration: none;
	outline: none;
}

#sidebar-home-link.home-page, #sidebar-home-link.challenge-page {
	height: 140px;
	top: 185px;
	left: 75px;
}

#sidebar-menu {
	position: absolute;
	top: 295px;
	left: 45px;
}

#sidebar-menu ul li {
	list-style: none;
	text-align: right;
	padding-right: 15px;
	background-image: url(images/sprite.png);
	background-position: -745px 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-bottom: 18px;
}

#sidebar-menu ul li a {
	text-decoration: none;
	color: #3B2B3C;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	padding-bottom: 5px;
}

#sidebar-menu ul li.current-menu-item a, #sidebar-menu ul li.current-page-ancestor a {
	padding-bottom: 3px;
	border-bottom: 2px solid #3B2B3C; 
}

/* CONTENT */
#content {
	float: right;
	width: 440px;
	padding: 10px 10px 0 0;
}

#content.home-page {
	width: 850px;
	padding: 0px 0px 0 0;
}

#content .col-left {
	clear: left;
	float: left;
	width: 50%;
	margin-bottom: 15px;
}

#content .col-right {
	clear: right;
	float: right;
	width: 50%;
	margin-bottom: 15px;
}

#content.home-page #col-left {
	float: left; 
	width: 390px; 
	margin:0; 
	padding:0
}

#content.home-page #col-right {
	float: right; 
	width: 440px; 
	margin:0; 
	padding:12px 12px 0 0;
}

#content #header {
	height: 90px;
}

#content .title {
	color: #3B2B3B; 
	font-size: 24px;
	line-height: 36px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0em 0;
	text-align: left;
}

.post {
	padding: 0px;
	text-align: left;
	color: #3A2C3B;
	font-size: 16px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

#content.home-page .post {
	font-size: 12.5pt;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	font-weight: normal;
	margin: 1em 0;
}

.post h1 {
	font-size: 1.3em;
}

.post h2 {
	font-size: 1.3em;
}

.post h3 {
	font-size: 1em;
	margin: .5em 0;
}

.post p {
	margin: 1em 0;
}

.post ul {
	list-style: none;
	padding-left: 0px;
	margin: 1em 0;
}

.post ul ul {
	padding-left: 7px;
	margin-top: 0px;
}

.post ol {
	list-style: outside decimal;
	padding-left: 30px;
	margin: 1em 0;
}

.post ul li, .post ol li {
	margin-top: .5em;
	line-height: 1em;
}

.post ul li {
	background-image: url(images/sprite.png);
	background-position: -350px 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.post ul ul li {
	background-position: -827px 6px;
	padding-left: 18px;
}

.post table td {
	padding: 5px;
}

.post form {
}

.post a {
	color: #738E3F;
}

/* FOOTER */
#footer {
	clear: both;
	background: none;
	padding: 20px 5px 5px 5px;
	font-size: 13px;
	line-height: 1.1em;
	color: black;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
}

#footer.home-page {
	border-top: 3px solid #392D39;
	width: 98%;
	padding: 16px 0 5px 0;
}

#footer-menu {
	margin-bottom: 0px;
}

#footer.home-page #footer-menu {
	margin-bottom: 20px;
}

#footer-menu a {
	font-size: 15px;
	color: #3B2B3B;
	text-decoration: none;
	font-style: normal;
}

#footer #footer-menu .menu1 {margin-left: 260px;}
#footer #footer-menu .menu2 {margin-left: 230px;}
#footer #footer-menu .menu3 {margin-left: 45px;}

#footer #footer-menu .menu1, #footer #footer-menu .menu2, #footer #footer-menu .menu3 {
	clear: both;
	list-style: none;
	text-align: center;
}

#footer #footer-menu .menu1 li, #footer #footer-menu .menu2 li, #footer #footer-menu .menu3 li {
	float: left;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid black;
	margin: 0 0 5px 0;
}

#footer #footer-menu .menu1 li:last-child, #footer #footer-menu .menu2 li:last-child, #footer #footer-menu .menu3 li:last-child {
	border-right: none;
}

/* SEARCH */

#search-text {
	height: 24px;
	border: 1px solid #212D40;
	padding: 0 3px;
}

#search-submit {
	margin-top: 8px;
	padding: 3px 10px;
}

.search-results {
	color: #2A3B57;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.relevanssi-query-term {
	font-weight: normal;
	background: #8b8;
	padding: 2px 3px;
}

/* CONTACT PAGE/FORM */
.wpcf7-form {
	clear: both;
	border: 1px solid #739340;
	background: #D7E1BE;
	padding: 1em 1em 0 1em;
	margin: 1em 1em 1em 0;
	position: relative;
}

.wpcf7-form h2 {
	margin-top: 0;
}

.wpcf7-form-control-wrap {
	clear: both;
	float: left;
	position: relative;
}

.wpcf7-form p {
	float: left;
	width: 46%;
	margin: 5px 6% 5px 0;
	position: relative;
}
.wpcf7-form p:nth-child(even) {
	margin-right: 0;
}

.wpcf7-form p.fullwidth {
	float: left;
	width: 98%;
	margin: 5px 3% 5px 0;
}
.wpcf7-form .anr_captcha_field {
	float: left;
}

.wpcf7-form input, .wpcf7-form textarea {
	padding: 3px 5px;
	width: 100%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.notice {
	border-radius: 3px;
	border: 1px solid orange;
	background: #eee;
	padding: 1em;
	margin: 1em 1em 0 0;
}
.notice p:last-child {
	margin-bottom: 0;
}
div.wpcf7-response-output {
	background: #fff;
	padding: 1em;
}
div.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
}
div.wpcf7-response-output.wpcf7-mail-sent-ng {
	color: orange;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
	color: green;
}

/* MISCELLANEOUS */
.clear {
	clear: both;
	height: 0px;
	line-height: 0em;
	font-size: 0em;
	padding: 0;
	margin: 0;
}

.green {
	color: #738E3F;
}

.alignleft {
	float: left;
	margin: .5em 1em 1em 0;
}

.alignright {
	float: right;
	margin: .5em 0 1em 1em;
}

.aligncenter {
	margin: 1em auto;
}

.wp-caption-text { 
	text-align: center; 
	color: #666;
	margin: 0 0 16px 0 !important;
	font-style: italic;
	letter-spacing: 1px;
}

/* Videos Page */

#optin {
	width: 100%;
	position: relative;
	height: auto;
	background: #769143;
	color: white;
	border-radius: 20px;
	padding: 10px;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1em auto 2em auto;
}
#optin p {
	color: white;
	font-weight: bold;
	font-variant: small-caps;
}

#optin #opt-in-form input[type="text"] {
	float: left;
	clear: left;
	padding: 3px;
	margin: 8px 0 0 15px;
	width: 287px;
}

#optin #opt-in-form .g-recaptcha {
	float: left;
	clear: left;
	padding: 0px;
	margin: 8px 0 0 15px;
	width: 295px;
	overflow: hidden;
}

#optin #opt-in-form input[type="image"] {
	background: none repeat scroll 0 0 #eeddbe;
	border-radius: 42px;
	box-shadow: 2px 2px 1px #333;
	height: 84px;
	padding: 0;
	width: 84px;
	z-index: 1000;
	float: right;
	margin: 7px 15px 0 0;
}

#optin #opt-in-form input[type="image"]:hover {
  background: none repeat scroll 0 0 #FAAF4F;
}

.video {
	cursor: pointer;
	position: relative;
}

.videoholder.vimeo {
	width: 370px;
	height: 210px;
}

.videoholder.youtube {
	width: 290px;
	height: 218px;
}

.playbutton {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	opacity: 0.6;
	transition: .5s opacity;
	background: url(images/play.png) center center no-repeat;
	width: 390px;
}

.playbutton.vimeo {
	height: 210px;
}

.playbutton.youtube {
	height: 218px;
}

.video:hover .playbutton {
	opacity: 1.0;
}

video p {
	color: #3b2b3b;
	font-size: 13px;
	line-height: 1.1em;
	margin: 10px auto;
}

/* Programs Page */
#programs .program {
	border: 1px solid #759242;
	background: #eaeaea;
	margin: 1em 0;
}
#programs .program h2 {
	background: #759242;
	margin: 0;
	padding: .5em;
	color: #FFF;
	line-height: 1.2em;
}
#programs .program h2 a {
	display: block;
	float: right;
	margin: 0px 0px 0px 1em;
	background: #DD6D00;
	font-size: 12px;
	line-height: 1em;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 7px;
}
#programs .program h2:hover a {
	backround: #FF8400;
}
#programs .program p, #programs .program ol, #programs .program ul {
	padding: 0 1em;
}
#programs .button a {
	display: block;
	margin: 1em 0;
	text-align: center;
	background: #DD6D00;
	font-size: 16px;
	line-height: 1em;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	padding: .75em;
}
#programs .button a:hover {
	background: #FF8400;
}


/*Adds scroll bar to all pages*/
html { overflow-y: scroll; }