/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
 
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
} 

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

a {
    color: #00e;
	outline: none;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: #06e;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
	max-width: 100%; /* GDB  */
	height: auto;
	text-align: center;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
	height: 100%;
}
body {
/*	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	font-family: 'Lato', sans-serif; */
	font: 62.5% 'Lato', sans-serif;;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFC;
	height: 100%;
}
h1 {
/*	padding-bottom: 0.5em; */
	color: #663333;
	font-weight: bold;
	font-size: 190%;
	margin-bottom: 0.6em;
}
h2 {
	color: #FF9700;
	padding-bottom: 0.5em;
	font-size: 175%;
	font-weight: bold;
}
h3 {
	color: #990000;
	text-align: center;
	margin-bottom: 0.5em;
	font-size: 160%;
}

p {
	font-size: 160%;
	color: #993300;
	line-height: 1.4em;
	margin-bottom: 0.7em;
	text-align: left;
	word-spacing: 0.2em;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.caps {
	text-transform: uppercase;
}
.highlight {
	color: #C00;
}

.container {
	width: 100%;
/*	background-color: #C9E5F1; */
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	border: 0.1em solid #000000; */
	height: 100%;
}
.container .inside {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -8em; /* negative of footer height */
}
.container .inside .content-wrapper {
	height: 100%;
	padding: 1em 1em 8em;  /*  bottom padding equal to footer height */
}

div.box33 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
div.box50 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
div.box60 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
div.box66 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
.inner {
	background-color: white;
	padding: 1em;
	margin-bottom: 1em;
}
.floatbox {
	float: none;
}
.stdborder {
	border-radius: 1em;
	box-shadow: 0.0625em 0.0625em 1em #999999;
}
.linkbox {
	transition: background-color 1.5s linear;
	-webkit-transition: background-color 1.5s linear;
}
.linkbox a {
	text-decoration: none;
	outline: none;
	display: block;
	transition: background-color 1s linear;
	-webkit-transition: background-color 1s linear;
}
.linkbox:hover {
	background: #CCC !important;
}
div.imgcenter {
	text-align: center;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.img70 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.img90 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
div.rdbar {
	background-color: #999;
	height: 1px;
	width: 85%;
	margin: 2em auto 2em;
/*	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto; */
}
.mt_list1 {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 3em;
	font-size: 140%;
	color: blue;
}
.mt_list1 li {
	margin-bottom: 0.5em;
	line-height: 1.25em;
}

#header {
	margin-bottom: 1.25em;	
}
#header #rd_sign {
	text-align: center;
	margin-bottom: 1.25em;
}
#header #rd_sign p {
	margin: 0;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center; 
}
#header #logo {
	text-align: center;
}
#header #logo img {
	text-align: center;
	max-width: 90%;
	height: auto;
}
#header #topimage {
	width: 100%;
	text-align: center; 
}

#header #topimage img {
	max-width: 85%;
	height: auto;
}

.navbar {
	font-size: 1.6em;
	font-weight: bold;
	color: #993300;
	margin-left: 0.833333%;
	margin-right: 0.833333%;
	margin-bottom: 1em;
}
.navbar ul {
}
.navbar li {
	background-color: white;
	line-height: 2em;
	width: 95%;
	height: 2em;
	display: block;
	margin-bottom: 0.4em;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
}
.navbar li a {
	color: inherit;
	text-decoration: none;
}
.navbar li a:link, .navbar li a:visited {
	color: inherit;
}
.navbar li a:hover {
	color: #FF9700;
}

.navheader {
	color: #993300;
	font-size: 1em;
}

.slide-trigger {
	background-color: white;
	line-height: 2em;
	display: none; /* need this */
  	cursor: pointer;
	width: 90%; 
	margin-left: auto;
	margin-right: auto;
	height: 2em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
.slide-trigger span.nav_text {
  margin-left: 10px;
}
.slide-trigger span.nav_icon {
  background-image: url("/images/gen/menu.png");
 /* background-position: 0 -14px; */
  display: block;
  float: right;
  margin-top: 5px;
  margin-right: 15px;
  height: 24px;
  width: 24px;
}
	
footer {
	height: 8em;
	margin-left: 1.25%;
	margin-right: 1.25%;
} 
footer .footcontent {
	height: 2.8em;
	background-color: white;
	padding-left: 2em;
}
footer .footcontent p {
	font-size: 120%; 
	line-height: 2em;
	text-align: center;
	vertical-align: middle;
}

a:link, a:visited {
	color: #C60;
}
a:hover {
	color: #7030A0;
}
.hrule {
	background-color: #7030a0;
	height: 1px;
	width: 75%;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4em;
	overflow: hidden;
}
div#mt_link {
	text-align: center;
	padding: 1em;
	margin-bottom: 2em;
	border: 2px solid #CC9;
	border-radius: 1em;
}
div#mt_link img {
	height: auto;
	width: 80%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
