/* @override http://localhost/martacards/martacards.css */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	line-height: 130%;
	margin: 0 30px 20px;
 }

a { color: #878787; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none }
ul, ol { margin: 0; padding: 0}



#logo {
	position: absolute;
	z-index: 2;
}


#nav {
	position: relative;
	z-index: 2;
	top: 58px;
	left: 200px;
	width: 40em;
	font-size: 14px; list-style: none;
	color: #878787;

}
#nav li { display: inline; padding-left: 10px }
#nav li a { text-decoration: none; color: #878787 }
#nav li a:hover { color: #000; }
#nav li a.selected { color: #000; font-weight: bold; }


#subnav {
	position: relative;
	z-index: 2;
	top: 75px;
	left: 200px;

	font-size: 13px; list-style: none;

}
#subnav li { display: inline; padding-left: 10px }
#subnav li a { text-decoration: none; color: #878787 }
#subnav li a:hover { color: #000; }
#subnav li a.selected { color: #000; font-weight: bold; }


#copy {
	position: absolute;
	z-index: 1;
	top: 120px;
	left: 230px;
	padding-bottom: 25px;
}

#copy.wide {
	width: 600px;
}

#copy h1 {
	font-size: 13px;
	color: #878787;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-right: 5px;
}

#copy ul { padding-left: 25px; margin-top: 1em; margin-bottom: 1em}

#copy img.bio_photo {
	float: left;
	margin-right: 25px;
}

#copy p.bio {
	font-size: 11px;
	line-height: 170%;
	margin-top: 0;
	text-align: justify;
	float: left;
	width: 300px;
}

#copy div.contact {
	margin-top: 25px;
	width: 330px;
	text-align: right;
}

#copy div.review {
	font-size: 11px;
	line-height: 160%;
	margin: 15px 0;
	padding: 10px 15px;
	background: #F4F4F4;
}

#copy div.author {
	margin-top: 8px;
	margin-left: 5px;
}


#gallery {
	position: absolute;
	z-index: 1;
	top: 155px;
	white-space: nowrap
}

#detail {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 11px;
}


#detail h1 {
	display: inline;
	font-size: 11px;
	color: #878787;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-right: 5px;
}

#detail a { text-decoration: none; color: #000 }
#detail a:hover { color: #878787; }