html {
min-width: 800px;
}
* {
margin: 0;
padding: 0;
}
body {
font-family: Georgia, serif;
font-size: 12px;
font-weight: 300;
background: url("../css/drapery.jpg") repeat scroll left bottom AntiqueWhite;
color: Black;
}
b {
font-weight: 600;
}
strong {
font-weight: 600;
color: #660000;
}
.emphasize {
padding: 1px 3px;
color: #FAF3D4;
background-color: #900;
}
a {
color: #900;
text-decoration: none;
outline: none;
}
a:hover {
text-decoration: underline;
}
a img {
border: 0 none;
}
.left {
float: left;
margin: 5px 20px 10px 0;
}
.right {
float: right;
margin: 10px 0 5px 20px;
}
#header {
background-color: #201510;
height: 200px;
}
#branding {
background: url("../images/header_left.jpg") no-repeat scroll left bottom #362c28;
min-height: 200px;
min-width: 600px;
text-align: left;
text-shadow: 5px 5px 5px Black;
}
h1 {
font-family: 'Terminal Dosis Light', Georgia, serif;
font-size: 40px;
font-weight: 300;
font-style: normal;
color: GoldenRod;
position: absolute;
left: 200px;
top: 50px;
text-shadow: 0px 0px Black
}
h2 {
display: none;
}
h3 {
font-size: 1.2em;
margin: 1em 0 1.5em 0;
text-align: center;
}
#years {
color: GoldenRod;
font-size: 10px;
font-weight: bold;
position: absolute;
left: 500px;
top: 110px;
}
#motto {
font-family: Georgia, serif;
font-size: 14px;
font-style: italic;
color: AntiqueWhite;
line-height: 1.7em;
position: absolute;
left: 200px;
top: 120px;
}
#nav {
text-align: center;
position: relative;
margin: 0 auto 25px;
padding: 5px 0px;
min-width: 700px;
background-color: GoldenRod;
border-bottom: 1px solid DarkRed;
border-top: 1px solid DarkRed;
}
#content {
width: 100%;
color: Black;
position: absolute;
}
p {
text-align: justify;
margin-bottom: 2em;
line-height: 1.5em;
}
.thumb {
width: 10em;
border: 3px solid GoldenRod;
}
.grid {
margin: 0 10px 10px 0
}
.caption {
font-size: .9em;
background-color: #FBFBFB;
color: Black;
text-align: center;
padding: 5px;
width: 492px;
}
#roles {
width: 700px;
height: 950px;
}
#photo {
width: 700px;
height: 1590px;
}
#video {
width: 700px;
height: 3850px;
}
#contact_form {
width: 700px;
height: 320px;
}
input, textarea {
font-family: Georgia, serif;
padding:2px; 
border:1px solid #CCCCCC;
font-size:11px;
width:300px;
height:14px;
}
textarea {
width:300px;
height:127px;
padding:2px; 
border:1px solid #CCCCCC;
font-size:11px;
}
.error {
border:1px solid #990000;
background-color: DarkRed;
color: AntiqueWhite; 
padding:4px;
padding-left:6px;
width:300px;
}
.button {
margin-top:10px;
display:block;
border:1px solid #000000;
width:100px;
height:20px;
font-size:11px;
padding: 0 2px 2px 2px;
line-height:14px;
background-color:GoldenRod;
}
.spacer {
padding-bottom: .7em;
}
#footer {
font-size: .8em;
color: Black;
border-top: 1px dotted Black;
padding-top: 10px;
text-align: center;
font-weight: bold;
}
#footer a {
color: Black;
text-decoration: underline;
}
#SocialBox {
position: absolute;
left: 75%;
top: -4px;
z-index: 101;
}
.arrow {
z-index: 1000;
}
.video_caption {
font-size: .9em;
background-color: GoldenRod;
color: Black;
text-align: center;
padding: 5px;
width: 492px;
margin-bottom: 20px;
}
iframe {
border: 1px solid GoldenRod;
}
#video iframe, #video p {
margin-left: 90px;
}