/* @override 
	http://wp.local/content/themes/ap/css/ap-base.css
	http://ap.sproutventure.com/wp-content/themes/ap/css/ap-base.css
	http://architectpartners.com/wp-content/themes/ap/css/ap-base.css
*/

/* Style Guide

Blue #181860



 */

/* @group Building Blocks */

body {
	background: #fff url(../img/body_bg.png) repeat-x left top;
	width: 990px;
	margin: 0 auto;
}

#container {
	background: url(../img/content_bg.png) repeat-y center top;
	padding: 0 1px;
}

/* @end */

/* @group Style */
body {
	color: #999;
	font: 14px/16px Helvetica, Verdana, "Helvetica Neue";
}
p {
	font-size: 14px;
	line-height: 18px;
}
a {
	color: #181860;
	text-decoration: none;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	color: #000;
	font-weight: bold;
}
/* @end */

/* @group Header */

#header {
	background: url(../img/header_bg.png) no-repeat center top;
}
#breadcrumb {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding-left: 85px;
}
#breadcrumb a {
	color: #999;
}
/* @group Top Hat */

#header #top-hat-wrap {
	display: block;
	height: 50px;
}

#header #top-hat {
	width: 950px;
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 18px;
}
#header #leftnav
{
    float: left;
    width: 460px;
}
#header #top-hat ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header #top-hat ul li {
	display: inline;
	float: left;
	clear: right;
	padding-top: 10px;
}

span.twitter-icon {
	text-indent: -9999px;
	background: url(../img/top_twitter_32x32.png) no-repeat left top;
	width: 32px;
	height: 32px;
	display: block;
	margin-right: 10px;
}
span.rss-icon {
	text-indent: -9999px;
	background: url(../img/top_feed_32x32.png) no-repeat left top;
	width: 32px;
	height: 32px;
	display: block;
	margin-right: 10px;
}
span.mail-icon {
	text-indent: -9999px;
	background: url(../img/top_mail_32x32.png) no-repeat left top;
	width: 32px;
	height: 32px;
	display: block;
	margin-right: 10px;
}
a.addthis_button {
	display: block;
	margin-right: 10px;
}
#header #search-form {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 18px;
	padding-top: 7px;
	margin-left: 10px;
	display: inline;
	float: left;
	clear: right;
}
#header #search-form form input#s {
	background: #fff url(../img/social_sprite.png) no-repeat 3px -43px;
	padding: 3px 3px 3px 15px;
	margin-left: 5px;
	color: #999;
	width: 145px;
}
#header .contact-us a {
	border-right: 1px solid #b3b3b3;
	padding-right: 10px;
}
/* @end */


/* @group Navigation */
#navigation {
	height: 54px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul.dropdown {
	position: relative;
	z-index: 1;
}
ul.dropdown li {
	float: left;
	zoom: 1;
}
#navigation ul li a {
	height: 53px;
	width: auto;
	display: block;
	text-indent: -99999px;
	background-image: url(../img/nav_sprite.png);
	font-size: 12px;
	text-transform: uppercase;
	line-height: 23px;
	text-decoration: none;
	color: #505050;
}
#navigation ul li#nav-logo a {
	width: 360px;
	background-position: left top;
}

#navigation ul li#nav-about a {
	width: 102px;
	background-position: -362px top;
}

#navigation ul li#nav-ap-insight a {
	width: 133px;
	background-position: -464px top;
}

#navigation ul li#nav-trans-exp a {
	width: 232px;
	background-position: -597px top;
}

#navigation ul li#nav-fire-hose a {
	width: 145px;
	background-position: -829px top;
}

#navigation ul li#nav-about a:hover, #navigation ul li#nav-about.active a {
	background-position: -362px bottom;
}

#navigation ul li#nav-ap-insight a:hover, #navigation ul li#nav-ap-insight.active a {
	background-position: -464px bottom;
}

#navigation ul li#nav-trans-exp a:hover, #navigation ul li#nav-trans-exp.active a {
	background-position: -597px bottom;
}

