/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	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: 12px;
	font-family: 'Trebuchet MS', Trebuchet MS, Trebuchet, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(images/background.jpg) #180e03 repeat-x top fixed;
	color: #333;
	text-align: left;
	line-height: 19px;
	}

.alt { background-color: #d4d2c8; }

small { color: #514e49;
	font-size: 12px;
	padding: 6px 0 4px 0;
	display: block;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	}

code { font: 1.1em 'Courier New', Courier, Fixed; }

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:link { color: #b40101; text-decoration: none; }

a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
	
a:visited { color: #b40101; }
	
img { border: 0; }
p, .entry p { margin: 0 0 10px 0; }
hr { color: #ccc; background-color: #ccc; height: 1px; margin: 17px 0; clear: both; border: 0; }

.floatLeft{ float: left !important; }
  .floatRight{ float: right !important; }
  .clear{ clear: both !important; }
  .clearLeft{ clear: left !important; }
  .clearRight{ clear: right !important; }

  .noMargin{ margin: 0 !important; }
  .noPadding{ padding: 0 !important; }

  .noShow{ display: none; }
  .marginTop { margin-top: 10px; }
  .marginTop15px { margin-top: 15px; }
  .marginTop5px { margin-top: 5px; }
  .marginTop20px { margin-top: 20px; }
  .marginBottom { margin-bottom: 10px; }
  .marginBottom20px { margin-bottom: 20px; }
  .marginBottom15px { margin-bottom: 15px; }
  .marginBottom5px { margin-bottom: 5px; }
  .marginRight { margin-right: 10px; }
  .marginLeft { margin-left: 10px; }
  .marginHeavy { display: block; margin: 10px 0 20px 0; }
  .marginThick { display: block; margin: 30px 0 20px 0; }
  .overflow_hidden { overflow: hidden; }
  .position_relative { position: relative; }
  .position_absolute { position: absolute; }

  .spaceRight{ argin-right: 10px !important; }
  .spaceLeft{ margin-left: 10px !important; }
  .legroom{ margin-bottom: 18px !important; }
	.lesslegroom{ margin-bottom: 10px; }
  .headroom{ margin-top: 18px !important; }
	.lessheadroom{ margin-top: 10px; }

  .withPadding{ padding: 10px; }
  .paddingTop{ padding-top: 10px !important; }
  .paddingBottom{ padding-bottom: 10px !important; }
  .paddingBottom15px { padding-bottom: 15px; }
  .paddingBottom20px { padding-bottom: 20px; }
  .paddingBottom5px { padding-bottom: 5px; }
  .paddingTopBottom{ padding-top: 10px !important; padding-bottom: 10px !important; }
  .paddingLeftRight{ padding-left: 10px !important; padding-right: 10px !important; }
  .paddingTopRightLeft { padding: 10px 10px 0 10px; }
  .paddingTop5px { padding-top: 5px; }
  .paddingTop15px { padding-top: 15px; }

  .center{ text-align: center !important; }
  .displayBlock { display: block; }
  .displayNone { display: none; }
  .borderless{
	border: none !important;
	margin: 0 !important;
  }
  .withBorder { border: 1px solid #777; }
  
 .clearfix:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix {display: block;}
  
	
/* End Typography & Colors */

/*	Begin Headers */

h1, h2, h3, h4 { font-weight: bold; }
	
h1 { margin: 0; }

h3 { font-size: 1.4em; margin: 0; }

h4 { font-size: 1.3em; }

h1 a, h2 a, h3 a, h4 a { text-decoration: none; }

#wp-calendar caption, cite {
	text-decoration: none;
	color: #000;
	}

h2 {
	margin: 0px 0 6px 0;
	font-size: 1.4em;
	}

h2.pagetitle, h2.featuretitle {
	display: block; 
	text-align: center;
	background-color: #777777;
	border: none; border: 0;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	padding: 8px 5px;
	color: #fff;
	clear: both;
}

	h2.featuretitle { background-color: #93e1e6; text-align: left; }

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	}
	
#respond h3, h3#comments { 
	margin: 0 0 8px 0;
	display: block; 
	font-family: 'trebuchet ms', trebuchet ms, trebuchet;
	font-size: 16px;
	font-weight: bold; 
	line-height: 20px;
	color: #777777;
}

.category-news h3 { 
	border-bottom: 2px solid #c4bdb2;
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
	color: #111; 
}

	.category-news h3 a, .category-news h3 a:visited { color: #111; }
/* End Headers */

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin:0 auto;
	padding: 0;
	width: 980px;
	height: auto;
	position: relative;
	}

#header {
	margin: 0; 
	padding: 0; 
	height: 250px; 
	width: 980px;
	background: url(images/header.jpg) no-repeat 0 0;
	clear: both;
}

#headerimg {
	margin: 0;
	height: 180px;
	width: 980px;
}

#headerimg h1 a {
	width: 980px;
	height: 160px;
	display: block;
	text-indent: -9999px;
	outline: none;
	background: url(images/header.jpg) no-repeat top right;
	margin: 0;
	}
	
	#headerimg h1 { margin: 0; }

	#headerimg .description { 
		width: auto;
		display: block;
		height: 20px;
		text-indent: -9999px;
		outline: none;
		margin: 0;
	}	

