/*
Theme Name:	Traction PRO Child Theme
Theme URI: 	http://thethemefoundry.com/traction/
Description: 	PRO child theme for Traction.
Version: .97
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
-----------------------------------------------------------*/

#header { padding-bottom: 10px; }
div.logo { float: left; }
h1#title, div#title, div.logo img {
  padding: 10px 0 0 20px;
  font-size: 3em;
  color: #f8f8f8;
  font-weight: bold;
  text-shadow: 0 2px 0 #000;
}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #fff; }
h1#title a:hover, div#title a:hover { text-decoration: none; }
div.banner {
  float: right;
  margin: 20px 0 0 0;
}

#irWidget label { display: block; float: left; width: 60px; }
#irWidget input.field { display: block; float: left; width: 195px; }
#irWidget input.loginBtn { float: right; }
.clr { clear: both; }

input.text-input, form#commentform textarea {
  padding: 5px;
  width: 150px;
  font-size: 1em;
  }
