/*
Theme Name: This is Ragtime
Author: Scott Meyers
Author URI: http://scottmeyers.info/
*/

/* =Reset default browser CSS. Based on work by Eric Meyer
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

body {
	color: #373737;
	font: 15px "Times New Roman", serif;
	font-weight: 300;
	line-height: 1.625;
	background:url('/images/background.jpeg') repeat;
	background-size:cover;
}
input, textarea {
	font: 15px "Times New Roman", serif;
	font-weight: 300;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =Structure
----------------------------------------------- */
#wrapper {
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	height:auto;
	margin: 0 auto;
	padding:0 0 20px;
	width:900px;
}
#content {
	background-color:#f1f1f1;
	border-style:double;
	border-width:3px;
	float:left;
	height:auto;
	min-height:600px;
	width:896px;
}
#content p {
	text-align:justify;
}

.bottom_border {
	bottom:6px;
	opacity:.8;
	position:relative;
	right:5px;
	width:913px;
}

/* =Global
----------------------------------------------- */
h2 {
	bottom:50px;
	float:left;
	font-family: 'Great Vibes', cursive;
	font-size:30px;
	height:auto;
	line-height:42px;
	margin-bottom:10px;
	width:420px;
}
h2.half-width {
	border-bottom:1px dotted #000;
	height:36px;
	margin-bottom:60px;
}
h2.full-width {
	border-bottom:1px dotted #000;
	height:36px;
	width:100%;
}
#header {
	height:238px;
}
#header h2 span {
	font-size:26px;
}
header {
	height: 251px;
	background-image: url(images/border.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-size: 244px 189px;
	float:left;
	height:auto;
	width:100%;
}
header a {
	float:left;
	height:auto;
	width:auto;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
.navigation {
	bottom:5px;
	float:right;
	left:2px;
	position:relative;
}
.navigation ul {
	height:25px;
	margin:0;
	padding:10px 0;
}
.navigation ul li {
	float:left;
	height:34px;
	list-style-type:none;
}
.navigation ul li a {
	color:#000;
	cursor:pointer;
	font-family: 'Limelight', cursive;
	font-size:14.5px;
	height:24px;
	padding:5px;
	text-decoration:none;
}
.navigation ul li a.brown {
	color:brown;
}

/* Text elements */
p {
	font-family:Times New Roman, serif;
	font-size:14px;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
strong {
	font-weight: bold;
}
.italic {
	font-size:14.5px;
	font-style:italic;
}

/* Media
----------------------------------------------- */
#galleria {
	border-right:1px solid #000;
	float:left;
	height:600px;
	overflow:hidden;
	padding-right:5px;
	width:440px;
}
iframe {
	display:block;
	height:318px;
	margin:0 auto 10px;
	width:434px;
}

/* =Header
----------------------------------------------- */
#logo {
	background-color:none;
	background-image:url('images/ragtime_logo.png');
	height:204px;
	position:relative;top:30px;
	text-indent:-9999px;
	width:360px;
}

/* =Content
----------------------------------------------- */
#information {
	float:left;
	margin-top:8px;
	width:450px;
}
#information p {
	display:block;
	line-height:19px;
	margin:5px auto 0;
	width:435px;
}

/* =Content Music
----------------------------------------------- */
#content-music {
	display:none;
	padding:10px 45px;
}

/* =Content Description
----------------------------------------------- */
#content-description {
	display:none;
	padding:10px 45px;
}
#content-description img {
	border-style:double;
	border-width:3px;
}

#content-description .ragtime_book {
	float:left;
	margin-left:0px;
	margin-top:5px;
}
#content-description .eubie_blake {
	float:right;
	height:242px;
	margin-left:0px;
	margin-right:0px;
	width:200px;
}
#content-description .irving_berlin {
	float:right;
	height:242px;
	width:200px;
}
#content-description .jelly_roll {
	float:right;
	height:242px;
	margin-left:0px;
	margin-right:0px;
	width:200px;
}
#content-description .scott_joplin {
	float:right;
	height:242px;
	margin-left:20px;
	margin-right:20px;
	width:200px;
}
#content-description img {
	height:auto;
	margin:20px;
	width:auto;
}
#content-description p {
	line-height:19px;
	margin-top:10px;
}
#content-description p.spacing {
}
#content-description p.divider {
	background-color:#FAF7E3;
	border-left:none !important;
	border-right:none !important;
	border-style:double;
	border-width:3px;
	margin:20px 0;
	padding:0 10px;
	text-align:center;
	width:317px;
}

/* =Content About Us
----------------------------------------------- */
.content_aboutus {
	display:none;
	padding:10px 45px;
}
.content_aboutus strong {
	float:left;
	margin:10px 0;
	width:100%;
}
.content_aboutus img.terry {
	width:288px !important;
}
.content_aboutus img {
	border-style:double;
	border-width:3px;
	float:left;
	margin-right:10px;
	margin-top:8px;
	width:189px;
}
.content_aboutus .person {
	border-bottom:1px dotted #000;
	clear:both;
	float:left;
	padding-bottom:20px;
	width:100%;
}
.content_aboutus .person p {
	padding-top:5px;
}
.content_aboutus .terry_waldo strong {
	margin-top:0px;
}

/* =Content Contact
----------------------------------------------- */
#content-contact {
	display:none;
	float:right;
	height:400px;
	margin: 10px;
	width:430px;
}
#content-contact .contact_left_col {
	float:left;
	text-align:left;
	width:50%;
}
#content-contact .contact_right_col {
	float:right;
	text-align:left;
	width:50%;
}
#content-contact strong, #content-contact a {
	font-size:14px;
}

/* =Content Donate
----------------------------------------------- */
#content-donation {
	display:none;
	float:right;
	padding:10px;
	width:430px;
}
#content-donation p {
	font-size:14px;
}
#content-donation #donate_button {
	display:block;
	margin:20px auto 0;
}

/* =Content Music
----------------------------------------------- */
#content-music object {
	width: 500px;
	display: block;
	margin: 0 auto 10px;
}




/* Galleria Plugin Styles */
/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */
.galleria-container {
    position: relative;
    overflow: hidden;
    background: none;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 10px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    overflow:hidden;
}
.galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #000;
    margin: 0 5px 0 0;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
}
.galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    font: normal 11px/1 arial,sans-serif;
    z-index: 1;
}
.galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url(images/classic-loader.gif) no-repeat 2px 2px;
}
.galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}
.galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    /* IE7 */ zoom:1;
}
.galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #fff;
    margin-bottom: 7px;
}
.galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
}
.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}
.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url(images/classic-map.png);
    background-repeat: no-repeat;
}