.sociallinks {
	width: 40px;
	height: auto;
	position: absolute;
	top: 25px;
	left: -65px;
}

.sociallinks img { margin: 0 0 7px 0; }

/* NAV */	

.nav {
	width: 980px;
	height: 40px;
	margin: 0;
	clear: both;
}

.nav li { list-style: none; list-style-type: none; list-style-image: none; }

.nav ul { 
	width: 960px;
	margin: 0 0 0 20px; 
	padding: 0;
	height: 40px;
	list-style: none; list-style-type: none; list-style-image: none;
}

.nav li { 
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	padding: 0 12px 0 10px;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	background: url(images/splitter_nav.gif) top right no-repeat;
	float: left; 
}

.nav li a { color: #fff; }

.nav li a:hover { color: #FFCC99; text-decoration: none; }

.nav li.last_li {
	 background: none; 
	 padding: 12px 0 12px 10px; 
	 height: 16px;
	 line-height: 16px;
}

	.nav li.last_li img { margin: 0 5px 0 0; }

/* content */

#content { clear: both; }

#content_wrapper {
	width: 980px;
	height: auto;
	float: left;
}
	
.wrapper {
	width: 980px;
	height: auto;
	float: left;
	padding: 20px 0 0 0;
}

.narrowcolumn, .widecolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 670px;
	padding: 0 0 10px 0;
}

.brayname {
	width: 670px;
	height: 30px;
	background: url(images/brayname.jpg) no-repeat top left;
	clear: both;
}

