body {
	margin: 0;
	padding: 0;
	background: #fff9af url(images2012/contact-bg.jpg) center top fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	color: #6f2e0e;
	font-family: helvetica, arial,verdana,sans-serif;
	font-size: 0.95em;
	line-height: 1.35em;
	/* text-shadow: 1px 1px 1px #ffffff; */

}
@media only all and (max-width: 1024px) and (max-height: 768px) { /* Important: 1024x768px has the same ratio as 1280x960px */
	body {	
		-moz-background-size: 1024px 768px;
		background-size: 1024px 768px;
	}
}

#topstrip {
	width: 100%;
	height: 41px;
	background: transparent url(images2012/topstrip-bg.png) repeat-x;
	overflow: hidden;
	text-align: right;
	font-size: 0.7em;
	color: #ffffff;
		padding-top: 5px;

}

#topstrip span {
	padding-right: 10px;
}

#topstrip a {
	color: #fff9af;
	text-decoration: none;
}
#topstrip a:hover {
	color: #ffffff;
}

#container {
	width: 1000px;
	margin: 0px auto;
	background: transparent;
	position: relative;
}

#happy-wrap, #bottom-links-wrap {
	width: 1000px;
	height: 110px;
	background: transparent url(images2012/player-bar-white-bg.png) center top no-repeat;
	overflow: hidden;
	padding-bottom: 20px;
}

#happy, #bottom-links {

	width: 970px;
	height: 80px;
	background: transparent;
	overflow: hidden;
	margin-top: 15px;
	margin-left: 15px;
	position: relative;
}

#playerbar div, #happy div {
	float: left;
}

#bottomlinks-endcap-left {
	width: 12px;
	height: 80px;
}

#bottomlinks-endcap-right {
	width: 13px;
	height: 80px;
}

#smiley {
	position: absolute;
	top: -25px;
	left: -44px;
	z-index: 9999;
}

#nowplaying {
	width: 360px;
	height: 80px;
	background: transparent;

}


/* Begin rollovers */

#players-mobile {
  display: block;
  width: 69px;
  height: 24px;
  background: url(images2012/topwords-mobile.png) no-repeat 0 0;
  margin: auto;
}

#players-mobile:hover { 
  background-position: 0 -24px;
}

	#players-mobile span {
	  position: absolute;
	  top: -999em;
	}

/* End rollovers */

.sidebar {
	float: left;
	width: 230px;
}

.sidebar-content {
	background: transparent url(images2012/sidebar-bg.png) repeat-y;
}

.sidebar p {
	margin: 0 15px 0 15px;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #6f2e0e;
}
#widget {
	position: relative;
}
#widget-holder {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 25px;
}
#widget-overlay-top {
	left: 15px;
	top: 15px;
	position: absolute;
	width: 200px;
	height: 65px;
	background: transparent url(images2012/widget-overlay.png) center top no-repeat;
}
#widget-overlay-bottom {
	left: 15px;
	top: 329px;
	position: absolute;
	width: 200px;
	height: 57px;
	background: transparent url(images2012/widget-overlay.png)  no-repeat 0 -315px;
}
#launch-link{
	display: block;
	width: 200px;
	height: 53px;
	margin: 0;
	background: transparent;
}
	#launch-link span {
	  position: absolute;
	  top: -999em;
	}

#main-contact {
	width: 730px;
	float: right;
	margin-top: 20px;
}

.content {
	background: transparent url(images2012/content-bg.png) repeat-y;
}

.content p, .calendar p {
	margin: 0 20px 0 20px;
	font-family: helvetica, arial,verdana,sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.4em;
	font-family: helvetica, arial,verdana,sans-serif;
	font-weight: bold;
}
#footstrip {
	position: relative; 
	background: #ffffff; 
	margin-bottom: 30px; 
	height: 40px; 
	width: 730px; 
	margin: auto; 
	border-radius: 15px; 
	opacity: 0.5; 
	filter: Alpha(opacity=50); 
	box-shadow: 1px 1px 2px #000000 inset;
}



#copyright {
	position: absolute;
	left: 15px; 
	top: 11px; 
	font-size: 0.7em;
	text-align: left;
	color: #6f2e0e;
	}
	
#tagline {
	position: absolute;
	right: 15px; 
	top: 11px; 
	font-size: 0.7em;
	text-align: right;
	color: #6f2e0e;
	}
	