/**
Secret Orchestra Site Styles
© 2011 Clif Jackson
------------------------------------------------------------------------------*/
@font-face {
    font-family: Gravitat;
    src: url('../fonts/gravitat.ttf');
}

/** General Site Content
------------------------------------------------------------------------------*/
*, html { margin: 0px; padding: 0px; }
body { font-size: 62.5%; }
html, body { background-color: #000; }
html, body, #container, #main-wrapper { width: 100%; height: 100%; }
body, * {
    font-family: Tahoma, Helvetica, sans-serif;
	color: #e2e2e2;
}
body#page-body #content { background: url('../imgs/bg/01-IMG_2895a2.gif') no-repeat; }
#container, #main-wrapper, #main-header, #content, .bar1, .html5_warning { min-width: 1000px; }
#container, #main-wrapper, #main-header, #so_logo, footer { position: relative; }

img, iframe { border: 0; }
a:active,
a:link,
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }

#main-header {
    width: 100%;
    height: 130px;
}
#so_logo {
    width: 1000px;
    height: 100px;
}
#so_logo img {
    position: absolute;
    top: 5px;
}
.bar1 {
    width: 100%;
    height: 30px;
    background-color: #222223;
}
#content {
    width: 100%;
    min-height: 700px;
}
#site-content1 {
    opacity: 0;
    letter-spacing: 0.1em;
    width: 600px;
    margin: 0 auto;
}
.runpage #site-content1 {
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in 0.3s;
    -o-transition: opacity 0.3s ease-in 0.3s;
    -webkit-transition: opacity 0.3s ease-in 0.3s;
}
#site-content1 h3 {
    font-family: Gravitat, Tahoma, Helvetica, sans-serif;
    font-size: 2.3em;
    padding-bottom: 12px;
}
#site-content1 h4 {
    font-size: 1.8em;
    padding-bottom: 8px;
}
#site-content1 p {
    font-size: 1.4em;
    line-height: 1.3em;
    margin-bottom: 14px;
}
#site-content1 p:last-child { margin-bottom: 0; }
#site-content1 p small { font-size: 0.9em; }

.mysection {
    border-bottom: 1px dotted #222223;
    padding: 25px 0 30px;
}
.mysection:first-child { padding-top: 0; }
.mysection:last-child { border-bottom: none; }

.album_cover {
    width: 150px;
    margin-right: 15px;
    float: left;
}

#footer {
    top: 0;
    left: 0;
    min-height: 150px;
}
.footer_copy {
    font-size: 1.2em;
    padding: 15px;
    text-align: center;
}
.seo-text {
    font-size: 0.1em;
    color: #000;
}

/** Main Navigation
------------------------------------------------------------------------------*/
#menu {
    line-height: 3em;
    padding: 0 0 25px 10px;
}
#menu a {
    color: #7e7e7e;
    font-family: Gravitat, Tahoma, Helvetica, sans-serif;
    font-size: 1.8em;
    letter-spacing: 0.07em;
    padding: 0 10px;
}
#menu a:active,
#menu a:link,
#menu a:visited,
#menu a:hover { text-decoration: none; }
#menu a:hover, #menu .selected { color: #fff; }

#html5_test {
    width: 100%;
    min-height: 50px;
}
.html5_warning {
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    padding: 7px 0;
    background-color: red;
}