@import url("photo-style-strip.css");

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

body {
    background-attachment: scroll;
    background-color: black;
    background-image: url(images/bg-black.gif);
    background-position: top left;
    background-repeat: repeat-x;
    color: white;
    font-family: "Trebuchet MS", Trebuchet, "Lucida Sans", Verdana, Georgia, Arial;
    font-size: small;
    margin: 0px;
    text-align: center;
}

#commentContainer {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 8px 8px 8px 8px;
        width: 510px;
}

.comment {
        border: 1px solid white;
        background-color: #333333;
        margin: 8px 8px 8px 8px;
        padding: 8px 8px 0px 8px;        
}

#container {
    text-align: center;
}


#footer
{
    color: white;
    font-size: smaller;
    margin-top: 32px;
    text-align: center;
}

.podEXIF {
    margin: 16px 16px 16px 16px;
    border-collapse: collapse;
}

.podEXIF tr, .podEXIF tr+tr+tr {
    background-color: #333333;
}


.podEXIF tr+tr, .podEXIF tr+tr+tr+tr {
    background-color: #333399;
}

.podEXIF td {
    font-weight: bold;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    margin: 0px 0px 0px 0px;
    padding: 4px 4px 4px 4px;
}

.podEXIF td+td {
    font-weight: normal;
    border-right: none;
}

.podEXIF tr+tr+tr+tr td {
    border-bottom: none;
}

#podMenuBar {
    background-color: #333399;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    color: #FFFFFF;
    margin-top: 48px;
    padding: 0.25em 0em 0.25em 0em;
    width: 100%;
}

#podMenuBar a:link {
    color: white;
    text-decoration: none;
}

#podMenuBar a:visited {
    color: white;
    text-decoration: none;
}

#podMenuBar a:hover {
    text-decoration: underline;
}

#podMenuBar a:active {
    text-decoration: underline;
}

#podMenuBarFloatLeft
{
    float: left;
    position: relative;
    margin-left: 0.5em;
    text-align: left;
    vertical-align: top;
}

#podMenuBarFloatRight
{
    float: right;
    margin-right: 0.5em;
    text-align: right;
    vertical-align: top;
}

#podImageContainer {
    margin-top: 32px;
    text-align: center;
}

#podImage {
    border: 8px white solid;
}

#podImageViewOriginalLink {
    font-size: smaller;
}

#podExtendedEntry
{
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    text-align: left;
    width: 50%;
}

#podExtendedEntry a
{
    text-decoration: underline;
}

#podCommentLinks
{
    clear: both;
    color: white;
    margin-top: 32px;
    text-align: center;
}

.clearall {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
}

#styleName
{
    visibility: hidden
}

#titleImage
{
    float: left;
    background-image: url(images/plodding-mediocrity-title.gif);
    background-position: 0px -6px;
    background-repeat: no-repeat;
    width: 100%;
}

a #titleImage
{
    border: none;
}

.clearall {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
}