@charset "UTF-8";
/* CSS Document containing GLOBAL rules for all browsers
	Layout markup by J Hogue and original concept design by J Hogue at Highchair designhaus 

XX  XX  XX  XXXXX  XX  XX  XXXXX  XX  XX  XXXXX  XX  XXXXX     XXXX   XXXXX   XXXX  XX  XXXXX  XX  X  XX  XX  XXXXX  XX   X   XXXX
XX  XX  XX  XX     XX  XX  XX     XX  XX  XX  X  XX  XX  X     XX  X  XX     XX     XX  XX     XX  X  XX  XX  XX  X  XX   X  XX   
XXXXXX  XX  XX XX  XXXXXX  XX     XXXXXX  XX  X  XX  XX  X     XX  X  XXXXX   XXX   XX  XX XX  X X X  XXXXXX  XX  X  XX   X   XXX 
XX  XX  XX  XX  X  XX  XX  XX     XX  XX  XXXXX  XX  XXXX      XX  X  XX        XX  XX  XX  X  X  XX  XX  XX  XXXXX  XX   X     XX
XX  XX  XX  XXXXX  XX  XX  XXXXX  XX  XX  XX  X  XX  XX  X     XXXX   XXXXX  XXXX   XX  XXXXX  X  XX  XX  XX  XX  X   XXX    XXXX 

*/

html, body, table, address, form, fieldset, input { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, td, hr, blockquote, ul, ol, dl, li, address { margin: 0; padding: 0; }
input, select, textarea { font-size: 100%; }

html { height: 100%; margin: 0 0 1px 0; }

body, td, input, select, textarea { font-family: TrebuchetMS, "Trebuchet MS", Helvetica, Arial, sans-serif; font-weight: normal; }
body {
	color: #fff;
	text-align: left; 
	font-size: 14px; 
	line-height: 18px;
	background: top left repeat-x url("body_background.jpg") #000; 
}
img, img a, a img { border: none; }
img.left {
	float: left; 
	margin: 0 .8em .4em 0; 
}
img.right {
	float: right; 
	margin: 0 0 .4em .8em; 
}
a { text-decoration: none; color: #000; }
a:hover { color: #c00; }

.clearit { clear: both; }

/* ! - - - Stuff for 2009 - - - */
#everyoneneedsawrapper {
	width: 980px;
	margin: 0 auto; 
}
#leftcol {
	float: left; 
	width: 640px; 
	margin: 0 4px 0 0; 
	padding: 0 0 30px 0; 
}
#rightcol {
	float: right; 
	width: 330px; 
}
	#hope, #change {
		float: left; 
		width: 157px; 
		font-size: 12px; 
		line-height: 18px; 
		padding: 6px 0 0 0; 
		/* background: top left repeat url("black_trans75.png") transparent;  */
	}
	#hope {
		margin: 0 3px 0 0; 
	}
#mainnav { height: 30px; }
	#mainnav a {
		display: block; 
		float: left; 
		font: normal 12px/16px Helvetica, Arial, sans-serif; 
		padding: 5px 8px 3px 8px; 
		margin: 0 2px 0 0; 
		background-color: #222; 
		color: #4df;  
	}
	#mainnav a:hover { background-color: #ff3; color: #222; }


#upcoming { height: 138px; padding: 10px 0 20px 0; }
	#upcoming h2 { font-size: 16px; font-weight: bold; padding: 0 0 6px 0;  }
	#upcoming table { font-size: 12px; }
	#upcoming table th { color: #ff3; }
	#upcoming table th, #upcoming table td { padding: 2px 12px 0 0; }
	
#headline { 
	padding: 6px 6px 20px 6px; 
	background: top left repeat url("black_trans75.png") transparent; 
}
	#headline h1 { 
		color: #4df; 
		font: normal 22px/35px TrebuchetMS, "Trebuchet MS", Helvetica, Arial, sans-serif; 
	}
	#headline h1 small { font-size: 12px; color: #f63; }

