/********************************** * */

/* * 2006 Styles for Susanna Spiers */

/* * by Karen Morrill-McClure, Cornerstone Coding */

/********************************** * */

body {
	background: #000000;
	color: #eadb5a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

/* @group My Group */
	
/* @end */

p, h1, h2, h3, h4, h5, ul {
	margin: 0px;
	padding: 0px;
}

div#wrap {
	margin: 0 auto;
	width: 800px;
	padding: 0px;
}

/********************************** * */

/* * Header Styles */

/********************************** * */

#header {
	padding-bottom: 5px;
	border-bottom: 4px solid #eadb5a;
}

h1 {
	font-size: 130%;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

#header h1 img#logo {
	margin-bottom: -15px;
	margin-right: 30px;
}

#header h1 a {
	color: #eadb5a;
	font-weight: normal;
	text-decoration: none;
}

#header h1 a:hover, body#bio a#n-bio, body#contact a#n-contact {
	color: #fff;
}

div#space-nav {
	width: 200px;
	text-align: center;
	position: relative;
	left: 40em;
	padding-top: 20px;
	background: #000 url(images/studio-space-top.gif) no-repeat center;
	margin-top: 0;
}

div#space-nav a {
	color: #eadb5a;
	text-decoration: none;
}

/********************************** * */

/* * Content Styles */

/********************************** * */

#content {
	margin-top: 50px;
}

#content #left {
	width: 354px;
	margin: 0;
	padding: 0;
	float: left;
}

body.landscape #content #left {
	width: 550px;
}

#content #left img {
	margin-left: 20px;
}

#content #right {
	width: 400px;
	float: right;
}

body.slideshow #content #right {
	width: 390px;
}

body.landscape #content #right {
	width: 204px;
}

body#studio-photos #content #right {
	width: 410px;
}

#content #left a, #content #right a {
	color: #eadb5a;
	text-decoration: none;
}

#content #left a:hover, #content #right a:hover {
	color: #fff;
	text-decoration: underline;
}

#content p {
	color: #fff;
	margin: 0;
	padding-bottom: 14px;
	font-size: 110%;
	letter-spacing: 1px;
}

body#studio-space #content #left img {
	margin-left: 0;
}

#content ul {
	padding-bottom: 7px;
	padding-left: 15px;
	margin-left: 15px;
}

#content h1 {
	color: #fff;
	font-size: 150%;
	letter-spacing: 1px;
	padding-bottom: 7px;
}

#content h2 {
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 7px;
}
#content h3 {
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 7px;
}

.nobullet {
	list-style: none;
}

div.section {
	width: 240px;
	float: left;
}

/********************************** * */

/* * Selected Works Thumbnail Styles */

/********************************** * */

div.allthumbs {
	padding-left: 40px;
}

div.thumb {
	width: 225px;
	float: left;
	text-align: left;
	margin-top: 40px;
}

/********************************** * */

/* * footer Styles */

/********************************** * */

#footer {
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

body#home #footer, body#selected-works #footer, body.slideshow #footer {
	display: none;
}

#footer a {
	color: #eadb5a;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}


