* {
	margin: 0;
	padding: 0;	
}

body {
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #6c6e70;
}

a {
	color: #6c6e70;
}


#container {
	margin: auto;
	width: 823px;
}

#footer {
	height: 80px;
	float: left;
	clear: both;
	width: 100%;
}

#content {
	float: left;
}

#content.home {
	width: 636px;
}

#events {
	float: left;
	width: 160px;
	min-height: 561px;
	margin: 9px 0 0 10px;
	background: #d3f2f4 url(images/events_bg_bottom.png) no-repeat left bottom;
	padding: 4px 4px 25px 4px;
}

#events h3 {
	font-size: 12px;
	background-color: white;
	padding: 10px 8px;
	margin-bottom: 11px;
	text-transform: uppercase;
	color: #5da2b6;	
}

#events .event {
	padding: 0 6px 10px 6px;
	margin-bottom: 10px;
	border-bottom: 1px solid #6c6e70;
}

#events .blog .title {
	font-size: 12px;
}

#events .blog .date {
	margin-bottom: 8px;
}

#events .blog h4, #events .blog h5, #events .blog h6 {
	font-size: 11px;
	font-weight: normal;	
}


h1 {
	float: left;
	height: 151px;
	width: 265px;
	text-indent: -9999px;
	background: url(images/header_bg.png);
	cursor: pointer;
}
	
#mailinglist {
	float: right;
	width: 241px;
	margin-top: 9px;
	line-height: 24px;
	font-size: 9px;
}

#mailinglist.closed {
	background: #f3f3f4 url(images/closed.png) no-repeat 224px 9px;
}

#mailinglist.open {
	background: #f3f3f4 url(images/open.png) no-repeat 224px 9px;
}

#mailinglist a {
	color: #5da2b6;
	text-decoration: underline;
	margin: 0 4px 0 4px;
	text-transform: uppercase;
	display: block;
	width: 235px;
}

#mailinglist .mlform {
	width: 241px;
	float: left;
	background-color: #f3f3f4;	
}

#mailinglist.closed .mlform {
	display: none;
}

#mailinglist .mlform .field{
	width: 233px;
	float: left;
	background-color: #fff;
	margin: 0 4px 4px 4px;	
}

#mailinglist .mlform label {
	width: 42px;
	color: #5da2b6;
	margin: 0 6px 0 4px;
	text-transform: uppercase;
}

#mailinglist .mlform input {
	width: 191px;
	border: none;
}

#mailinglist .mlform button {
	background-color: #5ca2b6;
	color: #fff;
	text-transform: uppercase;
	float: right;
	margin: 0 4px 4px 4px;	
	font-size: 9px;
	border: none;
	padding: 4px 13px;
}


#main  {
	float: left;
	clear: both;
	position: relative;
}

#navigation {
	float: left;
	width: 315px;
	height: 304px;
	background: url(images/navigation_bg.png) no-repeat left -3px;	
	padding-top: 40px;
}

#navigation a {
	display: block;
	width: 180px;
	height: 39px;	
	text-indent: -9999px;
	outline: none;
}

#navigation #ne {
	background: url(images/navigation.png) no-repeat left -40px;
}

#navigation #ne:hover, #navigation #ne.active {
	background: url(images/navigation.png) no-repeat left -540px;
}

#navigation #np {
	background: url(images/navigation.png) no-repeat left -79px;
}

#navigation #np:hover, #navigation #np.active {
	background: url(images/navigation.png) no-repeat left -579px;
}

#navigation #nanw {
	background: url(images/navigation.png) no-repeat left -118px;
	height: 73px;
}

#navigation #nanw:hover, #navigation #nanw.active {
	background: url(images/navigation.png) no-repeat left -618px;
}

#navigation #nb {
	background: url(images/navigation.png) no-repeat left -191px;
}

#navigation #nb:hover, #navigation #nb.active {
	background: url(images/navigation.png) no-repeat left -691px;
}

.home #main {
	width: 636px;
	min-height: 449px;
	background: url(images/home_bg_3.jpg) no-repeat left top;	
}

.home #main .email-link {
	font-size: 11px;
	position: absolute;
	top: 405px;
	left: 22px;
	color: #5da2b6;
}

