﻿html, body, form
{
	background-color: #FFFFFF;
	margin: 0px;
	width: 100%;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif;
	color: #333333;
	text-align: center;
}

img 
{
	border: none;
}

a:link, a:visited
{
	color: #990000;
	text-decoration: none;
}

a:hover
{
	color: #666666;
	text-decoration: underline;
}

#adminMenu
{	
	margin-top: 30px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;	
}

#adminMenu .button
{
	border: solid 1px #666666;
	height: 17px;
	margin-bottom: 2px;
	margin-left: 4px;
	font-size: 11px;
}

#albumContainer
{
	margin-top: 1px;
	margin-left: 82px;
	clear: both;
	background-color: #990000;
	height: 24px;
	line-height: 18px;
}


.album
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 50px;
}

.album a:link, .album a:visited
{
    text-transform: lowercase;
	text-decoration: none;
	color: #ffffff;
}

.album a:hover
{
	color: #CCCCCC;
}

.fileUpload
{
	font-size: 10px;
	width : 200px;
	margin-bottom: 2px;
	border: solid 1px #666666;	
}

#footer
{
	font-size: 10px;
	padding-bottom: 15px;
}

#homeCopyright
{
    margin: auto; 
    text-align: right; 
    width: 1000px;
}

#homeLinks
{
    margin: auto; 
    margin-top: 5px;    
    width: 1000px;
    text-align: left;
}

#affiliateLinks a
{
    color: #000000;
    font-size: 13px;
    
    line-height: 8px;
    text-decoration: none;
}

#pageLinks span
{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

#mainMenu
{
	float: left;
}

#navigation
{
	clear: both;
	text-align: left;
	height: 24px;
	background-color: #beb3a7;
	font-weight: bold;
	font-size: 16px;
	line-height: 17px;		
}

#navigation .navItem
{
	color: #666666;
	/*width: 75px; 
	text-align: center; */
}

#navigation .navLink, #navigation a:link, #navigation a:visited
{
	color: #333333;
	text-decoration: none;
	/* width: 75px;
	text-align: center; */
	padding-left: 8px;
	padding-right: 8px;
}

#navigation a:hover
{
	color: #990000;
}

#pageContainer
{
	width: 980px;
	margin: 10px auto;
} 

#photoContainer
{
	margin-top: 15px;
	text-align: center;
	min-height: 500px;
	_height: 500px;
}

#photoContainer .navPhoto:link img, #photoContainer .navPhoto:visited img
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: .40;
}

#photoContainer .navPhoto:hover img
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

a.selectedAlbum:link, a.selectedAlbum:visited
{
	text-align: center;
	text-decoration: none;
	color: #990000;
}

a.selectedAlbum:hover
{
	text-align: center;
	text-decoration: underline;
	color: #990000;
}

.selectedThumbnail
{
	border: 2px solid #00FF00;
}

#siteTitle
{
	float: left;
	margin-bottom: 8px;
}

#siteSubTitle
{
	font-size: 16px;
	float: right;
	padding-top: 30px;
	color: #990000;
}

#siteSubTitleBreak
{
    color: #333333;
}

#thumbnailContainer
{
	margin-top: 15px;
	text-align: center;
}

#thumbnailContainer a:link, #thumbnailContainer a:visited
{
	border: solid 2px #ffffff;
}

#thumbnailContainer a:hover img 
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: .85;
}



