/* Factory Resets */
* {
    padding: 0px;
    margin: 0px;
}
/* Element Defaults */
hr,a,a:active,a:visited { 
    color: #E86517;
    text-decoration: none; 
}
a:hover {
    text-decoration: underline; 
}
html,body {
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

body {
    background-color:#000000;
    text-align:center;
    color:#E86517;
    margin:0px;
    padding:10px;
}
fieldset { 
    border-color: #E86517; 
    margin-bottom: 20px; 
    -moz-border-radius: 20px; 
}
iframe { 
    height: 600px; 
    width: 850px; 
}
img { 
    border:none;
}
h1 {
    font-variant: small-caps;
    text-align:center;
}
legend { 
    font-variant: small-caps; 
    padding-left: 10px; 
    padding-right: 5px; 
    color: #E86517; 
}
ul { 
    list-style-type: none; 
    margin: 0px; 
    padding: 0px; 
}
li { 
    margin: 0px; 
    padding: 0px; 
}


/* Classes */
.clear, .clearer {
    clear:both;
}
.link { 
    cursor: pointer; 
}


/* General IDs */


/* Specific Elements */
div#pageHeader{
    height: 250px;
    background-image: url('/images/kw_background-top.png');
    background-repeat: no-repeat;
    background-position: center;
}

div#homePageBannerDiv {
    margin-bottom: -20px;
}

/**
 * Set height attrib correctly per CSS, which doesn't work in IE.
 * So, we will hide from IE by placing it as an explicit child element onthebody.
 * IE doen't understnad this so it gets ignored in IE.
 */
body>div#pageHeader{
    height: auto;
    min-height: 250px;
    margin: 0px;
    padding: 0px;
}
div#pageContent{
    /* background-image: url('/images/kw_background-middle.png'); */
    background-repeat: repeat-y;
    background-position: center;
}
div#pageFooter{
    height: 250px;
    /* background-image: url('/images/kw_background-bottom.png'); */
    background-repeat: no-repeat;
    background-position: center;
}
body>div#pageFooter{
    height: auto;
    min-height: 250px;
}
div#logoDiv {
    margin-top: 10px;
    height: 196px;
}
div#mainNav {
    position: relative;
    top: 10px;
    margin-top: 10px;
    border-top: 4px solid #F86900;
    border-bottom: 2px solid #F86900;
    text-align: center;
    padding-top: 3px;
    margin-bottom: 10px;
}
ul#mainNavList {
    list-style-type:none;
}
ul#mainNavList>li {
    display:inline;    
}
div#pageHeader>div#mainNav { 
}
div#sidebar { 
    text-align: center; 
    font-size: 75%; 
}
body>div#sidebar { 
    position: relative; 
    top: 0px; 
    left: 10px; 
}
.mainNav-link:hover { 
    background-image: url('/images/flame.png');
    background-repeat: repeat-x;
    background-position: bottom center;
}
ul.link_list li:hover a, ul.link_list li a:hover { 
    color: #000000; 
    text-decoration: none; 
}
div#shows { 
    float: left;
    width: 200px;
    margin: 10px;
}

div#contact { 
    float: left; 
    width: 200px;
    margin: 10px;
}
div#mainContent {
    text-align: left;
    padding-top: 10px;
    width: 1000px;
    margin: auto;
}

div#mainContent>p, div#mainContent>h2, div#mainContent>h3 {
    width: 600px;
    margin: auto;
}

div#mainContent>p {
    font-size: 125%;
}
div.crewMember {
    text-align: center;
}
div.crewMember>h2 {
    margin: auto;
}

div#rotatingImageDiv {
    position: relative;
    text-align: center;
}
img#rotatingImageFrame {
    margin: auto;
}
img#rotatingImage {
    position: absolute;
    top: 51px;
    left: 349px;
}
img.crewImage {
    margin: 30px;
    margin-bottom: 5px;
}

h2.crewHeader {
    width: 400px;
    font-weight: bold;
}

div.crewMemberProfile {
    text-align: left;
    background-image: url('/images/profile-background.png');
    background-repeat: no-repeat;
    background-position: top left;
    width: 1000px;
    margin: auto;
    padding-top: 70px;
    padding-right:130px;
    color: #FFFFFF;
    font-weight: normal;
    height: 400px;
}
/* We want an "auto" height and
 * a min-height of 400px.
 * When we site the hieght to 400px, IE takes
 * that to mean min-height:400 and hight:auto
 * So, since IE doesn't inderstand CSS
 * inheritance correctly, the directive below
 * is ignored by IE.
 * Thus we get what we really want in all other browsers.
 **/
div.mainContent >  div.crewMemberProfile {
    min-height: 400px;
    height: auto;
}
h2.crewProfileHeader {
    
}
img.crewProfilePhoto {
    float: right;
    width: 350px;
    height: 350px;
    margin-right: 130px;
}
img.crewProfileName {
    height: 70px;    
}
img.crewProfileName#father-freddie-freaky-teeth-profile-name {
    height: 140px;    
}
div.crewProfileTools {
    text-align: left;
    width: 500px;
}
img.crewProfileToolsHeader {
    height: 20px;
    margin-bottom: 15px;
}
div.crewProfileBio {
    margin-top: 30px;
    text-align: left;
    width: 500px;
    padding-bottom: 30px;
}
img.crewProfileBioHeader {
    height: 20px;
    margin-bottom: 15px;
}

div#links {
    margin: auto;
    padding: 10px;
    margin-bottom: 0;
}

div#links div {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
div#links div#firedancing {
    text-align: center;
}
div#firedancing table {
    margin: auto;
}

div.show { padding: 20px; width:400px; margin:auto;}
.showHeader { margin: 10px; }
.showDetail { margin: 10px; padding-right: 30px; padding-left: 30px;}

.quiet { opacity: 0.5; font-size: 75%;}

div#publicBanner { margin : 20px; }
div.publicBanner { padding: 10px; }

div.video {
    text-align: center;
    margin: auto;

}
