/*
Theme Name:	Traction PRO Child Theme
Theme URI: 	http://thethemefoundry.com/traction/
Description: 	PRO child theme for Traction.
Version: 1.0
Author:		The Theme Foundry
Author URI:	http://thethemefoundry.com/
Template: traction
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("stylesheets/master.css");
/* @import url("stylesheets/css3_custominputs.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;
}

/* 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; }

/* Add border to flickr slideshow */
#sidebar .fidgetr_item_crossfade,.fidgetr_item_crossfade {
  padding: 7px;
  line-height: 0;
  background: #fff;
  border: 1px solid #aaa;
}

/* 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(file:///C|/Users/Khalat/Desktop/keu/traction/randomwire/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;}


/* 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; }


/* Twitter and Facebook share buttons */

div.share-twitter {
  float: right;
  margin: 14px -10px 0 0;
}

div.share-buzz {
  float: right;
  margin: 12px 15px 0 0;
}

div.share-facebook {
  float: right;
  margin: 12px 15px 0 0;
}

div.share-this {
  float: right;
  margin: 13px 5px 0 0;
}

/* Comments Pagination */

div.comment-page {
  margin-top: 5px;
  font-size: 1.5em;
  float: right;
}