@charset "UTF-8";
/* CSS Document */

/*#wrapper1{
	background: url(../images/home/home1.jpg) no-repeat center 0px;
	height: 186px;
	margin: 20px 0 0 0;
}
#wrapper2 {
	background: url(../images/home/home2.jpg) no-repeat center 0px;
	height: 205px;
}
#wrapper3 {
	background: url(../images/home/home3.jpg) no-repeat center 0px;
	height: 174px;
}
#wrapper4 {
	background: url(../images/home/home4.jpg) no-repeat center 0px;
	height: 178px;
}

header#title {
	margin: -694px 0 0 0;
}*/

h1, h2, article section time {
	font-family: 'benchninelight', sans-serif;
}

article { /* controls black area */
	max-width: 94%;
	float: right;
	background-color: #000;
	text-align: right;
	padding: 0 5% 2% 2%;
	line-height: 1.7em;
}

.section.group .col.span_2_of_2 section {
	padding: 5.7142857% 0 0 0; /* 20px / 350px */
	border-bottom: thin dotted #FFF;
}

article section header h1 {
	font-size: 2.2em;
	margin: 0 0 1% 0;
}

time {
	font-size: 1.2em;
}

#pic1 img, #pic2 img {
	display: block;
	margin: 0 auto;
	max-width: 90%;
	height: auto;
	border: 0;
	outline: 0;
}

#mainContent {
  clear:both;
  margin:0 auto;
 max-width:92.3em;
  padding:1em 0;
  position:relative;
  width:100%;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	padding: 2%;
}

.span_2_of_2 {
	width: 100%;
}

/* QUERIES FOR BIGGER RESOLUTIONS */

@media only screen and (min-width: 40em) {
#pic1 img, #pic2 img {
	margin: 0 0 0 0;
	max-width: 100%;
}

#pic2 img {
	padding-top: 2%;
}

.span_1_of_2 {
	width: 40%;
	float: left;
}

article {
	width: 50%;
	margin-top: -125%;
}
	
#lastSection {
	display: none;
}

.section {
	clear: both;
	padding: 0px 30px 0 0;
	margin: 0px;
/*	height: 490px;*/
	overflow: scroll;
}
}

/* QUERIES FOR BIGGER RESOLUTIONS */
@media only screen and (min-width: 50em) {
	article {
		margin-top: -1060px;
		width: 50%;
	}

#lastSection {
	display: block;
}

.section {
	clear: both;
	padding: 0px 30px 0 0;
	margin: 0px;
	/*height: 660px;*/
	overflow: scroll;
}

}


