/*
Theme Name: Raw And Fit
Theme URI: http://rawandfit.com/
Description: Custom Raw and Fit theme.
Version: 1.0.0
Author: David Singer
Author URI: http://ramaboo.com/david/
Tags: rawandfit
*/

/* *** Begin Reset *** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}
/* *** End Reset *** */
/* *** Begin Clearfix *** */
.clearfix {
	display: inline-block; /* IE7 xhtml*/
}
html[xmlns] .clearfix { /* O */
	display: block;  
}
.clearfix:after { /* FF, O, etc. */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* *** End Clearfix *** */
/* *** Begin Common *** */
body {
	background-image: url(/images/layout/bg.jpg);
	font: 14px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;


}

a {
	text-decoration: none;
	color: #b90000;
}

a:hover {
	text-decoration: underline;
}

em {
	font-weight: bold;
	color: #b90000;
}

img.icon {
	border: 0 !important;
}

/* *** End Common *** */
/* *** Begin Components *** */
#wrapper {
	width: 1180px;
	margin: 0 auto 0 auto;
}

#wrapper-static {
	width: 990px;
	margin: 0 auto 0 auto;
}

#global {
	width: 990px;
	float: left;
}

#logo {
	background-image: url(/images/layout/logo.jpg);
	height: 240px;
	width: 340px;
	background-repeat: no-repeat;
	background-position: 0 20px;
	float: left;
}

#jcarousel {
	height: 100px;
	width: 400px;
	float: left;
}

#header {
	float: left;
	width: 990px;
	height: 310px;
}

#container {
	width: 990px;
	float: left;
}

#page {
	width: 990px;
	float: left;
}

#main {
	width: 610px;
	float: left;
	margin: 10px 30px 0 0;
}

#fullpage {
	width: 990px;
	float: left;
	margin: 10px 0 0 0;
}

.row {
	width: 920px;
	float: left;
}

.col {
	float: left;
}

.col-left {
	width: 540px;
	margin: 0 30px 0 0;
}

.col-right {
	width: 350px;
}

/* *** End Components *** */
/* *** Begin Fullpage *** */

#fullpage .head {
	width: 990px;
	height: 40px;
	float: left;
	background-image: url(/images/layout/fullpage-head.jpg);
}

#fullpage .body {
	width: 920px;
	padding: 0 35px 0 35px;
	float: left;
	background-image: url(/images/layout/fullpage-body.jpg);
	background-repeat: repeat-y;
}

#fullpage .foot {
	width: 990px;
	height: 60px;
	float: left;
	background-image: url(/images/layout/fullpage-foot.jpg);
}

#fullpage h1.title {
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #b90000;
	padding: 0 0 15px 0;
}

#fullpage h2.title {
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #666666;
	padding: 0 0 15px 0;
}

#fullpage .text {
	margin: 0 0 0 0;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 1.2em;

}

#fullpage embed {
	margin: 0 0 35px 0;
}

#fullpage .text h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #666666;
	padding: 0 0 10px 0;
}

#fullpage .text h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #b90000;
	padding: 10px 0 10px 0;
}

#fullpage .text ul {
	list-style: disc;
	margin: 0 0 0 20px;
}

#fullpage p {
	line-height: 1.2em;
	padding: 5px 0 5px 0;
}

#fullpage p.box {
	padding: 20px;
	border: 2px solid #1a1a1a;
	background-color: #e5e5e5;
	font-weight: bold;
}

/* *** End Fullpage *** */
/* *** Begin Sidebar *** */
.sidebar {
	width: 350px;
	float: left;
}

#sidebar-home .widget_text {
	width: 350px;
	height: 450px;
	background-image: url(/images/layout/sidebar-video.jpg);
}

#sidebar-home .widget_text .title {
	display: none;
}

#sidebar-home .widget_text div {
	padding: 140px 15px 0 15px;
}

.widget_search {
	width: 350px;
	height: 270px;
	background-image: url(/images/layout/sidebar-search.jpg);
}

.widget_search form {
	padding: 100px 15px 0 35px;
}

.widget_recent_entries {
	width: 350px;
	height: 540px;
	background-image: url(/images/layout/sidebar-recent-entries.jpg);
	font-size: 1.0em;
	line-height: 1.2em;
}

.widget_recent_entries a {
	color: #1a1a1a;
}

.widget_recent_entries .title {
	display: none;
}

.widget_recent_entries ul {
	padding: 175px 15px 0 50px;
}

.widget_recent_entries ul li {
	padding: 0 0 15px 0;
}

/* *** End Sidebar *** */
/* *** Begin Side Labels *** */
#side {
	float: left;
	width: 190px;
}

a.side {
	text-indent: -9999em;
}

.side {
	position: relative;
	width: 190px;
	background-repeat: no-repeat;

}

#side-contact {
	top: 5px;
	left: -20px;
	height: 80px;
	background-image: url(/images/layout/side-contact.png);
}

#side-recipes {
	top: 0px;
	left: -15px;
	height: 150px;
	background-image: url(/images/layout/side-recipes.png);
}

