﻿/* 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: 0; padding: 0; 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; }
body { line-height: 1; }
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; }

/* ##### Begin Elements & Site styles ##### */
html { background: #3c1362; }
body { font-family: Georgia, Times, serif; font-size: 14px; color: #fdf6a3; font-weight: normal; line-height: 22px; }
h1 { font-family: 'LatinModernMonoProp10Oblique', serif; font-size: 40px; font-weight: normal; color: #ffffff; margin: 0 0 20px 0; padding: 10px 0; word-spacing: 5px; background: url('../images/black.png') repeat; }
h2 { font-family: 'Bebas', Arial, sans-serif; font-size: 23px; font-weight: 300; color: #ffffff; text-shadow: 1px 1px 1px #333333; margin: 35px 0 15px 0; word-spacing: 4px; }
h3 { font-family: 'LatinModernMonoProp10Oblique', serif; font-size: 30px; font-weight: normal; color: #222222; margin: 0 0 20px 0; word-spacing: 5px; }
strong { font-weight: bold; }
em { font-style: italic; }

hr { margin: 20px 0; padding: 0; border: none; border-top: medium double #bababa; color: #bababa; text-align: center; }

#content { width: 980px; margin: 5px auto 0 auto; }

/* ##### Links ##### */
a:link { color: #ffffff; text-decoration: underline; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { }


.gallery { list-style: none; width: 940px; }
.gallery li { float: left; width: 160px; height: 90px; border: 2px solid #ffffff; margin: 12px; }
.gallery li img { min-width: 160px; max-width: 160px; min-height: 90px; max-height: 90px; }

.jp-audio { position: relative; margin: 0 auto; } /* Centers audio player */

#header { width: 980px; margin: 0 auto 35px auto; text-align: center; }
#home_main { width: 980px; height: 420px; margin: 0 auto; background: url('../images/home_bg.jpg') no-repeat; position: relative; }
.body_text { width: 980px; margin: 0 auto 20px auto; min-height: 300px; }
.wrapper { width: 940px; margin: 0 auto; }
#footer { width: 980px; margin: 0 auto 25px auto; padding: 10px 0; background: url('../images/black.png') repeat; }
#footer p { color: #ffffff; text-align: center; }

.review { width: 650px; margin: 0 auto; }
.caption { padding: 5px; background: #ffffff; color: 222222; }
.left { width: 48%; float: left; }
.right { width: 48%; float: right; }
.social_links a { margin: 0 3px; }
.social_links img { border: 1px solid #222222; }
.text_center { text-align: center; }
.text_left { text-align: left; }
.float_left { float: left; margin: 0 15px 15px 0; }
.image_border { border: 5px solid #ffffff; outline: 1px solid #222222; }
.error { font-weight: bold; border: 1px solid #ff0000; background: #efc6c6; padding: 10px; }
.clear { clear: both; }
.spacer { height: 20px; }
.large_spacer { height: 60px; }