.descArea{
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
.descArea img{
	float: left;
	margin: 0px 10px 5px 0px;
	}
	
.newsItem{
	margin-bottom: 25px;
}

.othernewsItem {
	margin-bottom: 12px;
}

.newsHead{
	margin-top: 0px;
}

.newsBody{
	padding-right: 10px;
	margin-bottom: 10px;
}

.newsImg{
	float: right;
	margin: 0px 0px 10px 10px; 
	}	
	
.newsMedia{
	margin-top: 10px;
	padding-right: 10px;
}

/* NEWS */
/* Main Content */
#container_news {
	margin: 0px 0px 10px 10px;
/*	padding-top:27px;
	background: url(/images/sectionheaders/h1_whatsnew.jpg)  top left no-repeat;*/
}

#container_article {
	margin: 0px 20px 0px 10px;
	background: url(/images/sectionheaders/h1_article.gif)  top left no-repeat;
}

#container_alert {
	margin: 0px 20px 0px 10px;
	background: url(/images/sectionheaders/h1_alert.gif)  top left no-repeat;
}

#container_press {
	margin: 0px 20px 0px 10px;
	background: url(/images/sectionheaders/h1_press.gif)  top left no-repeat;
}

#container_events {
	margin: 0px 20px 0px 10px;
	background: url(/images/sectionheaders/h1_events.gif)  top left no-repeat;
}

#container_journal {
	margin: 0px 20px 0px 10px;
	background: url(/images/sectionheaders/h1_journal.gif)  top left no-repeat;
}

#container_bio {
	margin: 0px 20px 0px 10px;
	background: url(/images/sectionheaders/h1_bio.gif)  top left no-repeat;
}

#container_tournews {
	margin: 0px 20px 0px 10px;
	background: url(/images/sectionheaders/h1_tournews.gif)  top left no-repeat;
}

#container_interview {
	margin: 0px 20px 0px 10px;
	background: url(/images/sectionheaders/h1_interviews.gif)  top left no-repeat;
}

#container_review {
	margin: 0px 20px 0px 10px;
	background: url(/images/sectionheaders/h1_reviews.gif)  top left no-repeat;
}

#container_review img { float:left; display:inline; padding:5px; }

#container_concertreview {
	margin: 0px 20px 0px 10px;
	background: url(/images/sectionheaders/h1_concertreviews.gif)  top left no-repeat;
}

#container_tours {
	margin: 0px 20px 0px 10px;
	background: url(/images/sectionheaders/h1_tourinfo.gif)  top left no-repeat;
}

/* Side Column Content */
#container_calendar {
	width: 262px;
/*	background: url(/images/sectionheaders/h1_calendar.jpg)  top left no-repeat;
	padding-top:27px;*/
	margin-bottom:20px;
	height:205px;
	background: url(/images/bg/leftColumnBg5.jpg)  top left repeat-y;
	border-top:solid 2px #2d0000;
	border-bottom:solid 2px #2d0000;
}

#container_rss {
	width: 262px;
    background: url(/images/bg/leftColumnBg5.jpg)  top left repeat-y;
	border-top:solid 2px #2d0000;
	border-bottom:solid 2px #2d0000;
	margin-bottom:20px;
}

#container_rss a {
	font-weight:normal;
}

#container_googleAds {
	width: 250px;
	text-align:center;
	background: url(/images/sectionheaders/h1_googleAds.gif)  top left no-repeat;
}

.rssHeader, .jssHeader {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

#container_search {
	width: 262px;
/*	background: url(/images/sectionheaders/search_subheader.jpg)  top left no-repeat;
	padding-top:27px;*/
	margin-bottom:20px;
	background: url(/images/bg/leftColumnBg5.jpg)  top left repeat-y;
	border-top:solid 2px #2d0000;
	border-bottom:solid 2px #2d0000;
}

#container_interviewlist {
	width: 250px;
	background: url(/images/sectionheaders/h1_calendar.gif)  top left no-repeat;
}

#container_tourlist {
	width: 250px;
	background: url(/images/sectionheaders/h1_tourlist.gif)  top left no-repeat;
}

/* 3 Column Layout */
#threecol_side {
	width: 276px; 
	float: left;
	margin-right: -524px; /* negative value of rightside width */
}

#threecol_main {
	width: 524px;
	float: right;
}

#threecol_mainLeft {
	width: 248px;
	float: left;
}

#threecol_mainRight {
	width: 276px;
	float: right;
}

/* 3 Column Layout Containers */
#container_content_threecol {
	margin: 0px;
	padding: 55px 0px 25px 0px;
	text-align: left;
}

/* START: AJAX CALENDAR */

div#AJAXCalendar {
    width: 250px;
	height: 148px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-family: arial, helvetica, sans-serif;
	clear: both;
}

div#AJAXCalendar_Load {
    width: 200px;
    padding: 10px;
    padding-left: 30px;
    margin-left: 0px;
    background: url('/images/ajaxload.gif') 5px no-repeat;
    font-size: 10px;
}

table#AJAXCalendarTable {
	width: 260px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

table#AJAXCalendarTable td {
	height: 22px;
	text-align: center;
	font-weight: normal;
}

table#AJAXCalendarTable tbody tr { 
	font-size: 10px; 
}

table#AJAXCalendarTable tr.WeekRow td {
/*	border-bottom: 1px solid #d7d7d7;*/
	color: #ffffff;
}

table#AJAXCalendarTable tbody tr td a { 
	color: #a32d2c; font-weight: bold; 
}

table#AJAXCalendarTable tbody tr.WeekRow { 
	 color: #ffffff; font-size:10px;
}

table#AJAXCalendarTable tr.calendarDays td {
	
}

table#AJAXCalendarTable td.linkedDay { 
	font-weight: bold; 
}

table#AJAXCalendarTable td.NavBack { 
	font-weight: normal; font-size: 9px; 
}

table#AJAXCalendarTable td.NavBack a { 
	color: #a32d2c; text-decoration: none; font-size: 9px;
}

table#AJAXCalendarTable td.NavForward { 
	font-weight: normal; font-size: 9px; 
}

table#AJAXCalendarTable td.NavForward a { 
	color: #a32d2c; text-decoration: none;  font-size: 9px;
}

.calendarTitle {font-size: 11px;}
.calendarHeader {}
.nonLinkedDay {}
/* END: AJAX CALENDAR */


div#calendar_top {
    width: 245px;
    height: 15px;
    margin-left: 0px;
    padding-top: 6px;
    font-size: 10px;
    font-weight: bold;
}

div#calendar_top a {
    color: #fff; /*month links at top*/
    padding: 2px;
    font-weight: normal;
}

div#calendar_top a:hover {
    background-color: #000;
    color: #fff;
    padding: 2px;
}

table.calendar {
    width: 250px;
    margin-left: 0px;
    margin-bottom: 0px;
}

table.calendar tr td {
    border-bottom: 1px solid #626262;
}

caption#calendar {
    margin-left: 0px;
    padding-top: 3px;
    padding-bottom: 6px;
    font-family: arial, helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    text-align: left;
    color: #fff;
}

.diggit ul{
	padding-left: 0;
	list-style-type: none; 
}

.diggit li{ 
	display: inline;
	margin-right: 5px;
}