* {
	padding: 0;
	margin: 0;
}


html,body {
	height: 100%;
	width: 100%;
}


body {
	font: normal 12px Tahoma, Arial, sans-serif;
	background: #ffe url(/images/bg_green.jpg) center top no-repeat fixed;
	color: #100;
}

#container {
	margin: 0 auto;
	width: 990px;
	min-height: 100%;
	background: url(/images/container_bg_white.png) center top repeat-y;
}

* html #container {
	height: 100%;
}

#slideshow {
	margin: 30px auto;
	width: 966px;
	height: 606px;
	background: transparent;
}

#slideshow_small {
	margin: 20px auto;
	width: 600px;
	height: 375px;
	background: transparent;
}




#banner {
	margin: 0 auto 0 -490px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 50%;
	width: 980px;
	background: url(/images/banner_bg_white.png) center top no-repeat;
	z-index: 1000;
	height: 111px;
}

#menu {
	margin: 0 10px 20px;
	position: relative;
	top: 65px;
	height: 20px;
	color: #a11;
	background: url(/images/yellow_transparent.png);
}

#menu a {
	color: #a11;
	text-decoration: none;
}

#menu a:hover {
	color: #600;
}






#main {
	width: 690px;
	float: left;
	margin: 100px 10px 0 25px;
	text-align: justify;
}

#full_wide {
	width: 930px;
	float: left;
	margin: 100px 30px 0;
	text-align: justify;
}

#featured {
	width: 930px;
	float: left;
	text-align: center;
	margin: 100px 30px 0;
	background: #fcc;
}

div.blogentry p {
	margin: 10px 40px 20px;
	line-height: 22px;
}

div.commentsentry p {
	margin: 20px;
	margin-top: 0;
	line-height: 18px;
}

#main a,
#full_wide a,
div.enter a,
#sidebar a {
	color: #644;
	font-weight: bold;
}

#main a:hover,
#full_wide a:hover,
#sidebar a:hover {
	color: #8b8;
}



#featured div.feature {
	width: 265px;
	height: 235px;
	float: left;
	margin: 10px;
	padding: 10px;
	padding: 3px;
}

#featured h5 {
	font-size: 11px;
	margin: 5px;
}

hr {
	clear: both;
	background: #696;
	color: #696;
	height: 1px;
	border: none;
	margin: 0 auto;
}




h1 {
	color: #696;
	padding-left: 20px;
	font-size: 15px;
	font-variant: small-caps;
}






div.blogentry {
	margin: 15px 0 60px;
}

div.blogentry_title {
	height: 40px;
	padding-top: 2px;
}

div.blogentry h2 {
	color: #696;
	padding: 3px 0 1px 35px;
	font-size: 15px;
	border-bottom: 1px dotted #696;
}

div.blogentry h2 a {
	font-size: 15px;
	color: #696;
	text-decoration: none;
}

div.blogentry h2 a:hover {
	color: #cdc;
	text-decoration: none;
}

div.blogentry h3 {
	font-size: 10px;
	text-align: right;
	padding: 2px 15px;
	color: #696;
}

div.blogentry h4.gigs_list {
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px dotted #966;
}

div.gig_date {
	width: 110px;
	float: left;
}







#main a.align_right,
#main a.align_left,
#main a.align_center {
	display: block;
	margin: 20px auto;
	padding: 5px;
	text-align: center;
	border: 1px dotted #966;
	text-decoration: none;
	font-variant: small-caps;
	background: #fee;
	font-size: 10px;
	line-height: 13px;
}

#main a.align_left {
	display: inline;
	margin: 10px 20px 10px 0;
	float: left;
}

#main a.align_right {
	display: inline;
	margin: 10px 0 10px 20px;
	float: right;
}

#main a img {
	border: 1px solid #966;
}





#full_wide div.loginbox {
	width:400px;
	background: #fee;
	text-align: center;
	padding: 10px;
	border: 1px dotted #966;
	margin: 20px auto;
}





/* Events Calendar */

.calendarBG {
	background-color: #411;
	width: 700px;
	margin: 20px auto;
}

.calendarBG td {
	padding: 2px 5px 4px;
}

.calendarBlank {
	background-color: #c99; 
	color: #633; 
	text-align: center;
	vertical-align: top;
}

.calendarHeader {
	background-color: #411; 
	color: #fff; 
	font-weight: bold; 
	text-align: center;
	height: 20px;
}

.calendarCell {
	width: 100px;
	height: 80px;
	background: #fff;
	vertical-align: top;
}

div.day_number {
	font-weight: bold;
	text-align: center;
	color: #966;
}

div.calendar_event {
	line-height: 10px;
	font-size: 9px !important;
	text-align: left !important;
	padding-bottom: 5px !important;
}

.calendarCell div.calendar_event a {
	color: #411 !important;
	text-decoration: underline !important;
}

.calendarCell div.calendar_event a:hover {
	color: #966 !important;
}

div.calendarMonthLinks a {
	color: #fff !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

div.calendarMonthLinks a:hover {
	color: #c66 !important;
	text-decoration: underline !important;
}

.calendarDayHeading {
	font-weight: bold; 
	font-size:	11px;
	color: #fff; 
	background-color: #633; 
	text-align: center;
	height: 20px;
}

.calendarToday {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #411;
	background-color: #fcc;
	vertical-align: top;
}


a.calendartext {
	padding-left: 35px;
}








#edit_code {
	border: 1px solid #9d9;
	background: #fee;
	padding: 10px;
	border: 1px dotted #966;
	margin: 20px;
}

