/*
Theme Name: Traction PRO Child Theme
Theme URI: http://thethemefoundry.com/traction/
Description: PRO child theme for Traction.
Version: 1.02
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;
}
*/

@font-face {
	font-family: 'AdelleBasicBold';
	src: url('adellebasic_bold-webfont.eot');
	src: local('☺'), url('adellebasic_bold-webfont.woff') format('woff'), url('adellebasic_bold-webfont.ttf') format('truetype'), url('adellebasic_bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.logomark {
	position: relative;
	top: -20px;
	float: left;
	margin-bottom: -45px;
}

h1#title, div#title {
	font-size: 25px;
	margin-bottom: -5px;
}

.tpd-group {
	float: right;
	margin: 20px 20px -36px 0;
	position: relative;
}

h1.title, h1#title, div#title, ul#menu-main-navigation, div.feature-sidebar h2, div#main-top h4, div.subscribe h5 {
	font-family: 'AdelleBasicBold', Helvetica, "Helvetica Neue", Arial, sans-serif !important;
	font-weight: normal !important;
	font-style: normal !important;
}

.nav a {
	font-weight: normal !important;
}

blockquote, blockquote p {font-style:normal;}

#intro-text {
	font-family: 'AdelleBasicBold', Helvetica, "Helvetica Neue", Arial, sans-serif !important;
	font-weight: normal !important;
	font-style: normal !important;
	margin-bottom: 25px;
	color:#ffffff;
	font-size: 12px;
	text-shadow: 0 2px 0 #000;
}

.index {
	display: block;
	width: 100%;
	clear: both;
	margin-top: -30px;
}

#footer-middle {
	background-image:url(images/tpd-pointy.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}