@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    background-color: rgba(188,76,46,1.00);
}
body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: rgba(252,189,177,1.00);
    margin: 0px;
    padding: 0px;
    background-color: rgba(188,76,46,1.00);
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
h1 {
    font-size: 2.9em;
    color: rgba(241,77,5,1.00);
    font-family: raleway;
    font-weight: 300;
    font-style: normal;
    padding: 1.2em 0 0 0;
    opacity: .5;
}
h2 {
    font-size: 1.1em;
    font-weight: 300;
}
header {
    width: 100%;
    height: 115px;
    background-color: rgba(1,1,1,1.00);
    background-image: url(../_images/_body/banner-Long.jpg);
    background-repeat: no-repeat;
    background-position: center -10px;
    margin: 0 auto;
}
.bannerBox {
    width: 900px;
    margin: 0 auto;
}
.container {
    width: 100%;
    margin: 0 auto;
}
section {
    width: 1020px;
    margin: 0 auto;
    line-height: 1.5;
    overflow: hidden;
}
p {
    margin-bottom: .9em;
}
article {
    float: left;
    width: 1020px;
    margin: 0;
    margin: 0 0 0 0;
}
article a:link {
    color: rgba(249,144,113,1.00);
    text-decoration: none;
}
article a:visited {
    color: rgba(249,144,113,1.00);
    text-decoration: none;
}
article a:hover {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
article a:active {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
aside {
    float: left;
    width: 260px;
    text-align: right;
    font-weight: 300;
    font-size: 1.15em
}
.artBoxHD {
    float: left;
    margin: 5em 0 0 0;
    height: 100px;
    width: 260px;
}
.artTitleBox {
    float: left;
    height: 200px;
    width: 260px;
    margin-top: 1em;
    padding-top: .7em;
    border-top: 1px solid rgba(155,65,66,1.00);
    font-size: .85em;
}
.arrowBox {
    float: left;
    height: auto;
    width: 260px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 3.4em;
    border-bottom: 1px solid rgba(155,65,66,1.00);
    border-top: 1px solid rgba(155,65,66,1.00);
    padding-bottom: 7px;
}
.returnGalleryBox {
    float: left;
    height: auto;
    width: 260px;
    margin-top: 15px;
    font-size: 0.9em;
    line-height: 1.9;
}
.artRightShad {
    float: left;
    height: auto;
    width: 740px;
    margin-left: 1em;
    margin-top: 2em;
}
.artRightShad img {
    border: none;
    margin: 5px 0 30px 15px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(33,33,33,0.75);
    -moz-box-shadow: 0px 8px 16px 0px rgba(33,33,33,0.75);
    box-shadow: 0px 8px 16px 0px rgba(33,33,33,0.75);
}
cite {
    font-style: normal;
    color: rgba(233,233,233,1.00);
    font-size: 1.35em;
}
sup {
    vertical-align: super;
    font-size: .6em;
}
sub {
    vertical-align: middle;
    font-size: .6em;
}
