body {
	background-color: #1a1a1a;
	color: white;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",verdana,arial,sans-serif;
	font-size: 12px;
}

body,div,span,ul,ol,li,p,h1,h2,h3,h4,h5,hr,img {
	padding: 0;
	margin: 0;	
}

/********* HEADING STYLES ************/


h1 {
	margin: 0 auto;
}

h2 {
	margin-bottom: 0.4em;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	color: #656565;	
	font-family: helvetica,arial,sans-serif;
	line-height: 115%;
}

h3 {
	font-size: 17px;
	margin-bottom: 0.9em;
}

/********* LINK STYLES ************/


a {
	color: #fff;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;	
	
}


/********* MISC ************/

p,ul {
	margin-bottom: 1.2em;
}

p {
	line-height: 140%;	
}

ul {
	padding-top: 0.5em;
	padding-left: 20px;
}

li {
	line-height: 125%;
	margin-bottom: 0.3em;
		
}

img, a img {
	border: 0;	
	
}


/********* MAIN DIV STYLES ************/


#wrapper {
	background-color: #151515;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
}	


#header {
   margin-left: 15px;
	background: #990000 url("/images/bg/header_bg.gif") no-repeat;	
	width: 760px;
	height: 75px;
	padding-top: 165px;
}

#header h1 {
	width: 428px;
	height: 55px;
}

#header h1 a {
	display: block;
	background-image: url("/images/misc/lrt_logo.gif");
	width: 428px;
	height: 55px;
	text-indent: -1500px;
	overflow: hidden;
	margin: 0 auto;
}

#content {
	background: url("/images/bg/content_bg.gif") no-repeat center top;
	margin-left: 15px;
	width: 760px;
	text-align: left;
}

div.column {
	float: left;
	display: inline;
}

div.item {
	margin-bottom: 35px;	
	
}



#left {
	padding: 45px 25px 25px 20px;	
	width: 200px;
}

#right {
	width: 215px;
	padding: 45px 0px 25px 30px;	
	
}

#middle {
 	padding: 45px 20px 25px 20px;	
	text-align: center;
	width: 230px;
}

#flickr {
 padding-top:6px;	
}

#flickr a img {
  float: left;
  display: inline;
  margin-right: 18px;
  margin-bottom: 18px;
  padding: 1px;
  border: 3px solid #333;
}


#flickr a:hover img {
  border: 3px solid #ccc;
}



#footer {
	margin-left: auto;
	margin-right: auto;
	width: 230px;
	padding: 10px 20px;
	background-color: #161616;
	text-align: center;
	font-size: 10px;
}

#footer p {
	margin: 0;
	color: #444;	
}

a.brightbox {
	background: url("/images/misc/footer_icon.gif") no-repeat left center;
	height: 30px;
	line-height: 30px;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
}

img.event_image {
	border: 2px solid #000;
	margin-bottom: 1em;	
	
}


a.feed {
	margin-top: 14px;
	font-size: 11px;
  color: #666;
  display: block;
  height: 24px;
  line-height: 24px;
  padding-left: 32px;
  background: url("/images/misc/feed_icon_24.png") no-repeat;
  text-decoration: none;
}

a.feed:hover {
 color: #fff;
}

p.event_details {
	font-size: 13px;	
	
}

