/* @override 
	http://www.theperformancemarketinggroup.com/wp-content/themes/thesis_18/custom/custom.css?021111-224414
	http://www.theperformancemarketinggroup.com/wp-content/themes/thesis_18/custom/custom.css?030111-195041
	http://www.theperformancemarketinggroup.com/wp-content/themes/thesis_18/custom/custom.css?030111-203536
	http://www.theperformancemarketinggroup.com/wp-content/themes/thesis_18/custom/custom.css?030111-211241
	http://www.theperformancemarketinggroup.com/wp-content/themes/thesis_18/custom/custom.css?030111-215609
	http://www.theperformancemarketinggroup.com/wp-content/themes/thesis_18/custom/custom.css?030111-215707
	http://www.theperformancemarketinggroup.com/wp-content/themes/thesis_18/custom/custom.css?030111-221734
	http://www.theperformancemarketinggroup.com/wp-content/themes/thesis_18/custom/custom.css?030311-215409
	http://www.theperformancemarketinggroup.com/wp-content/themes/thesis_18/custom/custom.css?030311-215928
	http://www.theperformancemarketinggroup.com/wp-content/themes/thesis_18/custom/custom.css?030311-221850
*/

/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
	background-color: #3c3c3c;
}

img#footer-logo {
	float: left;
	margin-left: -8px;
}

div#content_area.full_width {
	background-color: white;
}

.custom div#footer_area.full_width {
	background-color: #3c3c3c;
}

.custom div#footer, 
.custom #footer_area div.page {
	background-color: transparent;
}

.custom div#footer {
	padding: 20px 0 40px;
}

#pages-4 h3 {
	display: none;
}

.custom ul.footer_widget li#pages-4 ul li.page_item a {
	text-decoration: none;
	color: #a4bb25;
	border-bottom-style: none;
	float: left;
	display: inline-block;
	width: 110px;
	line-height: 14px;
	margin-bottom: 10px;
	height: 40px;
}

div#content_box {
	padding-bottom: 20px;
}

.custom div#header_area.full_width {
	background: transparent url(images/bkgd-header.png) repeat-x 0 0;
}

div#header {
	background-color: transparent;
	padding: 1px 0 0;
	height: 93px;
	border-style: none;
}

#header_area div.page {
	background-color: transparent;
	border-style: none;
}

.custom #logo a {
	background: url(images/logo-pmg.png) no-repeat;
	width: 300px;
	display: inline-block;
	float: left;
	text-indent: -10000px;
	height: 75px;
	margin-top: 8px;
}

#header ul.menu {
	border-style: none;
	float: left;
	display: inline-block;
	width: 656px;
	margin-top: 30px;
	text-align: center;
}

#header ul.menu li.tab a {
	font-size: 11px;
	background-color: transparent;
	letter-spacing: 1px;
	width: 73px;
	padding-right: 0;
	height: 30px;
	color: white;
	text-transform: lowercase;
	border-style: none;
}

#header ul.menu li.tab a:hover {
	color: #a4bb25;
}

#header ul.menu li.tab.current a {
	color: #a4bb25;
}

div.headline_area h1 {
	font-size: 36px;
	font-weight: bold;
}

#post-17 div.format_text h3 {
	font-weight: bold;
	font-size: 18px;
}

div#sidebars h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0;
}

div#sidebars ul.sidebar_list ul li {
	list-style-image: url(images/list-bullet.png);
	margin-left: 15px;
	font-weight: bold;
	margin-bottom: 2px;
}

.custom ul.sidebar_list {
	border-left: 1px dotted #3c3c3c;
	padding-left: 30px;
}

div#sidebar_1.sidebar {
	margin-top: 35px;
	margin-left: 10px;
	padding-left: 0;
}

ul.footer_widget {
	display: inline-block;
	float: left;
	text-align: left;
	margin-right: 10px;
	width: 220px;
	list-style-type: none;
}

div#footer-bottom {
	border-top: 1px solid #555;
	padding-top: 10px;
	clear: both;
	display: inline-block;
	width: 960px;
	margin-top: 10px;
}

#footer-bottom p {
	width: 430px;
	text-align: right;
	height: 70px;
	float: right;
	line-height: 70px;
}

div#footer-top {
	height: 120px;
}

div#before-footer-area {
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline-block;
	width: 960px;
	border-top: 1px solid black;
}

#before-footer-area img {
	float: left;
}

#footer_2 ul.footer_widget {
	width: 450px;
}

#before-footer-area form.search_form p {
	display: inline-block;
	margin-left: 17px;
	margin-top: 4px;
	font-size: 13px;
}

input#searchsubmit {
	color: white;
	text-transform: lowercase;
	background-color: gray;
	padding: 3px 5px;
	margin-left: 2px;
}

input#s.text_input {
	padding: 2px;
	width: 153px;
	border-style: none;
	height: 20px;
	background-color: #d3d3d3;
}

#text-3 div.textwidget strong {
	color: white;
}

div#home_message {
	margin-top: 0;
}

div#home_top_message {
	margin-top: 0;
	padding-top: 15px;
}

div#the-difference {
	width: 330px;
	display: inline-block;
	float: left;
	font-size: 12px;
	line-height: 14px;
}

#the-difference h4 {
	font-size: 34px;
	line-height: 30px;
}

#the-difference h5 {
	color: #a1b24c;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 0;
	margin-top: 18px;
	margin-bottom: 18px;
}

#the-difference p {
	font-weight: bold;
}

div#center-graphic {
	display: inline-block;
	float: left;
	width: 280px;
	text-align: center;
}

div#home_bottom_content_row {
	display: inline-block;
}

ul#home_blog_entries {
	margin-left: 610px;
	list-style-type: none;
}

#home_blog_entries li span.posts-category {
	display: block;
	font-size: 11px;
	margin-bottom: 4px;
}

#home_blog_entries li span.posts-category a {
	color: black;
	margin-bottom: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#home_blog_entries li a.blog_title {
	font-size: 16px;
	margin-bottom: 3px;
	display: inline-block;
}

#home_blog_entries li {
	border-bottom: 1px dotted gray;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#home_blog_entries li p {
	font-size: 13px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#home_blog_entries li a.learn_more {
	font-size: 12px;
	background: url(images/list-bullet.png) no-repeat 0;
	padding-left: 13px;
	margin-top: 4px;
	display: inline-block;
}

/* @group Form */

form.wpcf7-form p span {
	display: inline-block;
	width: 210px;
	margin-right: 30px;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#wpcf7-f1-p21-o1 form.wpcf7-form p span.wpcf7-form-control-wrap.interested-in select.wpcf7-select {
	margin-top: 0;
	margin-bottom: 0;
}

#wpcf7-f1-p21-o1 form.wpcf7-form p span.wpcf7-form-control-wrap.interested-in {
	padding-bottom: 0;
	position: relative;
	top: -18px;
}

span#qa {
	position: relative;
	top: -150px;
}

form.wpcf7-form p input {
	width: 250px;
}

form.wpcf7-form p input.wpcf7-submit {
	margin-left: 240px;
	width: 140px;
	background-color: #3b3b3b;
	color: #bcbb25;
	text-transform: capitalize;
}

#wpcf7-f1-p21-o1 form.wpcf7-form p {
	vertical-align: 0;
}

form.wpcf7-form p span.wpcf7-form-control-wrap {
	display: inline;
	font-size: 14px;
}

/* @end */