#side-interviews {
	top: 15px;
	left: -15px;
	height: 200px;
	background-image: url(/images/layout/side-interviews.png);
}

#side-fitness {
	top: 5px;
	left: -15px;
	height: 150px;
	background-image: url(/images/layout/side-fitness.png);
}

#side-watch-1 {
	top: 600px;
	left: -5px;
	height: 60px;
	background-image: url(/images/layout/side-watch-1.png);
}

#side-watch-2 {
	top: 600px;
	left: -15px;
	height: 60px;
	background-image: url(/images/layout/side-watch-2.png);
}
/* *** End Side Labels *** */
/* *** Begin Nav *** */
#nav-main {
	width: 990px;
	height: 70px;
	float: left;
}

#nav-main li {
	float: left;
	height: 65px;
	background-repeat: no-repeat;
	background-image: url(/images/layout/nav-main.jpg);
}

#nav-main a {
	float: left;
	height: 65px;
	text-indent: -9999em;
	width: 100%;
}

#nav-main-home { background-position: 0 0; width: 125px; }
#nav-main-home:hover { background-position: 0 -65px; }

#nav-main-recipes { background-position: -125px 0; width: 160px; }
#nav-main-recipes:hover { background-position: -125px -65px; }

#nav-main-transition { background-position: -285px 0; width: 195px;}
#nav-main-transition:hover { background-position: -285px -65px; }

#nav-main-detox { background-position: -480px 0; width: 155px; }
#nav-main-detox:hover { background-position: -480px -65px; }

#nav-main-benefits { background-position: -635px 0; width: 160px; }
#nav-main-benefits:hover { background-position: -635px -65px; }

#nav-main-videos { background-position: -795px 0; width: 185px; }
#nav-main-videos:hover { background-position: -795px -65px; }


#nav-top {
	width: 600px;
	height: 60px;
	float: right;
}

#nav-top li {
	float: left;
	height: 60px;
	background-repeat: no-repeat;
	background-image: url(/images/layout/nav-top.jpg);
}

#nav-top a {
	float: left;
	height: 55px;
	text-indent: -9999em;
	width: 100%;
}

#nav-top-home { background-position: 0 0; width: 145px; }
#nav-top-home:hover { background-position: 0 -60px; }

#nav-top-twitter { background-position: -145px 0; width: 195px; }
#nav-top-twitter:hover { background-position: -145px -60px; }

#nav-top-rss { background-position: -340px 0; width: 110px;}
#nav-top-rss:hover { background-position: -340px -60px; }

#nav-top-contact { background-position: -450px 0; width: 150px; }
#nav-top-contact:hover { background-position: -450px -60px; }

.navigation {
	height: 90px;
	width: 540px;
	padding: 40px 35px 0 35px;
	float: left;
	background-image: url(/images/layout/navigation.jpg);
	background-repeat: no-repeat;
}

.navigation a {
	color: #1a1a1a !important;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.2em;
}

/* *** End Nav *** */
/* *** Begin Sitemap Page *** */
.ddsg-wrapper div {
	display: none;
}
/* *** End Sitemap Page *** */
/* *** Begin jCarousel *** */
#stories-label {
	text-indent: -9999em;
	width: 240px;
	height: 40px;
	background-image: url(/images/layout/success-stories.png);
	background-repeat: no-repeat;
	display: block;
}

#jcarousel-stories {
	width: 620px;
	height: 150px;
	float: right;
	margin: 5px 0 0 0;
}

#jcarousel-stories .polaroid {
	width: 110px;
	height: 110px;
	float: left;
}

#jcarousel-stories .story {
	float: left;
	width: 400px;
	margin: 0 0 0 10px;
}

#jcarousel-featured {
	width: 610px;
	height: 440px;
	float: left;
	background-image: url(/images/layout/featured.jpg);
}

#featured {
	float: left;
	margin: 30px 0 0 32px;
}

/* *** End jCarousel *** */
/* *** Begin WP *** */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignright {
	margin: 0 0 10px 10px;
}

img.alignleft {
	margin: 0 35px 10px 0;
	display: inline;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.says {
	display: none;
}

.site {
	font-style: normal;
}
/* *** End WP *** */
/* *** Begin Post *** */

.post {
	width: 610px;
	float: left;
	background-image: url(/images/layout/post-head.jpg) !important;
	background-repeat: no-repeat;
}

.post .body {
	margin: 20px 0 0 0;
	width: 540px;
	float: left;
	background-image: url(/images/layout/post-body.jpg);
	background-repeat: repeat-y;
	padding: 10px 35px 0 35px;
	
}

.post .foot {
	width: 610px;
	height: 50px;
	background-image: url(/images/layout/post-foot.jpg);
	float: left;
}

.post .entry {
	float: left;
	width: 540px;
}

.post img {
	border: 2px solid #e3dac8;
}

.post .entry {
	font-size: 1.0em;
	line-height: 1.2em;
}

.post .entry p {
	margin: 0 0 8px 0;
}

.post h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #1a1a1a;
	font-size: 2.0em;
	margin: 0 0 15px 0;
	line-height: 1.0em;
}

