body {
background-color: #888;
font-family: sans-serif;
font-size: smaller;
color: #CF197C;
}

a {
color: #CF197C;
}

a:hover {
text-decoration: none;
}

h1 {
font-weight: normal;
}

#layout {
background-color: #EAC3EC;
position: relative;
margin: 0 auto;
width: 695px;
border-top: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid black;
border-bottom: 1px solid black;
padding: 0;
}

#logo {
background: url('/images/spcphotoheader.jpg') no-repeat 20px 20px;
height: 99px;
}

#navigation {
border-top: 1px solid;
padding-top: 5px;
}

#navigation ul {
list-style-type: none;
padding: 0;
margin: 0;
margin-left: 20px;
}

#navigation li {
background-image: url(/images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .3em;
padding-left: .8em;
width: 120px;
display: block;
float: left;
}

#navigation li a {
text-decoration: none;
}
#navigation li a:hover {
text-decoration: underline;
}

#footer {
border-top: 1px solid;
padding: 10px;
text-align: center;
clear: both;
}

#content {
min-height: 400px;
padding: 20px;
}

/* gallery styles */
#content div.thumb {
margin: 6px;
margin-left: 0px;
margin-right: 9px;
background-color: #fafafa;
border: 1px solid #cccccc;
height: 185px;
width: 200px;
float: left;
text-align: center;
}   
#content div.thumb img {
display: inline;
margin: 5px;
margin-bottom: 0px;
border: 1px solid #A0ACC0;
}
#content div.thumb a:hover img {border: 1px solid black;}
.caption {
text-align: left;
padding-left: 7px;
font-weight: normal;
width: 190px;
}

#content div.albumthumb {
margin: 6px;
margin-left: 0px;
margin-right: 9px;
background-color: #fafafa;
border: 1px solid #cccccc;
height: 284px;
width: 316px;
float: left;
text-align: center;
}   
#content div.albumthumb img{
display: inline;
margin: 5px;
margin-bottom: 2px;
border: 1px solid #A0ACC0;
}
#content div.albumthumb a:hover img {border: 1px solid black;}
.albumcaption {
text-align: left;
font-weight: normal;
width: 316px;
margin: 0 3px 3px 7px;
}

#content .full-photo {
text-align: center;
}

#content .full-photo img {
border: 1px solid black;
}

#content p {
clear: both;
}

#content .album img, #content .photo img {
border: 0;
}

/* calendar and sites styles */
#content h1.year, #content h1.month, #content h1.link-category {
text-align: left;
border-bottom: 1px solid;
font-size: large;
}

#content h1.month, #content h1.link-category {
margin-left: 15px;
}
.event .date {
width: 15em;
display: block;
float: left;
}

ul.spaced li {
margin-bottom: 1em;
}
