body{
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, 'sans-serif';
	font-size: 14px;
	background-color: #fff;
	color: #000;
}

.wrapper{
	margin: 0 auto; padding: 0;
	width: 100%;
	max-width: 1200px;
}

a, ul, li{
	list-style: none;
	text-decoration: none;
}
a{
	color: #fff;
}
a:hover{
	color: #8ea03f;
}

.journalTitle, .coverImage, .mainContent, .secondaryContent, .issue p{
	float: left;
	display: inline-block;
}
/*----------------------------------------
HEADER
----------------------------------------*/
header{
	height: 145px;
	padding-top: 45px;
	background-color: #c4c63f;
	background-image: linear-gradient(to bottom, #c4c63f, #8ea03f);
	background-image: -moz-linear-gradient(bottom, #c4c63f, #8ea03f);
	background-image: -webkit-linear-gradient(bottom, #c4c63f, #8ea03f);
	background-image: -o-linear-gradient(bottom, #c4c63f, #8ea03f);
}

.issue p {
	width: 20%;
	padding-left: 20px;
	font-size: 0.95em;
}

.journalTitle{
	width: 60%;
}

h1{
	font-size: 5.0em;
	margin-top: 0;
	padding-top: 0;
	margin-left: 25px;
	color: #fff;
}

.journalTitle p {
	float: left;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.95em;
	margin-top: 25px;
	margin-right: 10px;
}

/*----------------------------------------
NAV
----------------------------------------*/
nav{
	width: 75%;
	height: 100%;
	background-color: #333333;
	float: right;
	display: inline-block;
}

.pageNumber{
	color: orangered;
}

.coverImage{
	width: 50%;
	height: auto;
	float: left;
	display: inline-block;
}

.subNav{
	float: right;
	width: 50%;
	margin-top: 50px;
}
.innerNav{
	width: 49%;
	display: block;
	margin: 0 auto;
}
.innerNav h3, ul li{
	text-align: right;
}

/*----------------------------------------
ARTICLE
----------------------------------------*/
article {
	width: 75%;
	float: right;
	display: inline-block;
}

h2{
	color: #8ea03f;
	margin: 30px 0 0 20px;
}

.mainContent p{
	margin: 10px 0 0 25px;
	padding: 0 10px;
	line-height: 1.5em;
	text-indent: 25px;
}
/*----------------------------------------
SECTION
----------------------------------------*/

section{
	width: 50%;
}

ul.events li{
	text-align: left;
}
ul.events li:first-child{
	list-style: disc;
	font-weight: bold;
}
.upcoming{
	color: darkred;
	margin: 30px 0 0 20px;
}

/*----------------------------------------
ASIDE
----------------------------------------*/
aside{
	width: 25%;
	background-color: #333;
}

aside p {
	text-indent: 25px;
	line-height: 1.08em;
	color: #fff;
}

h4{
	margin-top: 30px;
	color: orangered;
}

.asideContent{
	padding: 10px 20px;
}

.sideImage{
	width: 260px;
	margin: 0 auto;
	display: block;
}
/*----------------------------------------
FOOTER
----------------------------------------*/
footer{
	background-image: url(img/footer.jpg);
	background-color: #402517;
	background-size: cover;
	background-repeat:repeat-x;
	background-position: center top;
	padding: 10px 30px;
	clear:both;
}
.address li{
	text-align: left;
	color: #fff;
	line-height: 1.15em;
}


/*----------------------------------------
MOBILE
----------------------------------------*/
@media (min-width: 701px) and (max-width:877px) {
	nav, aside, article, header, section, aside, article, footer .mainContent, .secondaryContent{
		clear:both;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	
		/*	HEADER MOBILE*/
	header{
		padding-top: 35px;
		height: 140px;
	}

	h1{
		font-size: 4em;
		margin-top: 10px; padding: 0;
	}
	
	.issue p {
		width: 7%;
		padding: 0 0 0 28px;
		font-size: 0.85em;
	}

	.journalTitle{
		width: 85%;
	}
	

	.journalTitle p {
		text-align: right;
		text-transform: uppercase;
		font-size: 0.85em;
		padding: 0  5px 5px 120px;
	}
	
	.subNav{
		width: 45%;
		height: 190px;
		margin-top: 55px;
		padding-right: 35px;
		display: block;
	}
	
}


@media (min-width: 358px) and (max-width:700px) {
	nav, aside, article, header, section, aside, article, footer .mainContent, .secondaryContent, .subNav, .innerNav{
		clear:both;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	header{
		padding-top: 35px;
		height: 180px;
	}
	
	h1{
		font-size: 3.20em;
		margin-top: 20px;; padding: 0;
		color: #fff;
	}
	h2, h3, h4{
		text-align: center;
	}
	
	p{
		font-size: 0.95em;
		line-height: 1.5em;
	}
	.issue p {
		width: 7%;
		padding: 22px 5px 5px 8px;
		font-size: 0.7em;
		line-height: 1.08
	}
	.journalTitle{
		width: 75%;
		margin-left: 15px;
	}
	

	.journalTitle p {
		text-align: right;
		text-transform: uppercase;
		font-size: 0.85em;
		padding: 10px  5px 5px 18px;
	}

	/*-- NAV MOBILE -- */
	.coverImage{
	width: 100%;
	height: auto;
}
	.pageNumber{
		color: orangered;
	}
	
	.subNav{
		height: 190px;
		display: block;
	}
	
	.subNav h3{
		text-align: center;
	}
	.subNav ul li, a{
		line-height: 1.5em;
		text-align: center;
	}
	.subNav a:hover{
		background-color: #8ea03f;
		color: #000;
	}

	/*-- ARTICLE MOBILE -- */
	.mainContent p{
		margin: 10px 0 0 0px;
		padding: 0 20px;
	}
	
	/*-- SECTION MOBILE -- */
	ul.events li{
		text-align: left;
	}
	ul.events li:first-child{
		margin: 0; padding: 0;
		list-style: disc;
		font-weight: bold;
	}
	.upcoming{
		margin: 25px 0 0 0;
	}
	
	/*-- FOOTER MOBILE -- */
	footer{
		height: 15x;
	}
	.address li{
		margin: 0; padding: 0;
		text-align: left;
	}
	
}