@charset "UTF-8";

/*	Reset
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	color:#000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote, p, th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

caption,th {
	text-align:left;
}
 
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	font-size:100%;
}

legend {
	color:#000;
}

body {
	margin: 0;
	padding: 0;
	font: 12px "Helvetica Neue", Arial, sans-serif;
	text-align: left;
	line-height: 16px;
	background-color:#000000;
	background:url(images/canvas_bg.jpg);
	color:222;
}

img {
	display:block
}

#wrapper {
	width: 1100px;
	/*background:url(images/wrapper_background.jpg);
	background-repeat:no-repeat;*/
}


p {
margin-bottom: 8px;
}

h2 {
margin-top: 5px;
margin-bottom: 15px;
font-size:22px;
}

h3 {
margin-bottom: 8px;
}

a {	
color:#000;
text-decoration:none; 
outline: none;
font-weight:bold;
}

a:hover	{ 
color:#222; 
text-decoration:underline;
}

a:active {
outline: none;
}

#postMeta {
	
}

ul {
	margin-bottom:15px;
}





#header {
	float: left;
	height: 170px;
	margin-left: 20px;
	display:block;
	width: 1000px;
}





/*	Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#footer ul {
	margin-bottom:0px;
	list-style:none;
}

#menu, #menu li {
	float: left;
}

#menu li a:link,
#menu li a:visited {
	float: left;
	padding: 15px;
	padding-top: 0px;
}

#menu li a:hover {
	background: #000000;
}

#menu li a.canvas {
	background: #000000;
	margin-right: 5px;
}

#menu li a.activemenu {
	background: #000000;
}




/*	Search
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#headerSearch {
	float: left;
	width: 168px;
	margin-top: 130px;
	margin-left: 5px;
	background: #FFFFFF;
}

#headerSearch .search_button {
	float: right;
	margin: 0;
	background:#000000;
}

#headerSearch .search_input {
	float: left;
	padding: 2px 2px;
	font-size: 0.9em;
	color: #555;
	border: none;
	background: #fff;
	width: 137px;
	border: 1px solid #FFF;
	margin:0;
}


.searchMeta {
	margin-top:-5px;
	line-height:10px;
	margin-bottom:10px;
}



/*	Content
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content {
	clear:both;
}





/*	Page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#page {
	width: 624px;
	margin-left: 30px;
	float:left;
}


.pageBar {
	position: absolute;
	top: 0;
	z-index: 50;
	background: #000000;
	height: 4px;
	width:100%;
	line-height:1px;
	font-size:1px;
}

.pageText {
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
}


.pageContainer {
	margin-top: 30px;
	background: #FFF;
}

.pageBody {
	padding-top:12px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom: 12px;
	min-height:972px;
}

.pageBody p {
	margin-bottom:8px;
}

.pageBody h2 {
margin-top: 5px;
margin-bottom: 15px;
font-size:22px;
}

.pageBody h3 {
margin-top: 15px;
margin-bottom: 15px;
font-size:15px;
}

.pageBody h4 {
margin-top: 18px;
margin-bottom: 6px;
font-size:14px;
}


.pageBody img {
	margin-bottom:18px;
	margin-top:18px;
}



/*	Issue
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.issueContainer {
	clear:both;
	margin-top: 30px;
	background: #FFF;
	position: relative;
	z-index: 10;
	height: 312px;
}

.issueInfo {
	background:url(images/feature_bg.png);
	height:292px;
	width: 276px;
	padding: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 20;
}

.issueInfo p {
	margin-bottom:8px;
}


.issueHeader {
	margin-top: 171px;
	margin-bottom: 10px;
	z-index: 30;
}

.issueExcerpt {
	z-index: 30;
}


/*	Sidebar
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#sidebar {
	float: left;
	width: 296px;
	margin-left: 30px;
}



/*	Feature
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.featureContainer {
	clear:both;
	margin-top: 30px;
	background: #FFF;
	position: relative;
	z-index: 10;
	height: 312px;
}

.featureInfo {
	background:url(images/feature_bg.png);
	height:127px;
	width: 276px;
	padding: 10px;
	position: absolute;
	bottom: 0;
	z-index: 20;
}

.featureHeader {
	margin-bottom: 10px;
	z-index: 30;
}

.featureExcerpt {
	z-index: 30;
}

.featureInfo p {
	margin-bottom:8px;
}

/*	Blog
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#blog {
}

#leftColumn {
	float: left;
	width: 296px;
	margin-bottom: 30px;
}

#rightColumn {
	float: right;
	width: 296px;
	margin-bottom: 30px;
}

.blogContainer {
	margin-top: 30px;
	background: #FFF;
}

.blogBody {
	padding-top:12px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom: 12px;
}

.blogEntry {
}


.blogNavigation {
	clear:both;
	width:296px;
	margin-top: 30px;
	background: #FFF;
}

.blogMeta {
	margin-top:12px;
	line-height:10px;
}

.blogEntry h2 {
margin-top: 5px;
margin-bottom: 15px;
font-size:12px;
}

/*	Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer {
	margin-top: 50px;
	clear:both;
	float:left;
	width: 1000px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #000000;
	color: #FFFFFF;
}



#footer ul, p {
	margin-bottom:0px;
}

#footer li {
	float: left;
}

#footer li a:link,
#footer li a:visited {
	float: left;
	padding-right: 15px;
	color: #FFFFFF;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */