@import "reset-min.css";

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

body
{
	background-color:#5F6062;
	font-family: Arial;
	font-size:62.5%;
	margin:0;
	color:#ccc;
}

a
{
	color:#FF4B57;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#container
{
	width:1000px;
	padding:0 5px;
	margin:0 auto;
	background: url("images/containerbkg.gif") repeat-y 0 0;
	border-bottom:20px solid #5F6062;
}

#header
{
	height:171px;
	background: url("images/headerbkg.jpg") repeat-x 0 0;
	position:relative;
}

h1
{
	font-family:Georgia;
	font-size:4.8em;
	color:#fff;
	position:absolute;
	top:40px;
	left:16px;
	line-height:.7em;
	padding-top:5px;
}
#header h1 a
{
  color: #FFF;
  }

h1 span
{
	font-size:0.29em;
}

#rss
{
	width:127px;
	height:121px;
	background: url("images/rssbutton.gif") no-repeat;
	position:absolute;
	top:0;
	right:14px;
	display:block;
	text-indent:-9999px;
}

#nav
{
	position:absolute;
	top:141px;
	height:30px;
	background: url("images/navbkg.gif") repeat-x 0 0;
	padding-bottom:1px;
	width:980px;
	padding-left:20px;
}

#nav li
{
	float:left;
	border-right:solid 1px #202325;
}

#nav li.first
{
	border-left:solid 1px #202325;
}

#nav li a
{
	font-family:Georgia;
	font-size:1.5em;
	padding:5px 10px;
	text-decoration:none;
	display:block;
	height:19px;
	float:left;
	color:#202325;
	text-shadow: 0 0 0 #000;
}

#nav li a.active, #nav li a:hover
{
	background-color:#44494D;
	color:#fff;
}

#headline
{
	background-color:#2C3133;
	height:170px;
	padding-top:16px;
	clear:left;
	border:solid 1px #202325;
	border-top:0;
}

#headline .image
{
	border:solid 1px #202325;
	margin-left:18px;
	width:225px;
	float:left;
	display:inline;
}

#headline .inner
{
	border:solid 1px #393F42;
	background-color:#202325;
	padding:9px;
}

#content
{
	background-color:#393F42;
}

/*Left Column
-------------------------------------*/

#leftcolumn
{
	width:640px;
	display:inline;
	padding:19px 20px 19px 20px;
	float:left;
}

#posts
{
	border: solid 1px #202325;
	padding:0 14px 14px 14px;
	background-color:#2C3133;
}

.post h2
{
	font-size:2.7em;
	font-family:Georgia;
	padding-bottom:10px;
	line-height:100%;
	padding-top:14px;
}
.post h2, .post h2 a
{
  color:#86AE17;
  }

h3
{
  clear: left;
  }

h3#comments, div#respond h3
{
  text-transform: none;
  font-family:Georgia;
  font-size: 2em;
  }

.post span
{
	color:#666;
	font-size:1.2em;
}

.post p
{
	line-height:140%;
	font-size:1.2em;
	margin-top:18px;
}

.post
{
	background: url("images/postbottom.gif") repeat-x 0 0;
	padding-bottom:20px;
}

#posts .first
{
	background:none;
}

.post p.more
{
	margin-top:14px;
}

/*Right Column
-------------------------------------*/

#rightcolumn
{
	width:300px;
	padding:19px 20px 19px 0;
	float:left;
}

#redbutton
{
	height:45px;
	background:url("images/buytickets.gif") no-repeat;
	display:block;
	font-family:Georgia;
	color:#fff;
	font-size:1.9em;
	text-decoration:none;
	padding:5px 0 0 0;
	line-height:0.9em;
	font-weight:normal;
	padding-left:20px;
	text-shadow: 0 0 0 #FF2330;
}

#rightcolumn #inner
{
	background-color:#2C3133;
	border:solid 1px #202325;
	margin-top:18px;
	padding:0 15px 20px 15px;
}

#rightcolumn .section
{
	background:url("images/postbottom.gif") repeat-x 0 100%;
	padding-bottom:17px;
}

#rightcolumn .last
{
	background:none;
	padding-bottom:0;
}

#rightcolumn .head
{
	position:relative;
	width:270px;
	padding-bottom:10px;
}

#rightcolumn .section h2
{
	font-size:2.5em;
	color:#86AE17;
	font-family:Georgia;
	margin:10px 0 0 0;
	float:left;
}

#rightcolumn .section .head a
{
	font-size:1em;
	float:right;
	position:absolute;
	top:25px;
	right:0;
}

#rightcolumn .video
{
	margin-bottom:10px;
}

#rightcolumn p
{
	font-size:1.1em;
	display:block;
}

#rightcolumn .gallery
{
	margin-bottom:1px;
	float:left;
}

#rightcolumn .gallery li
{
	padding:0 0 9px 9px;
	float:left;
}

#rightcolumn .gallery li.first
{
	padding-left:0;
}

#rightcolumn .gallery li a
{
	float:left;
}

.flickrimages img
{
padding:5px;
}

#footer
{
	clear:left;
	height:38px;
	background:url("images/footerbkg.jpg") repeat-x 0 0;
	color:#fff;
	font-size:1em;
}

#footer ul
{
	float:left;
	padding:15px 0 0 20px;
}

#footer ul li
{
	float:left;
	margin-right:5px;
}

#footer ul li a
{
	color:#fff;
	margin-right:5px;
}

.navigation {
  float: left;
  width: 597px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  }
.navigation a
{
  font-size: 1.2em;
  color: #FF4B57;
  }
.alignright {
  float: right;
  }
.alignleft {
  float: left
  }

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	position: absolute;
	top: 4px;
	right: 0;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	color: #CCC;
	}
.commentlist cite, .commentlist span
{
  font-size: 1.3em;
  }

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.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 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;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
  float: left;
  width: 597px;
	margin: 10px 0 0;
	font-size: 1.2em;
	}
#commentform textarea {
	width: 597px;
	w\idth: 591px;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 4px 0 0;
	display: block;
	font-size: 1.1em;
	}
.commentmetadata, .commentmetadata a {
	color: #333;
	}
/* End Comments */


/* 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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

ol.commentlist, ol.commentlist li, ol.commentlist li div
{
  float: left;
  width: 597px;
  padding: 0;
  }
ol.commentlist li
{
  position: relative;
  border-top: 1px dotted #999;
  margin: 10px 0 0;
  padding: 10px 0;
  }
ol.commentlist li p
{
  float: left;
  margin: 1em 0 0;
  font-size: 1.2em;
  }