.home #main .email-link a {
	font-size: 11px;
	color: #5da2b6;
	text-decoration: underline;
}

.home #main .content {
	float: right;
	width: 286px;
	height: 449px;
}

.home #main .content div {
	display: none;
	width: 286px;
	height: 449px;
}


.home #main .content .bg1 {
	background: url(/images/home_bg_1.jpg) no-repeat top right;	
}

.home #main .content .bg2 {
	background: url(/images/home_bg_2.jpg) no-repeat top right;	
}

.home #main .content .bg3 {
	background: url(/images/home_bg_3.jpg) no-repeat top right;	
}

.home #main .content .bg4 {
	background: url(/images/home_bg_4.jpg) no-repeat top right;	
}


.profile #main {
	width: 823px;
	min-height: 449px;
	background: url(images/profile_bg.jpg) no-repeat left top;	
}

.profile .content {
	margin-top: 36px;
	margin-left: -34px;
	float: left;
	width: 438px;
	min-height: 433px;
	background: url(images/semi_white.png) repeat left top;
	font-size: 12px;
}

.profile .content p {
	margin: 0 40px 1.2em 40px;
	color: #464646;
}

.profile .content blockquote {
	margin: 26px 0 24px 19px;
	width: 394px;
	height: 98px;
	text-indent: -9999px;
	background: url(images/profile_quote.png) no-repeat left top;
}

.events #main {
	width: 823px;
	min-height: 449px;
	background: url(images/events_bg.jpg) no-repeat left top;	
}

.events .content {
	float: left;
	margin-left: 10px;
	margin-top: 36px;
	width: 412px;
}

.events .content .event {
	background-color: white;
	padding: 8px;
	margin-bottom: 8px;
	width: 396px;	
	font-size: 13px;
}

.events .content .event h3 {
	color: #5da2b6;
	font-size: 15px;
}

.events .content .event img {
	width: 396px;
	
}

.a-new-world #main {
	width: 823px;
	min-height: 449px;
	background: url(images/a-new-world_bg.jpg) no-repeat left top;	
}

.a-new-world .content {
	float: left;
	margin-left: -77px;
	margin-top: 40px;
	width: 576px;
}

.a-new-world .content .album-thumbnail {
	float: left;
	width: 75px;
	margin: 0 6px 0 0;	
}

.a-new-world .content .album-thumbnail img {
	width: 75px;
	height: 74px;
	margin-bottom: 8px;	
}

.a-new-world .content .album-cover {
	float: left;
	width: 227px;
	margin: 0 6px 0 0;	
}

.a-new-world .content .album-cover img {
	width: 227px;
	height: 225px;
	margin: 0 6px 10px 0;	
}

.a-new-world .content .album-cover h3 {
	font-size: 15px;
	color: #5da2b6;
}

.a-new-world .content .album-cover h3 span {
	font-size: 9px;
}

.a-new-world .content .album-cover ul {
	padding-left: 14px;
	margin: 6px 0;
}



.a-new-world .content .album-tracks {
	float: left;
	width: 261px;
}

.a-new-world .content .album-tracks .track {
	float: left;
	width: 261px;
	height: 24px;
	color: #5da2b6;
	font-size: 9px;
	text-transform: uppercase;
	background: url(images/mostly_grey.png) repeat left top;
	margin: 0 0 4px 0;
	line-height: 24px;
}

.a-new-world .content .album-tracks .track .number {
	float: left;
	padding: 0 4px 0 6px;
	width: 18px;
}

.a-new-world .content .album-tracks .track .name {
	float: left;
	padding: 0;
	width: 229px;
}

.a-new-world .content .album-tracks .track .sample {
	width: 175px;
}

.a-new-world .content .album-tracks .track .listen {
	float: left;
	padding: 0 4px 0 0;
	width: 54px;
	height: 24px;
}

.a-new-world .content .album-tracks .track .listen div {
	float: right;
	margin-right: 4px;
}

.a-new-world .content .album-tracks .track .listen img {
	margin: 4px 0;
	display: block;
	float: right;
}

.a-new-world .content .album-tracks p {
	float: left;
	color: #5da2b6;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 24px;
}

