/*
Theme Name: Traction PRO Child Theme
Theme URI: http://thethemefoundry.com/traction/
Description: PRO child theme for Traction.
Version: 1.02
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
-----------------------------------------------------------*/

body {
   font-family: Courier New;
   font-color: 00000;		
}
 
h1,h2,h3,h4,h5 {
   font-family: Courier New;
}

#description {
   font-family: Courier New;
}

header {
   font-family: Courier New;
}

.tags, .cats {
   font-family: Courier New;
}

#pg-nav-bg {
background:url("../images/flw-bg.png") repeat-x scroll left top #000000;
height:0px;
}

/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/