#navigation ul li#nav-fire-hose a:hover, #navigation ul li#nav-fire-hose.active a {
	background-position: -829px bottom;
}

#navigation ul.dropdown li {
	position: relative;
}

/* 
	LEVEL TWO
*/

ul.dropdown ul {
	width: 200px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	box-shadow: 0px 3px 3px #505050;
	-moz-box-shadow: 0px 3px 3px #505050;
	-webkit-box-shadow: 0px 3px 3px #505050;
}

#navigation ul.dropdown ul li {
	float: none;
	height: 25px;
	background: url(../img/sub-nav_bg.png) no-repeat left top;
}
#navigation ul.dropdown ul li:hover {
	background: url(../img/sub-nav_bg.png) no-repeat left bottom;
}
#navigation ul.dropdown ul li a {
	text-indent: 0;
	padding-left: 25px;
	line-height: 25px;
	height: auto;
	width: auto;
	background-image: none;
	background-color: transparent;
	white-space: nowrap;
}
#navigation ul.dropdown ul li.page_item a {
	width: 175px !important;
}
#navigation ul.dropdown ul li a:hover {
	color: #e73d3d;
	font-weight: bold;
}
/* IE 6 & 7 Needs Inline Block */

#navigation ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
}

/* 
	LEVEL THREE
*/

#navigation ul.dropdown ul ul {
	left: 100%;
	top: 0;
}

#navigation ul.dropdown li:hover > ul {
	visibility: visible;
}
/* @end */

/* @end */

/* @group Home */
#flash-banner, #home-kickers {
	width: 948px;
	margin: 0 auto;
	border: 5px solid #cdcdce;
}

/* @group Kickers */

#home-kickers {
	margin-top: 5px;
	background-color: #cdcdce;
	height: 273px;
}
#home-kickers.no-events {
	height: 273px;
}
#home-kickers .kicker {
	float: left;
	clear: right;
}
#home-kickers.no-events .kicker {
	height: 273px;
}
#home-kickers .kicker.column-1 {
	margin: 0 5px;
	width: 445px;
	height: 178px;
}
#home-kickers .kicker.column-2 {
	margin: 0 5px;
	width: 312px;
	height: 280px;
}
#home-kickers .kicker.column-3 {
	margin: 0 5px;
	width: 160px;
	height: 280px;
}
#home-kickers ol, #home-kickers ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#ma-alert-header {
	text-indent: -9999px;
	background: url(../img/headings_bg.png) left top;
	height: 26px;
	display: block;
	border-right: 1px solid #fff;
}
#ma-alerts-more a {
	text-indent: -9999px;
	background: url(../img/headings_bg.png) 1px bottom;
	background-repeat:no-repeat;
	height: 20px;
	display: block;
	margin-top: 7px;
}
#email{
    margin-top: 11px;
}
#ma-email-header {
	text-indent: -9999px;
	background: url(../img/headings_email_bg.png) left top;
	height: 26px;
	display: block;
	border-right: 1px solid #fff;
}
#home-kickers.no-events #ma-alerts-more a {
	margin-top: 0;
}
#fire-hose-header {
	text-indent: -9999px;
	background: url(../img/headings_bg.png) left -37px;
	height: 26px;
	display: block;
	border-right: 1px solid #fff;
}
#ma-alert {
	background-color: #fff;
	border-bottom: 2px solid #b4b4b5;
}
#ma-alert .ma-item {
	background: url(../img/grad-dotted_bg.png) repeat-x -8px bottom;
	height: 30px;
	padding: 10px 5px 0px 18px;
}
#ma-alert .ma-item strong {
	color: #000;
	font-weight: bold;
	border-right-color: #202020;
	margin-right: 5px;
	font-size: 12px;
}
#ma-alert .ma-item span {
	font-size: 12px;
}
#buttons.kicker {
	background-color: transparent;
}
#home-kickers .button {
	height: 67px;
	background: url(../img/buttons_sprite.png) no-repeat 0 -87px;
	margin-bottom: 5px;
	color: #959595;
	padding: 20px 10px 0 40px;
	font-size: 12px;
}
#home-kickers .button h3 {
	text-indent: -99999px;
	background: url(../img/titles_home.png) no-repeat -7px -2px;
	width: auto;
	height: 24px;
}
#home-kickers .button:hover {
	background: url(../img/buttons_sprite.png) no-repeat 0 1px;
	color: #000;
}
#home-kickers .button:hover h3 {
	background-position: -7px -177px;
}
#home-kickers #buyer-view.button h3 {
	background-position: -7px -38px;
}
#home-kickers #buyer-view.button:hover h3 {
	background-position: -7px -213px;
}
#home-kickers #eco-thoughts.button h3 {
	background-position: -7px -75px;
}
#home-kickers #eco-thoughts.button:hover h3 {
	background-position: -7px -250px;
}
#home-kickers #trans-exp.button h3 {
	background-position: -7px -110px;
}
#home-kickers #trans-exp.button:hover h3 {
	background-position: -7px -285px;
}
#home-kickers #upcoming-events.button h3 {
	background-position: -7px -147px;
}
#home-kickers #upcoming-events.button:hover h3 {
	background-position: -7px -322px;
}
#fire-hose-img {
	background-color: #fff;
	border-bottom: 2px solid #b4b4b5;
	margin-bottom: 5px;
	height: 240px;
	margin-top: 0;
	padding-top: 3px;
	width: 160px;
}
#email-img {
	background-color: #fff;
	border-bottom: 1px solid #b4b4b5;
	margin-bottom: 5px;
	background: url(../img/buttons_email.png) no-repeat 0 -0px;
	height: 56px;
	margin-top: 0;
	padding-top: 3px;
	width: 445px;
}
#email-nav-img {
	background-color: #fff;
	margin-bottom: 5px;
	background: url(../img/buttons_nav_email.png) no-repeat 0 -0px;
	height: 100px;
	margin-top: 0;
	padding-top: 3px;
	width: 315px;
}
/* @end */

