@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


html {
	background: #ffffff;
	background-image:none;
}

body{
	background-image:none;
	color:#333333;
	}
	
p{
	margin-bottom:1.45em;
	}
	
a{
	color: #000;
	text-decoration:none;
	}
		
h1{
	margin-bottom:.4em;
	}
	
	h1.pageheader{
		background-color: transparent;
		color:#000;
		margin-bottom:30px;
		padding:0;
		}
		
h2{
	margin-bottom:.5em;
	}
	
	h2.issuetitle{
		background-color: #FF1900;
		color: #FFFFFF;
		padding: 0;
		}

h3{
	margin-bottom:.25em;
	}

h4{
	margin-bottom:1.45em;
	}

li{
	list-style: square outside none;
    margin-left: 17px;
	}

/*END Typography*/

/*BEGIN Structure*/

#wrap{
	margin:0;
	max-width: inherit;
	}

#header{
	background-color:#fff;
	margin-bottom:15px;
	padding:35px 0 0;
	}

#content{
	background-color:#fff;
	}

#main-content{
	float:left;
	width: inherit;
	margin:31px 0;
	}
	
#wide-content{
	background-color:#fff;
	padding:0;
	}
	
.hentry{
	}

#sidebar{
	display:none;
	}

#footer{}

/*END Structure*/

/*BEGIN Header*/

h1 a{}
	/*BEGIN Nav*/
	
	#main-nav{
		display:none;
		}
	/*END Nav*/

/*END Header*/

/*BEGIN Home Page*/

#slider{
	background-color:#fff;
	margin-bottom:28px;
	}
		
	#slider .slidertext{
		margin:20px;
		}
		
	.featuredissue{
		background-color: transparent;
		color:#fff;
		padding:3px 5px;
		}
		
		.featuredissue a{
			color:#fff;
			}
	
	.home article h2 a{
		color:#000;
		}
	
	.home .entry-content{
		padding:20px;
		}
		

/*END Home Page*/

/*BEGIN List Pages*/

	
h2.issue-section-title{
	background-color: #000;
	color:#fff;
	margin:0 5px 15px 0;
	padding:3px 5px;
	}
	
	h2.issue-section-title a{
		color:#424242;
		}
		
	.issuetaglist{
		display:none;
		}
	
.list-article{
	margin:0 18px 30px 0;
	width:140px;
	}
	
.issuelist{
	margin:0 15px;
	}
	
.list-issue{
	float:left;
	margin:0 46px 20px 0;
	width:112px;
	}
	
	.list-issue h2 a{
		color:#000;
		}
	
	.list-article.sixth-post, .list-issue.sixth-post{
		margin-right:0;
		}
		
	.list-article.seventh-post, .list-issue.seventh-post{
		clear:left;
		}

/*END List Pages*/

/*BEGIN Single Pages*/

.single-post-content{
	background-color: transparent;
	margin:0;
	padding:0;
	}
	
.singlepostissue{
	background-color: transparent;
	color: #000;
    margin: 40px 0;
    padding: 0;
	}
	
	.singlepostissue a{
		color:#000;
		}

/*END Single Pages*/