/**
  Theme Name: Raw for Thirty
  Version: 1.0
  Author: Ivan Novak
  Author URI: http://www.ivannovak.com
*/
/*
========================================================
Meyer Reset
========================================================
*/

/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
========================================================
Text from 960gs
========================================================
*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
	font-weight: bold;
}

h6 {
	font-size: 90%;
	font-weight: bold;
}

small {
	font-size: 90%;
}

p {
	margin-bottom: 20px;
}

/*
========================================================
Color Pallette
========================================================

	Rust Orange = 	#8a441c
	Forest Green =	#095418

*/

	


/*
========================================================
Page Elements
========================================================
*/


html {
  overflow-y: scroll;
}

body {
	background: url(http://www.rawfor30days.com/blog/wp-content/themes/rawfor30blog/-img/bg.jpg) left top repeat;
}

#canvas {
  width: 895px;
  margin: 0 auto;
  background: url(http://www.rawfor30days.com/blog/wp-content/themes/rawfor30blog/-img/bg-canvas.jpg);
  background-position: top left;
  background-repeat: repeat-y;
  background-color: #ffffff;
  display: block;
  padding-left: 1px;
}

#header {
  margin: 0 0 0 0;
  height: 273px;
  overflow: visible;
}
#header.subpage{
	height: 214px;
}
  #header > table {
  	margin-left: -47px;
  	background-image: url(http://www.rawfor30days.com/blog/wp-content/themes/rawfor30blog/-img/header.gif);
  	background-position: 0 33px;
  	height: 273px;
  	background-repeat: no-repeat;
  }
  #header.subpage > table {
  	background-image: url(http://www.rawfor30days.com/images/norm/header.gif);
  	height: 214px;
  	display: block;
  }
  	#header > table tr {
  		margin: 0;
  		padding: 0;
  	}
  		#header .topnav a {
  			display: block;
  			float: left;
  		}
  		#header .topnav a.nav_first {
  		}
  .headerGraphic{
  	position: relative;
  	left: -47px;
  	top: 0;
  	float: left;
  }
  /** the heading and tagline are h1 on homepage and h4 on internal */
  #header h1,
  #header h4 {
    margin: 0;
    padding: 10px 0 10px 0;
  }
    /** the tagline is a span within the h1 or h4 */
    #header h1 span,
    #header h4 span { }

  /**
    Nav and Subnav
    Split these out if you want the two levels to look different
  */
  .menu {
  	margin-top: -240px;
  	float: right;
  	width: 430px;
  }
  
  .menu ul li {
      text-transform: uppercase;
  }

  .menu ul,
  .menu ul li ul {
    list-style: none;
  }
  
  .menu ul li,
  .menu ul li ul li {
      float: left;
      font-size: 140%;
      padding: 10px;
      margin: 0 10px;
  }
  
  .menu ul li a,
  .menu ul li ul li a {
	  color: #8a441c;
	  text-decoration: none;
  }
  
  .menu ul li a:hover,
  .menu ul li ul li a:hover {
	  color: #095418;
	  text-decoration: none;
  }
  
  #subNav {
    margin-top: 10px;
  }
    #nav li,
    #subNav li {
      display: inline;
      padding: 0 10px 0 0;
    }
    /* Currently selected page nav item (and parent) if applicable */
    .current_page_item a,
    .current_page_parent a {
      text-decoration: none;
    }
      .current_page_item a:hover,
      .current_page_parent a:hover {
        text-decoration: underline;
      }
