/*
	Theme Name: Morris Music
	Theme URI: http://www.morrismusic.net/
	Version: 1.0
	Author: http://www.morrismusic.net/
	Author URI: http://www.morrismusic.net/
*/

/* THE BASICS */

html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, a, span { margin: 0; padding: 0; }

body {
	position: relative;
	padding: 0 0 30px;
	background: #012143 url(images/bg.gif) left top repeat-x;
	color: #012242;
	font: 0.75em/1.5em "Helvetica","Arial",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

h2 {
	padding: 0 0 25px;
	color: #619300;
	font-size: 2.2em;
	text-transform: lowercase;
}

h3 {
	padding: 0 0 15px;
	font-size: 1.5em;
}

h3, th {
	color: #619300;
	text-transform: lowercase;
}

th {
	font-size: 1.45em;
	text-align: left;
}

th, td { padding: 0 20px 5px 0; }

h2 a, h3 a {
	color: #619300;
	text-decoration: none;
}

p { padding: 0 0 15px; }

ul, ol { padding: 0 0 15px 15px; }

a {
	color: #012242;
	text-decoration: underline;
	overflow: hidden;
}

a:hover { text-decoration: none; }

img, a img { border: none; }

/* HEADER */

#header {
	width: 100%;
	height: 188px;
	margin: 0 auto;
	background: url(images/header.jpg) center top no-repeat;
}

#header h1 a {
	width: 900px;
	height: 188px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
}

/* MENU */

/* top level */
#menu {
	clear: both;
	position: relative;
	width: 900px;
	height: 34px;
	margin: 0 auto;
	padding: 0;
	background: #aaacad url(images/menu.gif) left top repeat-x;
	border-top: 1px solid #000409;
	border-bottom: 1px solid #959494;
	list-style: none;
	z-index: 1000;
}

#menu li {
	float: right;
	position: relative;
	height: 34px;
}

#menu li a {
	padding: 0 22px 0 23px;
	border-left: 1px solid #6d7173;
	color: #515558;
	font-size: 1em;
	line-height: 34px;
	text-decoration: none;
	text-transform: uppercase;
}

#menu .home a { border-left: none; }

/* drop downs */
#menu ul {
	visibility: hidden;
	position: absolute;
	top: 35px;
	left: 0;
	width: 200px;
	height: 0;
	padding: 0 0 5px;
	background: #aaacad;
	list-style: none;
	overflow: hidden;
	z-index: 1000;
}

#menu li li {
	left: 0;
	width: 200px;
	height: 20px;
	padding: 0;
	border-left: none;
}

#menu ul a {
	width: 156px;
	height: 20px;
	padding: 0 22px;
	border-left: none;
	display: block;
	line-height: 20px;
	text-align: left;
}

#menu .visible ul, #menu li:hover ul, #menu a:hover ul {
	visibility: visible;
	height: auto;
}

/* current page */
#menu .current_page_parent li a, #menu .current_page_item li a {
	color: #586173;
}

#menu .current_page_item a, #menu li .current_page_item a, #menu .current_page_parent a, #menu .current_page_parent .current_page_item a, #menu a:hover, #menu li a:hover, #menu li ul li a:hover {
	color: #fff;
}

/* SLIDESHOW */

#slideshow {
	position: relative;
	width: 334px;
	height: 343px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	z-index: 1;
}

#slideshow li {
	position: absolute;
	top: 0;
	left: 0;
	width: 334px;
	height: 343px;
}

/* MAIN CONTENT */

#content {
	width: 800px;
	margin: 0 auto;
	padding: 45px 35px 20px 65px;
	background: #fbfbfb url(images/content.gif) left top repeat-x;
	overflow: hidden;
}

.main {
	float: left;
	width: 430px;
}

.home-text { padding: 25px 0 0; }

#featured {
	padding: 2px 0 0;
	border-top: 3px solid #26355b;
	color: #26355b;
	font-size: 1.05em;
	letter-spacing: 2px;
	text-align: right;
	text-transform: uppercase;
}

.entry { padding: 0 0 15px; }

#sidebar {
	float: right;
	width: 334px;
}

#news-sidebar {
	float: right;
	width: 225px;
}

#sidebar h2 {
	padding: 0 0 5px;
	font-size: 1.5em;
}

#rss a {
	padding: 0 0 0 25px;
	background: url(images/rss.gif) left center no-repeat;
	display: block;
}

/* FOOTER */

#footer {
	clear: both;
	width: 900px;
	height: 174px;
	margin: 0 auto;	
	background: url(images/footer.png) left bottom no-repeat;
}

*html #footer { background: url(images/footer.gif) left bottom no-repeat; }

#footer h6 {
	width: 867px;
	height: 29px;
	padding: 45px 33px 0 0;
	background: #eaeaeb url(images/footer-logo.gif) 788px 15px no-repeat;
	color: #a1a1a1;
	font-size: 0.85em;
	line-height: 23px;
	text-align: right;
}

/* WORDPRESS POSTS */

img.alignleft {
	float: left;
	padding: 0 10px 5px 0;
}

img.alignright {
	float: right;
	padding: 0 0 5px 10px;
}

.center { text-align: center; }
.navigation { clear: both; }
.alignleft { float: left; }
.alignright { float: right; }

