/* 
* LAYOUT POSITIONING STYLES / Print-Layout
* ONLY CSS FOR major positioning: display, position, float, clear, width, height, min-width, min-height, margin, border, padding, overflow 
*/
#wrap { 
	margin:0;
	width:100%;
	min-width:inherit;
	max-width:none;
	position:static;
	overflow:visible;
}
header {
	margin:0;
	width: 100%;
	display:block;
	height:66px;
}
#middlewrap { 
	float:none;
	position:static;
	left:auto;
	right:auto;
	width:100%;
}
#contentleft { 
	float:none;
	left:auto;
	margin:0;
	position:static;
	width:100%;
}
#contentwrap {
	float:none;
	position:static;
	right:auto;
	left:auto;
	width:100%;	
}
#contentpad {
	margin:0 15px 0 0;
	overflow:visible;
}

#content {
	width:100%;
	overflow:visible;
	display:block;
}

/* ^^ End LAYOUT POSITIONING STYLES Print-Layout
*
* LAYOUT DESIGN STYLES Print-layout
* ONLY CSS FOR Designs: font, color, background, text-align, etc.
*/

body {
	font: 11pt/1.2em "Times New Roman", Times, serif;
	background:#FFFFFF;
	color: #000000;
} 
#bodywrap {
	background:none;
}
#wrap {
	border:none;
}

#middlewrap { 
}

#contentleft { 
}
#content,nav,aside {
}
#content {
}
header {
	background:#FFF url(img/bg_bodywrap_print.jpg) right top no-repeat; 
}
#logo {
	top:0;
}
#logo img {
	width:160px;
	height:66px;
}
#slogan-h1 {
	font-size:1.5em;
	letter-spacing:-1px;
	top:15px;
	left:160px;
}
#slogan-h2 {
	font-size:0.9em;
	letter-spacing:-1px;
	position:absolute;
	top:35px;
	left:160px;
}
.fade {
	color:#666;
	font-size:8pt;
}
.fade:before {
	content:" (";
	margin-left:1em;
}
.fade:after {
	content:")";
}

/* Links */
a:link, a:visited {
	color:#090;
	background:white;
	text-decoration:none;
}
.serendipity_comment_author_self {
	border: 1px solid #999;
}

/* hide all unnecassary elements*/
nav#sidebar1, aside#sidebar2, p#toplinks, .serendipity_freeTag, .serendipity_freeTag_related, .serendipity_section_trackbacks, .serendipity_comments_view, .serendipity_section_commentform, .serendipity_comments_action, footer nav {
	display:none;
	visibility:hidden;
}

/* page-margins */
@page { size:auto; margin:2cm 1cm 2cm 3cm; }
