﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

.Border1px 
{
	border-style: solid;
	border-width: 0px;
	border-color: #cccccc;
	padding: 10px 15px 10px 15px;
}

.Border1pxRed
{
	border: 1px solid Red;
}

.texthilite {
            background-color: #FFFF66;
}

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 white;
	height: 1px;
}

.hrBlogger {
	border: 0;
	border-top: 1px solid white;
	height: 1px;
}

a {
	text-decoration: none;
	color: #cc0000;
}

a:hover {
	text-decoration: underline;
	color: #cc0000;
}

a:active {
	color: #cc0000;
}

body {
	background-color: #ffffff;
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: black;
}

img {
	border-width: 0;
}

.paddingtop3 
{
	padding-top: 3px;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 797px;
	height: 263px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}

.menua {
	position: absolute;
	left: 318px;
	top: 7px;
	font-size: 10px;
	font-weight: bold;
	background-image: none;
}

.menub {
	position: absolute;
	left: 318px;
	top: 7px;
	font-size: 13px;
	font-weight: bold;
	background-image: none;
}

.menuc {
	position: absolute;
	left: 318px;
	margin: 43px auto 5px auto;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: bold;
	background-image: none;
}

.menud {
	position: absolute;
	left: 318px;
	top: 200px;
	font-size: 12px;
	line-height: 1.4em;
	background-image: none;
}

.date {
	position: absolute;
	left: 55px;
	top: 200px;
	font-size: 12px;
	background-image: none;
}

.nav {
	position: absolute;
	left: 37px;
	top: 170px;
	font-size: 10px;
	font-weight: bold;
	background-image: none;
}

.menua a {
	text-decoration: none;
	color: Yellow;
	background-color: black;
	margin: 2px 10px 7px 18px;
}

.menub a {
	text-decoration: none;
	color: Black;
}

.menuc a {
	text-decoration: none;
	color: Black;
}

.menud a {
	text-decoration: none;
	color: Black;
}

.nav a {
	text-decoration: none;
	color: Black;
}

.menua a:hover {
	text-decoration: none;
	color: White;
}

.menub a:hover {
	text-decoration: none;
	color: Black;
}

.menuc a:hover {
	text-decoration: underline;
	color: Black;
}

.menud a:hover {
	text-decoration: underline;
	color: Black;
}

.nav a:hover {
	text-decoration: none;
	color: Black;
}
/* 1.1 SHIM */


.shim {
	background-repeat: no-repeat;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}
/*
.shim 
{
	display: none;
}
*/
.column {
	background-image: url(images/content-shim.gif);
	background-repeat: no-repeat;
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}


/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	position: relative;
	top: 8px;
	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;
	color: Black;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos, #Comments, #donations, #downloads {
	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 */
}

#register, #Comments
{
    background-image: url(images/body-repeat-photo.gif);
    border: none 0px;
    text-align: left;
}

#donations
{
    background-image: url(images/body-repeat-photo.gif);
    border: none 0px;
}

#downloads
{
    background-image: url(images/body-repeat-photo.gif);
    border: none 0px;
}

#admin-albums, #admin-photos 
{
    background-image: url(images/body-repeat-photo.gif);
}

/*
#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}
*/
#sidebar 
{
    margin-left: 0px;
}

/*
#content {
	margin-left: 256px;
}
*/
#content 
{
    margin-left: 50px;
}

#contentLinks
{
	margin-left: 265px;
}

#contentResume
{
	margin-left: 265px;
}

#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: 164px;
}

#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: 180px;
	line-height: 1.4em;
}

.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;
}

.CategoryCaption
{
    font-size: 14px;
    font-weight: bold;
}

/*
.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: left;
}
*/
.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: 760px;
}

#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: 43px;
	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/footerbg.gif);
	position: relative;
	background-repeat: repeat-x;
	width: auto;
	height: 158px;
	text-align: left;
}
.footer {
	background-image: url(Images/footer.gif);
	background-repeat: no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 797px;
	height: 158px;
	text-align: left;
	font-size: 10px;
}