#thin-transition{
	position: absolute;
	left: 50%;
	top: 273px;
	margin-left: 439px;
	width: 9px;
	overflow: hidden;
}
#thin-transition.subpage {
	top: 214px;
}
/**      main content     */
#primaryContent {
  width: 675px;
  float: right;
  padding: 0 20px 0 25px;
  margin: 0;
}
  #primaryContent h1 {
    padding: 0;
    margin: 10px 0 0 0;
  }

  #primaryContent h2 {
    padding: 0;
    margin: 10px 0 0 0;
  }

  /* titles are h2 on homepage and h1 for internal */
  #primaryContent h1.postTitle,
  #primaryContent h2.postTitle {
    font-size: 200%;
  }

  #primaryContent h1.postTitle a,
  #primaryContent h2.postTitle a {
	text-decoration: none;
	color: #095418;
  }

  #primaryContent h1.postTitle a:hover,
  #primaryContent h2.postTitle a:hover {
	text-decoration: underline;
  }

  #primaryContent small {
  	color: #8a441c;
  }

  #primaryContent h3 {
    padding: 0;
    margin: 10px 0 0 0;
  }
	.postWrapper div.titleWrap div.comments{
		float: right;
		padding-top:10px;
	}
	.postWrapper div.titleWrap div.comments a {
		color: #8a441c;
		text-decoration: none;
	}

	.postWrapper div.titleWrap div.comments a:hover {
		color: #095418;
		text-decoration: underline;
	}

		.postWrapper div.titleWrap div.comments span{font-size:16px;}
	.postWrapper div.titleWrap div.title{
		float: left;
		width: 75%;
	}
	.postWrapper div.titleWrap .title .date {
		background-image: url(http://www.rawfor30days.com/blog/wp-content/themes/rawfor30blog/-img/calendar.png);
		background-repeat: no-repeat;
		height: 58px;
		width: 58px;
		display: block;
		text-align: center;
		padding-right: 10px;
		font-family: "Times New Roman", serif;
	}
		.date span.month {
			color: white;
			font-size: 14px;
			line-height: 20px;
			display: block;
			line-height: normal;
			display: block;
			position: relative;
			top: 1px;
		}
		.date span.day {
			font-size: 220%;
			text-align: center;
			padding: 0;
			color: #095418;
			vertical-align: middle;
			height: 29px;
			position: relative;
			bottom: 5px;
		}
	
		.postWrapper div.titleWrap div.title h2.postTitle{
			font-size: 20px;
			text-align: left;
			margin:0;
			padding:0;
		}
	.postWrapper div.titleWrap small {
		font-size: 110%;
	}
	
	.postWrapper div.titleWrap {
		padding-bottom: 10px;
		font-family: "Times New Roman", serif;
	}
    
  ol#posts {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
  }

    li.postWrapper,
    div.postWrapper { }

      .postWrapper img { }

      div.post { }

      div.postMeta p {
      	font-size: 18px;
      	color: #8a441c
      }
      div.postMeta .sharing {
      	float: left;
      }
      div.postMeta .sharing .delicious,
      div.postMeta .sharing .digg,
      div.postMeta .sharing .email,
      div.postMeta .sharing .facebook,
      div.postMeta .sharing .stumble,
      div.postMeta .sharing .twitter {
      	padding: 3px 8px 0;
     	background: url(http://www.rawfor30days.com/blog/wp-content/themes/rawfor30blog/-img/socialSprite.png) left top no-repeat;
     	overflow: hidden;
     	text-decoration: none;
      }
      div.postMeta .sharing .delicious {background-position: 0 0}
      div.postMeta .sharing .digg {background-position: -24px 0} 
      div.postMeta .sharing .email {background-position: -48px 0}
      div.postMeta .sharing .facebook {background-position: -72px 0}
      div.postMeta .sharing .stumble {background-position: -96px 0}
      div.postMeta .sharing .twitter {background-position: -120px 0}

	  div.postMeta .comments {
	  	text-align: right;
	  	float: right;
	  	font-size: 14px;
	  }
	  div.postMeta .comments span {
	  	font-size: 18px;
	  }
	  div.postMeta span.socialShare,
	  div.postMeta span.socialEmail {
	  	 margin-left: 10px;
	  }
	  div.postMeta .comments a,
	  div.postMeta .sharing .stbutton,
	  div.postMeta .socialEmail a {
	  	text-decoration: none;
	  	color: #8a441c;
	  }
	  div.postMeta .comments a:hover,
	  div.postMeta .sharing .stbutton:hover,
	  div.postMeta .socialEmail a:hover {
	  	color: #095418;
	  }

  #pagination {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
    #pagination li {
      display: inlne;
    }
    #pagination .previous {
      text-align: left;
      float: left;
    }
    #pagination .future {
      text-align: right;
      float: right;
    }

/**
 * SECONDARY CONTENT
 */
