/*
Theme Name: Blooming
Theme URI: http://www.freewpthemes.net/preview/blooming
Description: Fixed-width, two-columns. Widget-ready for WP2.2+
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	background: #666767 url(images/pittsburgh-music-background.jpg);
	background-repeat:repeat-x;
	background-color:#9a012f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 150%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

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

/* Header */

#header {
	width: 919px;
	height: 153px;
	margin: 0 auto;
	margin-top:10px;
	padding-top:10px;
	padding-left:10px;
	background: url(images/pittsburgh-music-header.jpg) no-repeat;
}

#header .logo {
float:left;
}

#header h1 {
	float:right;
	margin-right:20px;
}

#header h2 {
	float:right;
	margin-right:20px;
}

#header a {
	text-decoration: none;
}

/* Search */

#search {
	float: right;
	padding-right:10px;
}


#searchfield {
	width: 120px;
	border:1px solid #ccc;
}

#searchsubmit {
	border:1px solid #663300;
	background-color:#9B0230;
	color:#FFFFFF;
	font-size:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height:21px;
}

#navigation {
	width: 914px;
	margin: 0 auto;
	background-image:url(http://howlerscoyotecafe.com/wp-content/themes/theme/images/header-bottom.jpg);
	height:30px;
	color:#9A012F;
	padding-left:15px;
	padding-top:8px;
}

#navigation li {
display:inline;

margin-right:15px;
color:#9A012F;
float:left;
}

#navigation a {
font-size:16px;
color:#9A012F;
text-decoration:none;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}

#navigation a:hover {
text-decoration:underline;
}

/* Page */

#page {
	width: 929px;
	margin: 0 auto;
	background: url(http://howlerscoyotecafe.com/wp-content/themes/theme/images/pittsburgh-music-wood-background.jpg);
	background-repeat:repeat-y;
}

/* Content */

#content {
	float: left;
	width: 610px;
	padding-left:10px;
}

.post {
	padding: 20px 20px 0px 7px;
	line-height:normal;	
}

.post .title {
	margin: 0;
	padding: 5px 0 5px 0px;
	font-size: 2em;
	border-top: 2px dotted #ccc;
	margin-bottom:10px;
	border-bottom: 2px dotted #ccc;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	margin: 0 0 15px 0;
	padding-top: 5px;
	line-height: normal;
}

.post .entry {
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.pagetitle {
	padding: 10px 0 0 0;
	font-size:22px;

}

/* Sidebar */

#sidebar {
	float: right;
	width: 309px;
	color:#000000;
	margin-top:0px;
	padding-top:0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color:#000000;	
	margin-left:2px;
	margin-top:0px;
	
}

#sidebar li {
	margin-bottom: 20px;
	padding: 34px 10px 0px 20px;
	color:#000000;
	margin-top:0px;
		
}

#sidebar li ul {
	line-height: 2em;
	color:#000000;
	margin-top:0px;
	
}

#sidebar li li {
	margin: 0;
	padding: 0;
	color:#000000;	
}

#sidebar h2 {
	margin-bottom: 7px;
	letter-spacing: -1px;
	padding-bottom:3px;
	color:#000000;
	border-bottom:2px dotted #666;	
}

#sidebar a {
	border: none;
	color:#000000;	
}

/* Footer */

#footer {
	clear: both;
	width: 929px;
	height: 62px;
	margin: 0 auto;
	padding-top: 10px;
	background: #130D0F url(http://howlerscoyotecafe.com/wp-content/themes/theme/images/pittsburgh-music-footer.jpg) no-repeat;
	background-color:#9A012F;
	border-top:2px dotted #ccc;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}



