/* COLORS

cornflower blue: #006990 (replaced w/yellow)
dark blue: 004660
yellow: e6e037
lilac: #b593b2
lighter lilac: #cdb5cb
ochre: #C60
dk purple: 544a60
purple: 5e5467

END COLORS */


/* begin universal */

html {
	margin: 0;
	padding: 0;
}

body {
	background: #b593b2 url("../site-gfx/lavbgptn.gif");
	margin: 0;
	height: 100%;
	width:100%;
}

#wrapper {
	background: white;
	width: 700px;
	margin-left: -425px;
	left: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 75px;
	top: 38px;
	position: absolute;
-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
}

.left {
	position:relative;
	left: -75px;
	float: left;
	top: -28px;
}

#masthead {
	position:relative;
	height: 50px;
	text-align: left;
	font-size: 24px;
	left: -75px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #544a60;
	top: 11px;
	width: 820px;
	
}

 #nameFloat {
	position: relative;
	left: -128px;
	top: 8px;
	float: left;
}
/* end numbers */

/* nav */

#nav {
	background: #e6e037;
	 position: relative;
	 margin: 40px 0 20px 0;
	padding: 10px;
	height: 22px;
	width: 830px;
	left: -75px;
}


/* end nav */

 a {
	border:0;
	background: transparent;
	text-decoration:none;
	color: #544a60;
	}
	
a:hover {
	border: 0;
	background: #e6e037;
	text-decoration: none;
	color: #544a60;
}
#footer a {
	border: 0;
	background: #544a60;
	text-decoration: none;
	color: white;
}


 #footer a:hover {
	background: #e6e037;
	color: #544a60;
}

#masthead img {
	border: none;
}

.dr {
	position: relative;
	margin-top: 85px;
	margin-bottom: -50px;
	left: 190px;
}


#content {
	position:relative;
	width:600px;
	margin: 0 auto;
	line-height: 1.1em;
}

#content img {
	border: 1px solid #cccccc;
	}
	
#content img.no-border {
	border: 1px solid white;
}



h1 {
	font: italic normal 20px/22px Georgia, Times, serif;
	margin: 15px 0px;
	padding-bottom: 5px;
	color: #544a60;
	text-align:right;
}

/*
#name, #name a {
	text-align: left;
	font-size: 24px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #544a60;
} */

#masthead a:hover {
	color: #5e5467;
}

#masthead span {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-size: 10px;
}


h3 {
	color: #544a60;
	font-weight: normal;
	font-size: 14px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}
p {
	font-size: 12px;
	font:"Verdana, Arial, Helvetica, sans-serif" normal normal 12px;
}

.clear {
	clear: both;
}
/* ul {
	margin:0;
	padding:0;	
	display: block;
} */

input {
	margin: 0 0 0 5px;
}
/* footer */

#footer {
	background-color: #544a60;
	padding: 10px 15px;
	margin: 0 auto;
	width: 820px;
	position: relative;
	bottom: -34px;
	left: -75px;
	font-size: 9px;
	letter-spacing: .1em;
	color: white;
	font-size: 9px;
	letter-spacing: .1em;
	clear: both;
}

.transparent {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

#footer span {
	position: relative;
	right: 0;
	float: right;
	text-transform: uppercase;
}

.small {
	font-size: 9px;
	letter-spacing: .1em;
}

/* .share {
	line-height: 12px;
	height: 26px;
} */

/* end footer */

/* main splash 

#main_splash {
	background: white url("../img/handymanplaceholder.jpg") no-repeat top center;
	width: 348px;
	height: 574px;
	padding: 0;
	top: -100px;
	position: relative;
} */

/* main thumbs */

#home {
	top: 50px;
	height: 500px;
	width: 650px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	margin-left: -325px;
	left: 50%;
}

.images {
	width:600px; 
	height: 210px;
}

.images ul {
	list-style:none;
}

.images li {

display: block;
width:85px;height:85px;overflow:hidden;float: left;margin:10px 10px;
border: 1px solid white;
	
}

#footer.home #name {
	position: relative;
	right: -10px;
	float: right;
	top: -75px;
	behavior: url(/Scripts/iepngfix.htc)
}

.png { 
	behavior: url(/Scripts/iepngfix.htc) 
}

#footer.home {
	background-color: #544a60;
	padding: 20px 10px 5px 10px;
	margin:10px auto 30px auto;
	width: 650px;
	left: 0;
	font-size: 9px;
	letter-spacing: .1em;
	color: white;
	font-size: 9px;
	letter-spacing: .1em;
	clear: both;
	height: 50px;
	
}

#footer.home span {
	right: -170px;
}

#navHome {
	background: #e6e037;
	 margin: 0 auto;
	padding: 10px;
	height: 22px;
	width: 650px;
}

.images a, .images a:hover, 
img a:hover {
	background: none;
}

.images img {
	opacity: 0.5 
}
.images img:hover {
	opacity: 1;
}