div#mt_link p {
	text-align: center;
}

div#mt_link a:link {
	color: inherit;
	text-decoration: none;
}
/*
/*    HOME PAGE
/**/
#hm_text1 p.line3 {
	font-size: 300%;
	margin-bottom: 0px;
}
#hm_text1 p.line4 {
	font-size: 250%;
	margin-bottom: 6em;
}
#hm_magic img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#hm_pic1 {
	margin-bottom: 2em;
}
#hm_pic1 img {
	width: 100%;
	height: auto;
}
/*
/*    CONTACT PAGE
/**/
#co_formholder {
	font-size: 150%;
	width: 100%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 5%;
	color: #993300;
}

div#lk_holder {
	width: 70%;
	margin-left: 15%;
	margin-bottom: 6em;
}
div#lk_holder div.lk_link {
	margin-bottom: 2em;
}

div#lk_holder a {
	text-decoration: none;
	display: block;
	border: 1px solid #7030A0;
	border-radius: 1em;
	padding: 1em;
}
div#lk_holder a p.name {
	text-transform: uppercase;
	margin-bottom: 0.25em;
	font-size: 200%;
}
div#lk_holder a p.desc {
	margin-left: 4em;
	margin-bottom: 0.5em;
}
div#lk_holder a p.addr {
	text-align: center;
	color: #666;
	margin: 0px;
}
div#lk_holder a:hover {
	background-color: #CCC;
}
div#ty_mess {
	margin-top: 4em;
	width: 70%;
	text-align: center;
	border: 1px solid #7030A0;
	border-radius: 1em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
	padding-bottom: 1em;
	margin-bottom: 20em;
}
/*
/*    Drum Solo
/**/
#ds_display {
	margin-top: 2em;
	margin-bottom: 4em;
	text-align: center;
}
/*
/*    Main Gallery Index Page
/**/
#main-content .gy_item {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
	text-align: center;
}
#main-content .gy_item a {
	padding: 1em;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#main-content .gy_item a:link, #main-content .gy_item a:visited {
	width: 100%;
	height: 100%;
	border: 2px solid #0C6;
	border-radius: 0.75em;
}
#main-content .gy_item a:hover {
	border-color: #666;
}
#main-content .gy_item a img {
	width: 90%;
	height: auto;
}
#main-content .gy_item a h3 {
	text-align: center;
	margin-top: 0.5em;
}
#main-content .gy_item a p {
	text-align: center;
}
/*
/*    A page of Gallery pictures
/**/
h2.gp_instr {
	font-size: 110%;
	color: #666;
	text-align: center;
}
#gp_wrapper {
	width: 100%;
	overflow: hidden;
	margin-top: 1em;
}
#gp_wrapper ul li {
	width: 100%;
/*	margin-right: 2%; */
	margin-bottom: 1em;
	text-align: center;
}
#gp_wrapper ul li img {
	width: 90%;
	height: auto;
	border: 0.4em solid #CC9;
	transition: opacity 2s linear;
	-webkit-transition: opacity 1.5s linear;
	-moz-transition: opacity 1.5s linear;
}
#gp_wrapper ul li img:hover {
	opacity: 0.4;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Prevent callout */

.nocallout {
    -webkit-touch-callout: none;
}

.pressed {
    background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */

textarea[contenteditable] {
    -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */

.gifhidden {
    position: absolute;
    left: -100%;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.ir br {
    display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 599px) {
  .slide-trigger { display: block; }
  .no-js .slide-trigger { display: none; }
  .navigation { display: none; }
  .no-js .navigation { display: block; }
  .navigation { margin: 0 15px; }
  .navigation li { 
  		float: none;
	}
  .navigation li a {}
}   
   
@media only screen and (min-width: 600px) {
.navbar li {
	float: left;
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
}

@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports that meet the condition */
h1 {
	margin-left: 2em;
}
h2 {
	margin-left: 1em;
}	
div.box33 {
	width: 33.3%
}
div.box50 {
	width: 50%
}
div.box60 {
	width: 60%
}
div.box66 {
	width: 66.6%;
}
.inner {
	margin: 1.25em;
	padding: 1.25em;
}
.floatbox {
	float: left;
}

.container {
	max-width: 136.6em;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 100%;	
}
#header #rd_sign {
	float: left;
	padding-top: 1em;
	width: 25%;
	text-align: left;
	margin-bottom: 0;
}
#header #rd_sign img {
	margin-left: 3em;
}
#header #rd_sign p {
	text-align: left;
	margin-left: 3em;
}
#header #logo {
	float: left;
	width: 50%;
	text-align: center;
}
#header #logo img {
	max-width: 60%;
}
#header #topimage {
	width: 25%;
	float: right;
