html { background: #282828 url(images/bg_html.jpg) top center repeat-x !important;}
body { background: transparent url(images/bg_body_blue.jpg) top center no-repeat; height: 100% !important;}

#container {
	/*background: transparent url(images/bg_body_orange.jpg) top center no-repeat !important;*/
	border-color: #000;
	border-style: solid;
	border-width: 0 4px !important;
}

.post-content h2 a { color: #BF4787; }

.post-meta h3 { position: relative; left: -16px; }

.post-meta h4.author a { color: #9DEBFC; }
.post-meta h4.comments a { color: #F59BCB; }

#footer {
	border-color: #000;
	border-style: solid;
	border-width: 0 4px 4px 4px !important;
}

#footer h2 { color: #B5BBBF; }

#footer a {
	color: #FBFAC7;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Content Area - Content and Sidebar */

.background {
	background: #7A3969 url(images/content_bg.gif) repeat-y right top;
}

.post-meta h3 span.day {
	display: block;
	float: right;
	line-height: 28px;
	font-size: 35px;
	border-right: #CBCBCB 1px solid;
	padding-right: 5px;
	color: #E6DECA;

}

.post-meta h3 span.month, .post-meta h3 span.year {
	color: #D9D0B4;
	width: 40px;
}

h2.previous {
	background-color: #fff;
	border: 1px solid #fff;
	padding: 4px;
}

h2.previous:hover {
	background-color: #f9f9d1;
	border: 1px solid #f0e340;
	padding: 4px;
	-moz-border-radius: 4px;
}


/*  ====  Twitter Tools  ====  */

#twitter-tools ul li {
	background: url(images/icon_twitter.gif) no-repeat left 7px !important;
	margin-top: 0;
	border: 0;
}

#twitter-tools ul li.aktt_more_updates {
	background: url(images/icon_arrow_rt.gif) no-repeat left 11px !important;
	margin-top: 0;
	border: 0;
}


/*  ====  Premier Festivals Gallery  ====  */

#premierGallery {
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border: none;
	margin-bottom: 8px;
}

#premierGallery .gallerydesctext {
	text-align: left;
	padding: 2px 5px;
}


/*  ====  jQuery Tipsy  ====  */

.tipsy { background-repeat: no-repeat; min-width: 280px; padding: 0 0 5px 0; }
/*.tipsy-inner { padding: 4px 5px; background-color: black; color: white; max-width: 200px; text-align: center; }*/
.tipsy_l { padding: 0; background: transparent url(images/tipsy/bg=hover_l.png) no-repeat; max-height: 48px; max-width: 36px; width: 36px; }
.tipsy_m { padding-top: 12px; background: transparent url(images/tipsy/bg=hover_m.png) repeat-x; color: #222; font-family: Arial, Verdana, Tahoma, Geneva, Sans-Serif; max-height: 48px; text-align: left; }
.tipsy_r { padding: 0; background: transparent url(images/tipsy/bg=hover_r.png) no-repeat; max-height: 48px; max-width: 36px; width: 36px; }
.tipsy_south { background-image: url(images/tipsy/south.png); background-position: center 34px; }

.tipsy_def { background-repeat: no-repeat; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; padding: 5px 8px 6px 8px; }
.tipsy_def-inner { padding: 4px 5px; background: transparent url(images/tipsy/bg=hover_alt.png); color: #f7f7d1; max-width: 200px !important; text-align: center; width: 200px !important; }
.tipsy_def-inner { -moz-border-radius: 4px; }
.tipsy_def-south { background-image: url(images/tipsy/south_alt.png); background-position: bottom center; }