/*
Theme Name: Rhythmic
Theme URI: http://rhythmicsymphony.com
Description: Designed for Rhythmic Symphony, a Synthpop band.
Version: 1.0
Author: Green Light Works
Author URI: http://greenlightworks.com

Modified from "Default WordPress" by Dave Shea || http://mezzoblue.com to fit a custom design by Green Light Works.
All original work Copyright 2005 Justin Kesselring
*/
body {
	margin: 0;
	background: #333 url(/wp-content/themes/rhythmic/images/smokestack-bg.jpg) no-repeat bottom left fixed;
	font-family: Georgia, "Times New Roman", Roman, serif;
	color: #fff;
	}
a {
color: #D98200;
}
a:visited {
color: #fff;
}
a:hover {
color: #777;
}

#top {
	width: 100%;
	height: 2.2em;
	margin: 0;
	background-color: #6D251D;
	clear: both;
	}
#top ul {
	float: right;
	margin: 0;
	padding: .3em 10px 0 0;
	font-size: 110%;
	}
#top ul li {
	float: left;
	margin-right: 30px;
	list-style-type: none;
	}
#top ul li a {
	color: #fff;
	text-decoration: none;
	}
#top ul li a:hover {
	color: #000;
	}

#wrap {
	margin-left: 210px;
	}

#content {
	width: 95%;
	margin: 20px 0 0 0;
	background: url(/wp-content/themes/rhythmic/images/bg-black1.png) repeat;
	}

#header {
	position: relative;
	left: -206px;
	width: 500px;
	height: 75px;
	margin: 0;
	clear: both;
	background: url(/wp-content/themes/rhythmic/images/logo-combo.png) no-repeat center left;
	}
#header a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	}
#header h1 {
	margin: 0;
	visibility: hidden;
	font-size: 1px;
	}

#liquidmain {
	width: 100%;
	float: left;
	margin: 0 -225px 0 0;
	}
#main {
	margin: 0 225px 0 10px;
	}

/*--------------Sidebar---------------*/
#sidebar {
	float: right;
	width: 200px;
	margin: 0 10px 0 0;
	}
#sidebar h2 {
	border: none;
	}

#sidebar form {
	margin: 0 0 0 13px;
}

#sidebar input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#sidebar ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#sidebar ul li {
	font: italic normal 110%;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar ul ul li {
	border: 0;
	font-weight: normal;
	font-size: 90%;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#sidebar ul ul li a {
	text-decoration: none;
}
#sidebar ul ul li a:visited {
	color: #D98200;
	}
#sidebar ul ul li a:hover {
	color: #777;
	border-bottom: 1px solid #777;
}

#sidebar ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}
/*--------------End Sidebar---------------*/

#footer {
	clear: both;
	margin-top: 10px;
	padding: 5px;
	background: url(/wp-content/themes/rhythmic/images/bg-red1.png) repeat;
	text-align: center;
	}
acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
}

acronym, abbr {
	cursor: help;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font-size: 95%;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90%/175%;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

img.right {
	float: right;
	margin: 5px 5px 5px 15px;
	}
img.left {
	float: left;
	margin: 5px 15px 5px 5px;
	}

.musicdownloads ul li {
	list-style-type: none;
	margin-bottom: 5px;
	}
