/*
Valerie Pensworth Stylesheet
Authored by Matt Pensworth, mattpensworth.com
Copyright 2009
*/

body {
	background: #1b2b34 url(/img/body_bg.png) top left repeat-x;
	color: #a3bbc7;
	font-family: Georgia, Times, serif;
	font-size: small;
	line-height: 150%;
	margin: 40px 0 0 0;
	padding: 0;
	}
	
img { border: 0; }
	
	
/* Links
**********************************/

a, a:link {
	border-bottom: 1px dotted #eeba56;
	color: #eeba56;
	text-decoration: none;
	
	}
	
a:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
	text-decoration: none;
	}

h1 a, h1 a:link {
	background: url(/img/logo2.png) top left no-repeat;
	border: 0;
	display: block;
	height: 64px;
	width: 425px;
	text-decoration: none;
	text-indent: -9999px;
	}
	
	h1 a:hover { border: none; text-decoration: none; }
	
ul#navigation a, ul#navigation a:link {
	border:  none;
	color: #a3bbc7;
	font-size: 115%;
	text-decoration: none;
	}
	
ul#navigation a:hover, ul#navigation a.active { 
	border: none;
	color: #fff; 
	}

.column-wide a, .column-wide a:link, .column-thumbnails a, .column-thumbnails a:link { 
	border: none; 
	text-decoration: none; 
	}

#bottom-area a, #bottom-area a:link {
	border-bottom: 1px dotted #fff;
	color: #fff;
	text-decoration: none;
	}
	
#bottom-area a:hover {
	border-bottom: 1px dotted #a3bbc7;
	color: #a3bbc7;
	text-decoration: none;
	}

#footer a, #footer a:link { 
	border: none; 
	color: #091116; 
	text-decoration: none; 
	}

#footer a:hover {
	border: none;
	color: #fff;
	text-decoration: none;
	}
	
a#etsy {
	background: transparent url(../img/etsy_badge.gif) left top no-repeat;
	border: none;
	display: block;
	height: 73px;
	position: absolute;
	text-indent: -9999em;
	top: 10%; right: 15%;
	width: 80px;
	}
	
	
	
/* Headers
**********************************/
	
h1 {
	margin: 20px 0 0 0;
	padding: 0;
	
	}

h2 {
	color: #fff;
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	}

h3, #bottom-area h3 {
	color: #1b2b33;
	font-size: 115%;
	font-weight: normal;	
	margin: 3px 0 6px 0;
	padding: 0;
	}
	
h3 span {
	color: #a3bbc7;
	font-size: 90%;
	}
	
#column-thumbnails h3 { margin: 0 0 15px 0; }
	
#bottom-area h3 {
	color: #091116;
	margin: 0 0 3px 0;
	}
	
h3#exciting-news, h3#upcoming-shows, h3#past-shows, h3#elsewhere, h3#friends-of-mine {
	background: url(/img/headers/exciting_news.png) top left no-repeat;
	height: 18px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	width: 132px;
	}
	
h3#upcoming-shows { background: url(/img/headers/upcoming_shows.png) top left no-repeat; width: 146px; }
h3#past-shows { background: url(/img/headers/past_shows.png) top left no-repeat; width: 146px; }
h3#elsewhere { background: url(/img/headers/elsewhere.png) top left no-repeat; width: 199px; }
h3#friends-of-mine { background: url(/img/headers/friends.png) top left no-repeat; margin-top: 15px; width: 142px;}

h4 {
	color: #091116;
	font-size: 110%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}


/* Structure
**********************************/

.wrapper {
	margin: 0 auto;
	position: relative;
	width: 900px;
	}
	
	#drawings .wrapper { width: 980px; }
	
#masthead {
	float: left;
	height: 135px;
	width: 900px;
	}
	
	#drawings #masthead { width: 980px; }

#top-area {
	background: #526b77;
	color: #fff;
	float: left;
	padding: 0 0 20px 0;
	width: 100%;
	}
	
.column, .column-thumbnails {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	width: 280px;
	}
	
	#drawings .column-thumbnails { width: 360px; }
	
.column-wide {
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;
	}
	#drawings .column-wide {
		padding-top: 32px;
		}
	
#bottom-area {
	border-top: 6px solid #0f1b23;
	float: left;
	padding: 20px 0 0 0;
	width: 100%;
	}
	
	#bottom-area .column {
		float: left;
		margin:  0;
		padding: 0 25px 0 0;
		width: 200px;
		}
	
#footer {
	border-top: 1px solid #0f1b23;
	clear: both;
	color: #091116;
	float: left;
	margin: 15px 0 15px 0;
	padding: 10px 0 0 0;
	width: 900px;
	}
	
	#drawings #footer { width: 980px; }


/* Styles
**********************************/

span.amp {
	font-family: Baskerville, Palatino, Constantia, "Book Antiqua", "URW Palladio L", serif;
    font-style: italic;
	}

small {
	color: #1b2b33;
	display: block;
	font-size: 100%;
	margin: 8px 0 0 0;
	}

.column img {
	border: 2px solid #0f1b23;
	}

.column-thumbnails img {
	border:  2px solid #384f5b;
	height: 53px;
	width: 53px;
	}
	
.column-thumbnails img:hover { border: 2px solid #22353f; }
.column-thumbnails img.active { border: 2px solid #0f1b23; }

ul.thumbnails {
	display: block;
	float: left;
	list-style: none;
	margin: 0 0 15px 0;
	width: 280px;
	}
	
	#drawings ul.thumbnails { width: 360px; }
	
	#drawings .mini-column { width: 180px; float: left; margin: 0; padding: 0; }
	
	#drawings .mini-column ul.thumbnails { width: 180px; }

ul.thumbnails li {
	float: left;
	margin: 0 8px 5px 0;
	padding: 0;
	}
	
.column-wide img {border: none;}

ul, ul#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	}

	ul#navigation { margin: 15px 0 0 0; }
	
ul#navigation li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 8px 0 0;
	}
	
.column p, #bottom-area p { margin: 0 0 15px 0;}


/* Blog
**********************************/

.post h2 {
	font-size: 215%;
	margin: 0;
	}
	
.post p.meta-post { margin: 7px 0 0 0; }

.post .entry p {
	color: #091116;
	font-size: 115%;
	}
	
.post {
	border-bottom:  1px solid #3d5662;
	margin-bottom: 30px;
	}
	
#sidebar h2 {
	font-size: 115%;
	margin: 1em 0 0 0;
	}

textarea#comment { width: 500px; }



























