/* 
    Document   : styles
    Created on : Jan 25, 2010, 2:49:35 AM
    Author     : Eric Wiemer
*/

/* 
    Scott Blaul Photography Stylesheet
*/

root { 
    display: block;
}
body {
    padding: 0px;
    margin: 0px;
    background-color: black;
    color: white;
    font-family: 'copperhead light',arial;
}
li {
    padding:0px;
    margin:0px;
    list-style-type:none;
}
ul {
    padding:10px 0px 10px 0px;
    margin:0px;
    border-right: solid 1px #5867fd;
    border-bottom: solid 1px #5867fd;
}

#wrapper {
    background-color: black;
    padding: 0px;
    margin-left: auto; margin-right: auto;
    margin-top: 30px;
    width: 900px;
}

#logo {
    text-align: center;
}

#content {
    text-align: center;
    margin: 20px auto 0px auto;
    width: 800px;
}
.seniorOption {
    width: 375px;
    margin: 10px;
    display: block;
}
#content ul > li:first-child {
    font-weight: bold;
}
#content div {
    display: inline-block;
}

#imageSet {
    margin-left: auto; margin-right: auto; margin-top: 20px;
    padding: 0px;
    width: 500px;
    text-align:center;
}

#imageSet img {
    margin: 15px;
}

#senior #imageSet {
    width: 700px;
}

#photoDisplay {
    padding-top: 50px;
    text-align: center;
    margin:auto;
    width:500px;
}
.mainpagePhoto {
    margin-left:25px;
}
div.mainpagePhoto {
    display: inline;
}

#imageLinks {
    text-align: center;
}

#footer {
    padding: 30px;
    text-align: center;
    color: #5867fd;
}
a:link {
    color: #5867fd;
    text-decoration: none;
}
a:visited {
    color: #5867fd;
    text-decoration: none;
}
a:hover {
    color: white;
    text-decoration: none;
}
a:active {
    color: white;
    text-decoration: none;
}

a:link img {
    border-width: 0px 2px 2px 0px;
    border-color: black;
    padding: 0px 5px 5px 0px;
}
a:visited img {
    border-width: 0px 2px 2px 0px;
    border-color: black;
    padding: 0px 5px 5px 0px;
}
a:hover img {
    border-width: 0px 2px 2px 0px;
    border-color: #5867fd;
    padding: 0px 5px 5px 0px;
}
a:active img {
    border-width: 0px 2px 2px 0px;
    border-color: white;
    padding: 0px 5px 5px 0px;
}