@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: #333;
}
/*Fixed layout*/
body {
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
}
h1 {
	font-weight: normal;
}
.h1Header {	
}
.h1Footer {	
   font-size: .9em;
}
h2 {
	font-style: normal;
}
.h2Title {
	font-size: .9em;
	color: rgba(238,238,238,1.00);
	margin: 0 0 .5em 0;
	font-variant: normal;
	font-weight: 400;
}
.h2Title2 {
	font-size: 1.3em;
	color: rgba(238,238,238,1.00);
	margin: 0;
	font-variant: normal;
	font-weight: 200;
}
h3 {
	font-weight: normal;
}
header {
	width: 100%;
	height: 126px;
	background-color: #000;
	background-image: url(../_images/_body/art-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 2px solid #444;
}
nav {
	width: 1000px;
	height: 126px;
	margin: 0 auto;
}
.toolbar  {
	float: left;
	padding: .5em .5em .5em .5em;
	margin: 80px 0 0 .7em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: rgba(153,153,51,1.00);
	text-align: center;
	background-color: rgba(34,34,34,0.83);
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	text-transform: capitalize;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
}
.toolbar li {
    display: inline;
    margin: 0 .3em 0 .3em;
    padding: 0 0 0 0;
    zoom: 1;
}
.toolbar a:link {
	color: #BDB000;
	text-decoration: none;
}
.toolbar a:visited {
	color: #BDB000;
	text-decoration: none;
}
.toolbar a:hover {
	color: #fff;
	text-decoration: underline;
}
.toolbar a:active {
	color: #fff;
	text-decoration: underline;
}
section {
	width: 100%;
	background-color: #333;	
	line-height: 1.5;
}
p {
	margin-bottom: .9em;
}
#mainContainer {
	width: 1000px;
	margin: 30px auto 20px;
	overflow: hidden;
}
article {
	line-height: 1.5;
	color: #888;
}
article a:link {
	color: #8D8783;
	text-decoration: none;
}
article a:visited {
	color: #8D8783;
	text-decoration: none;
}
article a:hover {
	color: #fff;
	text-decoration: none;
}
article a:active {
	color: #fff;
	text-decoration: none;
}
.articleGallery {
	float: left;
	width: 935px;
	margin: 0 0 0 10px;
	text-align: center;
}
.articleGallery img {
	border: none;
}
.articleGalleryNew {
	float: left;
	width: 935px;
	margin: 4px 0 22px 10px;
	text-align: center;
}
.articleGalleryNew img {
	border: 2px solid rgba(141,110,79,1.00);
	-webkit-box-shadow: 5px 8px 12px 0px rgba(0, 0, 0, 0.60);
	-moz-box-shadow: 5px 8px 12px 0px rgba(0, 0, 0, 0.60);
	box-shadow: 5px 8px 12px 0px rgba(0, 0, 0, 0.60);
}
.articleGalleryBorder {
	float: left;
	width: 935px;
	margin: 0 0 0 10px;
	text-align: center;
}
.articleGalleryBorder img {
	border: 2px solid #444;
}
footer {
   float: left;
   width: 760px;
   margin: 10px 0 0 85px;
   color: rgba(155,154,154,1.00);
   background-color: #2B2B2B;
   font-weight: 200;
   -webkit-border-radius: 10px 10px 10px 10px;
   -moz-border-radius: 10px 10px 10px 10px;
   border-radius: 10px 10px 10px 10px;
}
.footerLeft {
	float: left;
	width: 300px;
	margin: 1em 0 0 1.5em;
	font-size: 1.3em;
}
.footerRight {
	float: left;
	width: 300px;
	text-align: right;
	margin: .6em 1em 0 0;
    font-size: 1.2em;
    color: rgba(155,154,154,1.00);
}
.footerArrow {
	float: right;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 .5em 1em .8em;
	border-left: 1px dotted #444;
	color: #444;
}
.arrows {
    font-size: 5em;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: rgba(78,139,195,1.00);
    font-weight: 100;
}
footer a:link {
	color: rgba(78,139,195,1.00);
	text-decoration: none;
}
footer a:visited {
	color: rgba(78,139,195,1.00);
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer a:active {
	color: #fff;
	text-decoration: none;
}
cite {
	font-style: normal;
}
