/*
Theme Name: Traction PRO Child Theme
Theme URI: http://thethemefoundry.com/traction/
Description: PRO child theme for Traction.
Version: 1.01
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: traction
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../traction/stylesheets/master.css");

/* Required WordPress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Logo
-----------------------------------------------------------*/
div.logo.logo-img { line-height: 0; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/
body {
	font: 62.5% Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #444;
	line-height: 2.2em;
	background: none;
        background-color: #282828;
	min-width: 960px;
}

#main { background: #FFF url(../traction/images/main-body.png) repeat-y center top; }

#header { padding-bottom: 20px; 
background-color: #FFF;
}

.wrapper.big {
     background:none;
}

#header {
background-color:#FFFFFF;
padding-bottom:0;
}

#cat-nav {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:transparent;
background-image:url("../images/nav.png");
background-position:center bottom;
background-repeat:no-repeat;
clear:both;
float:left;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:10px;
width:960px;
}

.nav {
float:left;
line-height:30px;
margin-bottom:0;
margin-left:20px;
margin-right:20px;
margin-top:0;
width:100%;
}
.post {
border-bottom-color:#D5D7D8;
border-bottom-style:solid;
border-bottom-width:1px;
margin-bottom:15px;
position:relative;
}
.entry {
font-size:1.3em;
margin-bottom:30px;
margin-left:200px;
margin-right:0;
margin-top:0;
}
.entry.nothumb {
margin-bottom:15px;
margin-left:0;
margin-right:0;
margin-top:0;
}
