/*
Theme Name: Traction PRO Child Theme
Theme URI: http://thethemefoundry.com/traction/
Description: PRO child theme for Traction.
Version: 1.01
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;
}
*/
.post .date {
  display: none;
}
.entry a.more-link:link, .entry a.more-link:visited {
-moz-border-radius:16px 16px 16px 16px;
background:url("../images/feature-li-bg.png") repeat-x scroll left bottom #EEF0F2;
border:1px solid #AAAAAA;
color:#444444;
display:block;
float:right;
font-weight:bold;
margin-bottom: 10px;
padding:4px 20px;
text-shadow:0 1px 0 #FFFFFF;
}
.entry a.more-link:hover {
background:url("../images/feature-li-bg-hover.png") repeat-x scroll left bottom #F3F5F7;
border:1px solid #C9C9C9;
}
