﻿/* 0 BASIC TAGS */

h1 {
	margin: 0;
	font-size:  12pt;
}

h2 
{
	margin: 0;
	font-size:  10pt;
	text-decoration: underline;
	font-weight:bold
}

.h3
{
	font-weight:bold
}

body {
/*	background-color: #656565;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;*/
	font-family: Verdana;
	font-size:  7pt;
	color: #4C3E31;
}


p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a {
	text-decoration: none;
	color: #993333;
}

a:visited {
	color: #993333;
}

a:hover {
	text-decoration: underline;
	color: #4C3E31;
}

a:active {
	color: #993333;
}

table {
	font-family: Verdana;
	font-size: 7pt;
}

textarea {
	font-family: Verdana;
	font-size:  7pt;
}

input {
	font-family: Verdana;
	font-size:  7pt;	
}

.input_black {
	font-family: Verdana;
	font-size:  7pt;
	color:White;
	background-color:#3D3123;
    border-color:#836F57;
    border-style:groove;
    border-width:1px;   
}

.border {
	border: solid 1px #E1D4C5;
}

dropdownlist {
	font-family: Verdana;
	font-size:  7pt;
	border: solid 1px #E1D4C5;
}

.examples {
	font-family: Verdana;
	font-size:  7pt;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
/*	background-image: url(Images/header.gif);
	background-repeat: no-repeat;*/
	position: relative;
	width: 789px;
	height: 76px;
	margin: 0 auto 5px auto;
}

.menua {
	position: absolute;
	right: 37px;
	top: 13px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 51px;
	text-transform: uppercase;
	font-size: 7px;
}

.menua a:visited, .nav a:visited {
	color: #DBB94F;
}

.hint {
  display:none;
  position: absolute;
  right: 325px;
  width: 200px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background-color: #ffc;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(images/pointer.gif) left top no-repeat;
}
.mGrid { 
    width: 100%; 
    background-color: #fff; 
    margin: 0 0 0 0; 
    border: solid 1px #32271A; 
    border-collapse:collapse; 
}
.mGrid td { 
    padding: 2px; 
    border: solid 1px #E1D4C5; 
    color: #717171; 
}
.mGrid th { 
    padding: 4px 2px; 
    color: #fff; 
    background: #32271A url(grd_pgr.png) repeat-x top; 
    border-left: solid 1px #E1D4C5; 
    font-size: 8px; 
}

.mGrid .tf { 
    background: #32271A url(grd_pgr.png) repeat-x top; 
}

.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.mGrid .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; 
 }   
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/* 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;
	font-family: Verdana;
	font-size:  8pt;
}

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: 300px;
	height: 36px;
	background-image: url(Images/photonav.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	text-align: center;
}












/* 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;
}

.menub {
	margin: 8px auto 2px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #DBB94F;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}
