/* ----------------------------------------
Theme Name: Issachah
Theme URI: http://issachahsavage.com
Description: Custom theme for Issachah Savage
Version: 2.0
Author: Paulo Ordoveza
Author URI: http://jopogo.com
Last Modified: 2007.04.10
Provides: Theme definition file for WordPress 2.x
---------------------------------------- */

/* COMMON STUFF */
a img  { border: 0; }
.clear { clear: both; height: 0; line-height: 0; margin: 0; }
.hide { visibility: hidden; } /* dark matter: hidden but still takes up space */
.none { display: none; } /* phased matter: takes up no space, seen only in alternate realities */
.floatleft { float: left; margin-right: 5px; }
.floatright { float: right; margin-left: 5px; }
.framed { border: 1px solid #ddd; background #eee; padding: 5px; }

a:link { color: #d11; text-decoration: none; }
a:visited { color: #d17; text-decoration: none; }
a:hover { color: #f00; text-decoration: underline; }

/* LAYOUT */
body {
	font: 1em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	background: #a00 url(bg.gif) top left repeat-x;
	color: #100;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	background: url(bgcontainer.gif) top left repeat-y;
}

#header {
	margin: 0;
	height: 180px;
	background: url(bgheader.jpg) no-repeat;
}
	#header #title {
		margin: 0;
	}
		#header #title h1 {
			margin: 0;
		}
			#header #title h1 a {
				display: block;
				margin-left: -9999em;
				height: 160px;
			}

		#header #title #description {
			margin: 0;
			display: none;
		}

#main {
	padding: 0 15px;
}
	#main p { margin-top: 0; margin-bottom: 1em; }

#content {
	float: right;
	width: 560px;
	line-height: 1.5em;
}
	#content h2 {
		font-size: 2em;
		margin: 6px 0;
		color: #f33;
	}

	#content h3 {
		font-size: 1.3em;
		margin: 0;
	}

	#content h4 {
		font-size: 1.1em;
		margin: 0;
	}

#sidebar {
	margin-right: 570px;
	font-size: 11px;
	line-height: 1.4em;
}
	#sidebar form, #sidebar ul {
		padding: 0;
		margin-top: 0;
		margin-bottom: 1em
	}
		#sidebar form input#s { width: 90%; }

	#sidebar h4, #sidebar h2 {
		margin: 0;
		font-size: 1.1em;
		}

	#sidebar ul {
		list-style: none outside;
		margin: 0; padding: 0;
		margin-bottom: 1em;
		}

	#sidebar ul#pages {
		font-size: 1.4em;
		line-height: 1em;
		border-top: 1px solid #edc;
		border-bottom: 0;
	}
		#sidebar ul#pages li {
			border-bottom: 1px solid #edc;
		}
			#sidebar ul#pages li ul {
				margin-bottom: 0;
			}
				#sidebar ul#pages li ul li {
					border-bottom: 0;
					padding-left: 1em;
					padding-bottom: 1px;
				}

		#sidebar ul#pages li a { display: block; padding: 5px; }
		#sidebar ul#pages li a:hover { border-left: 3px solid #edc; }
		#sidebar ul#pages li.current_page_item a { background: #fec; border-left: 3px solid #edc; }

#footer {
	margin: 0;
	font-size: .9em;
	text-align: center;
	background: #a00 url(bgfooter.gif) top left no-repeat;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #fee;
}
	#footer a { color: #f90; }

#wpmeta { color: #ddd; }
	#wpmeta a:link, #wpmeta a:visited { color: #ddd; }
	#wpmeta a:hover { color: #999; }


/* POST */
.post {
	padding-bottom: 5px;
	margin-bottom: .5em;
}
	.post .postinfo {
		margin-bottom: 3px;
		font-size: 11px;
		}

/* RESUME and REPERTOIRE */
table.music h3 {
	color: #900;
	padding: 5px 0;
	font-size: 18px !important;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
}

table.music td {
	font-size: 12px;
	line-height: 1.5em;
	padding-right: 2em;
}

table.music .nowrap {
	white-space: nowrap;
}

p.studied {
	font-size: .8em;
	font-weight: bold;
}