/*
Theme Name: Crude FitnessTheme 
URI: http://www.crudefitness.com
Description: Typography stylesheet
Version: 1.0
Author: Matt Neville
Tags: crude fitness typography styles

Pro tips:
font-size: 12px;line-height: 14px;
font-weight: 100; (100, 200, 300..., normal, bold, bolder, lighter)
word-spacing: 10.2em (best to use em rather than px)
letter-spacing: -0.065em; (best to use em rather than px)
*/

/* General
********************/
body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
}
h2, #nav {
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight:400;
}
#nav a {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
h2, h3, h4 { /* an attempt to enforce a lighter font-weight on heading tags, which are naturally heavier */	
	/*font-weight:100 !important  !important basically tells a browser to USE this style!!! */
}

/* headings at top of page */
h2 {	
	font-size:1.7em; 
	/*font-weight:normal;*/ 
	line-height:29px;
}
	
/* headings for sub-feature articles on homepage (in the 2 column section) */
#content-inner .column-2 h2 {	
	font-size:14px;	
	/*font-weight:normal;*/	
	font-weight:100;
}


/* sub headings */
#sidebar h2, 
#comments h2, 
#respond h2, 
#sidebar .title {
	font-size:14px;	
	/*text-transform:uppercase;*/	
	letter-spacing: 0.065em;
}
#sidebar .title {
	line-height:29px;
}

/* the bulk of all post sizes, predominantly all left hand content unless overridden */
#content {
	font-size:13px;
	line-height:18px;
 }

#content h3 {
	font-size:1.1em; 
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	/*text-transform:uppercase;*/	
	/*letter-spacing: 0.072em;*/
	font-weight:300;
	color:#ff9900;
}

/* very top text on all pages in the masthead, text in "Leave Comments" section as well as respond */
#masthead, 
#respond {
	font-size:11px;
}
#comments {
	font-size:12px;
} 

/* text in the side bar, text in the footer */
#sidebar, 
#footer {
	font-size:12px;
	line-height:17px;
}

/* Posts
********************/
/* meta data above posts, meta data in footer of posts, text size in pagination links */
.post-header,
.post-footer,
.post-navigation {
	font-size:11px;
}

/* bottom padding on post parapgraphs in left content area */
.post-entry p {
	padding-bottom:23px
}

/* bottom padding on post parapgraphs in sidebar */
#sidebar .post-entry p {
	padding-bottom:13px;
}

/* Posts - Images
********************/
.wp-caption-text {
	font-size:11px;
	letter-spacing:0.04em;
	color:#674632;
	line-height:1.26em;
	padding:4px 6px 10px 0px;
}

/* Sidebar - Tabs
********************/
.tab-nav {
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
}

/* Forms
********************/
#commentform #submit {
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	line-height:0;
}

/* Tiny MCE Dropdown Style Hooks
********************/
.highlight {color:#d3b5a9}
.headingstyle {color:#ff9900}
.comment {color:#674632}


/* Article Tables
********************/
.articleTable {
padding-bottom: 25px;
}
.articleTable TD{
border-bottom:1px #441A13 solid;
font-family:Helvetica, arial, sans-serif;
font-size:12px;
padding:5px;

}
.articleTable .headerRow{
border-bottom:1px #441A13 solid;
border-bottom:1px #441A13 solid;
font-family:Helvetica, arial, sans-serif;
font-size:12px;
background-color: #36160f;
color:#ff9900;

} 
.headerRow{
border-bottom:1px #441A13 solid;
background-color: #36160f;
border-bottom:1px #441A13 solid;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#ff9900;
padding-right: 5px;
padding-left: 5px;
}

/* Review Tables
********************/
.reviewTable {
font-family:Helvetica, arial, sans-serif;
line-height:18px;
padding-bottom: 0px;
padding-top: 0px;

} 
.reviewTD {
background-color: #36160f;
border-bottom:1px #441A13 solid;
border-left:1px #441A13 solid;
border-top:1px #441A13 solid;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
text-transform:uppercase;
line-height:1.26em;
padding:4px;
padding-right: 10px;
padding-left: 15px;
}

.reviewData {
border-bottom:1px #441A13 solid;
border-top:1px #441A13 solid;
font-family: Arial, Helvetica, sans-serif;
padding:4px;
padding-right: 10px;
padding-left: 15px;
}

.reviewRow{
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color:#d3b5a9;
padding:4px;
padding-right: 15px;
padding-left: 15px;
}

.reviewImage {
background-color: #2e120c;
border-bottom:1px #441A13 solid;
border-top:1px #441A13 solid;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
padding:4px;
padding-right: 10px;
padding-left: 15px;
}

.reviewMainTable {
font-family:Helvetica, arial, sans-serif;
padding-bottom: 20px;
padding-top: 0px;

} 
