﻿/* 0 BASIC TAGS */

body {
	background-color: #656565;
	
	/* MOD 04/29/07 */
	/*background-image: url(Images/background.gif);*/
	/*background-repeat: repeat;*/
	
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	/* MOD 04/29/07 */
	/*font-size: 0.7em;*/
	font-size: 8pt;
	
	color: #FFFFFF;
}

table {
	/* MOD 04/29/07 */
	/* font-size: 1em; */
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 789px;
	height: 76px;
	
	/*MOD 05/03/07*/
	/*margin: 0 auto 5px auto;*/
	margin: 0 auto 0px auto;
}


h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	
	/* MOD 04/29/07 */
	font-size: 11pt;
	letter-spacing: 2pt;
	color: #DBB94F;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	
	/* MOD 04/29/07 */
	font-size: 10pt;
	letter-spacing: 2pt;
	color: #DBB94F;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	
	/* MOD 04/29/07 */
	font-size: 9pt;
	
	font-weight: bold;
	
	/* MOD 04/29/07 */
	letter-spacing: 2pt;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	
	/* MOD 04/29/07 */
	font-size: 8pt;
	font-weight: bold;
	
	/* MOD 04/29/07 */
	letter-spacing: 1pt;
}

p {	line-height: 1.4em;}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a {
	text-decoration: none;
	color: #DBB94F;
}

a:visited {	color: #C19B28;}

a:hover {
	text-decoration: underline;
	color: #E6CD84;
}

a:active {	color: #C19B28;}

.menua {
	position: absolute;
	right: 37px;
	top: 13px;
	text-transform: uppercase;
	font-size: 10px;
	padding-right:10px;
}

.menua ul { list-style:none; margin-right:20px; width:auto; }

.menua ul li  
{
    border-right: solid 1px #C19B28; 
    padding-left: 10px;
    padding-right: 10px;
 }

.nav {
	position: absolute;
	right: 37px;
	top: 51px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	color: #DBB94F;
}

/* 1.1 SHIM */

.shim {	display: none;}


/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/* 2.1 ALL PAGES */

#home, #links, #albums, #photos, #details, #register, #admin-albums, #admin-photos, #admin-details {
	
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */

}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
	
	/*MOD 04/29/07*/
	padding-right: 20px;
	border-right: dotted 1px #505050;

}

#content 
{
	/*MOD 04/29/07*/
	text-align :justify;
	margin-left: 256px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {margin-left: 220px;}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}


.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {	margin-bottom: 0.4em;}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}


.buttonbar, .buttonbar-top {
	width: 686px;
	height: 36px;
	background-image: url(Images/photonav.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	text-align: center;
}



/* 3 FOOTER */



.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height: 50px;
	line-height:50px;
	vertical-align:middle;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}


/* Inline styles are used because image controls hard code a border property */

.photo_198 {border: 4px solid #FFFFFF;}


/*AJAX EXT- Textbox Watermark*/ 

.unwatermarked {
	height:18px;
	width:148px;
	font-weight:bold;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
