﻿/* 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;
}

hr {
	border: 0;
	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: #400000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}
.nothing {
	background-image: url(AppImages/RedBackGround.jpg);
}

.IEImage 
{
	width: 450px; height: 450px;
	filter:progid:DXImageTransform.Microsoft.Fade(duration=1)
}

.topleft 
{
	background-image: url(images/left_top.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width:200px;
	height:20px;

}

.bottomleft 
{
	background-image: url(images/left_bottom.gif);
	background-repeat: no-repeat;
	width:185px;
	height:25px;
}

.middleleft 
{
	text-align: left;
	padding-left:15px;
	padding-right:15px;
	vertical-align:top;
	height:465px;
	background-color: White;
	
}

.middleleft .title
{
	text-align: left;
	font-family: Sans-Serif, Verdana, Arial;
	font-weight: bold;
	color: #cc0000;
	text-transform: uppercase;
	clear:both;
	font-size: 12px;
	border-bottom:Dashed 1px silver;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-top:5px;
	padding-top:5px;
}

.middleleft .text
{
	text-align: left;
	font-family: Sans-Serif, Verdana, Arial;
	font-weight: normal;
	color: #000000;
	font-variant: small-caps;
	clear:both;
	
}



.topright 
{
	background-image: url(images/right_top.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width:190px;
	height:20px;
	background-color: white;

}

.bottomright 
{
	background-image: url(images/right_bottom.gif);
	background-repeat: no-repeat;
	width:185px;
	height:25px;
}

.middleright 
{
	background-image: url(images/right_middle.gif);
	background-repeat: repeat;
	text-align: left;
	padding-left:15px;
	padding-right:15px;
	vertical-align:top;
	height:465px;
	width:185px;
	height:20px;
	background-color: white;
	
	
}

.middleright .title
{
	text-align: left;
	font-family: Sans-Serif, Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #cc0000;
	text-transform: uppercase;
	clear:both;
	border-bottom:Dashed 1px silver;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-top:5px;
	padding-top:5px;

}

.middleright .text
{
	text-align: left;
	font-family: Sans-Serif, Verdana, Arial;
	font-weight: normal;
	color: #000000;
	font-variant: small-caps;
	font-size:8pt;
	clear:both;
	
}
img {
	border-width: 0;
}

/* 1 HEADER */

.header
{
	position: relative;
	width: 860px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/RoundedRectImage.gif) no-repeat;
	border-bottom:2px solid darkred;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom:3px solid #dd0000;
}

h2 {
	position: absolute;
	left: 37px;
	top: 40px;
	font-size: 11px;
}

.menua {
	height:35px;
	text-align:left
}

.nav {
	position: absolute;
	right: 30px;
	top: 10px;
	text-transform: uppercase;
	font-size: 9px;
}

.menua a:Link
{
	margin-left:2px;
	color: #ffffff;
}

.menua a:visited, .nav a:visited {
	color: #d32525;
}

/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 8px;
	font-size: 0;
}

.column {
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page 
{
	border-top:10px solid white;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:450px;

}

.smallSquarePhoto {
	border-right: #565656 1px solid; 
	border-top: #565656 1px solid;
	border-left: #565656 1px solid; 
	cursor: pointer; 
	border-bottom: #565656 1px solid;
	margin: 2px; 
	float:left; 
	margin-right:15px;	
}
.smallSquarePhoto2 {
	border-right: #565656 1px solid; 
	border-top: #565656 1px solid;
	border-left: #565656 1px solid; 
	cursor: pointer; 
	border-bottom: #565656 1px solid;
	margin: 2px; 
	float: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
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#innercontent
{
	 padding:1px;
	 padding-top:5px;
	 text-align:center;
}

#innercontent .title
{
	font-family: Arial;
	font-size: 14pt;
	color: #8b0000;
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
}

#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: 75px;
	text-align: center;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 15px;
	text-align: center;
	font-size: 10px;
	color: White;
}

.footer a 
{
	color: White;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #d32525;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

#slideshowcontrol 
{
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 480px;
	height: 33px;
	text-align: center;
	
}