﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	height: 7px;
	color: #898727; /* PeakGold */
}

a {
	text-decoration: none;
	/*color: #CAB92E;*/ /*Tan*/
	color: #898727 /* PeakGold */
}

a:visited {
	/*color: #CAB92E;*/ /*Tan*/
	color: #898727 /* PeakGold */
}

a:hover {
	text-decoration: underline;
	/*color: #CAB92E;*/ /*Tan*/
	color: #898727 /* PeakGold */
}

a:active {
	/*color: #CAB92E;*/ /*Tan*/
	color: #898727 /* PeakGold */
}

body 
{
	/*
	background-color: #656565;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
*/
	background-image: url(Images/background.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #1F4658; /*PeakBlue*/
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-image: url(Images/PeakHeader.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 789px;
	height: 76px;
	margin: 0 auto 5px auto;
}


h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 51px;
	text-transform: uppercase;
	font-size: 10px;
}
.nav a, a:visited, .nav a:visited 
{
	color: #CAB92E; /*Tan*/
}

/* 1.1 SHIM */

.shim {
	display: none;
}


















/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}
h5 {
	font-size: 1.5em;
	font-weight: bold;
}

/* 2.1 ALL PAGES */

#home, #resume, #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%;
}

#content {
	margin-left: 256px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
}

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;
}

.view a, .view a:visited, .view a:hover, .view a:active
{
	text-decoration: none;
	color: #898727 /* PeakGold */
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 25px;
	width: auto;
	text-align: center;
}





.buttonbar, .buttonbar-top {
	width: 686px;
	height: 36px;
	background-image: url(Images/ContentBar.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-top: 0px;
	color: White;
}

.buttonBar a, .buttonBar a:visited, .buttonBar a:hover, .buttonBar a:active
{
	text-decoration: none;
	color: #ffffff;
}


.ButtonBarBoldText
{
	font-size: large; 
	font-weight: bolder; 
	text-align: left;
}

.ButtonBarLink
{
	text-align: right;
	padding-right:20px;
}
.ButtonBarLink a, .ButtonBarLink a:visited, .ButtonBarLink a:hover, .ButtonBarLink a:active
{
	text-decoration: none;
	color: #CAB92E; /*Tan*/
	font-weight:bold;
}


.CommandRowStyle
{
	text-align: center;
	font-size: 10pt; 
	font-weight: bolder; 
	height: 25px;
}
.CommandRowStyle a, .CommandRowStyle a:visited, .CommandRowStyle a:hover, .CommandRowStyle a:active
{
	text-decoration: none;
	color: #898727 /* PeakGold */
}






/* 3 FOOTER */

.footerbg {
	width: auto;
	height: 50px;
	text-align: center;
}

.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 770px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF; /*White*/
}

.menub {
	margin: 8px auto 2px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #CAB92E; /*Tan*/
}



/* Inline styles are used because image controls hard code a border property */

.photoBorder {
	border: 4px solid #FFFFFF; /*White*/
}


/* My additions */

.PropertyHeader {
	width: 686;
	height: 36px;
	background-image: url(Images/ContentBar.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left:15;
	margin-right:0;
}

.ContentHeader
{
	font-size:large; 
	font-weight:bolder; 
	text-align:left;
}

.EditBoxStd
{
	width:300;
	background-color: #FFFFFF; /*White*/
}


/* App also uses SkinID DetailsView to define DetailsView items... */
.DetailsView
{
	/*background-color:#FFFFFF;*/ /*White*/
	color: #1F4658; /*PeakBlue*/
}

.DetailsView a, .DetailsView a:visited, .DetailsView a:hover, .DetailsView a:active{
	text-decoration: none;
	color: #898727 /* PeakGold */
}


.HeaderLogo
{
	position: absolute;
	left: 15px;
	top: 7px;
}

.PeakContent	/*Used for white rect "Inner Page" */
{
	background-color: White;
	background-image: url(Images/Peak_Logo_Background.jpg);
	background-repeat: no-repeat;
	background-position:center; 
}
.PeakContent_NoBackground	/* Same as PeakContent, but no background...*/
{
	background-color: White;
}

.verticalMenu {
	text-align:left;
	top: 13px;
	font-size: 14px;
	font-weight:bold;
	padding-bottom:5px;
	color:White;
	background-color: #206382; /*PeakLightBlue*/
	padding:5px;
}

.verticalMenu a, a:visited, .nav a:visited 
{
	color: #CAB92E; /*Tan*/
}

.verticalMenu a:hover, .nav a:hover 
{
	background-color: #CAB92E; /*Tan*/
	color: #006989;
}

.menua {
	/*
	position: absolute;
	right: 37px;
	*/
	text-align:right;
	top: 13px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:bold;
}

.menua a, a:visited, .nav a:visited 
{
	color: #CAB92E; /*Tan*/
	direction: rtl;
}

.menua a:hover, .nav a:hover 
{
	background-color:#CAB92E; /*Tan*/
	color: #006989;
}

.DynamicMenuItemStyle 
{
	background-color:#CAB92E; /*Tan*/
	color: #006989;
}

.DynamicMenuItemStyle a, .DynamicMenuItemStyle a:visited, .DynamicMenuItemStyle a:hover, .DynamicMenuItemStyle a:active
{
	background-color:#CAB92E; /*Tan*/
	color: #006989;
}

.DetailTitle
{
	font-size: large; 
	font-weight: bolder; 
	text-align: left;
}

.GeneralMsg
{
	font-size: large; 
	text-align: left;
}

