﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}

h5 {
    font-size: 1.2em;
	color: #333333;
	margin: 0px,0px,0px,0px;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 2px solid #000000;
	height: 2px;
	outline-color: #FFFFFF;
}

a {
	text-decoration: underline;
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

a:active {
	color: #333333;
}

body {
	background-color: #80BABC;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    line-height: 1.2em;
	color: #000000;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	/*background-image: url(images/footer.jpg); */
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	width: 769px;
	height: 49px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}


h1 {
	position: absolute;
	left: 37px;
	top: 15px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 55px;
	font-size: 11px;
}

.menua {
    /*margin: 15px auto 2px auto; */
	text-transform: uppercase;
	font-size: 10px;
	vertical-align:bottom;
}

.nav {
	position: absolute;
	right: 37px;
	top: 10px;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

.menua a:visited, .nav a:visited {
	color: #FFFFFF;
}

/* 1.1 SHIM */

.shim {
	display: none;
}

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 950px;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}


#home, #resume, #links, #albums, #photos, #details, #register, #admin-albums, #admin-photos, #admin-details {
	
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; 
	padding-bottom: 40px; 
}

#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: 295px;
}

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: #000000;
}

.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 */

.footerbg {
	width: auto;
	height: 50px;
	text-align: center;
}

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	width: 769px;
	height: 49px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}

.menub {
	margin: 8px auto 2px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #FFFFFF;
}

/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

.default_photo
{
    background-image: url(images/BeanLadieslogo.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 200px;
	height: 140px;
}

.resume_photo
{
    background-image: url(images/BeanLadiesLogo.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 200px;
	height: 140px;
}

.FloatLeft {
	float: left;
	margin: 5px 20px 20px 0px;
	padding: 0px;
}
.FloatRight {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
}