/* @override http://monicaschroeder.com/wp-content/themes/monica/style.css */

/*  
Theme Name: Monica Schroeder
Theme URI: http://monicaschroeder.com/
Description: Monica's 2007 site design.
Version: 1.0
Author: Derek Hogue
Author URI: http://amphibian.info/

*/

/* Begin initial settings */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, li, dl, address {
	margin: 0px;
	padding: 0px;
}

dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

a img {
	border: none;
}

img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

/* End initial settings. */

body {
	background: #211A23;
	padding-top: 10px;
	font: normal 16px/22px Georgia, "Times New Roman", serif;
	color: #000;
}

#top {
	width: 100%;
	background: #854013 url(images/background.jpg) repeat-y center;
	text-align: center;
}

#body {
	width: 650px;
	margin: 0px auto;
}

#header {
	background: #211A23;
}

#header a img {
	display: block;
}


#nav span, #footer span {
	visibility: hidden;
}

#nav {
	background: #211A23;
	padding: 0px 20px;
	width: 610px;
	height: 29px;
	font-size: 8px;
}

#nav li {
	height: 29px;
	float: left;
	list-style: none outside;
}

#nav a {
	display: block;
	text-decoration: none;
	height: 29px;
}

#news, #news a:hover, #news.active a {
	background: url(images/news_over.png) no-repeat;
	width: 53px;
}

#news a {
	background: url(images/news.png) no-repeat;
	width: 53px;
}

#bio, #bio a:hover, #bio.active a {
	background: url(images/bio_over.png) no-repeat;
	width: 85px;
}

#bio a {
	background: url(images/bio.png) no-repeat;
	width: 85px;
}

#shows, #shows a:hover, #shows.active a {
	background: url(images/shows_over.png) no-repeat;
	width: 63px;
}

#shows a {
	background: url(images/shows.png) no-repeat;
	width: 63px;
}

#music, #music a:hover, #music.active a {
	background: url(images/music_over.png) no-repeat;
	width: 56px;
}

#music a {
	background: url(images/music.png) no-repeat;
	width: 56px;
}

#discography, #discography a:hover, #discography.active a {
	background: url(images/disco_over.png) no-repeat;
	width: 100px;
}

#discography a {
	background: url(images/disco.png) no-repeat;
	width: 100px;
}

#publishing, #publishing a:hover, #publishing.active a {
	background: url(images/publishing_over.png) no-repeat;
	width: 182px;
}

#publishing a {
	background: url(images/publishing.png) no-repeat;
	width: 182px;
}

#contact, #contact a:hover, #contact.active a {
	background: url(images/contact_over.png) no-repeat;
	width: 70px;
}

#contact a {
	background: url(images/contact.png) no-repeat;
	width: 70px;
}

#content {
	padding: 30px 40px;
	background: #FFF;
	text-align: left;
	min-height: 400px;
	margin: 0px;
}

#content a {
	color: #854013;
}

#content a:hover {
	text-decoration: none;
}

h1 {
	font-size: 36px;
	font-weight: normal;
	color: #B8A336;
	margin-bottom: 30px;
	line-height: 30px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
}

#content h2 a {
	text-decoration: none;
}

#content h2 a:hover {
	color: #B8A336;
}

h3 {
	font-size: 18px;
	margin: 1em 0em;
}

#content p.posted {
	font-style: italic;
	color: #444;
	font-size: 18px;
	margin-top: 3px;
	margin-left: 10px;
}

#content p {
	margin: 1em 0;
}

#content ul {
	margin: 1em 2em;
}

#content ul li {
	list-style: square outside;
	margin: 10px 0px;
}

.post {
	padding-bottom: 40px;
	/*background: url(images/flourish.png) no-repeat 250px bottom;*/
}

blockquote {
	margin: 40px 50px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #333;
}

.post blockquote {
	font-size: 16px;
	font-style: italic;
	margin: 1em;
	line-height: 22px;
}

ul#photos {
	margin: 0px;
	font-size: 11px;
	text-align: center;
	float: left;
	display: inline;
}

ul#photos li {
	list-style: none outside;
	display: inline;
	float: left;
	padding: 5px;
	margin: 0px;
}

#photos a {
	text-decoration: none;
}

#photos a:hover {
	color: #B8A336;
}

#photos a img {
	border: 1px solid;
}

.credit {
	color: #666;
	font-style: italic;
	text-align: center;
}

#bottom {
	width: 100%;
	background: url(images/footer.png) repeat-x;
	padding-top: 12px;
}

#footer {
	width: 570px;
	margin: 0px auto;
	text-align: left;
}

#footer ul, #footer li {
	display: inline;
	float: left;
	height: 40px;
	list-style: none outside;
}

#footer li a {
	display: block;
}

#myspace a {
	width: 145px;
	background: url(images/myspace_off.png) no-repeat;
}

#myspace, #myspace a:hover {
	background: url(images/myspace_on.png) no-repeat;
}

#itunes a {
	width: 80px;
	background: url(images/itunes_off.png) no-repeat;
}

#itunes, #itunes a:hover {
	background: url(images/itunes_on.png) no-repeat;
}

#footer {
	clear:  both;
}

#footer p {
	float: right;
	font-style: italic;
	font-size: 14px;
}

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

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

p img {
	padding: 0;
	max-width: 100%;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 8px 16px;
	display: inline;
	}

img.alignleft {
	margin: 0 16px 8px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.centered {
	text-align: center;
}

hr {
	clear: both;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	background: #FFF;
	padding-bottom: 20px;
}

ul#songs {
	margin-bottom: 30px;
}

ul#showList li, ul#songs li {
	list-style: none outside;
	margin: 6px 0px;
	padding: 6px 0px;
	border-bottom: 1px solid #CCC;
}

.previews {
	margin: 20px 0px;
}
ol.previews li {
	margin: 6px 0px 6px 30px;
	padding: 6px 0px;
	border-bottom: 1px solid #CCC;
}

#waitingVideo {
	margin-left: 2em;
}

.contactform {
	color: #666;
}

.contactform label {
	color: #000;
	font-style: italic;
	margin-left: 10px;
}

#wpcf_msg {
	width: 550px;
	padding: 4px;
	font-family: Georgia, "Times New Roman", serif;
}

#content ul#albums {
	margin: 0px;
}

ul#albums li {
	list-style: none outside;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCC;
}

ul#albums li li {
	padding: 0px 0px 0px 22px;
	margin: 3px 0px;
	border: none;
	font-weight: bold;
}

ul#albums img {
	float: left;
	margin: 0px;
	border: 1px solid #333;
}

#albums p, #albums ul {
	margin-left: 170px;
}

#content ul#albums h2 {
	margin: 0px 0px -10px 170px;
}

li.cd {
	background: url(images/cd_go.png) no-repeat;
}

li.dl {
	background: url(images/cart_put.png) no-repeat;
}

.home h1 {
	margin-top: 10px;
}

#announcements {
	width: 150px;
	float: right;
	margin: 0px 0px 30px 10px;
	display: inline;
	font-size: 14px;
	line-height: 18px;
	color: #666;
}

#announcements p {
	margin-top: 0;
}

ul#recent {
	margin: 1em 0;
}

#content ul#recent li {
	list-style: none outside;
	margin-left: 10px;
	color: #666;
}
