/* raaf, editor */

body {
	font-family: "Helvetica",Helvetica, Arial, Verdana, sans-serif;
	color: #444;
/* 	color: #6C331F; */
/* 	color: #71371F; */		/*  darker brown */
}

/* ......//////// Headlines ////////..... */

h1 {
	font-family: "Helvetica" Arial, Verdana, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
}

h3 {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 {
	font-weight: normal;
	letter-spacing: 1px;
	font-size: .8em;
}

br {martin-top: 16px;}

/* ......//////// links ////////..... */

a, a:visited {
	text-decoration: none;
	color: #444;
/* 	color: #6C331F; */
	
	margin: -2px;
	padding: 2px;
}

a:hover {
	color: #222;
/* 	color: #71371F; */
	background-color: #F0EAD2;  /* lt tan */
}

.resume a {color: #444}

/* ......//////// placement ////////..... */

#by-logo {
	position: absolute;
	top: 0px;
	left: 28px;
}

#tan-bg {
	position: absolute;
	top: 0px;
	left: 290px;
	height: 90px;
	width: 522px;

	background: url('/images/brad-header.jpg') no-repeat;
}

#colors img {width: 100px;}


#brad-name {
	position: absolute;
	left: -2000px;
	bottom: -35px;
	color: #444;
	background-color: white;
}

#reel-items {
	position: absolute;
	left: 0px;
	top: 220px;
	width: 288px;
	font-size: .7em;
	letter-spacing: 1px;
/* 	background-color: #eee; */

}

#spots {
	background: url('/images/listbg.gif') repeat-y;
	padding-left: 28px;
	padding-right: 28px;
	border-right: 1px dashed #ccc;
}

#spots li, .spot-name li, .contact-list li, .res-list li {
	margin: 6px 0 6px 0;
}

#reel-items a {
	line-height: 14px;
}

#reel-items a img {
	position: absolute;
	top: -130px;
	left: 312px;
	visibility: hidden;
	padding-left: 8px;
	background: url('/images/pic-bg.jpg') no-repeat;
/* 	border-top: 1px dashed #666; */
	}

#reel-items a:hover img {
	visibility:visible;
	}

.nospace {letter-spacing: 0px;}

.resume {
	margin-top: 2em;
	padding-left: 28px;
	color: #444;

}

#qt-holder {
	position: absolute;

	width: 500px;
	height: 500px;
	top: 220px;
	left: 320px;
	
/* 	border: 1px dotted #ccc; */
}

.spot-name {
	margin-top: 3em;
	font-size: .7em;
	letter-spacing: 1px;
}

.res-list {
	font-size: .8em;
}