﻿/* 0 BASIC TAGS */
a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

p {
	line-height: 1.4em;
}

img {
	border-width: 0;
}

body {
	background-color: #000000;
	/*background-image: url(images/background.gif);*/
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

#albums, #photos, #details {
	
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

/* ALBUMS.aspx ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*Aditional Album Page Settings*/
#albums {
	/*background-image: url(images/body-repeat-photo.gif);*/
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

/* DataGrid that contails the albums*/
#albums .view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#albums .photo-frame 
{
	margin-left: auto;
	margin-right: auto;
}

/* Table That surrounds Each Photo */
#albums .album-frame {
	margin-left: auto;
	margin-right: auto;
}

/* Style for each Photo Item in Data Grid */
#albums .item {
	padding: 20px 50px;
	color: #B2B2B2;
}

/* Text Description below Album */
#albums .AlbumDescription
{
		margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

/* text cound of photos contained */
#albums .AlbumCount
{
		margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}


/* Photos.aspx ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*Aditinal Page settings for Photos.aspx*/
#photos{
	/*background-image: url(images/body-repeat-photo.gif);*/
	padding: 0;
	width: 760px;
	}	


.menu_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

	 

/* Div for Navation bar */
#photos .buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
	background-color: 562D14;
}
.menu_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Div for Navation bar that appears on top */
#photos .buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
	background-color: 562D14;
}

.menu_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Style for Datalist on Photo Page*/
#photos .view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.menu_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Table That surrounds Each Photo */
#photos .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.menu_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


/*Text that displays when no images are avaible*/
#photos .nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

.menu_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


/* Details.aspx ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#details{
	/*background-image: url(images/body-repeat-photo.gif);*/
	padding: 0;
	width: 760px;
}

/* Style for Datalist on Photo Page*/
#details .view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#details .photo-frame 
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Div for Navation bar */
#details .buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 4px;
	width: 800px;
	height: 33px;
	text-align: center;
	background-color: #562D14;
}

/* Div for Navation bar that appears on top */
#details .buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
	background-color: 562D14;
}

