﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}
.button {
	background-color: white;
	color: red;
	margin-top: 6px;
	margin-bottom: 4px;
	font-weight: bold;
}
h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 1;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

body {
	background-color: #eeeeee;
	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.9em;
	color: #666666;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	/*background-image: url(Images/header.gif);
	background-repeat: no-repeat;*/
	position: relative;
	width: 90%;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}

h1 {

	font-size: 18px;
}

h2 {
	
	font-size: 11px;
}

.menua {
	position: absolute;
	left: 5%;
    right: 5%;
	top: 2px;
	bottom: 2px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.nav {
	position: absolute;
	right: 50px;
	top: 60px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.menua a:visited, .nav a:visited {
	color: #d32525;
	font-weight: bold;
}

/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 1060px;
	height: 1px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

.clearfix {
    overflow: auto;
}

/* 2 PAGE */

.page {
	/*background-repeat: repeat-y;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	
	font-size: 1.5em;
	font-weight: bold;
    	height: 25px;
}
h4 {

	margin-top: 1.5em;
	margin-bottom: 1.0em;
	font-size: 1.3em;
	font-weight: bold;
}
h5 {

	margin-top: 1.5em;
	margin-bottom: 1.0em;
	font-size: 1.0em;
	font-weight: bold;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#wrapper {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	/*background-image: url(images/body-repeat.gif);*/
	position: relative;
	width: 90%;
	padding: 0px 0px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 0px; /* Weird Mozilla Bug */
}

#sidebar {
	background-image: url(images/body-repeat-photo.gif);
	float: left;
	width: 260px;
	height: 100%;
}

#content {
	margin-left: 270px;
    	height: auto;
}

#whatsnew {
	margin-left: 280px;
	height: 102%;
    	margin-right: 0px;
}

#coollinks {
	margin-left: 280px;

}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 47px;
	width: 192px;
    	top: 302px;
   	height: 34px;
}

#resume #photo {
	background-image: url(images/body-repeat.gif);
	position: absolute;
	left: 53px;
	top: 21px;
	width: 137px;
    	height: 226px;
   	bottom: 807px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	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;
}

/* 2.2 ALBUMS PAGE */

#albums {
	/*background-image: url(images/body-repeat-photo.gif);
	background-repeat: repeat-y;*/
    	position: relative;
	padding: 37px 37px;
    	padding-top: 1px;
	padding-bottom: 40px;
	width: 1260px;
}

.view {
	margin-left: auto;
	margin-right: 50px;
	width: 1060px;
	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;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	/*background-image: url(images/body-repeat-photo.gif);*/
	padding: 0;
	width: 1060px;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 4px;
	width: 1060px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

.footerbg {
	background-image: url(images/footer-side.gif);
	/*background-image: url(images/background.gif);*/
	background-repeat: repeat-x;
	//position: relative;
	width: 100%;
	height: 81px;
	//text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	/*background-image: url(images/footer.gif);*/
	position: relative;
	width: 1060px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}

.menub {
	position: absolute;
	left: 155px;
    	right: 50px;
	top: 2px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.menub a:visited {
	color: #d32525;
	font-weight: bold;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