.a-new-world .content .album-tracks p a {
	color: #5da2b6;
	text-decoration: underline;
	margin: 0 0 0 4px;
}

.blog #main {
	width: 823px;
	min-height: 449px;
	background: url(images/blog_bg.jpg) no-repeat left top;	
}

.blog .content {
	position: absolute;
	top: 21px;
	left: 318px;
	width: 505px;
	height: 428px;
	overflow: auto;
}

.blog .content .blogs {
	float: left;
	padding: 0;
	width: 330px;
	margin-right: 34px;
}

.blog .content .blogs .nav {
	float: left;
	padding: 0 8px;
	width: 314px;
	height: 26px;
	line-height: 26px;
	color: #515457;
	background-color: #c1ecf3;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 4px;
}

.blog .content .blogs .nav a {
	text-decoration: none;
	color: #515457;
	width: 56px;
	
}

.blog .content .blogs .nav div.previous {
	float: left;
	width: 70px;
	height: 26px;
}

.blog .content .blogs .nav div.current {
	float: left;
	width: 174px;
	height: 26px;
}

.blog .content .blogs .nav div.next {
	float: right;
	width: 70px;
	height: 26px;
}

.blog .content .blogs .nav a.previous {
	float: left;
	padding-left: 14px;
	background: url(images/left.png) no-repeat left center;
	overflow: auto;
}

.blog .content .blogs .nav a.next {
	float: right;
	padding-right: 14px;
	background: url(images/right.png) no-repeat right center;
	overflow: auto;
}



.blog .content .blogs .item {
	float: left;
	padding: 8px;
	width: 314px;
	background-color: #fff;
	margin-bottom: 4px;
}

.blog .content .blogs .item p.title {
	float: left;
	font-size: 12px;
	margin-bottom: 8px;
}

.blog .content .blogs .item p.date {
	float: right;
	margin-bottom: 8px;
}

.blog .content .blogs .item .body {
	float: left;
	clear: both;
}

.blog .content .blogs .item .body h4,
.blog .content .blogs .item .body h5,
.blog .content .blogs .item .body h6 {
	clear: both;
	line-height: 1.2em;
	margin-bottom: 0.8em;
	color: #5da2b6;
	font-size: 11px;
	font-weight: normal;
}

.blog .content .blogs .item .body p {
	clear: both;
	line-height: 1.2em;
	margin-bottom: 0.8em;
}

.blog .content .blogs .item .body ul {
	padding-left: 15px;
	margin-bottom: 0.8em;
}

.blog .content .blogs .item .body img {
	float: left;
	width: 314px;
	margin-bottom: 8px;
}

.archive {
	margin: 8px 0 0 23px;
	width: 158px;
	text-transform: uppercase;
	float: left;
}

.archive .select {
	height: 13px;
	border: 1px solid #cdced0;
	padding: 4px 6px;
	margin-bottom: 3px;
	background-color: #fff;
	color: #5da2b6;
	width: 122px;
	float: left;
}

.archive .dropper {
	border: 1px solid #cdced0;
	border-left: none;
	padding: 0;
	width: 21px; 
	height: 21px;
	margin-bottom: 3px;
	background: #fff url(images/select.png) no-repeat center center;
	float: left;
	cursor: pointer;
}

.archive .options {
	width: 144px;
	float: left;
	border: 1px solid #cdced0;
	padding: 6px;
	background-color: #fff;
	list-style-type: none;
	display: none;
}

.archive .options li {
	margin-bottom: 4px;
}

#navigation .archive .options li a {
	text-indent: 0px;
	width: auto;
	height: auto;
	text-decoration: none;
}


.blog .content .fans {
	float: left;
	width: 105px;
	margin-top: 48px;
	text-align: center;
}

.blog .content .fans h2 {
	float: left;
	width: 105px;
	height: 55px;
	text-indent: -9999px;
	background: url(images/fans_heading.png) no-repeat top left;
}

.blog .content .fans .fan {
	width: 105px;
	height: 210px;
	float: left;	
	text-align: center;
}

.blog .content .fans .fan img {
	width: 105px;
	height: 136px;
	float: left;
	margin-bottom: 12px;
}

.blog .content .fans a {
	color: #5da2b6;
}



