* {
padding:0;
margin:0;
}

html {
font-size: 62.5%;
font-family: Verdana, san-serif;
min-height: 100.02%;
}

body {
background-color: #515450;
color: #ccc;
background-image: url('../images/body.gif');
background-repeat: repeat-x;
font-size: 1.2em;
line-height: 1.8em;
height: 100%;
}

#container {
width:900px;
margin: 0 auto 0 auto;
text-align: left;
}


#logo {
background-image: url('../images/header.gif');
width:900px;
height:240px;
}

a:hover {
text-decoration: underline;
}

h1 {
color:#ad313c;
padding: 5px 0 0 0;
margin-bottom: 10px;
font-size: 1.9em;
text-align: right;
letter-spacing:0.2em;
border-bottom: 1px solid #ad313c;
}

#logo h1 {
text-indent:-5000px;
display:none;
}

h2 {
color:#bab166;
font-size: 1.2em;
letter-spacing: 0.2em;
padding-bottom: 5px;
margin-top: 20px;
}

h3 {
color:#ad313c;
font-size: 1.1em;
letter-spacing: 0.1em;
padding-bottom: 3px;
}

h3.album {
color:#ad313c;
font-size: 1.1em;
letter-spacing: 0.1em;
padding-bottom: 3px;
margin-top: 18px;
}

#content {
padding: 10px 10px 30px 10px;
}

#content p {
padding: 10px 0;
}


#mainnav {
position: relative;
text-align: center;
top: -2em;
margin-left: 120px;
margin-bottom: -2em;
}

#mainnav ul li {
display: inline;
border-left: 2px solid #fff;
padding-left: 0.6em;
margin-right: 0.4em;
}
#mainnav ul li.first {
border-width: 0;
}
#mainnav ul li a {
font-weight: bold;
text-transform: capitalize;
color: #fff;
text-decoration: none;
}

#mainnav ul li a:hover {
text-decoration: underline;
}




#footer {
clear: both;
width: 100%;
padding: 1.5em 0;
background-color: #2b2623;
text-align: center;
font-size: 0.9em;
color: #9d9d9d;
display: block;
margin: 0 auto;
}
#footer ul {
width: 900px;
margin: 0 auto;
}
#footer li {
display: inline;
border-left: 2px solid #9d9d9d;
padding-left: 0.6em;
margin-right: 0.4em;
}
#footer li.first {
border-width: 0;
}
#footer li a {
color: #9d9d9d;
text-decoration: none;
}
#footer li a:hover {
text-decoration: underline;
color: #fff;
}


















/* ------------------------------------ */
/*     FORMS/INPUTS/SELECTS/BUTTONS     */
/* ------------------------------------ */

FORM#contact {
margin-top: 3em;
}
FORM SELECT, FORM INPUT, FORM TEXTAREA {
width: 100%;
border: 1px solid #2B2623;
border-top: 2px solid #2B2623;
border-left: 2px solid #2B2623;
}
FORM INPUT.button {
width: auto;
height: 22px;
border: 1px solid #2B2623;
padding: 0 4px;
}
FORM INPUT.radio {
padding: 0;
margin: 0 0.5em 0 0;
width: auto;
position: relative;
top: 3px;
border: 0;
}
INPUT.checkbox {
margin-left: 0.6em;
width: auto;
border: 0;
}
FORM INPUT:focus, textarea:focus, select:focus {
background-color: #BAB166;
}
FORM SELECT.date {
display: inline;
width: 31%;
}

p.input {
width: 100%;
text-align: right;
clear: both;
margin-top: 1em;
margin-bottom: 0;
}
FORM LABEL {
font-weight: bold;
margin: 20px 0 2px 0;
display: block;
color: #ccc;
}
FORM LABEL span {
font-style: italic;
font-weight: normal;
font-size: 0.9em;
color: #ccc;
}
FORM LABEL span.error {
font-style: italic;
font-weight: normal;
font-size: 0.9em;
color: #ff0000;
}




/*    DEFINITION LISTS IN FORMS   */
dt.radio, dt.date {
font-weight: bold;
margin: 20px 0 2px 0;
display: block;
color: #ccc;
}
dt.radio span, dt.date span {
font-style: italic;
font-weight: normal;
font-size: 0.9em;
color: #ccc;
}
dt.radio span.error {
color: #ff0000;
}
dd.radio {
margin: 0.8em 0 0 10px;
padding: 0;
line-height: 0.5em;
color: #ccc;
}
dd.radio LABEL, dd.date LABEL {
font-weight: normal;
margin: 0;
display: inline;
color: #ccc;
}
dd.radio span {
margin-left: 0.3em;
font-style: italic;
font-size: 0.9em;
}
dd.radio span.error {
font-style: italic;
font-weight: normal;
font-size: 0.9em;
color: #ff0000;
}
dt.checkbox {
float:right;
display:block;
margin-bottom: 1em;
}
dd.date SELECT {
width: 4.2em;
margin-right: 1em;
}
dd.date {
display: inline;
}




ol li {
margin-left: 16px;
}