/* CSS styles, November 10, 2006 */

/* tag definitions */
body {
	margin: 0px;
	background-color: #FFFFFF;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	margin-top: 4px;
	margin-bottom: 10px;
	line-height: 1.8em;
	text-align: left;
}
h1 {
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	font: bold 46px/70px "Helvetica Neue", Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0;
	text-align: right;
	padding-right: 10px;
	font: bold 30px/50px "Helvetica Neue", Helvetica, sans-serif;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 6px;
	color: #999999;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.8em;
	list-style-type: none;
}
li {
}
a:link, a:visited {
	text-decoration: none;
	color: #0099CC;
	font-style: italic;
}
a:hover {
	color: #FFFFFF;
	background-color: #0099CC;
}
img {
	float: left;
}

/* Basic layout DIVs */
#container {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	margin-top: 12px;
	margin-bottom: 2px;
}
.topLinks, .notices {
	font-size: 11px;
	display: inline;
	border: 1px solid #CCCCCC;
	padding: 2px 6px;
	line-height: 20px;
	font-weight: bold;
}
#profile {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	padding-top: 75px;
	min-height: 610px;
	clear: left;
}

#profile h2 {
	margin-bottom: 30px;
}

.feature {
	clear: left;
	display: block;
	min-height: 212px;
}

.postDate {
	font-style: italic;
	font-size: 11px;
	color: #999;
	margin: 0;
}

img.framePic {
	border: 1px solid gray;
	margin-right: 10px;
}

img.framePic_noFloat {
	border: 1px solid gray;
	float: none;
	margin-bottom: 5px;
}

* {
	
}

#liveInfo {
	background-image: url(images/titleLiveInfo.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	margin-top: 30px;
	clear: left;
}
#listening {
	background-image: url(images/titleListening.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	margin-top: 30px;
	clear: left;
}
.eventInfo {
	padding-left: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.releaseInfo {
	margin-right: 15px;
	margin-bottom: 10px;
	display: block;
	margin-left: 120px;
}
.dSize {
	font-size: 9px;
	font-style: italic;
	padding-left: 6px;
}
.emphasize {
	font-style: italic;
}
#links {
	background-image: url(images/titleLinks.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	margin-top: 30px;
	clear: left;
}
#footer {
	padding-top: 30px;
	padding-bottom: 20px;
}

#jamendo {
	clear: left;
	padding-left: 8px;
	margin-left: 12px;
}

#jamendo img {
	float: none;
	padding-top: 6px;
}
#ccLicense {
	clear: left;
	margin-left: 12px;
}
#ccLicense img {
	float: none;
	padding-left: 8px;
}
#w3cValid img {
	margin-bottom: 20px;
	margin-right: 6px;
	float: none;
}