.content { 
	color: #eee; 
	font: normal 14px/24px Georgia, Times, serif; 
	background: top left repeat url("black_trans75.png") transparent; 
}
	p { padding: 0; }
	p + p { text-indent: 18px; }
	p + h2 { padding: 8px 0 0 0; }
		p.ladiesngents { font-style: italic; font-size: 1.1em; font-family: Times, 'Times New Roman', TimesNewRoman, serif; }
		p.ladiesngents + p.ladiesngents { text-indent: 0; }
	.content h1 { 
		color: #4df; 
		font: normal 16px/22px TrebuchetMS, "Trebuchet MS", Helvetica, Arial, sans-serif;
	}
	.content h2, #twitter_div h2 { 
		color: #4df; 
		font: bold 12px/18px TrebuchetMS, "Trebuchet MS", Helvetica, Arial, sans-serif;
		text-transform: uppercase;  
	}
		#rightcol h2 { color: #4df; font: normal 14px/18px TrebuchetMS, "Trebuchet MS", Helvetica, Arial, sans-serif; }
	.content h3 { 
		color: #ff3; 
		font: bold 12px/18px TrebuchetMS, "Trebuchet MS", Helvetica, Arial, sans-serif;
	}
	.second { padding: 6px 0; margin-top: 6px; border-top: 1px solid #ff3; background: none;  }
	
	table.schedule { font-size: 14px; width: 98%; background: top left repeat url("black_trans75.png") transparent; }
	table.schedule th { color: #ff3; }
	table.schedule th, table.schedule td { padding: 4px 15px 2px 4px; border-bottom: 1px solid #222; }
		table.schedule td.divide { padding: 0; height: 1px; background-color: #ff3; border-bottom: none; }
		table.schedule td.week { color: #4df; font-weight: bold; }
	
	#twitter_div {
		margin: 16px 0; 
		background-color: #9df; 
		color: #222; 
		padding: 10px; 
	}
		#twitter_div h2 { color: #000; padding-bottom: 4px; }
		ul#twitter_update_list { list-style: none; }
		ul#twitter_update_list li { 
			padding: 5px 0 3px 0; 
			border-top: 1px solid #ff3; 
			font-size: 14px; 
		}
		ul#twitter_update_list li span a { font-size: 14px; color: #222; text-decoration: underline; }
		ul#twitter_update_list li span a:hover { color: #c33; }
		ul#twitter_update_list li a { color: #c33; }
		ul#twitter_update_list li a:hover { color: #222; }
		

#rightcol .spacer { height: 10px; }
#hope h2, #change h2 { color: #f63; font-size: 14px; font-weight: bold; padding: 0 0 6px 0; }
	#hope dl, #change dl { color: #ff3; }
	#hope dl dt, #change dl dt { font-weight: bold; }
	#hope dl dd, #change dl dd { 
		padding: 0 0 0 34px;
		margin: -18px 0 6px 0; 
	}

/* ! - - - Stuff for the PKK footer - - - */	
#global {
	clear: both; 
	position: static; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	padding: 5px 10px 4px 10px;
	background-color: #222; 
	font: normal 12px/14px Helvetica, Arial, sans-serif; 
}
	#global a { 
		color: #999; 
		margin: 0 5px 0 0;
	}
	#global a:hover { color: #fff; }


/* ! - - - Non-Valid (yet) CSS 3.0 tags and browser specific work-arounds - - - */
#mainnav a {
	border-radius-bottom-left: 6px; 
	border-radius-bottom-right: 6px; 
	-moz-border-radius-bottomleft: 6px; 
	-moz-border-radius-bottomright: 6px; 
	-webkit-border-bottom-left-radius: 6px; 
	-webkit-border-bottom-right-radius: 6px; 
}
.content { 
	column-count: 2; 
	column-gap: 12px; 
	column-fill: balance; 
	-moz-column-count: 2; 
	-moz-column-gap: 12px;
	-webkit-column-count: 2; 
	-webkit-column-gap: 12px; 
}
.flickr { column-count: 1; -webkit-column-count: 1; }
.content h1 { 
	column-span: 2; 
	-moz-column-span: 2; 
	-webkit-column-span: 2; 
}
#twitter_div {
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}

:focus { -moz-outline-style: none; }