/*#content {
		background-image: url(images/transparent-bkg.png);
		}
#sidebar {
		background-image: url(images/transparent-bkg.png);
		}*/
/*  
Theme Name: ABD Kubrick Starter
Theme URI: http://wordpress.org/
Description: Somewhat modified WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Michael Heilemann + Brent Garren
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
		font-size: 70%; /* Resets 1em to 10px */
		font-family: 'Verdana', 'Arial', Sans-Serif;
		color:#fff;
		background-color: #000;
		margin-bottom:100px;
		padding-bottom:100px;
		}
a {
		color:#f92;
		text-decoration: none;
		}
a:hover {
		text-decoration: underline;
		}
a, a img, img {
		border: none;
		}
		

/*-----#  h tags  #-----*/
h1, h2, h3, h4, h5, h6 {
		margin:0;
		}
h1 {
		font-size: 4em;
		text-align: center;
		}
		h1, h1 a:hover, h1 a:visited {
				text-decoration: none;
				color: #ffc;
				}
h2 {
		font-size: 1.6em;
		margin: 0;
		}
		h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
				color: #fc5;
				}
		h2 a:hover, h3 a:hover {
				color: #ffc;
				text-decoration: none;
				}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
		text-decoration: none;
		}
h2#pagetitle {
		font-size: 1.6em;
		}
h3 {
		font-size: 1.3em;
		margin: 30px 0 0;
		padding: 0;
		}
h3.comments {
		padding: 0;
		margin: 40px auto 20px ;
		}
	
#outer-wrapper {
		width:760px;
		border:1px solid #da4;
		margin:0 auto 0 auto;
		}


/*-----#  header  #-----*/
#header {
		width:760px;
		height:101px;
		background:transparent url(images/header.jpg) top center no-repeat;
		}
#header-links {
		font-weight:bold;
		text-align:center;
		background-color:#721;
		border-width:1px 0 1px 0;
		border-color:#da4;
		border-style:solid;
		}
		/*#header-links a {
				font-size:1.3em;
				text-decoration:none;
				color:#da4;
				margin:0 40px 0 40px;
				}
		#header-links a:hover {
				color:#fe8;
				text-decoration:none;
				}*/
		
		
#page {
		float:left;
		text-align: left;
		color:#fff;
		background:transparent url(images/radio-bkg.jpg) top center no-repeat;
		padding:15px;
		}
		#content-wrapper {
				
				}
				#content {
						float:left;
						width:500px;
						font-size: 1.2em;
						border:1px solid #da4;
						background-image:url(images/checkers-bkg.gif);
						padding:10px;
						}
		
		
/*-----#  sidebar  #-----*/
#sidebar {
		float:right;
		width:160px;
		font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
		border:1px solid #da4;
		background-image:url(images/checkers-bkg.gif);
		padding:8px;
		}
		#sidebar h2 {
				font-size: 1.4em;
				text-decoration: none;
				color:#ffc;
				margin: 5px 0 0;
				padding: 0;
				}
		#sidebar ul li a {
				font-size:1.2em;
				font-weight:bold;
				color:#ffc;
				}
		#sidebar ul li ul li a {
				font-size:1em;
				font-weight:normal;
				}
#sidebar ul, #sidebar ul ol {
		margin: 0;
		padding: 0;
		}
#sidebar ul li {
		list-style-type: none;
		list-style-image: none;
		margin-bottom: 6px;
		}
#sidebar ul p, #sidebar ul select {
		margin: 5px 0 8px;
		}
#sidebar ul ul, #sidebar ul ol {
		margin: 5px 0 0 10px;
		}
#sidebar ul ul ul, #sidebar ul ol {
		margin: 0 0 0 10px;
		}
ol li, #sidebar ul ol li {
		list-style: decimal outside;
		}
#sidebar ul ul li, #sidebar ul ol li {
		margin: 3px 0 0;
		padding: 0;
		}
		
		
/*-----#  searchform  #-----*/
#sidebar #searchform {
		margin-top:15px;
		}
		#sidebar #searchform #s {
				font-size:.8em;
				width: 75px;
				padding: 2px;
				}
		#sidebar #searchform #searchsubmit {
				font-size:.8em;
				padding: 1px;
				}


/*-----#  commentform  #-----*/
#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}
#commentform textarea {
		width: 80%;
		padding: 2px;
		}
