/* basic elements */

html, body { 
	font: medium Arial, sans-serif;
	line-height: 1;
	color: #D8D9FE; 
	background: #000000; 
	margin: 0; 
	padding: 0;
}
p { 
	margin-top: 0; 
	text-align: justify;
}
h3 {
        color: #FFEFE2;
        font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12pt;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFEFE2;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FFFFFF;
}
input.submitform {
	font: small Verdana, sans-serif;
        border: 2px outset #FFFFFF;
        color: #000;
        font-weight: bold;
}
#editbutton {
    font: small Verdana, sans-serif;
	border: 2px outset #FFFFFF;
	color: #000;
	font-weight: bold;
}
#edit {
    font-size: 10pt;
	border: 1px solid #000000;
	background: #FFFFFF; 
}
#exif {
	font-size: 10pt;
}
#container {
	width: 890px;
	margin: 10px auto 0 auto;	
}

#name {
	color: #FFEFE2;
	font-weight: bold;
	font-size: 12pt;
}
#small {
	font-size: 8pt;
}
#paginate {
	text-align: center;
	font-size: small;
	line-height: 1.5;
}
#paginatelink {
	padding: 5px;
	border: 1px thin #FFEFE2;
}
#editlink {
	text-align: right;
	font-size: 8pt;
}
#phototitle {
	color: #FFEFE2;
	font-weight: bold;
	font-size: 16pt;
}
#location {
	color: #FFEFE2;
    position: static;
    font-style: italic;
    font-size: medium;
    padding-top: 0px;
    padding-bottom: 5px;
}
#photo_portrait {
        position: static;
        top: 70px;
        width: 333px;
}

#photo_landscape {
	position: static;
	top: 70px;	
	width: 500px;
}
#exif_portrait {
        font: medium Verdana, sans-serif;
        position: absolute;
	top: 102px;
        margin-left: 343px;
        width: 350px;
}
#exif_landscape {
        font: medium Verdana, sans-serif;
	position: absolute;
	margin-left: 510px;
	width: 350px;
}
#photo_description_portrait {
	position: absolute;
	top: 340px;
	margin-left: 343px;
	width: 350px;
	font-style: italic;
	font-size: 10pt;
	line-height: 1.3;
}
#photo_description_landscape {
        position: absolute;
        top: 345px;
        margin-left: 510px;
        width: 350px;
        font-style: italic;
        font-size: 10pt;
	line-height: 1.3;
}
#descriptiontitle {
        font: medium Verdana, sans-serif;
        font-weight: bold;
}
#photo_description_portrait_edit {
        font: medium Verdana, sans-serif;
	font-weight: bold;
        position: absolute;
        top: 350px;
        margin-left: 343px;
        width: 350px;
}
#photo_description_landscape_edit {
        font: medium Verdana, sans-serif;
	font-weight: bold;
        position: absolute;
        top: 325px;
        margin-left: 510px;
        width: 350px;
}
#headercontainer {
	height: 30px;
	width: 100%;
	border-bottom: 1px dotted #CCCCFF;

}
#headerleft {
	float: left;
	font-size: 18pt;
	font-weight: bold;
	text-size: large;
	color: #FFEFE2;
}
#headerright {
	float: right;
	font-size: small;
	margin-top: 10px;
}
#footer {
        border-top: 1px dotted #CCCCFF;
	font-size: x-small;	
	bottom: 0px;
	margin-top: 20px;
	padding-top: 10px;
	width: 100%;
}
#main {
	padding-top: 10px;
}
#headerlink {
	text-decoration: none;
}
#views {
        width: 500px;
	font-style: italic;
        font-size: 10pt;
	padding-top: 5px;
}
#comments {
        font: medium Verdana, sans-serif;
        font-weight: bold;
        margin-top: 20px;
        width: 500px;
}
#commentbucket {
	padding: 3px;
	width: 500px;
        font: medium Verdana, sans-serif;
	margin-bottom: 7px;
	border: 1px dotted #CCCCFF;
}
#commentuser {
	width: 100%
        font: medium Verdana, sans-serif;
	font-size: 10pt;
}
#commenttext {
	width: 490px;
	margin-left: 10px;
	font: medium Verdana, sans-serif;
        font-size: 10pt;
}
#commentadmin {
	position: absolute;
	margin-left: 510px;
	font-size: 8pt;
}
#postacomment {
	position: absolute;
	font-size: 11pt;
	margin-left: 390px;
}
#about {
	font: medium Verdana, sans-serif;
	font-size: small;
	padding-top: 10px;
}
#hideShow {
	visibility: hidden;
	display: none;
}
#footerleft {
	float: left;	
}
#footerright {
	float: right;
	text-align: right;
}
#footercenter {
	text-align: center;
}
#thumbborder {
	border: 1px inset white; 
}
#close {
	color: black;
}