/*	padding-bottom: 1em; */
	text-align: right;
}
#header #topimage img {
	margin-top: 1em;
	width: 25em;
	height: auto;
}

.navbar {
	background-color: white;
	height: 2em;
}
.navbar ul {
}
.navbar li {
	float: left;
	width: auto;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: 1em;
	margin-right: 0.5em;
	margin-bottom: 0;
	display: inline;
}
.navbar li a {
	color: inherit;
	text-decoration: none;
}
/*
.navbar li a:link, .navbar li a:visited {
	color: inherit;
}
.navbar li a:hover {
	color: #FFFFFF;
} */
 	
footer {
} 
footer .footcontent {
}

.hrule {
	background-color: #7030a0;
	height: 1px;
	width: 75%;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4em;
	overflow: hidden;
}
div#mt_link {
	text-align: center;
	padding: 1em;
	margin-bottom: 2em;
	border: 2px solid #CC9;
	border-radius: 1em;
}
div#mt_link img {
	height: auto;
	width: 80%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
div#mt_link p {
	text-align: center;
}

div#mt_link a:link {
	color: inherit;
	text-decoration: none;
}
/*
div#yt_link {
	text-align: center;
	padding 1em;
	margin-bottom: 2em;
	border: 2px solid #CC9;
	border-radius: 1em; 
}
div#yt_link p {
	text-align: center;
}
div#yt_link a {
	display: block;
}
div#yt_link a:link, div#yt_link a:visited {
	color: inherit;
	text-decoration: none;
}
div#yt_link a:hover p {
	color: #063;
}*/
/*
/*    HOME PAGE
/**/
#hm_text1 p.line3 {
	font-size: 300%;
	margin-bottom: 0px;
}
#hm_text1 p.line4 {
	font-size: 250%;
	margin-bottom: 6em;
}
#hm_magic img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#hm_pic1 {
	margin-bottom: 2em;
}
#hm_pic1 img {
	width: 100%;
	height: auto;
}

#right-sidebar #hm_part2 {
	margin-top: 1em;
	border: 1px solid #7030A0;
	border-radius: 0.5em;
	padding: 0.5em;
	background-color: #FFF;
	text-align: center;
}
/*
/*    CONTACT PAGE
/**/
#co_formholder {
	font-size: 150%;
	width: 100%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 5%;
	color: #993300;
}

div#lk_holder {
	width: 70%;
	margin-left: 15%;
	margin-bottom: 6em;
}
div#lk_holder div.lk_link {
	margin-bottom: 2em;
}

div#lk_holder a {
	text-decoration: none;
	display: block;
	border: 1px solid #7030A0;
	border-radius: 1em;
	padding: 1em;
}
div#lk_holder a p.name {
	text-transform: uppercase;
	margin-bottom: 0.25em;
	font-size: 200%;
}
div#lk_holder a p.desc {
	margin-left: 4em;
	margin-bottom: 0.5em;
}
div#lk_holder a p.addr {
	text-align: center;
	color: #666;
	margin: 0px;
}
div#lk_holder a:hover {
	background-color: #CCC;
}
div#ty_mess {
	margin-top: 4em;
	width: 70%;
	text-align: center;
	border: 1px solid #7030A0;
	border-radius: 1em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
	padding-bottom: 1em;
	margin-bottom: 20em;
}
/*
/*    Main Gallery Index Page
/**/
#main-content .gy_item {
	width: 60%;
	margin-bottom: 2em;
}
#main-content .gy_item a {
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#main-content .gy_item a:link, #main-content .gy_item a:visited {
	width: 100%;
	height: 100%;
	border: 2px solid #0C6;
	border-radius: 0.75em;
}
#main-content .gy_item a:hover {
	border-color: #666;
}
#main-content .gy_item a img {
	width: 25%;
	margin: 0.6em;
	float: left;
}
#main-content .gy_item a h3 {
	text-align: left;
	margin-left: 28%;
	margin-top: 0.5em;
}
#main-content .gy_item a p {
	text-align: left;
	margin-left: 28%;
}
/*
/*    A page of Gallery pictures
/**/
h2.gp_instr {
}

#gp_wrapper {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 1em;
}
#gp_wrapper ul li {
	width: 25%;
	float: left;
/*	margin-right: 2%; */
	margin-bottom: 1em;
}
#gp_wrapper ul li img {
/*	width: 100%;
	height: auto;
	border: 0.4em solid #CC9; */
}
#gp_wrapper ul li a:hover {
}

}
/* End of Media Query */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for viewports that meet the condition */
}
