﻿html {
    background-color: rgb(149,174,194);
    background-image: url(Graphics/BkgGradient.jpg);
	background-repeat: repeat-x;
}

p, div, h1, h2, span {font-family:Arial, Sans-Serif;}
#ShortCaption {font-style: italic; font-weight: bold;}
#LongCaption {position: relative;}
.GoogleMap {
    width: 450px; 
    height: 320px;
    float: left;
    margin-right: 10px;
}
table 
{
    margin: auto;
}
table input, td, th 
{
    margin: 2px;
    width: 7em;
}
th 
{
    text-align:center;
    vertical-align: top;
    font-weight: bold;
}
.Content span 
{
    padding: 0 1.5em 0 0;
    white-space: nowrap;
    line-height: 2em;
    font-weight: bold;
}
.Download
{
    display: block;
}    

.PhotoContent {
    width: 751px;
    height: auto; /*eventually this will be outdated... height should be calculated*/
	padding: 10px;
	margin: 9px;
	position: relative;
	background-color: #50555F;
	z-index: 3;
}
.PhotoContent > h2 {
    color: White;
    text-align: center;
    margin-top: 14px;
}
#Image {overflow: visible; margin: auto; width: auto; height: auto; position: relative; top: 3px;}
#Image > div {z-index: 3; position: absolute;}
#Image > img {margin: -3px;}
.PhotoContent > div {
	position: absolute;
	z-index: 3;
}
.PhotoContent > .TR {background-image: url(Graphics/PhotoPageLayout-07.png);}
.PhotoContent > .TL {background-image: url(Graphics/PhotoPageLayout-06.png);}
.PhotoContent > .BR {background-image: url(Graphics/PhotoPageLayout-08.png);}
.PhotoContent > .BL {background-image: url(Graphics/PhotoPageLayout-09.png);}
.PhotoContent > .Top {background-image: url(Graphics/PhotoPageLayout-10.png);}
.PhotoContent > .Bottom {background-image: url(Graphics/PhotoPageLayout-12.png);}
.PhotoContent > .Left {background-image: url(Graphics/PhotoPageLayout-11.png);}
.PhotoContent > .Right {background-image: url(Graphics/PhotoPageLayout-13.png);}
#Photographer {
    font-style: italic;
    font-size: 1.1 em;
}
#Download {
    width: 200px;
    height: 210px;
	padding: 10px;
	margin: 13px 13px 0 13px;
	position: relative;
	background-color: rgb(205,215,225);
	z-index: 3;
}

#Embed {
    width: 240px;
    height: 235px;
	padding: 10px;
	margin: 13px 13px 0 13px;
	position: relative;
	background-color: rgb(205,215,225);
	z-index: 3;
    float: right;
}
#Embed > p {
    font-weight: bold;
    font-size: .85em;
}
#Embed input {
    width: 198px;
}
#Download table {
    text-align: center;
}
#AuthorshipInfo {
	position: relative;
    width: 166px;
    height: 235px;
    float: right;
	padding: 10px;
	margin: 13px 13px 0 13px;
	background-color: rgb(205,215,225);
}

#PrevButton, #NextButton {position: absolute;}
#PrevButton a+a, #NextButton a+a {position: relative; top: -67px; display: block; font-size: 14px; font-weight: bold; color: #CDF; text-align: center;} 
#PrevButton a+a {left: -5px;} #NextButton a+a {right: -5px;}
#PrevButton {left: -5px; width: 126px;}
#NextButton {right: -5px; width: 126px;}