@import url(reset.css);

/* Page Styles */
body {
background: #000;
}
br {
clear: both;
}
#container {
width:825px;
margin:0 auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#banner {
height: 620px;
background: url(../images/banner.jpg) no-repeat;
position: relative;
}
#banner ul {
position: absolute;
top: 240px;
left: 160px;
text-align: right;
}
#banner ul li a {
color: #fff;
font-size: 1.2em;
font-style: italic;
line-height: 1.2em;
text-decoration: none;
}
#banner ul li {
padding-right: 20px;
}
#banner ul li.selected, #banner ul li.active, #banner ul li:hover {
background: url(../images/bullet.jpg) right center no-repeat;
}
#content {
overflow: hidden;
background: url(../images/content.jpg) repeat-y;
padding: 0 50px 10px 100px;
width: 78%;
}
#content h1 {
font-weight: bold;
font-style: italic;
font-size: 1.1em;
margin-bottom: 10px;
}
#content h2 {
font-weight: bold;
font-style: italic;
font-size: 1em;
margin: 15px 0 10px 0;
}
#content h3 {
font-weight: bold;
font-size: .9em;
margin: 7px 0 5px 0;
}
#content p, #content fieldset {
font-size: .8em;
line-height: 1.8em;
}
#content p {
margin: 10px 0;
}
#content li {
font-size: .8em;
line-height: 1.5em;
list-style: circle;
margin-left: 30px;
padding-left: 5px;
}
#content a {
font-weight: bold;
color: #22304b;
}
#content #contactInfo {
clear: both;
float: left;
width: 40%;
font-size: .9em;
}
#content #portfolio p {
float: left;
width: 170px;
padding: 5px 20px;
text-align: center;
}
#content #portfolio p a {
display: block;
text-decoration: none;
}
#content #portfolio p a span {
text-decoration: underline;
display: block;
}
#content p img {
margin-bottom:5px;
border: 1px solid #22304b;
}
#content fieldset {
width: 50%;
float: right;
border-left: 1px dotted #333;
padding-left: 25px;
display: block;
}
#content fieldset label {
float: left;
width: 170px;
padding-right: 5px;
padding-bottom: 10px;
font-weight: bold;
}
#content fieldset label#comments {
float: left;
clear: both;
width: 350px;
}
#content fieldset label#submit {
clear: both;
border: none;
margin-top: 5px;
}
#content fieldset label#submit input {
border: 1px solid #fff;
font-family: "Courier New", Courier, monospace;
font-size: .9em;
font-weight: bold;
font-style: italic;
}
#content fieldset label input, #content fieldset label textarea {
background: #ccc;
border: 2px solid #fff;
}
#content span.required {
color:#7a2c22;
}
#content span.missingRequired {
background-color:#955146;
padding: 0 2px;
}
#content div#errorText {
float:left;
margin-bottom:15px;
margin-left:20px;
font-weight:bold;
font-size:.9em;
}
#content div#errorText ul {
margin-top: -5px;
}
#content img.floatRight {
float: right;
margin: 0 0 0 15px;
}
#content img.floatLeft {
float: left;
margin: 0 15px 0 0;
}
#content ol.commentlist {
clear: both;
}
#content ol.commentlist li {
list-style: decimal;
}
#content ol.commentlist li p {
font-size: .9em;
}
#content div.post {
border-bottom: 1px solid #666;
margin-bottom: 20px;
clear: both;
float: left;
width: 95%;
}
#content div.entry {
float: left;
clear: both;
width: 95%;
}
#content div.entry p {
padding: 0 0 10px 0;
margin: 0;
}
#content div.navigation {
font-size: .8em;
padding-top: 10px;
float: left;
clear: both;
padding-bottom: 15px;
width: 100%;
}
#content div.navigation div.alignleft {
float: left;
width: 42%;
}
#content div.navigation div.alignright {
float: right;
width: 42%;
text-align: right;
}
#content div.entry p.postmetadata, #content p.postmetadata {
border-top: 1px dotted #666;
padding: 5px 0;
margin: 0 0 5px 0;
float: left;
clear: both;
font-size: .7em;
}
#content p.postmetadata {
width: 105%;
}
#content div#respond {
background: #999;
padding: 10px 15px;
margin-top: 15px;
width: 95%;
clear: both;
}
#footer {
clear: both;
position: relative;
background: url(../images/footer.jpg) no-repeat;
height: 112px;
}
#footer p {
font-size: .7em;
color: #999;
position: absolute;
top: 85px;
left: 300px;
padding-bottom: 2px;
}
#footer p a {
color: #999;
}
