﻿/* 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;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: White;	
}

hr {
	border: 0;
	border-top: 2px solid #505050;
	height: 1px;
}

a {
	text-decoration: none;
	color: #DBB94F;
	font-size: 0.9em;
}

a:visited {
	color: #C19B28;
	font-size: 0.9em;	
}

a:hover {
	text-decoration: underline;
	color: #E6CD84;
	font-size: 0.9em;
}

a:active {
	color: #C19B28;
	font-size: 0.9em;
}

body {
	background-color: #656565;
	background-image: url(Images/bkgrdWheatGrass.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #FFFFFF;
}

img {
	border-width: 0;
}

/* Buttons */
.button {

    background-color: White;
    border-color: #507CD1;
    Border-Style: Solid;
    Border-Width: 1px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    Font-Size: 0.8em;
    color: #284E98;
}

.buttonCustom
{
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/* Textbox */
.textbox 
{
    Font-Size: 0.8em;
    Color: black;
    text-align: left;
}

/* Wizard */
.wizard 
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    Font-Size: 0.9em;    
    Background-Color: Transparent;
    Border-Style: none;
    Color: White;
}

/* Wizard Title Text */
.wizardTitleText 
{
    Background-Color: Transparent;
    font-weight: bold;
    Font-Size: 0.9em;
    Color: White;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 789px;
	height: 76px;
	margin: 0 auto;
}


h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	font-size: 18px;
	color:White;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 12px;
	color:White;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-weight:normal;
}

h3 {
	position: relative;
	text-align: justify;
	top: 12px;
	font-size: 18px;
	color:White;
}

h4 {
	position: relative;
	left: 5px;
	top: 5px;
	font-size:14px;
	color:White;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-weight:normal;
	text-align:justify;
}

h5 {
	position: relative;
	left: 5px;
	top: 5px;
	font-size: 12px;
	color:White;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-weight:normal;
	text-align: center;
}

.menua {
	position: absolute;
	right: 37px;
	top: 13px;
	text-transform: uppercase;
	font-size: 10px;
    z-index:9999;  
    text-align:left;  	
}

.nav {
	position: absolute;
	right: 37px;
	top: 51px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.menua a:visited, .nav a:visited {
	color: #DBB94F;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

/* 2 PAGE */

.page 
{
	background-image: url(Images/bkgrdWheatGrassScreenBlack.jpg);
	background-repeat:  repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	color:White;
}

/* 2.1 ALL PAGES */

#home, #maincontent, #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 */
}

#vspacer 
{
    height: 10px;
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}


#content {
	margin-left: 256px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}



/* 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;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.menub {
	margin: 8px auto 2px auto;
	text-transform: uppercase;
	font-size: 10px;
	z-index:9999;
	text-align:left;  	
}

.menub a:visited {
	color: #DBB94F;
}