#secondaryContent {
  width: 174px;
  float: left;
}
  #secondaryContent h3 {
    padding: 0;
    margin: 10px 0 0 0;
  }

  /**
    Remove bullets from the first level sidebar UL and give each item some bottom margin.
    IE 6 doesn't like the selectors, I can live with that but if you can't then
    you'll need to extend this further.
  */
  #secondaryContent > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
    #secondaryContent > ul > li {
      margin: 0 0 10px 0;
    }

  /** the HTML is a bit dodgy for the tag cloud, need to add some padding
      between the title and the first href */
  .widget_tag_cloud a {
    padding-left: 5px;
  }
  
  #sidebar-top{
  	background-image: url(http://www.rawfor30days.com/blog/wp-content/themes/rawfor30blog/-img/bg-sidebar-transition.jpg);
  	background-position: bottom left;
  	background-repeat: no-repeat;
  	padding-bottom: 64px;
  	margin-left: -1px;
  }
  #sidebar{
  }
  	.widgetWrap{}
  		.widgetWrap .widget {
  			background-image: url(http://www.rawfor30days.com/blog/wp-content/themes/rawfor30blog/-img/sidebar-widget-top.png);
  			background-position: top left;
  			background-repeat: no-repeat;
  			width: 135px;
  			display: block;
  			padding: 10px 20px 1px;
  			text-align: center;
  		}
  		.widgetWrap .widget.sidenav {
  			background-image: url(http://www.rawfor30days.com/blog/wp-content/themes/rawfor30blog/-img/sidebar-nav-top.png);
  		}
	  	.widgetWrap .widget-bottom{
	  		background-image: url(http://www.rawfor30days.com/blog/wp-content/themes/rawfor30blog/-img/sidebar-widget-bottom.png);
	  		background-position: bottom left;
	  		background-repeat: no-repeat;
	  		height:14px;
	  		widows: 175px;
	  		display: block;
	  	}
	  	.widgetWrap .widget-bottom.sidenav {
	  		background-image: url(http://www.rawfor30days.com/blog/wp-content/themes/rawfor30blog/-img/sidebar-nav-bottom.png);
	  	}
	  		.widgetWrap .widget h4 {
	  			margin-top: 5px;
	  			font-size: 120%;
	  			color: #42300f;
	  		}
	  		.widget p{
	  			margin-bottom:12px;
	  			color: #42300f;
	  		}
	  		.widgetWrap .widget.sidenav p {
	  			font-size: 120%;
	  		}
	  		.widgetWrap .widget.sidenav p a{
  				color: #f7e0c1;
  				text-decoration: none;
  			}
  			.widgetWrap .widget.sidenav p a:hover {
  				color: white;
  			}

#comment {
  width: 500px;
}

h2#comments,
h2#postcomment {
	margin-bottom: 20px;
	color: #8a441c;
}

ol#commentlist li {
	margin-bottom: 20px;
}
ol#commentlist li p {
	margin-bottom: 10px;
}

form#commentform input#submit {
	border: 1px solid #b75a25;
	background-color: #8a441c;
	color: #fff2a6;
	padding: 8px;
	font-weight: bold;
}
form#commentform input#submit:hover {
	border: 1px solid #0e8827;
	background-color: #095418;
	color: #93e497;
}

#footer {
  background: url(http://www.rawfor30days.com/blog/wp-content/themes/rawfor30blog/-img/bg-bottom.jpg) left bottom no-repeat;
  clear: both;
  font-size: 80%;
  height: 108px;
  width: 895px;
  color: #f7e0c1 !important;
  font-family: Tahoma;
  font-size: 7.5pt;
  font-weight: bold;
  text-decoration: none;
}
	#footer .footerlinks {
	  font-family: "Times New Roman", Times, serif;
	  font-size: 11pt;
	  font-style: italic;
	  color: #f7e0c1;
	}
	#footer .footerlinks1{
		color: white;
	}
	#footer .footerlinks1:hover {
		text-decoration: underline;
	}
	#footer a {
		color: #f7e0c1;
		text-decoration: none;
	}
	#footer a:hover {
		color: #ffffff;
	}

.expert {
	text-align: left;
	margin-bottom: 30px;
}
	.expert img {
		float: left;
		padding-right: 15px;
	}
	.expert .expert-text{
		float: left;
		width: 545px;
	}
	
.disclaimer {
	background-color: #efefef;
	padding: 10px;
	margin: 10px 10px 0 0;
	border: dashed 1px #666;
}
.dvdbuynow {
	float: right;
	padding-left: 10px;
	width: 221px;
}
#primaryContent h3.section-heading {
	color:#990000;
	font-size:24px;
	margin: 0 0 25px;
}
.testimonial-heading{
	color:#006600;
	font-weight:bold;
	text-align: center !important;
}
ol,ul {
	list-style-position: outside;
	list-style-type: decimal;
	list-style-image: none;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: Verdana, sans-serif;
}
ul {
	list-style-type: disc;
}
.bonus-heading{
	font-size: 140%;
	font-weight: bold;
	text-align: center !important;
	margin-bottom: 0;
}
/** normally hidden but will appear when css disabled */
.skip,
.noCss {
  position: absolute;
  left: -9999px;
}

.last {
  margin-right: 0;
}

.clearboth {
  clear: both;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}
em {
	background: #f8f97b;
	font-style: normal;
}
.red {
	color: #ff0000;
}
.leftjustify {
	text-align: left;
}
.rightjustify {
	text-align: right;
}