#commentform #submit {
		margin: 0;
		float: right;
		}
#commentform p {
		margin: 5px 0;
		}

/*-----#  forms  #-----*/
fieldset {
		border:0;
		}
form.common label {
		display:block;
		border:0;
		margin-bottom:8px;
		}
		form.common label b {
				font-weight:normal;
				}
		form.common label small {
				font-weight:normal;
				color:#aa7;
				}
form.common textarea {
		width:80%;
		}

ul#err h3 {
		color:red;
		}
ul#err li {
		font-weight:bold;
		color:red;
		}

				
/*-----#  footer  #-----*/				
#footer {
		clear: both;
		font-size:.9em;
		padding:15px 20px 20px 20px;
		}

						

/*-----#  images  #-----*/
p img {
		padding: 0;
		max-width: 100%;
		}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}
img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}
.alignright {
		float: right;
		}
.alignleft {
		float: left
		}


/*the overall wrapper - usually unadorned*/
#abd-events-wrap {
		line-height:125%;
		}
		#abd-events-wrap * img {
				border:0;
				}

/*every <td> <th> inside events wrapper*/
#abd-events-wrap td, #abd-events-wrap th {
		vertical-align:top;
		padding:0;
		}
/* element 1 */
/*div that wraps [ Order By: <select> menu ] at the very top*/
#abd-events-wrap .options form {
		font-size:1em;
		font-weight:bold;
		text-align:right;
		padding:3px 6px 3px 6px;
		}

/* element 2 */
/*the listings <table>*/
#abd-events-wrap #listings {
		width:100%;
		}
		#abd-events-wrap #listings thead th {
				font-size:1em;
				text-align:left;
				color:#da4;
				background-color:#210;
				padding:3px 6px 3px 6px;
				}
		#abd-events-wrap #listings .month_year {
				font-size:1.2em;
				text-align:left;
				color:#ffc;
				background-color:#210;
				border-top:4px solid #da4;
				padding:4px 0 4px 4px;
				}
/*all below styles a row for each event
row1: <tr class='date_venue'><td>[ DATE]</td><td>[ LOCATION ]</td></tr>
row2: <tr class='info'><td colspan=2>[ INFO ]</td></tr>
row3: <tr><th colspan=2 class='rowspacer'>[ &nbsp; ]</td></tr>
*/
	/*sets bkg color for ALL <td> per event*/
	#abd-events-wrap #listings td {
			font-size:.9em;
			color:#210;
			background-color:#ffc;
			}
	/*row1 - 3 columns wide*/
	#abd-events-wrap #listings .date_venue td {
			color:#210;
			border-top:1px solid #333;
			padding:6px 4px 2px 6px;
			}
	/*row2 - 1 column with colspan 3*/
	#abd-events-wrap #listings .details td {
			color:#210;
			padding:6px 32px 12px 32px;
			}
	#abd-events-wrap #listings .details td b {
			color:#210;
			}
	/*row3 - 1 column - colspan 2 - creates empty space between events*/
	#abd-events-wrap #listings .rowspacer th {
			padding:0;
			}
/*anchor pad adds extra space at the bottom of the content so that #anchor links are more likely to appear right at the top of the browser window when clicked*/		
#abd-anchor-pad {
		height:200px;
		}
		
/*styles for the upcoming events list in the sidebar*/
h2#abd-upcoming-header {
		padding-top:15px;
		}
ul#abd-upcoming-events {
		border-top:1px solid #da4;
		}
		ul#abd-upcoming-events li {
				list-style-type:none;
				border-bottom:1px solid #da4;
				margin:0 0 5px 0;
				padding:4px 3px 5px 10px;
				}
		#sidebar ul ul#abd-upcoming-events li:before {
				content: "";
				}
		ul#abd-upcoming-events a {
				font-weight:bold;
				}
		ul#abd-upcoming-events p {
				padding-left:12px;
				}


/*===================================================================================================*/


.entry p {
		font-size:1.1em;
		}
.alt {
		background-color: #f8f8f8;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		}
small {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 0.9em;
		line-height: 1.5em;
		}




.entry p a:visited {
	color: #b85b5a;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li {
	font-weight: bold;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}



small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}







.post {
	margin: 0 0 40px;
	text-align: justify;
	}
.post hr {
	display: block;
	}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}










/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 
html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}



.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}



.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}