/*
Theme Name: obbtheme
Theme URI: http://www.offbeatband.com/
Description: The following theme was customized for offbeatband dot com
Author: John Marshall
Author URI: http://www.offbeatband.com/

*/

/*Everything------------------------------------------------*/
/*----------------------------------------------------------*/
* 
{
	padding: 0;
	margin: 0;
}

/*Header----------------------------------------------------*/
/*----------------------------------------------------------*/
#header {
	width: 900px;
	height: 320px;
	margin: 0px auto;
	background: url(images/room.JPG);
}

#header a {
	text-decoration: none;
	color: #52B700;
}

/*Title*/
#headerimg {
	margin: 0px;
	padding: 152px 0 0 110px;
	font-size: 1.25em;
	text-decoration: none;
	font-family:"Times New Roman",Georgia,Serif;
	/*font-variant: small-caps;
	letter-spacing: -1px;*/
	color: white;
}

#headerdef {
	margin: 0 0 0 3px;
}

#header h1 {
	font-size: 3em;
}

/*Menu------------------------------------------------------*/
/*----------------------------------------------------------*/
#menu {
	float: none;
	height: 2em;
	width: 900px;
	margin: 0px auto;
}

#menu li {
	display: inline; 	
	text-transform: capitalize;
	text-decoration: none;
	font-size: 1.25em;
	padding: 0em 1em;
}

#menu ul {
	margin: .25em 0em; 
	padding: .25em; 
	list-style-type: none; 
	list-style-image: none;
}

#menu a {
	text-decoration: none;
	color: white;
}

#menu a:hover {
	color: #C7FF99;
}

.pagenav {
	color: #FF0000;
}

/*Body------------------------------------------------------*/
/*----------------------------------------------------------*/
#wrapper {
	float: none;
	width: 900px;
	margin: 5px auto;
	padding: 25px 0px;
	overflow: hidden;
	background: white;
}

#content {
	width: 550px;
	padding: 0px 50px 0px 0px;
	float: right;
	background: white;
}

body {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 0.75em; /*76%*/
	color: #000000;
	background-color: #666666;
	background-image: url(http://www.offbeatband.com/images/gradient1.jpg);
	background-repeat: repeat-x;
}

hr {
	display: none;
}

h2 {
	font-size: 1.6em;
	color: #52B700;
	border-bottom: 1px dashed;
	margin-bottom: .5em;
}
 
h2 a:hover, h2 a:visited, h2 a {
	text-decoration: none;
}

h3 {
	margin-top: 1.5em;
	font-size: 1.4em;
}
 
h4 {
	margin-top: 1.2em;
	font-size: 1.2em;
}
 
h5 {
	margin-top: 1em;
	font-size: 1em;
}

a {
	color: #52B700;
}

ul {
	margin: 0;
	list-style: none;
}

ul a{
	margin: 0;
}

li  a{
	list-style:none;
}
.post {
	margin-bottom: 2.2em;
	color: #262626;
	padding-left: 5px;
	font-size: 1.1em;
}

.post p {
	line-height: 1.4em;
	margin-bottom: 1em;
}

.post li a{
	list-style: none;
	color: #52B700;
}

.post ul {
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 50px;
	color: #262626;
}

.post a {
	color: #52B700;
}

acronym, abbr, span.caps {
	cursor: help;
}
 
acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 1em 1.5em;
	padding: 1em 1.5em;
	border: 1px solid #262626;
} 

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
 
.entry {
	margin-top: 10px;
	margin-bottom: 15px;
}

.postmetadata {
	padding: 2px;
	font-size: 0.8em;
}
 
.postmetadata a {
	color: #52B700;
}

.center {
	text-align: center;
}
 
a img {
	border: none;
}
 
/*The next and previous post links*/
.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 40px;
}
 
.alignleft {
	float: left;
	text-align: left;
	width: 50%;
}
 
.alignright
{
	float: right;
	text-align: right;
	width: 50%;
}

/*I don't know what this is for*/
.pagetitle {
	color: #262626;
}

/*Metadata*/
.entrytext .postmetadata {
	/*font-size: 1.1em;*/
	/*background-color: #666666;*/
	width: 70%;
	margin: 2em auto 3.5em auto;
	/*border: 1px dotted #e9b17b;*/
	padding: 5px;
	padding-left: 45px;
	background: #666666 no-repeat scroll top left;
}

/*The Comments*/
ol.commentlist
{
	width: 90%;
	margin: 0 auto;
}
 
ol.commentlist li
{
	margin-bottom: 1.5em;
	padding: 5px;
	background-color: #C7FF99;
}
 
ol.commentlist li.alt
{
	/*This is the alternating comment setting*/
	background-color: white;
}
 
ol.commentlist a
{
	color: #52B700;
}
 
small.commentmetadata
{
	font-size: 0.8em;
	margin-bottom: 1em;
	display: block;
}

/*The Sidebar-----------------------------------------------*/
/*----------------------------------------------------------*/
#sidebar
{
	float: left;
	width: 250px;
	background-color: white;
	margin: 0px 0px 0px 25px;
	text-align: left;
}

#sidebar a {
	margin: 0px;
	color: #262626;
	text-decoration: none;
}

#sidebar ul a:hover {
	color: #52B700;
}

#sidebar ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
}

/*Headings in sidebar*/
#sidebar ul h2 {
	font-size: 1.25em;
	color: #52B700;
	margin: 0px 0px 10px 0px;
	border-bottom: none;
}
/*
#sidebar ul ul
{
	margin-left: 10px;
}
*/
#sidebar ul ul ul {
	margin: 0;
}

/*Search----------------------------------------------------*/
/*----------------------------------------------------------*/

#searchform {

}
 
#searchform input {
	/*border: 1px solid black;*/
	background-color: white;
}
 
#searchform #s {
	background-color: white;
}

/*The Footer------------------------------------------------*/
/*----------------------------------------------------------*/
#footerwrapper {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px;
	overflow: hidden;
	background: #666666;
	font-size: 1em;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
}
/*

#footerleft {
	float: left;
	margin: 1px auto;
	width: 200px;
	font-weight: bold;
	text-align: right;
	color: #52B700;
	background: #666666;
}

#footerleft ul {

}


#footerright {
	float: right;
	display: inline;
	margin: 0 auto;
	width: 650px;
	padding: 0px 10px;
	color: white;
	background: #666666;
	list-style: none;
}

#footerright ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none;
}

#footerright li {
	/*page and topics spacing*/
/*	padding: 0.05em .15em;
	display: inline;
	float: left;
	color: white;
}

#footerright a {
	text-decoration: none;
	color: white;
}

#footerright a:hover {
	text-decoration: none;
	color: #C7FF99;
}*/