/*
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;
}
*/
h1 {
	color: #993333;
}


.color1 {
	color: #993333;
}

.color2 {
	color: #3F7433;
}

.color3 {
	color: #CC9900;
}

div.feature-sidebar ul li a strong {
	color: #285A86;
	color: #2E4371;	
}	

div.feature-main h3 a:link, div.feature-main h3 a:visited {
	color: #993333;
}	

table {
	border: 0px solid #666666;
	width:95%;
	border-collapse: collapse;
	box-shadow:5px 5px 10px #969696;
	-webkit-box-shadow:5px 5px 10px #969696;
	-moz-box-shadow: 5px 5px 10px #969696;
}

table.no-shadow {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

td {
	border: 0px solid #666666;
	padding: 5px 10px 3px 3px;
}

th {
	border: 1px solid #666666;
	background-color: #A9A7A6;

}

td.alignright {
	text-align: right;
	border: 1px solid #666666;
}

td.alignleft {
	text-align: left;
	border: 1px solid #666666;
}

td.aligncenter {
	text-align: left;
	border: 1px solid #666666;
}

table.stripe tbody tr.odd {
	border: 1px solid #666666;
	background-color: #f7f4ed;
	background-color: #F7F7F7;
}
table.stripe tbody tr.even {
	border: 1px solid #666666;
	background-color: #DCDCDC;
}

table.stripe td {
	border: 1px solid #666666;
}

.page-restrict {
	margin-top: 5px;
}

.faq-answer  {
  padding-left:2px;
  display:none;
  margin-top:0.2em;
  margin-bottom:0.4em;
  border: 1px solid #aaaaaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.faq-answerimg  {
  background:url("/images/Time-16x16.png") no-repeat scroll left center;
  padding-left:22px;
  display:none;
  margin-top:0.2em;
  margin-bottom:0.4em;
  border: 1px solid #aaaaaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}



div.box {
  padding-left:10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #aaaaaa;
}

.copyright {
	font-size:1.1em;
	line-height:1.4em;
	margin:15px 0;
}

#footer {
	padding-bottom:20px;
}

ul.list li {
	list-style:disc; 
	list-style-position:inside;
}

img.feature-photo {
	box-shadow:3px 3px 5px #969696;
	-webkit-box-shadow:3px 3px 5px #969696;
	-moz-box-shadow: 3px 3px 5px #969696;
}

h4,h5,h6 {
	padding-top: 13px;
}

#sidebox img {
	background: none;
	border: 0px solid #aaaaaa;
}

.slides ul {
	padding-top: 10px;
}
.slides ul li {
	list-style:disc; 
	list-style-position:inside;	
	text-indent: -13px;
	padding-left: 20px;	
	margin-left: 5px;	
}

div.feature-sidebar ul {
	margin-top: 25px;
}

#slider-arrows-top {
	margin:0 auto;
	width:64px;
	padding-bottom:20px;
}

#copyright {
	display: none;
}

#pg-nav-bg {
	display: none;
}

#header {
	padding-top:10px;
}

h1#title, div#title, div.logo img {
	padding:30px 0 0 0px;
	border: 0px solid #aaaaaa;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#description {
	padding-left:30px;
}

#comments p.note {
	display:none;
}

.tags, .cats {
	display:none;
}

#main-top h4 {
	display:none;
}

a img.border, :link img.border, :visited img.border {
	border: 1px solid #aaaaaa;
	padding: 7px;
	box-shadow:3px 3px 5px #969696;
	-webkit-box-shadow:3px 3px 5px #969696;
	-moz-box-shadow: 3px 3px 5px #969696;
	background:none repeat scroll 0 0 #FFFFFF;
}

div.feature-main ol {
	list-style-position:outside;
	list-style-type:none;
	margin:5px 0 5px 40px;
	padding-top: 5px;
	padding-bottom: 3px;
}

ol.no-list li {
	list-style-type:none;
	padding-top: 5px;
	padding-bottom: 3px;
}
