﻿

body
{
	background-image: url(../Images/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: tahoma, helvetica, sans-serif; 
	font-size: 10pt;
	color:#67797D;
	position:relative;
}

input, textarea
{
	font-family: tahoma, helvetica, sans-serif; 
	font-size: 10pt;
}

blockquote {
  background: url(../Images/blockquote.gif) no-repeat 0 2px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  padding-left: 23px;
  margin: 0 40px 15px 0px;
  font-style:italic;
}

#Content
{
	width:708px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	position:relative;
	margin-top:25px;
}

#Header
{
	background-image: url(../Images/header.jpg);
	background-repeat:no-repeat;
	height:85px;
	
	padding-left:350px;
	color:White;
	font-weight:bold;
	border:0 solid;
	
}
#Header H1
{
	display:none;
}
#Content A#lnkMarried
{
    display:none;
	position:absolute;
	z-index:1000;
	top:-26px;
	margin-left:265px;
    padding: 146px 0 0 0;
    overflow: hidden;
	background-image:url(../Images/married-badge.png);
    background-repeat: no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:146px; /* for IE5.5's bad box model */	
	width:143px;
	cursor:pointer;
	background-color:transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.dustyd.net/Images/married-badge.png', sizingMethod='scale');
	_background-image:none;
}
#Content A#lnkMarried:hover
{
	background-color:transparent;
}
#Header LI
{
	display:inline;
	margin-left:20px;
}

#Header UL
{
	border:0 solid;
	top:40px;
	position:relative;
}


A
{
	color:#4C7A9E;
	background:transparent;
}
A:hover
{
	background:#4C7A9E;
	color:#ffffff;
}

A IMG
{
	border:0;
}

#Header A
{
	text-decoration:none;
	color:White;	
	background:transparent;
}

#Header A:hover
{
	text-decoration:underline;
	background:transparent;
}
#Main
{
	background-image: url(../Images/main_bar.gif);
	background-repeat: repeat-y;
	position:relative;
	padding: 10px;
	float:left;
	min-height:400px;
	_height:400px;
	padding-left: 20px;
}

#MainColumn
{
	width:500px;
	position:relative;
	float:left;
	background-color:#FFFFFF;
}

#FullColumn
{
	width:690px;
	position:relative;
	float:left;
	background-color:#FFFFFF;
	background-image:none;
}

#RightColumn
{
	width:160px;
	position:relative;
	float:right;
	
}

#Footer
{
	background-image: url(../Images/footer.jpg);
	background-repeat:no-repeat;
	height:34px;
	clear:both;
}
#SubFooter
{
	font-size:7pt;
	padding-left:15px;
	padding-bottom:25px;
}

#SubFooter .Login
{
	margin-left:500px;
	margin-top:0;
	display:inline;
}

/************* TITLES ************/
H1
{
	margin-top:0;
	margin-bottom:0;
	margin-left:-6px;
	padding-top:43px;
	width:505px;
	background-repeat:no-repeat;
	overflow:hidden;
	/* WIN IE5 hack */ 
	height: 43px; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0; 
}
#Photos
{
	background-image: url(../Images/title-photos.gif);
}
#Projects
{
	background-image: url(../Images/title-projects.gif);
}
#Projects-PhotoNotes
{
	background-image: url(../Images/title-projects-photonotes.gif);
}
#Projects-FaceFinder
{
	background-image: url(../Images/title-projects-facefinder.gif);
}
#About
{
	background-image: url(../Images/title-about.gif);
}
#BlogRoll
{
	background-image: url(../Images/title-blogroll.gif);
}
/**********************************/


#RightColumn UL
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left:10px;
}

UL.SidebarList
{
	margin: 0px;
	padding: 0px;
}

UL.SidebarList LI
{
	margin-bottom: 5px;
	list-style-type:none;
	list-style-image: url(../Images/listitem.gif);
	margin-left: 16px;
	color: #4C7A9E;
}


UL.List LI
{
	list-style-type:none;
	list-style-image: url(../Images/listitem.gif);
}

H4.SidebarHeader
{
	font-size:10pt;	
}
H4
{
	font-size:10pt;	
}




/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	/*cursor: default;*/
	list-style: none;
	padding:0;
	margin:0;
}

.hoverbox a
{
	/*cursor: default;*/
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -9px;
	left: -9px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 50px;
	height: 50px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 2px;
	padding: 3px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 75px;
	height: 75px;
}

/* =Internet Explorer Hacks
----------------------------------------------------------------------*/

* html .hoverbox a
{
	position: relative;
}

* html .hoverbox a:hover
{
	font-size: 100%;
	z-index: 1;
}

* html .hoverbox a:hover .preview
{
	top: -12px;
	left: -12px;
}

* html .hoverbox li
{
	position: static;
}


.code
{
	border:1px solid #C8DBF0;
	font-size:11px;
	padding:5px;
}




.InfoBox
{
	margin-bottom:10px;
	display:block;
	clear:both;
	border:1px solid #C8DBF0; 
	background-color:#ECF5FF;
	padding:10px;
	margin-left:1px;
	width:474px;
}

#RightColumn .InfoBox
{
	border: solid 1px #CDEAEA;
	background-color:#FCF8F8;
}