/* @end */

/* @group Content */
.content {
	width: 932px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* future proofing */
	-khtml-border-radius: 2px;
	padding: 20px 20px 20px 0;
	color: #181818;
	font-size: 10px;
	line-height: 15px;
}
.content a {
	
}
.content h2.title, .content h2.title a {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #e73d3d;
	margin-bottom: 15px;
}

#eco-thoughts-loop .category-description {
	background: url(../img/border_bg.png) repeat-x -10px bottom;
}
.right-content .category-description p {
	margin: 0;
	padding-bottom: 5px;
}
.content p {
	margin-top: 5px;
	margin-bottom: 10px;
}
.content strong {
	font-weight: bold;
}
.content ul, .content ol {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}
.content ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}
.content ol li {
	
	list-style-type: decimal;
	margin-bottom: 5px;
}
.content hr {
	border-style: none;
	border-bottom: 1px dotted #b4b4b4;
	display: block;
	clear: both;
	margin: 35px 0;
}
.content h1 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 20px;
}
.content h2 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
}
.content h3.non-link-title {
	color: #000;
	font-size: 18px;
	line-height: 22px;
}
/* Removes margins for stacked H tags */
.content h1 + h2, .content h1 + h3, .content h1 + h4, .content h1 + h5, .content h1 + h6, .content h2 + h3, .content h2 + h4, .content h2 + h5, .content h2 + h6 {
	margin-top: -20px;
}
.content h3 {
	font-size: 18px;
	line-height: 28px;
	text-transform: capitalize;
}
.content h4, .content h5, .content h6 {
	font-size: 14px;
	line-height: 18px;
}
blockquote {
	background: url(../img/blockquote.png) no-repeat 40px 5px;
	padding-left: 80px;
}
blockquote cite {
	font-weight: bold;
}
.content q {
	float: left;
	width: 200px;
	margin: 20px 20px 20px 0;
	font-size: 22px;
	line-height: 28px;
}


