@charset "UTF-8";
/*
Copyright 2009 Iribat Interactive LLC
Website: http://www.iribat.com/

Interactive Director: Emmanuel Tabiri
Email: emmanuel@iribat.com
Phone: +1.484.648.0441

Lead Programmer: Jeremy Keffer
Email: jeremy@iribat.com
Phone: +1.302.533.8191
*/

html {
    margin : 0;
    padding : 0;
    font-family : "DejaVu Sans","Helvetica Neue","Helvetica",Verdana,Arial,sans-serif;
    font-size : 88%;
    background : #801616;
}

body {
    padding : 0;
    margin : 0;
    background : #801616;
}

div {
    padding : 0;
    margin : 0;
}

h1 { 
    margin : 0; 
    font-size : 2em; 
    line-height : 0.8em;
    color : #801616;
}

h2 { margin : 0; }

.container {
    margin-left : auto;
    margin-right : auto;
    width : 1018px;
}

#header {
    background : #6c1111;
    height : 83px;
}

#header img {
    padding : 0;
    margin : 0;
    border : 0;
}

#sub-header {
    background : #fff url("subheaderbg.png") top left repeat-x;
    height : 77px;
}

#sub-header span.form-label {
    display : block;
    color : #cb830c;
    font-weight : bold;
    font-size : 0.9em;
    margin-bottom : 5px;
    padding-left : 85px;
}

#name {
    color : #6db0ba;
    font-size : 2.5em;
    line-height : 85px;
    margin-left : 100px;
}

#sub-header div.form-elt {
    position : relative;
    top : -70px;
    left : 730px;
}

#sub-header input.text {
    color : #999;
    border : 1px solid #999;
    width : 180px;
}

#sub-header input.submit {
    color : #fff;
    border : 0;
    background : #cb830c;
    width : 66px;
}

#primary-links-top {
    background : #6c1111;
    height : 36px;
}

#primary-links-top ul {
    margin : 0;
    margin-left : 28px;
    padding : 0;
}

#primary-links-top li {
    display : inline-block;
    height : 32px;
    margin : 0;
    padding : 0;
}

#primary-links-top a {
    display : inline-block;
    text-decoration : none;
    color : #fff;
    height : 23px;
    margin : 0;
    padding : 0;
    padding-top : 9px;
    padding-right : 10px;
    padding-left : 10px;
}

#primary-links-top a:hover {
    background : #ea970f;
}

#content p {
    margin : 0;
    padding : 0;
    margin-top : 13px;
}

#content img {
    margin : 0;
    padding : 0;
    border : 0;
}

#content-left {
    margin : 23px;
}

#news-and-galleries {
    color : #fff;
}

#news-and-galleries h2 {
    font-size : 2em;
    margin-left : 15px;
    font-weight : 400;
}

#news-and-galleries ul {
    list-style-type : none;
    margin : 0;
    padding : 0;
    font-size : 0.9em;
}

#news-and-galleries li {
    background : #a61e1e;
    margin : 0;
    margin-top : 4px;
    height : 25px;
    width : 445px;
    padding-left : 15px;
    padding-right : 15px;
    padding-top : 7px;
}

#news-and-galleries a {
    text-decoration : none;
    font-size : 0.9em;
    margin-left : 15px;
    color : #ea970f;
}

#news-and-galleries span.date {
    font-size : 1.2em;
    font-weight : 400;
}

#news {
    width : 475px;
    margin : 23px;
}

#galleries {
    width : 475px;
}

#primary-links-bottom {
    background : #ea970f;
    height : 31px;
    padding-top : 5px;
    margin-top : 23px;
    clear : both;
}

#primary-links-bottom ul {
    margin : 0;
    margin-left : 38px;
    padding : 0;
}

#primary-links-bottom li {
    display : inline;
    margin : 0;
    margin-right : 20px;
    padding : 0;
}

#primary-links-bottom a {
    text-decoration : none;
    color : #fff;
}

#primary-links-bottom a:hover {
    color : #801616;
}

#content img.staff {
    float : left;
    margin-right : 15px;
}

