/*
Theme Name: TheBoiseBeat.com - V2.0
Theme URI: http://www.theboisebeat.com
Description: Local music and plenty of et cetera
Version: 2.0
Author: Francis Delapena
Author URI: http://www.theboisebeat.com/
Tags: black, green, white, fixed width

	theboisebeat.com v2.0
	http://www.theboisebeat.com/

	This theme was designed and built by Francis Delapena

*/


/* defaults */

body, html {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #C9C9C9;
	background-position:top;
	text-align: center;
	color: #000;
	font-size: 62.5%;
	margin: 0 25px;
}
a {
	color: #006600;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
a:hover {
	border-bottom: 1px solid #000;
}
a:visited {
	color: #006600;
}
small {
	font-size: .9em;
}
p {
	padding-bottom: 1.5em;
}
h2 {
	font-size: 1.3em;
}
input, select, textarea {
	border: 1px solid #999;
	padding: 1px;
	color: #666;
}
input,textarea {
	background-color: #FFFDE8;
}
input:hover,
select:hover,
textarea:hover {
	border-color: #666;
	color: #333;
}
textarea {
	width: 100%;
}
option {
	border-bottom: 1px dotted #999;
	padding: 1px;
	color: #666;
}
.clear {
	clear: both;
}
.red { color: #990000 !important; }
.green { color: #006600 !important; }
ol,ul {
	padding: 0 2em 1em;
}
ul {
	list-style: none;
	border: none;
}
blockquote {
	font-style: italic;
	padding: 0 20px 20px;
}

.center {
	margin-left: 20px;
}

/* container */
#container {
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
#header {
	border: 0;
	margin: 0;
	padding: 0;
	height: 243px;
}
#content {
	position: relative;
	margin: 0;
	z-index: 2;
	background-color: #fff;
	border-bottom: 0;
	width: 950px;
	height: 1000px;
	height: auto !important;
	min-height: 1000px;
}
#local-buzz,
#local-buzz:visited,
#random-fuzz,
#random-fuzz:visited {
	display: block;
	border: 0;
	font-size: 22px;
	font-weight: bold;
	padding: 4px 6px 20px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
}
#local-buzz:hover,
#random-fuzz:hover {
	color: #006600;
}
#local-buzz {
	float: left;
}
#random-fuzz {
	float: right;
	text-align: right;
}
h2.pagetitle {
	position: absolute;
	width: 100%;
	top: 5px;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	color: #999;
	margin-top: 80px;
}

/* secondary page content */
#page_content {
	float: left;
	position: absolute;
	margin-left: 20px;
	height: 1000px;
	height: auto !important;
}

h5 {
	font-size: 1.5em;
	border-top: 1px dotted #006600;
	padding-top: 5px;
	color: #006600;
}

.entry ul {
	list-style: none;
}

.entry ul li {
	background-image: url(images/list_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-top: 10px;
}

/* about section */

.about_entry {
	border-top: 1px dotted #006600;
	padding: 10px 0;
	/*min-height: 200px;*/
}

.about_entry img.about_img {
	float:left;
	width: 260px;
	height: 175px;
	border: 1px solid #006600;
	margin: 0 10px 0 0;
}

.about_entry .about_heading {
	margin: 0 0 10px 0;
}

.about_entry .about_heading span.about_name {
	font-size: 1.8em;
	color: #006600;
	font-style: italic;
}

.about_entry .about_heading span.about_position {
	text-align: right;
	float: right;
	margin-top: 8px;
}

.about_entry p {
	margin: 0;
}

.edit_entry {
	float: left;
	margin: 10px;
}

/* posts */
#posts {
	clear: both;
	float: left;
	width: 720px;
}
.post {
	clear: both;
	padding-top: 20px;
	padding-left: 10px;
}
.post-details {
	float: left;
	text-align: right;
	width: 200px;
	padding-top: 10px;
	margin-right: 10px;
	color: #999;
}
.post-details h2 {
	padding: 2px 0 10px;
	color: #006600;
}
.post-details h2 a {
	border: 0;
}
.post-details p {
	width: 100%;
	float: right;
}
.post-details p a {
	border: 0;
	color: #666;
}
.post-details p a:hover {
	color: #333;
}
.post-details small {
	clear: both;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
	padding-left: 10px;
	font-size: 9px;
	font-weight: bold;
	color: #666;
}
.entry {
	float: right;
	text-align: left;
	width: 500px;
}
.widecolumn .entry {
	width: 700px;
}
.entry img {
	border: 1px solid #999;
}
h3.noimage {
	font-weight: bold;
	font-size: 20px;
	color: #006600;
	margin-bottom: 1em;
}
.entry blockquote {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: italic;
	color: #006600;
}
a.linked-image {
	border: 0;
}
.wp-caption-text {
	font-style: italic;
	color: #006600;
	padding: 3px 3px 1.5em;
}
.more-link {
	background-image: url(images/asterisk-readmore.gif);
	display: block;
	border: 0;
	padding: 16px 0 5px 18px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.more-link:hover {
	border: 0;
	color: #000;
}
.entry-footer {
	text-align: right;
	clear: both;
	font-weight: bold;
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
	padding-top: 10px;
	width: 500px;
	font-size: 10px !important;
	margin: 0;
}
.entry-footer a {
	border: 0;
	color: #666;
}
.tags {
	clear: both;
	text-align: right;
	text-transform: uppercase;
	padding: 0;
	margin:0;
	border-bottom: 1px solid #999;
	color: #999;
	background-color: #ddd;
	font-size: 9px !important;
	width: 500px;
}
.tags a {
	border: 0;
	padding: 1px;
	color: #999;
}
.entry-footer a:hover,
.tags a:hover {
	color: #666;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

/* single post */
.postmetadata {
	padding-top: 5px;
	text-align: justify;
	width: 500px;
}

/* class selectors */
.category-calendar .post-details h2 {
	padding-bottom: 0;
}
.category-calendar h3.noimage { /* calendar calendar */
	color: #333;
	background-image: url(images/cal_head_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 15px 10px 25px 15px;
}
.category-calendar .entry p { /* calendar calendar */
	font-size: 1.2em;
}

div.widecolumn h3.noimage, .category-random-fuzz h3.noimage, .category-local-buzz h3.noimage {
	background-image: url(images/story_head_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding: 15px 60px 15px 15px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

/* comments */
#discussion p { font-size: 1em !important; }
h3#respond,
h3#comments {
	padding-bottom: 5px;
	font-height: 12px;
	color: #333;
}

/* navigation */
.navigation {
	padding-left: 220px;
	padding-top: 10px;clear: both;
	text-transform: uppercase;
	font-size: 9px;
}
.navigation a {
	border: 0;
}

#top_nav {
	padding: 0px;
	background: url(images/nav_bg.jpg) no-repeat;
	height: 81px;
	border: none;
}

#top_nav #nav_left {
	float: left;
}

#top_nav #nav_right {
	float: right;
	padding: 15px 25px;
}

#top_nav #nav_right a {
	text-decoration: none;
	border: none;
}

