﻿/* 0 BASIC TAGS */

table
{
	font-size: 1em;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}

p
{
	line-height: 1.4em;
}

hr
{
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a
{
	text-decoration: none;
	color: #d32525;
}

a:visited
{
	color: #336699;
}

a:hover
{
	text-decoration: none;
	color: #e05252;
}

a:active
{
	color: #980000;
}

body
{
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #3D3D3D;
}

img
{
	border-width: 0;
}

/* 1 HEADER */

.container
{
	width: 100%;
	height: 100%;
	display: table;
}

.headerbg
{
	background-image: url(Images/header.gif);
	background-repeat: repeat-x;
	position: relative;
	width: auto;
	height: 113px;
	margin-left: 0px;
	margin-right: 0px;
}

.header
{
	background-image: url(Images/headercrest.png);
	background-repeat: no-repeat;
	position: relative;
	width: 454px;
	height: 136px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: center;
	z-index: 1000;
}

.topframe
{
	margin: -29px auto -5px auto !important;
	margin: -25px auto -5px auto;
	position: relative;
	width: 780px;
	height: 30px;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #657595;
	border-left-color: #657595;
	border-left-width: 1px;
	border-left-style: solid;
}

.mainframe
{
	margin: 0px auto 0px auto;
	position: relative;
	width: 780px; /*min-height: 500px; 	_height: 500px;*/
	background-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #657595;
	border-left-color: #657595;
	border-left-width: 1px;
	border-left-style: solid; /*display: inherit; vertical-align: middle*/
}

.subframe
{
	margin: 5px auto 0px auto;
	position: relative;
	width: 780px;
	font-size: 10px;
	color: Gray;
	text-align: right;
	font-style: italic;
}

h1
{
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2
{
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}

.menubg
{
	background-image: url(Images/menubg.gif);
	background-repeat: repeat-x;
	position: relative;
	width: auto;
	height: 21px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	z-index: 101;
}

.menuUp
{
	position: relative;
	width: 780px;
	height: 21px;
	margin-left: auto;
	margin-right: auto;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #657595;
	border-left-color: #657595;
	border-left-width: 1px;
	border-left-style: solid;
}


.menua
{
	position: absolute;
	right: 37px;
	top: 17px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav
{
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited
{
	color: #d32525;
}

/* 1.1 SHIM */

.shim
{
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	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);
}

/* 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;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos
{
	background-image: url(images/body-repeat.gif);
	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 #bababa;
	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 #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);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

.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;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details
{
	background-image: url(images/body-repeat-photo.gif);
	padding: 0;
	width: 760px;
}

.buttonbar
{
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	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;
}

/* 3 FOOTER */

.footerbg
{
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 38px;
	text-align: center;
}
.footer
{
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	font-size: 10px;
}

.menub
{
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited
{
	color: #d32525;
}

/* Misc Styles */


.fivepixspacer
{
	height: 5px;
}
.tenpixspacer
{
	height: 10px;
}

.twentypixspacer
{
	height: 20px;
}

.fiftypixspacer
{
	height: 50px;
}

.seventyfivepixspacer
{
	height: 75px;
}

.hundredpixspacer
{
	height: 100px;
}


/* Inline styles are used because image controls hard code a border property */

.photo_198
{
	border: 4px solid #FFFFFF;
}


.messagebox
{
	padding: 3px 5px 3px 5px;
	background-color: #f5f5f5;
	border: solid 1px silver;
	display: block;
	min-width: 250px;
	_width: 250px;
	background-color: white
}

.loadingbox
{
	position: absolute;
	top: 40%;
	left: 40%;
	background-color: #ffffff;
	height: 50px;
	width: 250px;
	text-align: center;
	padding-top: 20px;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}


/* Sidebar modulestyles */
.coreboxbody
{
	background-image: url(images/core_box_bg.gif);
	background-repeat: repeat-y;
	width:140px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
}
.coreboxtop
{
	background-image: url(images/core_box_top.gif);
	height: 26px;
	width: 181px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	color: #f5f5f5;
	font-family: Verdana;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: -5px;
	padding-top: 7px;
}
.coreboxbottom
{
	width: 181px;
	background-image: url(images/core_box_bottom.gif);
	background-repeat: no-repeat;
	height: 15px;
	margin-left: 1px;
}

.newsheadersmall
{
	padding-bottom: 5px;
	font-size: 11px;
	color: #303030;
	text-align: left;
	font-weight:400;
}

.newsheaderbig
{
	font-size: 1.5em;
	color: #606060;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica,, Tahoma, Sans-Serif;
}
.newsstorydetail
{
	font-size: 0.95em;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica,, Tahoma, Sans-Serif;
	line-height: 17px;
}

/* SKIN STYLES */

.MemberButton
{
	background-color: #FFFBFF;
	border: solid 1px #CCCCCC;
	color: #284775;
	font-family: Verdana;
	font-size: 10px;
	text-transform: uppercase;
}

.DefaultTextbox
{
	background-color: #f9f8f5;
	border: 1px solid #336699;
	color: #284775;
	font-family: Tahoma;
	font-size: 11px;
}