/* Post Header */
.post-title {
	border-bottom: 1px solid #ebebeb;
	font-weight: bold;
	padding-bottom: 10px;
}
.post-title h2.title {
	margin: 0;
}
#email-print-links a {
	color: #555;
}
img.WP-EmailIcon, img.WP-PrintIcon {
	display: none;
}
span.email, span.print {
	background: url(../img/icons.png) no-repeat left 7px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

span.print, form input.print{
	background-position: 0 -34px;
	margin-left: 10px;
}
/* AP loop */
#eco-thoughts-loop ol {
	margin: 0;
	padding: 0;
}
#eco-thoughts-loop ol li {
	list-style-type: none;
	background: url(../img/border_bg.png) repeat-x left bottom;
	margin: 0;
	padding-bottom: 5px;
}
#eco-thoughts-loop .eco-item {
	margin: 10px 0 0;
	padding: 0;
}
#eco-thoughts-loop h3 a {
	line-height: 22px;
	font-size: 15px;
	font-weight: bold;
	display: block;
}
.moretext {
	display: block;
	text-align: right;
	margin-bottom: 5px;
}
.moretext a, #eco-thoughts-loop .post-footer, #eco-thoughts-loop .post-footer a {
	color: #b4b4b4;
	padding: 0 5px;
}
#eco-thoughts-loop .post-footer {
	display: block;
	clear: both;
}
#eco-thoughts-loop .post-footer strong {
	font-weight: normal;
	font-style: normal;
	color: #777;
	padding: 0 5px;
}
#eco-thoughts-loop .post-footer {
	margin-bottom: 5px;
}
#eco-thoughts-loop .tag-special {
	background-color: #edeef2;
	padding: 5px 10px;
}
#eco-thoughts-loop .eco-item-meta img.excerpt-image {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
/* News */

p.imm-release span.spacer {
	display: block;
	height: 5px;
}
img.logo.news {
	margin-top: 10px;
	margin-bottom: 20px;
}
/* @end */

/* @group Pages */

.page-content {
	padding: 20px 25px 20px 60px;
	width: 853px;
}
.right-content {
	float: right;
	width: 570px;
}
.menu {
	float: left;
	width: 315px;
	margin-left: 5px;
	margin-right: 20px;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu ul li {
	list-style-type: none;
}
.menu .button {
	height: 67px;
	background: url(../img/buttons_sprite.png) no-repeat 0 -87px;
	margin-bottom: 5px;
	color: #959595;
	padding: 20px 10px 0 40px;
	font-size: 12px;
}
.menu .button:hover, .menu .active .button {
	background: url(../img/buttons_sprite.png) no-repeat 0 bottom;
	color: #000;
}
.menu .button h3 {
	text-indent: -99999px;
	background: url(../img/page_headings_bg.png) no-repeat left 5px;
	width: auto;
	height: 24px;
}
.menu .button:hover h3, .menu li.active .button h3 {
	background: url(../img/page_headings_bg.png) no-repeat 0 -22px;
	color: #000;
}
.menu .active #our-approach.button h3, .menu #our-approach.button:hover h3 {
	background-position: 0 -22px;
}
.menu #our-team.button h3 {
	background-position: 0 -67px;
}
.menu .active #our-team.button h3, .menu #our-team.button:hover h3 {
	background-position: 0 -94px;
}
.menu #our-services.button h3 {
	background-position: 0 -139px;
}
.menu .active #our-services.button h3, .menu #our-services.button:hover h3 {
	background-position: 0 -166px;
}
.menu #news h3 {
	background-position: 0 -211px;
}
.menu .active #news h3, .menu #news:hover h3 {
	background-position: 0 -238px;
}

