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

/* CSS Reset */
html, body, article, div, nav, section, article, footer, header, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
margin: 0px;
padding: 0px;
}
/* display */
aside, article, section, header, footer, nav {
display: block;
}

html {
background-color: #000;
}
/*Fixed layout*/
body {
    width: 100%;
    margin: 0 auto;
    font-size: 100%;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(255,255,255,1.00);
}
h1 {
    font-style: normal;
}
.h1Header {
	font-size: 1.3em;
	color: rgba(230,230,230,1.00);
	margin: .5em 0 .2em 0;
	letter-spacing: .1em;
    font-weight: 200;
}
.container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
section {
	float: left;
    width: 1000px;
	margin: 0 0 0 0;
	padding: 0;
    line-height: 1.6;
	color: #777;
}
p {
    margin-bottom: .9em;
}
article {
	width: 1000px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	font-size: .9em;
	text-align: center;
}
.article img {
	float: left;
	margin: 0;
}
section a:link {
    color: #439FBC;
    text-decoration: none;
}
section a:visited {
    color: #25A0C7;
    text-decoration: none;
}
section a:hover {
    color: #fff;
    text-decoration: none;
}
section a:active {
    color: #fff;
    text-decoration: none;
}
.thumbHD {
	float: left;
	margin: 0 0 1em 43px;
	width: 957px;
	text-align: left;
}
aside {
	float: left;
	width: 930px;
	margin: 0 0 0 70px;
	font-size: 1em;
}
aside img {
    margin: 2em 0 0 .5em;
}
aside ul li {
	margin-left: 1.5em;
}
.asideT {
	float: left;
	width: 560px;
	margin: 0 0 0 20px;
}
.asideTH {
	float: left;
	height: 126px;
	margin: 1em 0 0 20px;
}
.asideTH img {
	margin: 0 5px 0 0;
	border: none;
}
.asideB {
	float: left;
	width: 120px;
	margin: 0 0 0 0;
}
.titling {
	float: left;
	width: 560px;
	margin: 0 0 0 0;
	padding: .5em 0 0 0;
	font-size: 1.1em;
    font-weight: 300;
    border-top: solid 1px rgba(34,34,34,1.00);
}
.arrows {
    float: left;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 6.5em;
    width: 120px;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 100;
    text-align: left;
    color: rgba(42,42,42,1.00);
    line-height: 1;
}
.arrowBox {
	float: left;
	font-family:"Times New Roman", Times, serif;
	font-size: 6em;
	margin: 0;
	padding: .2em .48em .2em .48em;
	/*background-color: #0D0D0D;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px; */
}
.arrowL {
	float: left;
	width: 50px;
	text-align: left;
	border-right: solid 1px #222;
	padding-bottom: .2em;
}
.arrowR {
	float: left;
	width: 50px;
	text-align: right;
	border-left: solid 1px #222;
	padding-bottom: .2em;
}
.art {
	float: left;
	width: 1000px;
	height: 658px;
	margin: 2em 0 0 0;
}
.art img {
	border: 2px solid #333;
}
.gallery {
    font-size: 1.8em;
    font-weight: 200;
    border-top: solid 1px rgba(34,34,34,1.00);
    margin: .4em 0 0 0;
    padding: .1em 0 0 0;
}cite {
    font-style: normal;
}

