body {
	background: #3b3b47 url(../images/brown/bg_pattern.png) repeat-x fixed;
	color: #FFF;
	/* font-family: Palatino, Georgia, Times New Roman, serif; */
	font-family: Utopia, Palatino, 'Palatino Linotype', Georgia, serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#bodyDiv {
	background: transparent url(../images/brown/bg_lines.png) no-repeat;
	background-attachment:fixed;
	background-position: 280px 0;
	position: relative;
	padding: 0;
	width: 960px;
}

img {
	border: 0;
}


#logo {
	margin: 0 0 -10px 0;
	padding: 0;
	position: relative;
}

h1 {
	color: #FFF;
}

h2, h3 {
	color: #dadc30;
	font-size: 16px;
	font-weight: normal;
}

#main {
	padding: 10px;
	position: relative;
	text-align: left;
	width: 1000px;
}

a, a:visited {
	color: #c53632;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

.date {
	font-size: 14px;
	font-weight: normal;
	margin: 0; 
	padding: 0;
}

.date .dateMD {
	color: #dadc30;
} 

.date .dateY {
	color: #76748c;
}

.date .tour {

}


/**********************
//-- Content
**********************/
#entries {
	float: left;
	margin: 34px 24px 0 18px;
	position: relative;
	width: 620px;
}

.entry {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding: 0 0 10px 3px;
}

.entry .header {
	color: #dc7532;
	font-size: 16px;
	font-weight: bold;
	margin: 40px 0 0 0;
	padding-bottom: 15px;
	position: relative;
}

.entry .header .date {
	font-size: 16px;
	font-weight: normal;
	margin: 0; 
	padding: 0;
	position: absolute;
	top: 0px;
	right: 0px;
}

.entry-body {
	padding: 4px 0 16px 0;
}

.entryInfo-btm {
	border-bottom: 1px solid #76748c;
	padding: 4px 8px;
	text-align: right;
}



/**********************
//-- Sidebar
**********************/
#sidebar {
	float: left;
	font-size: 12px;
	margin: 0 40px 0 10px;
	position: relative;
	text-align: left;
	width: 250px;
}

#sidebar a, a:visited {
	color: #FFF;
	text-decoration: none;
}

#sidebar a:hover {
	background: #FFF;
	color: #c53632;
}

#sidebar a:focus {
	outline: none;
}

#sidebar .contact-side {
	margin: 0 0 40px 0;
	text-align: right;
}

#sidebar .contact-side a, a:visited {
	color: #FFF;
	text-decoration: none;
}

#sidebar .contact-side a:hover {
	background: transparent;
}

#sidebar .contact-side a:focus {
	outline: none;
}




#sidebar img {
	border: 0;
}


.orange	{ background: #dc7532; }
.blue	{ background: #2f8fb9; }
.yellow	{ background: #d9dc30; }

#sidebar h2 {
	font-size: 16px;
	margin-bottom: 8px;
	padding: 0;
	text-transform: lowercase;
}

#sidebar h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.sideModule {
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.sideModule ul {
	margin: 0;
	padding: 10px 0 5px 0;
}

.sideModule li {
	list-style: none;
	margin: 0;
	padding: 0 0 2px 0;
}

.sideModule li a {
	display: block;
	margin: 0;
	padding: 2px 0 1px 10px;
	text-decoration: none;
}



.tourDate {
	color: #000;
	margin: 0 0 2px 0;
	padding: 8px 0 4px 10px;
}

.tourDate .date {
	color: #FFF;
	float: left;
	margin: 0 0 5px 0;
	padding: 0 7px 0 0;
	position: relative;
	width: 58px;
}

.tourDate .info {
	float: left;
	position: relative;
	width: 175px;
}

.tourDate .city {
	color: #000;
}

.tourDate .venue {

}

#tourDatesModule a, 
#tourDatesModule a:visited {
	color: #000 !important;
	text-decoration: underline;
}

#tourDatesModule a:hover {
	color: #000;
	text-decoration: none;
}

.odd {}

ul.ul-group {
	background: transparent url(../images/common/grey_tile.png) repeat;
}

ul.ul-group.no-links {
	padding: 8px 0 4px 0;
}

ul.ul-group.no-links li {
	padding: 2px 0 1px 10px;
}




/**********************
//-- Footer
**********************/
#footer {
	background: transparent url(../images/common/grey_tile.png) repeat;
	color: #FFF;
	font-size: 11px;
	margin-top: 40px;
	padding: 4px 10px 3px 10px;
	text-align: left;
	width: 903px;
}



.clearBoth {
	clear:both;
}