/* Insight Page */
.menu #ap-insight-overview h3 {
	background-position: 0 -283px;
}
.menu .active #ap-insight-overview h3, .menu #ap-insight-overview:hover h3 {
	background-position: 0 -310px;
}
.menu #page-ma-alert h3 {
	background-position: 0 -356px;
}
.menu .active #page-ma-alert h3, .menu #page-ma-alert:hover h3 {
	background-position: 0 -383px;
}
.menu #buyer-viewpoints h3 {
	background-position: 0 -428px;
}
.menu .active #buyer-viewpoints h3, .menu #buyer-viewpoints:hover h3 {
	background-position: 0 -455px;
}
.menu #sector-topology h3 {
	background-position: 0 -500px;
}
.menu .active #sector-topology h3, .menu #sector-topology:hover h3 {
	background-position: 0 -527px;
}
.menu #eco-thoughts h3 {
	background-position: 0 -572px;
}
.menu .active #eco-thoughts h3, .menu #eco-thoughts:hover h3 {
	background-position: 0 -599px;
}
.menu #upcoming-events h3 {
	background-position: 0 -644px;
}
.menu .active #upcoming-events h3, .menu #upcoming-events:hover h3 {
	background-position: 0 -671px;
}

/* Author Page */
#about-page-content h3 {
	font-size: 18px;
}
#about-page-content .post {
	margin: 5px 0 15px;
	font-size: 13px;
	line-height: 17px;
}
.author-footer {
	margin-top: 15px;
	padding: 0 5px 0 15px;
	background: url(../img/grad-dotted_bg.png) repeat-x -10px bottom;
	min-height: 35px;
	font-size: 11px;
}
.featured-author-bio strong {
	margin-bottom: 5px;
	display: block;
}
.author-footer .author-social-item a {
	color: #000;
	font-weight: bold;
}
.author-footer .author-email {
	display: block;
	font-weight: bold;
}
.author-footer .author-social-item {
	font-weight: bold;
	margin-left: 5px;
	padding: 10px 0 10px 30px;
	display: inline;
	float: left;
}
.author-footer .author-social-item.twitter {
	background: url(../img/twitter.png) no-repeat left center;
}
.author-footer .author-social-item.facebook {
	background: url(../img/facebook.png) no-repeat left center;
}
.author-footer .author-social-item.linkedin {
	background: url(../img/linkedin.png) no-repeat left center;
}
.author-footer .author-social-item.skype {
	background: url(../img/skype.png) no-repeat left center;
}
.author-footer .author-social-item.personal-telephone {
	padding-left: 0;
	font-weight: normal;
	font-style: normal;
	color: #999;
	margin: 0;
}
/* News */
#new-menu-footer {
	margin-left: 35px;
}
#new-menu-footer h3 {
	color: #a1a1a1;
}
#new-menu-footer ul {
	margin-bottom: 10px;
}
#new-menu-footer li a {
	color: #a1a1a1;
}
#new-menu-footer li.current a {
	color: #181860;
	font-weight: bold;
}
#new-menu-footer #subscribe-to-rss-button, #new-menu-footer #subscribe-to-twitter-button {
	background: url(../img/news-buttons_bg.png) no-repeat;
	width: 175px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #6e6e6e;
	padding-left: 32px;
	margin-bottom: 5px;
	margin-left: -5px;
}
#new-menu-footer #subscribe-to-twitter-button {
	background: url(../img/news-buttons_bg.png) no-repeat left bottom;
}
ol.news {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
}
ol.news li {
	list-style-type: none;
}
.news-item-meta {
	padding: 10px 0;
	border-top: 1px solid #e6e6e6;
}
.news-item-meta a {
	font-weight: bold;
}
ol.news li span {
	display: block;
	color: #777;
}

