/*
Theme Name: Stranger of the Month
Theme URI: http://strangerofthemonth.com/
Version: 1
Author: David Wolf
Author URI: http://dpwolf.net/

Designed by Jon Tjhia (Dizzydonor) http://dizzydonor.org

*/



/*header stuff*/
#hd {
	width: 61.08em;
	min-width: 794px;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
}

#hd h1 {
	float: right;
}

#hd a {
	height: 250px;
	display: block;
	background-repeat: no-repeat;
}

#navigation {
	height: 250px;
}

#navigation li{
	float: left;
	height: 250px;
}

#navigation a:hover {
	background-position: 0 -250px;
}

#navigation .select {
	background-position: 0 -500px;
}

#navigation .select:hover {
	background-position: 0 -250px;
}



#logo {
	width: 182px;
	background-image: url('images/logo.png');
}

#logo:hover {
	background-position: 0 0;
}

#about {
	margin-left: 3.6154em;
	width: 6.6154em;
	min-width: 86px;
	background-image: url('images/about.png');
}

#instructions {
	width: 7.4615em;
	min-width: 97px;
	background-image: url('images/instructions.png');
}

#artists {
	margin-left: 1.6923em;
	width: 7.7692em;
	min-width: 101px;
	background-image: url('images/artists.png');
}

#friends {
	margin-left: 2.1538em;
	width: 7.4615em;
	min-width: 97px;
	background-image: url('images/friends.png');
}

#critical_writing {
	margin-left: 1.3846em;
	width: 8.9231em;
	min-width: 116px;	
	background-image: url('images/critical_writing.png');
}

.replaced {
	display: none;
}

/*end header stuff*/

/*body stuff*/

#bd {
	padding-bottom: 1.7692em;
	padding-left: 3.6154em;
	padding-right: 3.6154em;
}

#bd h1 {
	font-size: 108%;
	font-weight: bold;
	padding-top: 2em;
	padding-bottom: 0.5em;
}

#bd h2 {
	font-size: 93%;
	font-weight: bold;
	padding-top: 2em;
	padding-bottom: 0.5em;
}

#bd p {
	font-size: 93%;
	padding-bottom: 1em;
}

a {
	color: #c10000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#bd em {
	font-weight: bold;
}

.artist_pic {
	padding-top: 1.5em;	
}

#artist_bio {
	padding-top: 2em;
}

.return_to_artist_listing {
	padding-top: 5em;
}

#artist_bio h2 {
	padding-top: 0;
}

/*end body stuff*/

/*comment stuff*/

#blueline {
	border-top: 1px solid #008CD4;
	border-left: 1px solid #008CD4;
	padding-top: 1.5em;
	padding-left: 1.5em;
	margin-bottom: 2em;
	color: #9B9B9B;
}

#comment_submit .fineprint, .instruction-from {
	color: #9B9B9B;
	font-size: 77%;
}

#comment_submit {
	padding-left: 1.5em;
}

#comment_submit form p label {
	line-height: 120%;
}

.instruction-page-numbers {
	text-align: right;
	padding-bottom: 1.923em;
}

.instruction a {
	color: #008CD5;
}

.instruction-text {
	background-image: url('images/comment_grid.png');
	padding: 1.923em;
	border-bottom: 1px solid #000;
}

.instruction-from {
	padding-left: 1.923em;
	padding-top: 0.5em;
	padding-bottom: 3.8462em;
}

#tinymce {
	width: 6.6154em;
}

/*end comment stuff*/

/*footer stuff*/
#ft {
	padding-top: 1.5em; 
	padding-left: 3.8462em;
	padding-right: 3.8462em;
	font-size: 93%;
	border-top: 0.5em solid #000000;
	margin-top: 6em;
}

#ft #site_map a {
	color: #000000;
	text-decoration: none;
}

#ft #site_map a:hover {
	color: #c10000;
	text-decoration: underline;
}

#site_map {
	float: left;
	padding-bottom: 2em;
}

#ft h3 {
	font-weight: bold;
}

#ft ul li ul li {
	list-style: disc inside;
}

#credits {
	font-size: 77%;
	float: right;
	text-align: right;
	width: 24em;
	padding-bottom: 2em;
}

#credits ul {
	padding-top: 2em;
}

/*end footer stuff*/