@charset "UTF-8";

body {
	font-family: Helvetica, Arial, sans-serif;
	background-image: none;
	background-color: #fff;
	color: #000;
	width: 100%; /* see http://remysharp.com/2007/05/03/pretty-in-print-tips-for-print-styles/ */
	max-width: 1000px;
}

#all_content_wrap, #footer_copy, #main_column {
	width: auto; /* see http://remysharp.com/2007/05/03/pretty-in-print-tips-for-print-styles/ */
}

#main_content_wrap.magazine_main {
	width: auto; /* see http://remysharp.com/2007/05/03/pretty-in-print-tips-for-print-styles/ */
	padding: 5px 0 0 0;
}

#magazine-page-left, h1 {
	width: auto; /* see http://remysharp.com/2007/05/03/pretty-in-print-tips-for-print-styles/ */
}

#all_content_wrap {
	padding: 0 20px;
	margin: 0;
	background-color: #fff;
	overflow: hidden;
}

#central_content_wrap {
	padding: 0;
}

aside, #page-sidebar, #wpadminbar {
	display: none;
	visibility: hidden;
}

#magazine-page-left {
	float: left;
	padding: 0;
	margin: 0;
}

footer {
	background-color: #fff;
	width: 800px;
	height: 22px;
	margin: 0;
	padding: 0;
}

footer p {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 18px;
	font-size: 12px;
	padding: 0;
	margin: 10px 0 0 20px;
	text-align: left;
}


/* Hide Header elements or reposition etc */

#cs-search-box, #header-logo-bg, #header-pix, nav, #nav-triangle, div.breadcrumb, div.breadcrumbs, p.top-link {
	display: none;
	visibility: hidden;
}

#header {
	border-top: none;
	height: 150px;
	overflow: hidden;
}

#logo {
	background-image: none;
}

#header-logo {
	left: -17px;
}

#header-title {
	left: 103px;
}

.cs-header-text-title-box {
	color: #000;
}


/* Elements */

p, li {
	font-size: 13px;
}

h1 {
	font-family: PlutoHeavy-Italic, Arial, sans-serif;
	font-size: 26px;
	line-height: 29px;
	font-weight: normal;
	color: #000;
	margin: 15px 0 10px 0;
}

h2 {
	font-family: PlutoMedium, Arial, sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 0;
}

h3 {
	font-family: PlutoMedium, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin: 15px 0 5px 0;
}

h4 {
	font-family: PlutoMedium, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	margin: 15px 0;
}

.print_spacer_top {
	margin: 0;
	padding: 0;
}

.print_spacer_bottom {
	margin: 0;
}

.mag_post_entry {
	margin: 0 0 25px 0;
}

div.entry {
	margin: 0 0 25px 0;
}

p.ref_code {
	font-size: 13px;
}


/* Small changes for print only version - removing buttons etc */
@media print {
   input.print-button {
        display: none !important;
    }
    
    footer {
		position: relative;
		top: -20px;
	}
	
	#main_content_wrap h1:first-of-type {
		margin-top: -20px;
	}
}


/* Anchors */

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}