/*Positioning*/

body {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	width: 1113px;
	padding: 0;
}

#page {
	margin: 0 auto;
	width: 960px;
}

#header {
	padding: 15px 0 5px 0;
	height: 160px;
}

.blockset {
	display: inline;
	width:320px;
	float:left;
}

.block {
	margin: 0 0 10px 0;
}

#content {
	width:639px;
	float: left;
}

#content-wrapper {
	position: relative;
	clear: both;
}

#sidebar {
	width: 320px;
	float: left;
}

#footer {
	clear: both;
}

.clr {
	clear: both;
	padding: 10px 0;
}

/* Navigation bar */

#nav {
	line-height: 31px;
}

#nav ul {
  padding:0;
  margin:0;
  list-style:none;
}

#nav li {
  display:inline;
}

#nav a {
	display:block;
	float:left;
	padding: 0 14px 0px;
	margin-top: 7px;
}

/* {{{ Clearing Container fix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* }}} */

#album_image a.primary-image-wrapper img {
	float: right;
}

dt {
	float: left;
	font-size: 16px;
}

#content div.block div.MyBoxBody div.MyBoxBody2 dl.tracks.clearfix dd a {
	font-size: 17px;
}

#content div.block p.album-release-date span {
	position: absolute;
}

p.album-release-date {
	position: static;
}

/*Styling*/

body {
	background-color: #953636;
	color: #ffffff;
	font:75%/1.4 verdana,Helvetica,sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	background: transparent url(../images/page_bg1.gif) repeat-y scroll 0 0;
}

#header {
	background: transparent url(../images/banner1.jpg) no-repeat scroll 0 10px;
}

ul {
margin:0;
padding:0 0 0 0;
}

li {
	list-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 6px;
	padding-top: 6px;
}

#page div.clr div.blockset div.block div.MyBoxBody ul a {
	padding-top: 0;
}

span.date {
	color: #fff;
	font-size: 1.2em;
	padding-right: 20px;
}

span.venue {
	font-size: 1.5em;
	text-align: left;
}

span.address {
	display: block;
}

span.date {
	
}

a {
	color: #f9f9f9;
	text-decoration: none;
}

a:hover, a:hover {
color:#FFE363;
	text-decoration: underline;
}

#footer {
	text-align: center;
	font-size: 75%;
	color: #000000;
}

/* Navigation bar */

#nav {
	background: transparent url(../images/nav1.gif) no-repeat scroll 0 0;
}

#nav a {
	font-weight:bold;
 	font-size: 102%;
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover {
  text-decoration: none;
  color: #FFE363;
}

#nav a.active {
	color: #fff;
}

/* Rounded Corners modified from http://geeksandgod.com/forum/rounded-corners-block */

.block {
background: #666666 url(../images/nw.gif) top left no-repeat;
margin: 0 5px;
position:relative;
}

.block h2 {
background: url(../images/ne.gif) top right no-repeat;
padding: 15px;
margin:0;
	color: #fff;
	font-size: 24px;
}

div.MyBoxBody {
/*background: #666666;*/
margin:0;
margin-top:-2em;
padding: 20px 15px 0px 15px;
}

div.MyBoxFooter {
background: url(../images/sw.gif) bottom left no-repeat;
}

div.MyBoxFooter p {
background: url(../images/se.gif) bottom right no-repeat;
display:block;
padding:15px;
margin: -2em 0 0 0;
}

/* end rounded corners styling */

div.callout {
	margin: 0 0 0 5px;
}

#content div.block div.MyBoxBody ul li ul li {
	margin-left: 15px;
	font-size: .8em;
	border-style: none;
}

#content div.block div.MyBoxBody ul li {
	font-size: 14px;
}

#twitter_multi_update_list li.singletweet span a {
	color: orange;
}

#page div.clr div.blockset div.block div.MyBoxBody div a img {
	border: 0 solid #fff;
	padding: 3px;	
	background: black;
}
#twitter_multi_update_list li.singletweet span {
}


#page div.clr div.blockset div.block div.MyBoxBody div {
	position: relative;
	text-align: left;
}

#nav ul li a {
	text-transform: capitalize;
	font: normal 1.3em baskerville, Georgia, "Times New Roman", Times, serif;
}

#page div.clr div.blockset div.block div.newsblock div.MyBoxBody span.blogbody p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 7px;
}


span.blogdate {
	font-size: 18px;
}

span.blogtitle {
	font-weight: bold;
}


a.venuelink {
}

#content div.block div.MyBoxBody img {
	float: right;
}

#page div.clr div.blockset div.block img {
	margin: 0;
	padding: 0;
}

.show-address {
	margin: 0 0 0 90px;
}

.show-details {
	margin: 0 0 0 90px;
}

#page img.socialicon {
	float: right;
	padding-top: 19px;
	padding-right: 3px;
}

#page img.socialicon-last {
	float: right;
	padding-top: 19px;
	padding-right: 10px;
}