/* 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: absolute;
	left: 305px;
	width: 500px;
	top: 85px;
}
#SiteNameContainer .SiteName
{
	font-family: Tahoma, Helvetica, sans-serif, Verdana;
	font-size: 30px;
	color: Black;
}

#SiteNameContainer .SiteSlogan
{
	font-family: Tahoma, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	color: Black;
}


.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: Black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.BlogEntryDate 
{
	font-size: 9px;
	color: #999999;
	/* 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: #999999;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
}

#Comments .CommentTextbox
{
	padding: 5px 0px 5px 0px;
	background-color: #f5f5f5;
}

#Comments .TDBorderTop 
{
	border-top: solid 0px #8e8f99;
}

#Comments .TDAddComment
{
    background-image: url(Images/comment_bg.gif);
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	border-top: solid 0px #8e8f99;
}

#Comments .TDBorderTopRight
{
	border-top: solid 0px #8e8f99;
	border-right: solid 0px #8e8f99;
	padding: 10px 10px 10px 10px;
}

#Comments .PostedBy 
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #666666;
}

#Comments .DatePosted
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	color: #666666;	
}

.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 0px #8e8f99;
	border-right: solid 0px #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 
{
	clear: both; clear: all; float: left; MARGIN: 7px 10px 10px 0px;
	padding: 6px;
	border-top: 0px solid #ddd;
	border-left: 0px solid #ddd;
	border-bottom: 0px solid #c0c0c0;
	border-right: 0px 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; }


/* tooltips */

@media all
{
    tool\:tip {
               behavior: url(/tooltip_js.htc)
              }
}
 
                 
P             {
               font: 10pt verdana;
              }
                 
.tip          {
               color: green;
               font-weight: bold;
               cursor: hand
              }

/*
      Links page (using built-in data driven Links)
*/
div#newContentLinks { width: 686px; }
div#newContentLinks .intro { margin-left: 265px; }
table.CategoryAndLinks {  }
table.CategoryAndLinks td.LinksCategoryTitleCell { vertical-align: top; }
table.CategoryAndLinks td.LinksCategoryTitleCell div.wrapper { width: 214px; border-top: 1px solid #BABABA; padding-top: 12px;  }
span.LinkCategoryTitle { font-size: 1.3em; font-family: tahoma,arial,helvetica,sans-serif; font-weight: bold;  }
table.CategoryAndLinks td.CategoryAndLinksSeparator, table.CategoryAndLinks td.CategoryAndLinksSeparator div { width: 51px; }
table.CategoryAndLinks td.LinksContainerCell { vertical-align: top; }
table.CategoryAndLinks td.LinksContainerCell div.wrapper { width: 421px; border-top: 1px solid #BABABA; padding-top: 12px; }
table.CategoryAndLinks td.LinksContainerCell td.LinkColumn, table.CategoryAndLinks td.LinksContainerCell td.LinkColumn div.content { width: 170px; vertical-align: top; }
table.CategoryAndLinks td.LinksContainerCell td.SeparatorCell, table.CategoryAndLinks td.LinksContainerCell td.SeparatorCell div { width: 15px; }
table.CategoryAndLinks td.LinksContainerCell td.LinkDescriptionColumn, table.CategoryAndLinks td.LinksContainerCell td.LinkDescriptionColumn div.content { width: 242px; vertical-align: top; }
table.linksList tr.RowFallsOutsideInitialVisibility { display: none; }
table.linksList tr.ShowInitiallyHiddenRow {  }
div.ShowMoreLessLinks { margin-left: 265px; padding: 16px 0 0 0; text-align: center; }

/*
      Top Hover Menu
*/
      
div.menua ul { margin: 0; padding: 0; list-style-type: none; }
div.menua ul li { margin: 0; padding: 0; display: block; float: left; width: 66px; text-align: center; }
.menua a { margin: 0; padding: 0; }

div.hoverMenu
    { position: absolute; z-index: 100; visibility: hidden; display: none; border: 1px solid yellow;
      background-color: black; padding: 8px 12px 8px 6px; margin-top: 12px;
      opacity: 0.7; filter: alpha(opacity=70); }

div.hoverMenu ul.submenu { margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
div.hoverMenu ul.submenu li { margin: 0; padding: 0; text-align: left; }
div.hoverMenu ul.submenu li a { color: yellow; }

/* Border around photos in catalogue.  */
div.photoFrame
{
    /*  Inner border  */
    padding: 4px;
    background-color: #fff;
    /*  Outer border  */
    border-top: 3px solid gray;
    border-left: 3px solid gray;
    border-right: 3px solid gray;
    border-bottom: 8px solid gray;
}

/* Border around photos in catalogue.  */
/*div.photoFrame
{*/
    /*  Inner border  */
/*    padding: 4px;
    background-color: #fff;*/
    /*  Outer border  */
/*    border-top: 3px solid gray;
    border-left: 3px solid gray;
    border-right: 3px solid gray;
    border-bottom: 8px solid gray;
}*/


/* Border around album category */
div.albumCategoryFrame
{
    padding: 4px;
    background-color: #fff;
}

/* Border around album  */
div.albumFrame
{
    padding: 4px;
    background-color: #fff;
}


