html {
min-width: 800px;
}
* {
margin: 0;
padding: 0;
}
body {
font-family: Georgia, serif;
font-size: 12px;
font-weight: 300;
background: url("../images/peacock.png") repeat scroll left bottom #443266;
color: #C3C3E5;
}
b {
font-weight: 600;
}
strong {
font-weight: 600;
color: #F1F0FF;
}
a {
color: #F1F0FF;
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: url("../images/curtain.jpg") repeat scroll left bottom #8C489F;
height: 200px;
border-bottom: 15px solid #443266;
}
#branding {
text-align: center;
}
h1 {
font-family: 'Zeyada', Georgia, serif;
font-size: 60px;
font-weight: 300;
font-style: normal;
color: #F1F0FF;
position: absolute;
width: 100%;
text-align: center;
word-spacing:150px;
top: 25px;
}
h2 {
display: none;
}
h3 {
font-size: 1.2em;
margin: 1em 0 1.5em 0;
text-align: center;
}
#header_photo {
margin: 0 auto;
position: relative;
text-align: center;
z-index: 100;
clear: none;
}
#years {
color: #C3C3E5;
font-size: 10px;
font-weight: bold;
position: absolute;
left: 500px;
top: 110px;
}
#motto {
font-family: Georgia, serif;
font-size: 14px;
font-style: italic;
color: #F1F0FF;
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: #C3C3E5;
border-bottom: 2px solid #8C489F;
border-top: 2px solid #8C489F;
}
#nav a {
color: #443266;
}
#nav a.cur:hover {
cursor: default;	
}
#content {
width: 100%;
position: absolute;
}
p {
text-align: justify;
margin-bottom: 2em;
line-height: 1.5em;
}
.thumb {
width: 150px;
height: 150px;
border: 3px solid #C3C3E5;
}
.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: 1000px;
}
#photo {
width: 700px;
height: 1750px;
}
#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 #C3C3E5;
background-color: #8C489F;
color: #F1F0FF; 
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:#C3C3E5;
}
.spacer {
padding-bottom: .7em;
}
#footer {
font-size: .8em;
color: #F1F0FF;
padding-top: 10px;
text-align: center;
font-weight: bold;
text-shadow: 1px 1px 2px #443266;
}
#footer a {
color: #C3C3E5;
text-decoration: underline;
}
.text_underpants {
padding: 10px; 
background-color: #443266;
}
#SocialBox {
position: absolute;
left: 70%;
top: -18px;
z-index: 101;
}
.arrow {
z-index: 1000;
}