/*
Theme Name: Loud Jazz
Theme URI: http://loudjazz.org
Description: John Michaels's Website
Version: 2 (WP2.8.4)
Author: Rob Collins
Author URI: http://glibcrew.com
Tags: basic, clean, black, jazz
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	margin-top: 15px;
}

a {
	color: #cc0000;
	text-decoration:none;
	cursor: pointer;
}

#header {
	margin:0px 0px 0px 0px;
}

h1#logo {
	float:left;
}

h1 {
	color: #cc0000;
	font-size: 24px;
	font-weight: normal;
}

ul#nav {
	letter-spacing:.5px;
	font-size:12px;
	line-height:50px;
}

ul#nav li {
	float:right;
	margin-right:10px;
}

ul#nav li.current_page_item a{
	border-bottom:2px solid #9f9f9f;
}

ul#nav li a {
	color:#FFF;
}

/***Feauted Photos***/

#feautred {
	width: 801px;
	height: 192px;
	background-color: #b5b5b5;
	padding-top: 1px;
	padding-left: 1px;
	margin-bottom: 15px;
}

/***Columns***/

#right {
	float: right;
}

.columns {
	width:245px;
	padding-bottom: 10px;
}

.columns h2 {
	font-size: 24px;
	color: #cc0000;
	font-weight: normal;
	padding-bottom: 5px;
}

.columns p {
	color: #FFFFFF;
}

.columns p.date {
	padding-bottom: 5px;
	color: #ffcb31;
}

.columns a {
	color: #cc0000;;
}

.columns a:hover {
	text-decoration: underline;
}

/***News***/

#news {
	width: 540px;
	float: left;
}

h2#title a {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
}

/***Post***/

#wrap_posts {
	float: left;
	width: 530px;
	background-color: #FFF;
	margin-righ
}

.post a {
	color: #cc0000;
}

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

#blog_wrap {
	float: left;
	width: 530px;
}

.post_blog {
	width:540px;
	float: left;
    padding-bottom:10px;
    padding-top: 10px;
    border-bottom: 1px solid #660000;
}

.post {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 540px;
	float: left;
}

.postn {
	width: 540px;
	float: left;
}

.post h2 {
	font-size: 20px;
}

.post h4 {
	font-weight:normal;
	font-size:21px;
	margin-bottom:5px;
}

.post h2 a {
	font-weight: normal;
}

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

#post-info {
	margin-top:10px;
	margin-bottom:-20px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #333333;
}

h1.loud {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

/***Sidebar***/

#page_sidebar {
	width: 240px;
	height: auto;
	margin-right: 1px;
	color: #888888;
	float: right;
}

#page_sidebar h2 {
	font-size: 29px;
	color: #cc0000;
	padding-top:6px;
	padding-left: 20px;
	padding-bottom: 8px;
}

#page_sidebar li a {
	color: #FFF;
	font-size: 13px;
	margin-top: 10px;
}

#page_sidebar li a:hover {
	text-decoration: underline;
}

#page_sidebar li  {
	color:#888888;
	font-size: 14px;
	margin-left: 25px;
}

#sidebar {
	width: 240px;
	height: auto;
	margin-right: 1px;
	float: right;
	padding-top: 10px;
	padding-left: 20px;
}

#sidebar input {
	width: 200px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#sidebar input#searchsubmit {
	width: 50px;
	margin-bottom: 10px;
}

#about {
	float:left;
	width:535px;
}

#events {
width: 530px;
float: left;
}

/***Fotter Styles***/

#footer {
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #cc0000;
}

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