/* MA Alert */
#ma-page-content .right-content ol {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ececec;
}
#ma-page-content .right-content li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#ma-page-content .right-content .ma-item {
	padding: 10px 0;
	font-weight: bold;
	font-size: 12px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#ma-page-content .right-content li {
	border-top: 1px solid #ececec;
}
#ma-page-content .ma-item:hover {
	border-top: 2px solid #ec534b;
	border-bottom: 2px solid #ec534b;
}
#ma-page-content .right-content li .ma-column {
	width: 200px;
	display: inline;
	float: left;
	clear: right;
	padding-left: 20px;
}
#ma-page-content .right-content li .ma-date.ma-column {
	width: 120px;
	padding-left: 10px;
}
#ma-page-content .right-content li .ma-target, #ma-page-content .right-content li .ma-buyer {
	color: #aaa;
}
#ma-page-content .right-content li .ma-target img, #ma-page-content .right-content li .ma-buyer img {
	margin-left: 15px;
}
.ma-item h4.read-alert {
	color: #fff;
	margin-left: -10px;
	margin-bottom: 5px;
	margin-top: 36px;
	font-size: 14px;
	line-height: 18px;
}
.ma-item:hover h4.read-alert {
	color: #ef3d36;
}
/* Pages > Trans */

#trans-page-content .menu {
	margin-left: 40px;
	width: 300px;
}
#trans-page-content .right-content {
	padding-left: 20px;
	width: 550px;
	border-left: 1px solid #dcdcdc;
}
#trans-page-content .menu h3 {
	color: #a7a7a7;
	margin-bottom: 25px;
}
#trans-page-content .menu h3 strong {
	color: #909090;
}
#trans-page-content .menu h4 {
	color: #000;
	margin-bottom: -10px;
}
#trans-page-content .menu quote {
	color: #181860;
	font-size: 15px;
	font-style: italic;
	display: block;
	clear: both;
	margin-bottom: 10px;
	margin-top: 25px;
}
#trans-page-content .menu strong {
	display: block;
}
/* Page > firehose */
#firehose-table-content {
	margin-top: 25px;
}
#firehose-table-content .item {
	width: 260px;
	height: auto;
	padding: 0;
	display: inline;
	float: left;
	clear: right;
	margin: 0 10px 60px;
}
#firehose-table-content .item.row-2.first, #firehose-table-content .item.row-3.first {
	clear: left;
}
#firehose-table-content .item img.fh-item-image {
	display: block;
}
#firehose-table-content .item a.fh-link {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 10px;
	display: block;
}
#firehose-table-content .item ul {
	padding: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
#firehose-table-content .item ul li {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0;
}
#firehose-table-content .item ul li a {
	color: #333;
}
/* @end */

/* @group Footer */

#footer {
	height: auto;
	display: block;
	background: url(../img/footer_bg.png) no-repeat center bottom;
	width: auto;
}
#footer-content {
	text-align: center;
	padding: 20px 0;
	margin-bottom: 50px;
	font-size: 11px;
}
/* @end */

/* @group Misc */
.pagination {
	color: #999;
	min-width: 200px;
	float: right;
	margin-top: -50px;
	background-color: #f5f5f5;
	padding: 5px 10px;
	text-align: right;
}
.pagination a {
	color: #999;
}
.pagination .current a {
	font-weight: bold;
	color: #181860;
}
.pagination ul {
	margin: 0;
	padding: 0;
	float: right;
}
.pagination li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}
.pagination span {
	padding: 0 7px 0 10px;
	border-left: 1px solid #b4b4b4;
}
.pagination span.previous {
	border-left: none;
}
h2.title span.sm {
	font-size: 7px;
	position: relative;
	top: -9px;
	padding: 0 2px 0 1px;
	display: inline;
	z-index: 0;
}/* @end */

/* @group wp-pagenavi */

.wp-pagenavi a{
	display: none;
}
.wp-pagenavi .pages{
	display: inline;
}

/* @end */
.page-template-page-contact-php #header, .page-template-page-contact-php #footer-content, .page-template-page-contact-php h2{
	display: none;
}
.page-template-page-contact-php, .page-template-page-contact-php .page-content {
	padding: 0;
	background: white;
	width: 550px;
}
.page-template-page-contact-php .page-content {
	padding: 5px;
}
#sb-title {
	display: none;
}