/*
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
-----------------------------------------------------------*/
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.nav {
  text-transform: uppercase;
}

h2.widgettitle {
  text-transform: uppercase;
}

.entry p.wp-caption-text {
  font-size: 75%;
  font-style: normal;
  font-weight: bold;
}

#main-top {
  background-color: #f8f8ff;
}

#main-top h4 {
  font-size: 1.7em;
  color: #000;
  text-shadow: 0 .5px 0 #fff !important;
}

.subscribe h5 {
  font-size: 1.7em;
  color: #000;
  text-shadow: 0 .5px 0 #fff !important;
}

.post .date {
  background-color: #993333;
}

.post .date div {
  color: #fff;
}

.post .date .month {
  color: #f8f8ff;
}

#copyright {
  color: #993333;
}

#copyright a:link, #copyright a:visited {
  color: #993333;
}

blockquote {
  font-style: normal;
}

div.single-comments a {
  text-shadow: 0 .5px 0 #fff !important;
}

h2.widgettitle {
  color: #993333;
}

#newsletter h3 {
  color: #993333;
}
