/*
Theme Name: WhiteBuffaloMusic
Theme URL: http://blog.sendmichaeltocollege.com
Description: WP Theme for White Buffalo Music
Version: 1.0
Author: Michael Shores
Author URL:www.digital-mess.com
*/

* { margin: 0; padding: 0; }

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	font-size: 75%;
	color: #CCCCCC;
	line-height: 1.5em;
}
#header { margin: 0 auto; padding: 1.5em 0 0 0; } 
#buffalo { margin: 1.5em auto 3em auto; width: 400px; }

#navigation {
	margin: 0 0 4.5em 0;
	padding: 0.75em 0 3.75em 0;
}
#navigation li {
	display: block;
	float: left;
	margin: 0 1.125em 0 0;
	text-transform: uppercase;
}
#wrap {
	width: 610px;
	margin: 0 auto;
	padding: 0 45px 0 45px;
}

#main {
	padding-bottom: 108px;
}	

/* Left_column */
#left-column { 
	width: 340px;
	padding: 0 0 6em 0;
	float: left;
}
.post-content { padding: 18px 0 54px 0; }

#post ul { margin:0 0 54px 0; }
.more { font-size: 0.75em; } 
p { margin: 18px 0 18px 0; }

#sidebar { 
	font-size: 1em;
	float: right;
	width: 200px;
	padding-top: 1em;
	margin-bottom: 6em;
        color: #BBBBBB;
}
#sidebar h2 {
        font-size: 1.5em;
	padding-bottom: .25em;
	margin-bottom: 1.25em;
	border-bottom: 1px solid #999999;
}
#sidebar h3 {
	padding-bottom: .25em;
	margin-bottom: 1.25em;
	border-bottom: 1px solid #999999;
}
#sidebar ul {
	margin-bottom: 18px;
}
#sidebar p { margin: 18px 0 18px 0; }

#footer {
	background-image: url(images/transBlk_bg.png);
	background-repeat: repeat;
	width: 610px;
	margin-top: -108px;
	position: relative;
	clear: both;
	margin: 0 auto;
	height: 72px;
	padding: 0 45px 36px 45px;
	font-size: 0.75em;
	text-align: center;
}
#footer ul {
	width: 610px;
}
#footer ul li {
	display: inline;
	text-transform: uppercase;
}
#footer p { width: 610px; margin: 0; }

.page {
	margin-top: 3em;
}

#navigation li, #footer li {
	letter-spacing: 0.05em;
}

img { margin: 18px 0 18px 0; }

/* Links */
a img { border:none; }
a { outline: none; text-decoration: none; }
a:link { color: #FF3333; }
a:visited { color: #FF3333; }
a:hover { color: #CCCCCC; }
a:active { color: #FF3333; }

ul { list-style-type: none; list-style-position: outside;}

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

h1 { font-size: 3em; line-height: 1em; margin: 0.5em 0 0.5em 0; }
h2 { font-size: 2em; line-height: 1.5em; margin: 0.75em 0 0.75em 0; }
h3 { font-size: 1.5em; line-height: 1em; }
h5 { font-size: 0.75em; line-height: 2em; }

/* Universal attributes */
.clear { clear: both; }
.float-left { float: left; }
.float-right { float: right; }
.inline { display: inline; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

.border-top { border-top: 1px solid #999999; }
.border-bottom { border-bottom: 1px solid #999999; }


/* Event Page Styles */
.red-text { color: #CC2929; }
.indent-left { padding-left: 20px; }
.indent-right { padding-right: 30px; }
#events-list li { margin-top: 18px; }
.event-entry { margin-top: 54px; }
.event-entry h3 { margin-bottom: 1em; padding-bottom: 0.5em; }

.hidden { display: none; }

/* ClearFix */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
