/* @group Elements */

	body,
	.footer {
		color: #000;
		background: none;
	}
	a:link:after, 
	a:visited:after {
		content:"";
	}
	.search-area,
	.phone,
	.image-slider,
	.image_slider {
		display: none;
	}
	.subtitle {
		margin-top: 0;
	}
	blockquote {
		border-top: none;
		border-right: none;
		border-bottom: none;
	}
	hr {
		background: black !important;
	}
	a.button,
	.sponsor-advert,
	.news-story,
	.column.border-top,
	.promo_strip,
	.fame_summary {
		border-color: black;
	}
	a.button,
	input[type="submit"] {
		border: 1px solid #ccc;
	}
	.logo {
		background-color: white !important;
	    background-image: url(../images/logo-print-110x60.png) !important;
	}
	.print_only {
		display: block;
	}
	.print_only img {
		text-indent: 0;
	}
	.print_logo {
		float: left;
		width: 258px;
		height: 47px;
		margin-left: 30px;
		margin-top: 32px;
		cursor: pointer;
	}
	.email-signup label:first-child {
		margin-top: 0;
	}
	input, input[type="text"], textarea {
		border: 1px solid #ccc;
	}
	.evolve-websites {
		background: url(../images/evolve-logo-black.png) 0 0 no-repeat !important;
		background-image: url(../images/evolve-logo-black.svg), none !important;
		opacity: 1;
	}
	.evolve-websites:hover {
		opacity: 1;
	}

/* @end */

/* @group Layout */

	.padding.less_margin_top {
		margin-top: 15px;
		padding-top: 0;
	}
	.padding.less_padding_top {
		padding-top: 0;
	}
	.padding {
		padding: 0;
	}
	.col {
		border: none;
	}
	.span_5_of_8 {
		padding-right: 25px;
	}
	.updated_tabs ul#tab-menu li a {
		border-color: black;
	}
	.updated_tabs ul#tab-menu li:last-child a {
		border-color: black;
	}
	.updated_tabs ul#tab-menu li.active a {
		border-color: black;
		background: black !important;
		color: white !important;
	}
	ul#tab-menu {
		border-color: black;
	}
	.call-to-action .text-area {
		padding: 0;
	}

/* @end */

/* @group Sections */

	.section-title {
		border-color: black;
	}
	.section_inner {
		max-width: none;
	/*	padding: 0;*/
	}
	.section_outer.overlap {
		margin-top: 0;
	}
	.section_outer,
	.section_outer.border_bottom,
	.intro_area {
		border-bottom: 1px solid #ccc;	
	}
	.intro_section {
		/*border-top: 1px solid #ccc;*/
		border-bottom: 1px solid #ccc;
	}
	.section_outer.call-to-action {
/*		border-top: 1px solid #ccc;*/
		border-bottom: 1px solid #ccc;
		padding-top:    40px;
		padding-bottom: 45px;
	}
	.section_outer.overlap {
		top: auto;
	}
	.page_title {
		/*margin-bottom: 0;*/
	}
	h2.intro {
		margin-top: 0;
		padding-top: 0;
	}

/* @end */

/* @group Header */

.header,
.section_outer.header .section_inner {
	height: auto;
}

.header .print_only {
	display: block;
}

.header {
	margin-bottom: 15px;
}

/* @end */

/* @group Navigation */

	.navigation_background {
		background-color: black !important;
	}
	ul.navigation li a, ul.navigation li span {
		color: white !important;
	}
	ul.navigation li a {
		border-right: 1px solid rgba(255,255,255,0.3);
	}
	

/* @end */

/* @group Thumbnails */

.thumbnail {
	text-align: left;
}

.home .thumbnail {
	text-align: center;
}

.home .thumbnail img {
	margin: 0 auto;
}

/* @end */

