/*//////////////////////////////////////////////////////////////////////////////*/
/*																				*/
/*								Reset & Fonts									*/
/*																				*/
/*//////////////////////////////////////////////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: MyHelvetica;
	src: local("Helvetica Neue"), local("HelveticaNeue"), url(/assets/fonts/MgOpenModernaRegular.ttf);
}
@font-face {
	font-family: MyHelvetica;
	src: local("Helvetica Neue Light"), local("HelveticaNeue-Light"), url(/assets/fonts/MgOpenModernaRegular.ttf);
	font-weight: 300
}
@font-face {
	font-family: MyHelvetica;
	src: local("Helvetica Neue Bold"), local("HelveticaNeue-Bold"), url(/assets/fonts/MgOpenModernaBold.ttf);
	font-weight: bold;
}

/*//////////////////////////////////////////////////////////////////////////////*/
/*																				*/
/*									HTML 5										*/
/*																				*/
/*//////////////////////////////////////////////////////////////////////////////*/

header, section, footer, aside, nav, article, figure {  
    display: block;  
}

header li, footer li {
	display: inline;
	font-size: 30px;
}

.small {
	font-size: 12px;
}
img {
	border: none;
}
a {
	color: #FF2894;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background: #000;
}
body {
	font-family: MyHelvetica, sans-serif;
	font-size: 18px;
	background-color: #000000;
}
body {
	min-height: 200px;
}
body img {
	margin-bottom: 20px;
}
body li {

	margin-left: 20px;
}
body ol li {
	margin-left: 20px;
}

body p, body table, body ul, body ol, body dl{
	word-wrap: break-word;
	padding-bottom: .5em;
}

body .block {
	width: 955px;
	margin: 0;
	padding: 0;
	clear: both;
}

/*//////////////////////////////////////////////////////////////////////////////*/
/*																				*/
/*									Grid										*/
/*																				*/
/*//////////////////////////////////////////////////////////////////////////////*/


.span-1 {		
	float: left;
	width: 305px;
	margin-right: 20px;
}
.span-2 {
	float: left;
	width: 630px;
	margin-right: 20px;
}
.span-3 {
	float: left;
	width: 955px;
}

.last {
	margin-right: 0px;
}
.clear {
	height: 0;
	clear: both;
}

body em, body strong {
	font-style: normal;
	font-weight: bold;
}

body table {
	text-align: center;
}
body table th{
	border-bottom: 1px solid #999;
	font-weight: bold;
}

#content, header, footer .vcard, footer nav, #archive {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
}

/*//////////////////////////////////////////////////////////////////////////////*/
/*																				*/
/*									Headers										*/
/*																				*/
/*//////////////////////////////////////////////////////////////////////////////*/

#backGroundImg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1300px;
}

h1, h2{
	padding: -10px;
	display: inline;
	font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Calibri, Verdana, sans-serif;
	font-weight: bold;
	font-size:72px;
	letter-spacing: -4px;
	text-transform: lowercase;
	clear: both;

}

h2 {
/*	margin-top: 61px;*/
	line-height: 60px;
	padding-top: 52px;
	font-size: 36px;
	letter-spacing: -1px;
	margin-top: 0;
}

h3 {
	/*		font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;*/
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Calibri, Verdana, sans-serif;
	font-weight: light;
	font-weight: 300;
	font-size: 36px;
	letter-spacing: -1px;
	display: inline;
/*	text-align: justify;*/

}

h1 {
/*	padding-top: 5px;
	padding-top: 5px;
*//*	line-height: 100px;*/

}

h3 {
/*	padding-top: 5px;
	padding-top: 5px;
*/	line-height: 45px;
}

/*//////////////////////////////////////////////////////////////////////////////*/
/*																				*/
/*									Content										*/
/*																				*/
/*//////////////////////////////////////////////////////////////////////////////*/
#content {
	margin-top: 1000px;
}

#content {
/*	margin-bottom: 35em;*/
}

#content p {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.7);

	font: 30px;	

}
#content h1 {

}

#content h1, #content h3 {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.7);
}

#meat {
	margin-top: 20px;
}

/*//////////////////////////////////////////////////////////////////////////////*/
/*																				*/
/*									Footer										*/
/*																				*/
/*//////////////////////////////////////////////////////////////////////////////*/

footer * {
	margin: 0;
	padding: 0;
}

footer li {
	margin-left: 0px;
	margin-right: 20px;
}

footer {
	display: none;
	position: fixed;
	border-top: 1px solid rgb(255,255,255,.15);
	border-top: 1px solid rgba(255,255,255,.15);
	width: 100%;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.85);
	color: rgb(179,179,179);
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.75);
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,.75);
	z-index: 100;
/*	//test*/
}

footer .vcard {
	font-weight: light;
	font-weight: 300;
	font-size: 12px;
	font-style: normal;
	margin-bottom: 1em;
}

.vcard .photo {
	display: none;
}

nav ul {
	padding: 0;
	margin: 0;
}

nav {
	margin-top: .5em;
	margin-bottom: .5em;
}


.photoInfo {
	float: right;
	top: 0;
	text-align: right;
	color: #fff;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.7);
}

#archive {
	display: none;
	color: #fff;
}

	#previousNext {
		position: absolute;
		top: -25px;
		right: 30px;
		height: 23px;
		background: rgba(0,0,0,.5);
		margin: 0;
		padding: 0;
		-moz-border-radius-topleft: 3px;
		-webkit-border-top-left-radius: 3px;
		-moz-border-radius-topright: 3px;
		-webkit-border-top-right-radius: 3px;
		border: 1px solid rgba(255,255,255,0.1);
		border-bottom: none;
		z-index: 0;
	}
	#previousNext a {
		color: rgba(255,255,255,.8);
      	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
		padding-bottom: 2px;
		padding-top: 2px;
	}
	
	#previousNext a:hover {
		color: rgba(255,255,255,1);
	}
	
	#previousNext ul {
		margin: 0;
		padding: 0;	
	}
	#previousNext li {
		margin: 0;
		padding: 0;
		font-size: 90%;
	}
	#previousNext li:first-of-type a {
		padding-left: 5px;
		padding-right: 5px;
	}
	#previousNext li:last-of-type a {
		padding-right: 5px;
		padding-left: 5px;
		
	}