/*
 * 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.
 */

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

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

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #fad764;
    color: #444;
    text-shadow: none;
}

::selection {
    background: #fad764;
    color: #444;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

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

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}








/* ==|== primary styles =====================================================
   Author: www.apepp.info
   ========================================================================== */

body {background: #050505 url(../img/bg-1900-plain.jpg) center top no-repeat; font-weight: 400; }



/* ==========================================================================
   chrome frame prompt
   ========================================================================== */

.chromeframe {background: #050505; text-align: center; clear: both; position: relative; z-index:999; padding: 50px 0 50px 0; color: #CDCDCD;}

.chromeframe h1 {margin:0 0 10px 0;}



/* =============================================================================
   no javascript warning
   ========================================================================== */

#noscript_warning {
    background-color: #fff;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    border-bottom: 5px solid #000;}
    
#noscript_warning p {color: #555;}





/* =============================================================================
   helper classes
   ========================================================================== */

.left {float:left;}
.right {float:right;}

.txt-left {text-align: right;}
.txt-right {text-align: right;}
.txt-center {text-align: center;}

.no-margin {margin: 0;}

.highlight {color:#717574;}

.divide-450 {width: 450px; height: 6px;}
.divide-960 {width: 960px; height: 6px;}

.border-top-2 {border-top: 2px solid #717574;}
.border-bottom-2 {border-bottom: 2px solid #717574;}
.border-t1-b2 {border-top: 1px solid #717574; border-bottom: 2px solid #717574; }





/* =============================================================================
   typography
   ========================================================================== */

html,
button,
input,
select,
textarea {
    font-family: 'Philosopher', sans-serif;}

a {color: #717574;}
a:hover {text-decoration: none;}

h1, h2, h3, h4, h5, h6 {color: #717574; font-weight: 400;}

p  {font-size:14px; margin:15px 0 10px 0; line-height:22px; color: #CDCDCD; }
h1 {font-size:32px; margin:20px 0 10px 0; line-height:39px; }
h2 {font-size:26px; margin:20px 0 10px 0; line-height:33px; }
h3 {font-size:22px; margin:20px 0 10px 0; line-height:29px; }
h4 {font-size:20px; margin:20px 0 10px 0; line-height:27px; }
h5 {font-size:18px; margin:20px 0 10px 0; line-height:23px; }
h6 {font-size:16px; margin:20px 0 10px 0; line-height:21px; }

ul, ol {color: #CDCDCD;}




/*========================================================================== 
form styles
========================================================================== */

#boxsize button,
#boxsize input,
#boxsize select,
#boxsize #irb, #boxsize #icb {width:auto;}

#icb, #irb, #icb2, #irb2 {width:auto;}

input, textarea, #boxsize textarea, #boxsize input {  
        padding: 8px;  
        border: solid 1px #E5E5E5;  
        outline: 0;  
        width: 200px;  
        background: #FFFFFF;
        background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);  
		box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
		-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
		-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;}  
      
textarea, #boxsize textarea {  
        width: 400px;  
        max-width: 400px;  
        height: 150px;  
        line-height: 150%;}  
      
input:hover, textarea:hover,  
input:focus, textarea:focus {border: solid 1px #717574; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;}  

#boxsize input:hover, #boxsize textarea:hover,
#boxsize input:focus, #boxsize textarea:focus {border: solid 1px #717574; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;}  
      
.form label {margin-left: 10px;}

.submit input {  
    width: auto;  
    padding: 9px 15px;  
    background: #617798;  
    border: 0;
    font-size: 14px;  
    color: #FFFFFF;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;}

input[type="image"] {padding: 0;}



/* =============================================================================
   tables
   ========================================================================== */
table {color: #CDCDCD;}
table.striped {margin: 5px 0 25px; text-align: left; font-size: 14px; background:url(../img/patt-black-72.jpg) center top; }
table.striped thead {border-bottom: 3px solid #717574; border-top: 3px solid #717574; color: #717574;}
table.striped thead tr th, table.striped tfoot tr th {text-transform: uppercase;}
table.striped thead tr th, table.striped tbody tr td, table.striped tfoot tr th {padding: 7px 10px 7px 10px;}
table.striped tbody tr {border-bottom: 1px solid #555;}
table.striped tfoot {color: #717574; border-bottom: 3px solid #717574;}





/* =============================================================================
   structure
   ========================================================================== */

header {position: fixed; top: 0; left: 0; width: 100%; z-index: 999;}
.border-t1-b2-bg {border-top: 1px solid #717574; border-bottom: 2px solid #717574; background:url(../img/bg-1900x92.jpg) center top no-repeat;}
footer {position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1000;}

#topbar {padding: 10px 0 10px 0;}

#mailing-list {padding: 2px 0 0 0;}
#mail-form input[type="text"] {width: 314px; height: 30px; padding: 0 0 0 10px; border: 0 none; font-weight: 700; font-size: 12px; color: #050505; float: left; display: inline-block; border-radius: 0; -webkit-appearance: none; background: #fff;}
#mail-form input[type="submit"] {float:left; display: inline-block; width: 150px; height: 30px; text-transform: uppercase; border: 0 none; padding: 0 0 0 20px; font-weight: 700; font-size: 12px; margin: 0 0 0 -4px; background: url(../img/mail-submit-bg.jpg) center top no-repeat ; color: #050505; border-radius: 0; box-shadow: 0px 0px 0px white;}

ul#social-media {float: right; margin: 0 55px 0 0; padding: 0;}
ul#social-media li {list-style-type: none; float: left; margin: 0 7px 0 0;}
ul#social-media li.last {margin: 0;}

a#youtube, a#facebook, a#twitter {width:35px; height: 35px; display: block; text-indent: -9999px;}
a#youtube {background:url(../img/youtube-35b.png) center top no-repeat;}
a#facebook {background:url(../img/facebook-35b.png) center top no-repeat;}
a#twitter {background:url(../img/twitter02-35b.png) center top no-repeat;}

a#youtube:hover {background:url(../img/youtube-35b.png) center bottom no-repeat;}
a#facebook:hover {background:url(../img/facebook-35b.png) center bottom no-repeat;}
a#twitter:hover {background:url(../img/twitter02-35b.png) center bottom no-repeat;}


nav#main-nav {background: url(../img/shad-1x35.png) center top repeat-x;}
nav#main-nav ul {margin: 0 5px 0 0; padding: 0; float: right;}
nav#main-nav ul li {float: left; margin: 0 10px 0 0; padding: 0; text-align: center;}
nav#main-nav ul li.last {margin: 0;}
nav#main-nav ul li a {padding: 10px 0 5px 0; text-decoration: none; display: block; color:#CDCDCD; width:110px; text-transform: uppercase; font-size: 12px; font-weight: 700; background: url(../img/patt-black-72.jpg) center top repeat; border-bottom: 1px solid #505050;}
nav#main-nav ul li a:hover, nav#main-nav ul li a.active {background: url(../img/patt-yell-50.jpg) center top repeat; color:#050505; border-bottom: 1px solid #717574; }

#home-bg {position: absolute; z-index: -1; height: 940px;}
#home-wrap-inner {position: relative; z-index: 1; padding: 240px 0 90px 0;}

a#tourdates {float: right; color:#050505; text-indent: -9999px; display: block; width: 260px; height: 68px; background:url(../img/tour-dates.png) center bottom no-repeat;}

footer, footer p {font-size: 12px;}
footer a {text-decoration: none;}

#copyright {border-top: 2px solid #717574; background:url(../img/patt-black-72.jpg) center top repeat; padding: 0 0 10px 0;}


/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:107px;
	right:7px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../img/ui.totop.png) no-repeat left top;
	z-index: 2000;
}

#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}











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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * 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: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.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 (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