.news_info {
	width: 470px;
	height: auto;
	float: left;
}

	.news_info a { color: #b40101; }
	
.news_header {
	width: 650px;
	background-color: #e8e6de;
	margin: 0 0 5px -10px;
	padding: 10px 0 10px 10px;
	border-bottom: 5px solid #000;
	float: left;
}

.news_wrapper { 
	float: left;
	width: 650px; 
	padding: 5px 0 0 0; 
	margin: 5px 0 0 0;
}

	body.archive .news_wrapper p { margin: 0; }

.post { 
	width: 650px;
	height: auto; 
	margin: 0 0 20px 0; 
	padding: 0 0 10px 10px;
	position: relative; 
	background-color: #fff;
	float: left;
}

.post hr { display: block; }
	
	.post h2 a, .entry h3 a, .widecolumn h2 { 
		width: 470px;
		line-height: 20px;
		color: #6f0303;
		text-transform: uppercase;
		font-size: 20px;
		margin: 0 0 5px 0;
		padding: 0;
		text-decoration: none;
		float: left;
	}
	
	.widecolumn h2 {
		color: #000;
		padding: 0 0 10px 0;
		line-height: 20px;
		height: auto;
		margin: 0;
	}
	
		.post h2 a:hover, .entry h3 a:hover { color: #000; }
		
		.post h2 a:visited { color: #6f0303; }
	
	.datebox {
		width: 65px;
		height: 48px;
		padding: 10px 5px 10px 0px;
		text-align: right;
		line-height: 24px;
		color: #000;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #e8e6de;
		position: absolute;
		top: 0px;
		left: -70px;
	}
	
		.datebox a { color: #b40101; }
		
		.datebox span { color: #777777; font-size: 120%; }
			
		
.entry { 
	width: 650px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

	.entry strong { color: #000; }
	
.entry p a:visited {
	color: #b40101;
	}
	
.entry_image {
	padding: 0;
	margin: 0 10px 0 0;
	border: 5px solid #fff;
	float: left;
}

.news_wrapper object { 
	margin-bottom: 15px;
}
	
a.more-link {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #b40101;
	clear: both;
}
	
.postedby {
	padding: 6px 0;
	font-style: italic;
	color: #666666;
}

.singlepost_meta {
	padding: 7px 0 5px 0;
	border-top: 1px dotted #999;
	margin: 6px 0 0 0;
	clear: both;
	font-weight: bold;
}

	.singlepost_meta a { color: #777; }
	
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.widecolumn .post { margin: 0 0 25px 0; }

.postmetadata { clear: both; }

.narrowcolumn .postmetadata { 
	text-align: center; 
	display: block;
	width: auto;
	padding: 10px;
	margin: 10px 0 0 0;
	color: #353535;
}

.entry p.postmetadata {
	width: 600px;
	height: auto;
	display: block;
	color: #353535;
	font-size: 11px;
	margin: 13px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #777777;
	clear: both;
}

	.entry p.postmetadata small { 
		padding: 0;
		color: #353535;
		font-size: 11px;
	}
	
	.entry p.postmetadata.alt { background-color: #fff; }

.bordered { 
	border: 1px solid #777; 
	margin: 12px 0;
	padding-top: 0;
	font-size: 80%;
}



.navigation {
	clear: both;
	display: block;
	width: 630px;
	width: auto;
	height: 35px;
	margin: 0 10px;
	font-size: 12px;
	position: relative;
	font-weight: bold;
	overflow: hidden;
}

	.navigation .alignleft {
		display: block;
		overflow: hidden;
		width: 330px;
		height: 30px;
		float: none;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.navigation .alignright {
		display: block;
		overflow: hidden;
		width: 330px;
		height: 30px;
		float: none;
		text-align: right;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.withPadding .navigation .alignleft, .withPadding .navigation .alignright { width: 320px; }
	
	.alignleft a, .alignright a { color: #b40101; }

	.narrowcolumn_wide .navigation { width: 635px; }

#respond { 
	width: 630px;
	height: auto;
	float: left; 
	margin: 0;
	padding: 0 0 20px 0;
}

	.narrowcolumn_wide #respond { width: 635px; }
	
	#respond p a { color: #b40101; }

#footer {
	padding: 15px 0 15px 0;
	margin: 0;
	width: 980px;
	height: auto;
	text-align: center;
	font-size: 95%;
	background: url(images/bottomsplitter.gif) #f7f5eb repeat-x top;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
	#footer img { margin: 0 6px 0 0; }
	
#bottomwrapper {
	width: 980px;
	height: 28px;
	margin: 0;
	position: fixed;
	bottom: 0;
	background-color: #990000;
	color: #fff;
	border-top: 1px solid #000;
	text-align: center;
	line-height: 28px;
	z-index: 1000;
}

	#bottomwrapper a, #bottomwrapper a:link, #bottomwrapper a:visited { color: #FFFFCC; }
	
	
/* End Structure */


/* Begin Sidebar */
#sidebar {
	padding: 0px 10px 10px 10px;
	float: right;
	width: 290px;
	position: relative;
}

#sidebar form { margin: 0; }
/* End Sidebar */


/* Begin 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: 0px;
	margin: 0 7px 5px 0;
	display: inline;
	}
	
img.imageborder {
	border: 4px solid #607478;
}

.alignright { float: right; }

.alignleft { float: left; }
/* End Images */



/* 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 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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
#sidebar ul li ul li { 
	margin: 0 10px 0 0;
}
	
#sidebar ul li a { color: #b40101; font-weight: bold; }
	
#sidebar ul li ul li a {
	padding: 4px 0;
	color: #ffffff;
}

#sidebar ul p, #sidebar ul select {
	margin: 0 0 8px 0;
	}

#sidebar ul ul, #sidebar ul ol { }

#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: 0 0 5px 0;
	padding: 0 0 5px 0;
	}
	
#sidebar ul li.pagenav ul, #sidebar ul li.widget ul {
		list-style: none;
		list-style-type: none;
		list-style-image: none;
		margin: 0px;
	}

#sidebar ul li.pagenav ul li, #sidebar ul li.widget ul li.page_item {
		list-style: none;
		list-style-type: none;
		list-style-image: none;
	}
	
	#sidebar ul li.pagenav ul li a, #sidebar ul li.widget ul li.page_item a {
		display: block;
		padding: 4px 0;
		font-size: 13px;
	}
	

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
	}

.searchbox { width: 225px; }

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

form#commentform { width: 97%; clear: both; }

#commentform p label small { width: 200px; }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 97%;
	padding: 2px;
	}

#commentform #submit {
	margin: 8px 0 0 0;
	}
/* End Form Elements */



/* Begin Comments*/

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Trebuchet MS', Trebuchet MS, Trebuchet, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

#commentform p { font-family: 'Trebuchet MS', Trebuchet MS, Trebuchet, 'Lucida Grande', Verdana, Arial, Sans-Serif; }

.commentmetadata {
	font-weight: normal;
	}
	
	
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	clear: both;
	margin: 10px 0 0 0;
	}

.commentlist li {
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 10px;
	list-style: none;
	color: #000;
	}
	
ol.commentlist li.alt {
	background-color: #d4d2c8;
}

.commentlist li a { color: #b40101; }
	
.comment-body p, .commentlist p { 
	clear: both; 
	display: block;
	border-top: 1px dotted #777;
	padding: 8px 0 0 0;
	margin: 3px 0 0 0;
	font-weight: normal;
}
	
.comment-author .avatar { 
	float: left; 
	margin: 0 8px 6px 0;
}

.comment-author .avatar img { border: 4px solid #fff; }


#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.vcard img.photo { 
	float: left;
	margin: 0 6px 4px 0;
	border: 2px solid #fff;
} 

.comment-author.vcard { 
	display: block;
	padding: 0 0 5px 0;
	font-size: 14px;
}

.comment-meta.commentmetadata a {
	font-size: 12px;
	color: #000;
}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Trebuchet MS', Trebuchet MS, Trebuchet, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */



/* 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;
	clear: both;
	}

a img { border: none; }

div.wp-caption a img { margin: 0; }

p.wp-caption-text {
	padding: 2px 5px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin: 0;
}

.wp-caption { 
	width: 110px;
	margin: 0 10px 8px 0; 
	background-color: #ffffff;
	padding: 5px 0 5px 0; 
	border: 1px solid #ccc; 
	text-align: center;
}


/* randoms */

.large { font-size: 110%; }
.larger { font-size: 115%; }
.largest { font-size: 120%; }
.big { font-size: 125%; }
.bigger { font-size: 140%; }
.biggest { font-size: 150%; }
.titties { font-size: 180%; }
.boldfont { font-weight: bold; }

.nomargin { margin: 0; }

.white { color: #fff; }
.clear { clear: both; }
	
/* End Various Tags & Classes*/

.gallery_border { border: 2px solid #000; }

.reply { clear: both; }

h2.widgettitle {
	width: 310px;
	display: block;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	margin: 0 0 0 -10px;
	padding: 10px 20px 20px 0;
	text-align: left;
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
	background: url(images/widgettitle.jpg) no-repeat;
	
}

	h2.widgettitle a { color: #537d6f; }	

#sidebar ul li  ul li {
	height: auto;
	width: auto;
}

#sidebar ul li.widget_archive ul li a { 
	display: block;  
	padding: 5px 0;
	border-bottom: 1px dotted #d0cdc3;
}

ul#recentcomments li.recentcomments { background: none; text-indent: 0; }


p.facebook { float: left; display: block; width: 118px; height: 16px; }


.titties {
	font-weight: bold;
	display: block;
	padding: 0 0 5px 0;
	height: 20px;
	line-height: 20px;
}

.widecolumn .invisible { display: none; }

.addtoany_share_save_container { 
	clear: both;
	border-top: 1px dotted #777777; 
	margin: 5px 0 0 0;
	padding: 10px 0 8px 0;
	height: 16px;
	line-height: 16px;
}

.widecolumn .addtoany_share_save_container { margin: 0; border: 0; }

.entry.bordered .addtoany_share_save_container { display: none; }

.aktt_tweets ul li { 
	display: block;
	border-bottom: 1px dotted #777777; 
	padding-bottom: 7px;
}

	.aktt_tweets ul li.aktt_more_updates { border: 0; padding: 0; margin: 10px 0 0 0; font-size: 125%; }
	
#twitter-tools { clear: both; }

a.year-link { font-weight: bold; font-size: 130%; }

div.smart-archives { padding: 0 10px 0 0; }

div.smart-archives p { 
	margin: 0 0 8px 0; 
}

.tag-tweets { background: url(images/twitter_post.gif) no-repeat top right #93E1E6; }
.tag-tweets.post h2 a, .tag-tweets a { color: #fff; }
.tag-tweets .news_info a { color: #4c7c6c; }
.tag-tweets h3 a { color: #fff; }

.tag-tweets .addtoany_share_save_container {
	border-top: 1px dotted #6eb9be;
}

.tag-tweets .news_wrapper { 
	border-top: 1px dotted #6eb9be;
	color: #000;
}

.tag-tweets .entry p.postmetadata.alt { background-color: #93e1e6; border-top: 1px dotted #6eb9be; }

#sidebar ul li.widget_meta ul li { margin: 0; padding: 0; }

#sidebar ul li.widget_meta ul li { 
	float: left;
	width: auto;
	padding: 5px;
	margin: 0 10px 0 0;
	background-color: #fff;
	font-weight: bold;
	font-size: 120%;
	color: #b40101;
}

#sidebar ul li.widget_meta ul li:hover { background-color: #777777; color: #fff; }
#sidebar ul li.widget_meta ul li:hover a { color: #fff; }

.widget_text { clear: both; }

body.archive.category.category-video #text-4 { display: none; }

.blackbox { 
	background-color: #fff;
	color: #000;
	padding: 6px;
	margin: 7px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 130%;
	display: block;
}


/* gigpress */

li.vevent {
	padding: 5px 0;
	border-bottom: 1px dotted #d0cdc3;
}

li.gigpress-list-more a {
	display: block;
	margin: 5px 0 0 0;
} 

/* discography */

table.group { margin: 0 0 30px 0; }

/* links */

.page-template-links-php li.linkcat h2 {
	display: block;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #000;
}