﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

.Border1px 
{
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 10px 15px 10px 15px;
}

.Border1pxRed
{
	border: 1px solid Red;
}

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;
}

.hrBlogger {
	border: 0;
	border-top: 1px solid #999999;
	height: 1px;
}

body {
	background-image: url(../../Images/carbon.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

img {
	border-width: 0;
}

.paddingtop3 
{
	padding-top: 3px;
}

.loginLink
{
    color:Black;
}    

.loginLink:hover
{
    color: #555555;
}

/* 1 HEADER */

.header {
	/*background-image: url(Images/header.gif);
	background-repeat: no-repeat;*/
	background: white;
	/* for IE 
	filter:alpha(opacity=90);*/
	/* for CSS3 standard 
	opacity:0.90;*/
	position: relative;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}



h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}

.mainPanel
{
    
    background-image: url(Images/bioharzard_plain.png);
	background-repeat: no-repeat;
    width: 910px;
    top: -10px;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.main 
{
    background-color: White;
    width: 910px;
    position: relative;
    top: 0px;
    margin-left: auto;
	margin-right: auto;
}

#mainMenu
{
    position: relative;
	top: 17px;
	margin-left: auto;
	margin-right: auto;
}

#mainMenu a:link 
{
    color: Black;
}

#mainMenu a:visited 
{
    color: Black;
}

.menua {
	position: relative;
	top: 17px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}


.nav {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 6px;
	text-transform: uppercase;
	font-size: 10px;
	color: Gray;
	/*background-image: none;*/
}

.nav a:visited 
{
    color: Gray;
}



/* 1.1 SHIM */


.shim {
	background-repeat: no-repeat;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 910px;
	height: 8px;
	font-size: 0;
}
/*
.shim 
{
	display: none;
}
*/
.column {
	background-image: url(images/content-shim.gif);
	background-repeat: no-repeat;
}

.bottom 
{
    background-image: url(images/shim-bottom.gif);
    background-repeat: no-repeat;
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page {
	 background-color: White;
    /* for IE */
	filter:alpha(opacity=95);
	/* for CSS3 standard */
	opacity:0.95;
	position: relative;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.page a:link {
    text-decoration: none;
    color: #A73640;
}

.page a:visited {
    color: #A73640;
}

.page a:hover {
    text-decoration: underline;
    color: #A73640;
}

.page a:active {
    color: #A73640;
}

.smallMap { cursor: pointer }

.field {
    background-color: White;
	position: relative;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.eventDate
{
    position: absolute;
    top: 60px;
    left: 330px;
    color: Black;
    font-size: 26px;
    font-style:oblique;
    text-decoration: blink;
}

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;
	color: #666666;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */


#home, #resume, #links, #register, #admin-albums, #admin-photos, #Comments {
	/*background-image: url(images/body-white.gif);*/
	position: relative;
	width: 836px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#register, #Comments
{
    background-image: url(images/body-repeat-photo.gif);
    border: none 0px;
    text-align: center;
}

#admin-albums, #admin-photos 
{
    background-image: url(images/body-repeat-photo.gif);
}

/*
#sidebar {
	float: left;
	width: 230px;
	height: 100%;
}
*/

#sidebar 
{
    margin-left: 0px;
}

/*
#content {
	margin-left: 256px;
}
*/
#content 
{
    margin-top: 10px;
    margin-left: 20px;
}

#contentLinks
{
	margin-left: 255px;
}

#contentResume
{
	margin-left: 255px;
}

#content .WelcomeTitle 
{
	color: #a6b1cd;
	font-size: 160%;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	padding-bottom: 10px;
}

#content h4, #content hr, #content ul {
    padding-bottom: 0px;
    padding-top: 0px;
}

/*
#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}
*/
#whatsnew 
{
}

/*
#coollinks {
	margin-left: 220px;
}
*/
#coollinks 
{
    margin-left: 0px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#login 
{
	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: 836px;
}

.CategoryCaption
{
    font-size: 14px;
    font-weight: bold;
}

/*
.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}
*/
.view 
{
	margin-left: auto;
	margin-right: auto;
	width: inherit;
	text-align: left;    
}

.view h5 {
    font-family: Trebuchet MS, Verdana, MS Sans Serif;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 10px;
	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: 910px;
}

#PhotoCaption 
{
    padding: 0px 50px 0px 50px;
}

#PhotoDownloadButton 
{
    padding: 0px 50px 0px 50px;
}

.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;*/
    background-color: White;
	position: relative;
	width: auto;
	top: 5px;
	text-align: center;
}
.footer {
	margin-left: auto;
	margin-right: auto;
	width: 910px;
	height: 28px;
	text-align: center;
	font-size: 10px;
}

.menub 
{
	/*margin: 12px auto 5px auto;*/
	position: relative;
	width: 270px;
	top: 5px;
	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;
}

/* These are classes I have added */

.view .PostedBy 
{
	color: #999999;
}



/* FreeTextBox Control DIV Border Style */
.FreeTextBoxBorder
{
	border-width: 4px;
	border-color: #333333;
	border-style: solid;
}

/* Dynamic Content Areas */

#SiteNameContainer
{
	position: relative;
	left: 37;
	top: 8px;
}
#SiteNameContainer .SiteName
{
	font-family: Tahoma, Helvetica, sans-serif, Verdana;
	font-size: 18px;
}

#SiteNameContainer 
{
	font-family: Tahoma, Helvetica, sans-serif, Verdana;
	font-size: 11px;
}

.SiteSlogan
{
    font-family: Tahoma, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	position: absolute;
	top: 68px;
	left: 37px
}

.EntryTitle 
{
	font-size: 130%;
	font-family: Trebuchet MS, Verdana, MS Sans Serif;
	font-weight: bold;
	padding-bottom: 4px;
}

.SectionHeader
{
	/*margin: 0;
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	padding-bottom: 10px;*/
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.BlogEntryDate 
{
	font-size: 120%;
	color: #666666;
	/* background: url(http://www.blogblog.com/tictac_blue/date_icon_blue.gif) no-repeat 0 50%; 
	background: url(Images/clock.png) no-repeat 0 100%; */
}


/* Comments Styles */
/*
#Comments 
{
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	border: none 0px;
	width: 686px;
}
*/

#Comments .PostMessage
{
	font-family: Trebuchet MS, MS Sans Serif, Verdana;
	font-size: 125%;
	font-weight: 600;
	color: #6289b8;
}

#Comments .EntryTitle
{
	color: #666666;	
}

#Comments .CommentHeader
{
	margin: 0;
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #666666;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
}

#Comments .CommentTextbox
{
	padding: 5px 0px 5px 0px;
	background-color: #f5f5f5;
}

#Comments .TDBorderTop 
{
	border-top: solid 1px #8e8f99;
}

#Comments .TDAddComment
{
    background-image: url(Images/comment_bg.gif);
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	border-top: solid 1px #8e8f99;
}

#Comments .TDBorderTopRight
{
	border-top: solid 1px #8e8f99;
	border-right: solid 1px #8e8f99;
	padding: 10px 10px 10px 10px;
}

#Comments .PostedBy 
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 120%;
	font-weight: bold;
	color: #999999;
}

#Comments .DatePosted
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	color: #999999;	
}

.CommentView 
{
	margin-left: auto;
	margin-right: auto;
	width: inherit;
	text-align: left;
}

#Comments .CommentPageTitle
{
	background-image: url(Images/Comments_PageTitle_BG.gif);
}

#Comments .CommentsList
{
	background-image: url(Images/Comments_BG.gif);
	border-top: solid 1px #8e8f99;
	border-right: solid 1px #8e8f99;
	padding: 10px 10px 10px 10px;
}

.login 
{
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Site Settings Styles */
.SiteSettingsLabel 
{
	font-weight: bold;
}

.SiteSettingsTextbox 
{
}

#BlogEntryText img 
{
	float: left; MARGIN: 7px 10px 10px 0px; CURSOR: hand;
	padding: 6px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0; 
}
	
.loginLabelCell { text-align: right; width: 130px; }
.TextBoxControl { font-family: Arial, Verdana, Tahoma; font-size: 11px; color: #333333; }
.FONT11PXBOLD { font-size: 11px; font-weight: bold; }


