/*
Theme Name:	Traction WIDE Child Theme
Theme URI: 	http://thethemefoundry.com/traction/
Description: 	WIDE child theme for Traction.
Version: 1.02
Author:		The Theme Foundry / David Gilbert
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 {
  	background: #636363;
}

.wrapper.big { background:  #636363; } */


/* Add border to images and videos */
.entry img {
  	padding: 7px;
  	background: #fff;
  	border: 1px solid #aaa;
}

object {
  	padding: 7px;
  	background: #fff;
  	border: 1px solid #aaa;
	display: block;
}


/* Add border to flickr slideshow */
#sidebar .fidgetr_item_crossfade,.fidgetr_item_crossfade {
  padding: 7px;
  line-height: 0;
  background: #fff;
  border: 1px solid #aaa;
}


/* Remove styling from certain images */
.wp-smiley {
	padding: 0 !important;
	background: none !important;
	border: none !important;
	}

.attachment-thumbnail {
	padding: 0 !important;
	background: none !important;
	border: none !important;
	}

.size-thumbnail {
	padding: 0 !important;
	background: none !important;
	border: none !important;
	}

.more-link img{
	padding: 0 !important;
	background: none !important;
	border: none !important;
	}

/* Remove image rotation */
div.feature-sidebar ul li a:hover img, a:hover img.index-post-thm { -moz-transform: none; -webkit-transform: none; }
a:hover img.index-post-thm { -moz-transform: none; -webkit-transform: none; }


/* Home page comment links */
.comment-number-home {
  padding: 0 0 10px 0; 
  text-shadow: 0 1px 0 #fbfbfb;
  font-weight: bold;
  clear: both;
}
.comment-number-home span {
  float: left;
  display: block;
  padding: 0 0 0 25px;
  font-size: 1.5em;
  background: url(images/comments-home.png) no-repeat 0 .2em;
}

.comment-number-home  span a:link {color: #444;}
.comment-number-home  span a:visited {color: #444;}
.comment-number-home  span a:hover {color: #662222;}


/* Comments Pagination */

div.comment-page {
  margin-top: 5px;
  font-size: 1.5em;
  float: right;
}


/* Subscribe Remind box */
.sub-remind {
  	text-shadow: 0 1px 0 #fbfbfb;
	border-top: 1px solid #CDCFD1;
	border-bottom: 1px solid #CDCFD1;
	background: #DADCDE;
	margin: 0 0 20px 0;
  	padding: 0 20px;
  }
  
.sub-remind p { margin: 10px 0; }


/* Share This button */

div.share-this {
  float: right;
  margin: 13px 5px 0 0;
}


/* Widen content area to fit 640px photos - +36px */

.wrapper { width: 996px; }
.main-top-left { width: 674px; }
#content { width: 654px; }
div#cat-nav { width: 996px; }
div.c-body { width: 533px; }
#comments ul.children div.c-body { width: 399px; }
#comments ul.children ul.children div.c-body { width: 252px; }
div.feature-main { width: 654px; }
div.feature-main .container { width: 654px; }
div.feature-main .slides div { width: 654px; }
