/* -----------------------------------------------

fireescapepress.com
Version 1.0

Created by Darian Scatton August 17th 2007
darianscatton.com
darian@edibleonion.com

----------------------------------------------- */


/* common
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #e2dae0;
	font: small/1.5 Verdana, Arial, sans-serif;
	color: #f8fcea;
}

img {
	border: none;
}

ul, li, div, p, h1, h2 {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	background-image: none;
	line-height: normal;
}

a {
	color: #b9c9b1;
	text-decoration: none;
}

a:hover {
	color: #f8fce4;
	border-bottom: 1px dotted #f8fce4;
}

.active {
	color: #333;
	background: #b9c9b1;
}

.clear {
	clear: both;
}

hr {
	width: 470px;
	text-align: left;
	margin: 10px auto 10px 0;
}



/* title
----------------------------------------------- */

#title {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	background: #fff url("../images/fireescape-press.jpg") no-repeat;
}

#kyle-schmidt {
	padding: 20px 0 0 20px;
}

#kyle-schmidt h1 {
	background: url("../images/kyle-schmidt.gif") no-repeat;
	text-indent: -3000px;
	width: 600px;
	height: 60px;
}

#abstract h2 {
	margin-left: 87px;
	background: url("../images/abstract.gif") no-repeat;
	text-indent: -10000px;
	width: 570px;
	height: 100px;
}



/* nav
----------------------------------------------- */


#nav-home, #nav-bio, #nav-gallery, #nav-sound, #nav-contact {
	margin-right: 12px;
}

#nav img {
	float: left;
}



/* fluid content height
----------------------------------------------- */

*>#content {
 padding-top: 420px;
 min-height: 1px;
}

*>#subnav {
 margin-top: -388px;
}

*>#body {
 margin-top: -400px;
}

/* for IE \*/

* html #content {
 	height: 395px;
 	margin-bottom: 20px;
	/*margin-top: 42px;*/
}

/* end hack */



/* content structure
----------------------------------------------- */

#content {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	background: #333;
	border-top: 2px solid #666;
}

#subnav, #body {
	text-align: left;
	background: #333;
}

#subnav {
	float: left;
	width: 200px;
	font-size: 85%;
}

#body {
	float: right;
	width: 530px;
	margin-bottom: 20px;
}

.entry{
	margin-bottom: 50px;
}



/* content style
----------------------------------------------- */

#content p, .gal-instructions {
	font-size: 90%;
}

#subnav h2 {
	margin: 0 0 10px 20px;
	font-size: 100%;
	border-bottom: 1px solid #f8fcea;
}

#subnav ul {
	margin-left: 20px;
}

#subnav ul li {
	margin-bottom: 5px;
	padding: 2px;
}

#body h1, #body p, #body h2, #lyrics p, #lyrics h1{
	margin: 0 50px 10px 0;
}

#contact #body h1 {
	border-bottom: 1px solid #fff;
	font-size: 120%;
	background: none;
	color: #fff;
	padding: 0;
}

#body h2 {
	font-size: 100%;
	font-weight: normal;
	color: #999;
	background: #222;
	padding-left: 5px;
}

#body img {
	margin-bottom: 10px;
}

#body h1 {
	color: #ccc;
	font-weight: normal;
	font-size: 130%;
	background: #222;
	padding-left: 5px;
	margin-bottom: 20px;
	border-bottom: none;
	float: left;
	width: 480px;
}

#home .date {
	margin-right: 5px;
	margin-top: 1em;
	font-size: 70%;
	color: #ccc;
	/*border-top: 1px dotted #555;*/
	padding-top: 3px;
	background: #222;
}

#home #body p {
	/*padding-left: 5px;*/
}

#gallery #body img {
	border: 2px solid;
}

#gallery #body a {
	color: #333;
}

#gallery #body a:hover {
	color: #fbfcd7;
	border: none;
}

.thumbnail {
	margin-right: 8px;
}

.thumbnail_border {
	width: 94px;
	height: 100px;
	float: left;
}

.thumbnail_wrap {
	width: 100px;
	height: 150px;
	float: left;
	border-bottom: 1px solid #444;
}

#gallery .thumbnail_wrap {
	height: 100px;
}

.thumbnail_row {
	height: 100px;
	width: 500px;
	border-bottom: 1px solid #444;
}

.link {
	padding-bottom: 10px;
	border-bottom: 1px dotted #444;
	font-size: 90%;
}

.link-a {
	font-size: 100%;
}

.default {
	margin-top: 27px;
	border: none;
}


/* footer
----------------------------------------------- */

#footer {
	margin: 0 auto;
	text-align: center;
	width: 780px;
}

#footer p {
	font-size: 80%;
	text-align: left;
	color: #333;
	padding: 5px 0 8px 0;
}

#footer a {
	color: #d22;
}

#footer a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}