#edit_code h4 {
	margin: 3px  5px;
	font-size: 15px;
	font-variant: small-caps;
	text-decoration: underline;
}

#edit_code pre {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px dotted #966;
}

 div.thirds {
	margin: 10px;
	width: 260px;
	float: left;
}

 div.box {
	margin: 20px auto;
	padding: 15px;
	width: 400px;
	height: 200px;
	overflow-y: scroll;
	background: #fee;
	border: 1px dotted #966;
}








p.commentslink {
	text-align: right;
	font-size: 10px;
}

div.commentsentry {
	margin: 10px 20px 30px;
	padding: 20px;
	border: 1px dotted #966;
	background: #ffe;
}

div.comment_date {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

div.posted_by {
	margin-left: 35px;
	font-size: 11px;
	font-weight: bold;
}

div.edit_comment {
	text-align: right;
	font-size: 10px;
}







div.social {
	margin: 20px;
	padding: 4px;
	background: #ffc;
}

div.social p {
	margin: 0;
	line-height: 0;
}




input.text,
textarea.text {
	width: 540px;
	border: 1px solid #060;
	margin: 0 auto 10px;
}

input.input {
	width: 110px;
	height: 15px;
	border: 1px solid #060;
	background: #fee;
	margin: 0 auto 10px;
}

input.mailing_list {
	width: 110px;
	height: 16px;
	border: 1px solid #060;
	background: #fff;
	margin: 0 auto;
}

a.button,
input.button,
input.button_small {
	background: #eea;
	border: 1px solid #330;
	border-top: 1px solid #eec;
	border-left: 1px solid #eec;
	padding: 3px;
	font: bold 12px Georgia, serif;
	font-variant: small-caps;
	text-decoration: none;
	color: #330!important;
	line-height: 30px;
}

input.button_small {
	padding: 1px;
	font: bold 10px Georgia, serif;
	line-height: 10px;
	font-variant: small-caps;
}

a.button:active {
	border: 1px solid #330;
	border-bottom: 1px solid #eec;
	border-right: 1px solid #eec;
}




#banner #mailing_list {
	position: absolute;
	right: 20px;
	text-align: right;
	width: 170px;
	height: 50px;
}

#banner span.mailing_list {
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}








#main div.admin_link {
	width: 150px;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
}

#main a.admin_link {
	color: #eaa;
	font-size: 10px;
	text-decoration: none;
}

#main a.admin_link:hover {
	color: #fcc;
	text-decoration: underline;
}


#sidebar {
	width: 228px;
	float: left;
	padding: 0 10px;
	border-left: 1px dotted #a11;
	margin: 100px auto 0;
}

#sidebar p {
	margin: 15px 0;
	padding: 0 0 5px;
	line-height: 16px;
	border-bottom: 1px dotted #a11;
	font-size: 10px;
}

#sidebar h4 {
	margin-bottom: 3px;
	text-align: center;
	color: #a11;
	font-size: 13px;
	font-variant: small-caps;
}

#sidebar div.rightbox {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px dotted #a11;
}

#sidebar div.gig_date_side {
	font-size: 10px;
}

#sidebar a.link_side {
	font-size: 10px;
	color: #a11;
	font-weight: bold;
}










#sidebar div.twitter{
	font-size: 10px;
	width: 195px;
	height: 250px;
	margin: 0 auto;
	overflow: auto;
	background: url(/images/white_transparent.png);
}

#sidebar div.tweet {
	padding: 0 10px 0 7px;
	margin: 5px 0 15px;
}

#sidebar div.tweet div.date {
	text-align: center;
	color: #a11;
	margin-bottom: 2px;
}

#sidebar div.tweet div.status {
	color: #100;
}

#sidebar div.twitter a {
	color: #a11;
	font-weight: bold;
}

#sidebar div.twitter a.twitterlink {
	text-align: center;
	display: block;
}










div.paginate {
	text-align: center;
}

div.pagination {
	margin: 30px;
	font-size: 10px;
}

div.pagination p.prev {
	float: left;
}

div.pagination p.next{
	float: right;
}







#footer a.my {
	background: transparent url(/images/icon_wide_my.png) center -26px no-repeat;
}

#footer a.tw {
	background: transparent url(/images/icon_wide_tw.png) center -26px no-repeat;
}

#footer a.fb {
	background: transparent url(/images/icon_wide_fb.png) center -26px no-repeat;
}

#footer a.rss {
	background: transparent url(/images/icon_wide_rss.png) center -26px no-repeat;
}

#footer a.img {
	text-decoration: none;
	position: relative;
	bottom: 0;
	display: block;
	float: left;
	margin: 0 15px;
}

#footer a.img:hover {
	background-position: center 0px;
}

#footer a.img:active {
	background-position: center -26px;
}

#footer img {
	width: 112px;
	height: 26px;
}

#footer img.rss {
	width: 27px;
}

#footer div.icons {
	width: 500px;
	margin: auto;
}





/* footer */

#footer div.signature a {
	color: #d44;
	text-decoration: none;
}

#footer div.signature a:hover {
	color: #dc7;
	text-decoration: underline;
}

#footer div.signature {
	width: 200px;
	position: absolute;
	right: 15px;
	bottom: 5px;
	text-align: right;	
}

div.clearfooter {
	height: 30px;
	clear: both;
	overflow: hidden;
	position: relative;
}

#footer {
	background: #a11;
	position: fixed;
	margin: -30px auto 0 -480px;
	left: 50%;
	bottom: 0;
	width: 960px;
	height: 30px;
	text-align: center;
	color: #d44;
	font-size: 10px;
	z-index: 100;
}