html {
	height: 100%; margin-bottom: 1px; /* fixes safari scrollbar problem */
	background: #ede8d6
}

body {
	font: 1.1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 62.5%;
	background: #ede8d6;
	height: 100%;
}

#welcome {
	background:transparent url(../images/intro.jpg) no-repeat scroll center top;
	height:650px;
}


#welcome p {
	font-weight: bold;
	margin: 1em auto;
	width: 200px;
	padding: 0;
}

#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

/*typography*/


a, a:link, a:visited {
	text-decoration: none;
	color: #222;
	border-bottom: 1px solid #bbb;
	outline: none;
	}

a:hover {
	text-decoration: none;
	border-color: #ede8d6;
	}

a:active {
	outline: none;
	}


h3 {
	font: bold 4em "Courier New", Courier, mono;
	color: #ccc7b7;
	letter-spacing: .4em;
	padding: 0 2em;
}

p {padding-bottom: 1em;}

p.sold {margin-bottom: 2em;}
	
strong {font-weight: bold;}
em {font-style: italic;}
img {border: none;}



div#branding {
	background: #ede8d6 url(../images/top-bar.jpg) no-repeat top left;
	position: relative;
}

div#branding h1 {
	text-indent: -9999px;
}

div#branding h2 {
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 0;
	text-indent: -9999px;
}


div#branding h1 a {
	display: block;
	width: 248px;
	height: 70px;
	background: transparent url(../images/logo.jpg) no-repeat 0 0;
	border: none;
}

div#branding h1 a:hover {
	background: transparent url(../images/logo.jpg) no-repeat 0 -70px;
	outline: none;

}

div#branding h1 a:active {
	background: transparent url(../images/logo.jpg) no-repeat 0 -140px;
	outline: none;
}

ul#nav, div#branding p {
	position: absolute;
	width: 760px;
	top: 10px; left: 270px;
}

ul#nav li { 
	font: bold 1.2em Verdana, Geneva, sans-serif;
	display: inline;
	list-style-type:none;
	padding: 0 1em;
}

ul#nav li a {
	color: #222;
	text-decoration: none;
	outline:none;
}

ul#nav li a:hover{
	color: #fdf8e6;
	outline:none;
}

div.gallery {
	padding: 1em;
	margin: 0 0 3em;
}

div.gallery a {
	border: none;
}

div.gallery div {
	float: left;
	margin-right: 5px;
}

div.gallery img {
	margin: 0 .5em;
}

div.gallery p {
	padding: 0;
	width: 20px;}
	
#magic {background:url(../images/magic.jpg) left no-repeat;	padding-left: 222px;}
#symbol {background:url(../images/symbol.jpg) left no-repeat;	padding-left: 240px;}
#identity {background:url(../images/identity.jpg) left no-repeat;	padding-left: 248px;}
#earth {background:url(../images/earth.jpg) left no-repeat;	padding-left: 195px;}
#sky {background:url(../images/sky.jpg) left no-repeat;	padding-left: 184px;}


div#upcoming, 
div#order,
div#bio,
div#statement,
div#resume {
	padding: 1em 5em 8em;
	width: 35em;
}

#footer {
	background: #ede8d6 url(../images/bottom-clay-edge.jpg) no-repeat bottom right;
	float: right;
	text-align: right;
	height: 4em;
	width: 800px;
	}
	
#footer p {	
	font: bold .8em/1em ;
	padding: 1.3em 5em;
}

.top {vertical-align: top;}
div.gallery.last {margin: 0 0 5em;}
#welcome p.first {padding: 100px 0 0;}
.sold {border-bottom: 2px solid red;}