.post a {
	color: #b90000;
}

.post .more-link {
	float: right;
	padding: 5px 5px 0 0;
}

.post h1 a {
	color: #1a1a1a;
}

.post span.time {
	margin: -8px 0 15px 0;
	display: block;
	color: #666666;
}

.post .postmetadata {
	padding-top: 10px;
}

.post ul {
	margin: 0 0 0 20px;
	list-style: disc;
}

.post ul li {
	margin: 0 0 5px 0;
}

/* *** End Post *** */
/* *** Begin Comments *** */
#comments {
	margin: 0 0 20px 0;
}
.comments {
	width: 610px;
	float: left;
	background-image: url(/images/layout/post-head.jpg) !important;
	background-repeat: no-repeat;
}

.comments .body {
	margin: 20px 0 0 0;
	width: 540px;
	float: left;
	background-image: url(/images/layout/post-body.jpg);
	background-repeat: repeat-y;
	padding: 10px 35px 0 35px;
	
}

.comments .foot {
	width: 610px;
	height: 50px;
	background-image: url(/images/layout/post-foot.jpg);
	float: left;
}

.commentlist li.comment {

}

.comments a {
	color: #b90000;
}


.commentlist li > div {
	margin: 5px;
	border: 2px solid #e3dac8;
	padding: 5px;
		min-height: 100px;
}

.comment-author {
	float: left;
	width: 80px;
	padding: 0 10px 10px 0;
	clear:both;

}

.depth-2 {
	margin-left: 20px;
}

.depth-3 {
	margin-left: 20px;
}
.commentlist div.reply {
	padding: 15px 0 10px 0;
}

.comment-meta {
	margin: 0 0 5px 0;
}

.comment-meta a {
	color: #666666;
}



#respond {
	margin: 20px 0 0 0;
}

/* *** End Comments *** */

/* *** Begin Footer *** */

#footer {

	width: 990px;
	float: left;

	margin: 20px 0 0 0;
}

#nav-foot {
	font-size: 1.2em;
	font-family: "Courier New", Courier, monospace;

	color: #1a1a1a;
	padding: 50px 35px 0 75px;
	height: 250px;
	background-image: url(/images/layout/nav-foot.jpg);
}

#categories {
	font-weight: bold;
}

#pages {
	margin: 50px 0 0 0;
}

#categories a, #pages a {
	color: #1a1a1a;
}

#categories .cat-item, #pages .page_item {
	width: 220px;
	float: left;
	margin: 0 0 5px 0;
	
}

#categories ul.children {
	margin: 0 0 0 20px;
	font-size: 0.8em;
}

#categories ul.children .cat-item {
	margin: 0 0 2px 0;
}

#copyright {
	margin: 40px 0 0 0;
	float: left;
	color: #666666;
	width: 990px;
	text-align: center;
}

#copyright a {
	color: #666666;
}


/* *** End Footer *** */
/* *** Begin Aweber *** */

#aweber-form {
	width: 350px;
	height: 480px;
	background-image: url(/images/layout/aweber-form.jpg);
}

#aweber-form .content {
	padding: 160px 25px 0 25px;
	line-height: 1.2em;
}
/* *** End Aweber *** */

/* *** Begin Header Optin *** */
#sidebarSubscribeForm {
	text-align: center;
	padding: 0;
	margin: 0;
	width: 250px;
}

#sidebarSubscribeQuestion {
	width: 252px;
	height: 100px;
	text-align: right;
	margin-bottom: 8px;
}
#sidebarSubscribeName {
	background-image: url(/images/sideBarSubscribeHelpName.jpg);
	background-repeat: no-repeat;
	width: 252px;
	height: 32px;
	text-align: right;
	margin-bottom: 8px;
}

#sidebarSubscribeEmail {
	background-image: url(/images/sideBarSubscribeHelpEmail.jpg);
	background-repeat: no-repeat;
	width: 252px;
	height: 32px;
	text-align: right;
	margin-bottom: 8px;
}

#sidebarSubscribeForm input[type="text"] {
	width: 188px;
	height: 22px;
	border: 1px solid #8d8d8d;
	color: #363636;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px 6px 4px 6px;
	margin: 0px;
	position:relative;
	text-align:left;
}
#sidebarSubscribeForm input[type="text"]:hover {
	background: #def7fe;
	border: 1px solid #4ab7fe;
	color: #2C84DA;
}
#sidebarSubscribeForm input[type="text"]:focus {
	background: #f8ffba;
	border: 1px solid #FFDB72;
	color: #000;
}

.subscribeCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0px;
	line-height: 1.2em;
}
.subscribeSubmit {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  width: 244px;
}
#subscribeSubmitPadding {
  padding: 4px;
  background-color: #cc0000;
  margin: 0px;
  border-width: 4px;
  border-color: #cc0000;
  border-spacing: 0;
}

#sidebarSubscribeForm {
	text-align: center;
	padding: 0;
	margin: 0;
	width: 250px;
}

/* *** End Header Optin *** */