/*
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
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
.wrapper.big { background: url(../images/wrap-glow.jpg) no-repeat center top; /*background: url(../images/grid.png) repeat-y center top;*/ }


/*Header
------------------------------------------------------------ */
#header { padding-bottom: 0px;
}

blockquote { background: #CBCBCB; }

/*Description
---------------------------------------*/
#description { 
  margin: 5px 0 0 25px;
  color: #993333;
  font-family: Papyrus, Georgia, Times, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 2.3em;
  line-height: 1;
}

.nav a {
  font-family: Papyrus, Georgia, Times, sans-serif;
}

#pg-nav .nav a  {
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}

}
#pg-nav .nav a:hover { color: #993333; }
#pg-nav .nav ul { 
  z-index: 1000; 
  background-image: url(../images/nav-bottom-pg.png);
}

img.index-post-thm { margin-right: 15px; float: left; }

.entry { margin: 0 0 30px 0; }

/*Main Top
------------------------------------------------------------ */
#main-top h4 {
  float: left ;
  padding: 15px 0 0 20px;
  font-size: 1.6em;
  line-height: 1;
  font-weight: bold;
  color: #dbdbdb;
  text-shadow: 0 1px 0 #000;
}
.subscribe {
  float: right;
  width: 262px;
  margin: 5px 5px 5px 5px; 
}
.subscribe h4 {
  float: left;
  font-weight: bold;
  font-size: 1.6em;
  color: #c1c1c1;
  text-shadow: 0 1px 0 #000;
  padding: 10px 10px 10px 10px;
}
#main-top .rss-feed a:hover {
 color: #fff;
}
.subscribe ul { float: right;}
.subscribe ul li {
  float: left;
  margin-left: 8px;
}
.subscribe li a:link, .subscribe li a:visited  { opacity: .9; }
.subscribe li a:hover { opacity: 1; }
.subscribe li a:active { opacity: .5; }