#top_nav #nav_right a:hover {
	text-decoration: none;
	color: #0e2605;
	border-bottom: 1px dotted #0e2605;
}

#top_nav #nav_left ul {
	margin: 0;
	padding: 15px;
}

#top_nav #nav_left li {
	list-style: none;
	display: inline;
	margin: 10px;
}

#top_nav #nav_left li a {
	text-decoration: none;
	border: none;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
}

#top_nav #nav_left li a:hover {
	color: #0e2605;
}

/* sidebar */
#sidebar {
	float: right;
	padding-top: 20px;
	margin: 0 20px 0 0;
	display: inline;
	overflow: hidden;
}
#sidebar ul {
	list-style: none;
	padding-left: 10px;
	padding-right: 0;
}
#sidebar ul ul {
	list-style: disc;
	padding-left: 1.8em;
	padding-bottom: 0;
}
#sidebar li {
	padding-bottom: 10px;
}
#sidebar li li {
	padding-bottom: 1px;
	width: 150px;
}
#sidebar h2 {
	background-image: url(images/asterisk.gif);
	font-size: 12px;
	padding: 1px 0 5px 18px;
	text-transform: uppercase;
	color: #006600;
}
#sidebar a {
	border: 0;
}
#sidebar li li a {
	color: #000;
}
#sidebar li li a:hover {
	color: #006600;
}
#sidebar li#feeds a {
	color: #666;
}
#sidebar li#feeds a:hover {
	color: #333;
}
#sidebar li.feed-title {
	list-style: disc !important;
	color: #000 !important;
}
#sidebar li.feed-title a {
	color: #000 !important;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#sidebar li.feed-title a:hover {
	color: #006600;
}
#sidebar li#feeds li {
	list-style: none;
	color: #333;
}
#sidebar form {
	padding-bottom: 3px;
}
#sidebar select {
	width: 160px !important;
}

/* footer */
#footer {
	clear: both;
	text-align: right;
	padding: 50px 20px 10px;
}
#footer p {
	padding-top: 42px;
	padding-right: 95px;
	text-transform: uppercase;
	font-weight: bold;
}
#footer img {
	float: right;
}


/* calendar */
li#calendar h2 {
	padding: 0;
	background-image: none;
}
#wp-calendar {
	empty-cells: show;
	width: 160px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #006600;
	color: #fff;
	padding: 2px 0;
	border-bottom: 2px solid #000;
}
#wp-calendar #today { background-color: #006600; }
#wp-calendar #today a,
#wp-calendar #today a:visited { color: #FFF; }
#wp-calendar #today a:hover {
	color: #FFFF00;
	background-color: #006600;
}
#wp-calendar td,
#wp-calendar tr {
	text-align: center;
}
#wp-calendar td a {
	padding: 1px;
}
#wp-calendar td a:hover {
	background-color: #FFFF00;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}