﻿html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	background-color:#282F35;/*#4b4b4b;*/
}

.cssHeader
{
	background-image: url(/Images/bg-banner.jpg);
	background-repeat: repeat-x;
	height:119px;
}

.cssMenu
{
	top:0;
	left:0;
	width:100%;
}

.cssMenu ul
{
	float:left;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	background-image:url(/Images/MenuBackground.jpg);
}

.cssMenu li
{
	display:inline
}

.cssMenu li a
{
	float: left;
	width: 6em;
	text-decoration: none;
	color: Red;
	padding: 0.2em 0.6em;
	border-right: 1px solid white;
	text-align: center;
	font-size: large;
	font-weight: 600;
}

.cssMenu li a:hover
{
	color: #FFCC00;
}

.cssLogo
{
	float:left;
}

.cssGoogleSearch
{
	float:left;
}

.cssGoogleAdvertise 
{
	float:right;
}

.cssPhotoForm
{
	/*background-color:#4b4b4b;
	height:100%;*/
	width:100%;
}

.cssContainer
{
	padding: 0px;
	margin: 0px;
}

.cssRandomText
{
	color: #FFFF66;
	width:100%;
}

.cssFolders
{
	border-style: ridge;
	border-width: 3px;
	width: 100%;
	float: left;
	background-color:#666666;/* #3366cc;*/
}

.cssIndividualFolder
{
	margin: 5px;
	float: left;
	background-color:#666666;/* #333333;*/
}

.cssFolderDescription
{ 
	color: #FFFF66; 
	text-align: center;
	font-weight: normal;
	width: auto;
	margin: 2px;
}

.cssFolderDescription a
{ 
	color:White; 
}

.cssIndividualPhoto
{
	margin: 5px;
	float: left;
}

.cssIndividualPhoto img:hover
{
	position:relative;
	right: -5px;
}


.cssPhotoDescription
{ 
	color: #FFFF66; 
	text-align: center;
	font-weight: normal;
	width: auto;
	margin: 2px;
}

.cssPhotoDescription a
{ 
	color:White; 
}

.cssSinglePhoto
{
	width:auto;
}

.cssSinglePhotoArea
{
	color: #FFFFFF;
}

.cssSinglePhotoArea a
{
	color:White;
}

.cssLeftPrevious
{
	width:auto;
	text-align:right;
	float:left;
	padding-right:20px;
}

.cssAlbumHome
{
	width:auto;
	text-align:center;
	float:left;
	padding-right:20px;
}

.cssRightNext
{
	width:auto;
	text-align:left;
	float:left;
}


.cssExif
{
	float:left;
}

.cssSinglePhotoExif span
{
	display: inline-block;
	width: 150px;
	font-size: small;
}

.cssSinglePhotoExif a
{ 
	color:White; 
	font-size:small;
}

.cssSinglePhoto
{
	border-style: ridge;
	border-width: 2px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float:left;
	padding:2px;
}

.cssSinglePhotoHyperLink 
{
	clear:both;
}

.cssComments
{
	border-style: ridge;
	border-width: 2px;
	width: auto;
	clear:both;
}

.cssAddComment span
{
	display:inline-block;
	width:150px;
}

.cssSingleComment
{
	border-style: ridge;
	border-width: 1px;
}