body {
	background: black;
	font: 12px Georgia, Times, serif;
	margin: 0px;
	padding: 0px;
	position: relative;
	color: white;
	min-width: 770px;
}

html, body {
	width: 100%;
	height: 100%;
}

p {
	line-height: 15px;
	text-shadow: 0px 0px 1px rgba(0,0,0,1);
	text-align: justify;
}

a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
	text-shadow: 0px 0px 1px rgba(0,0,0,1);
	-webkit-transition: color 0.5s ease;
}a:hover {
	color: #cb3230;
}a:active
{
  outline: none;
}

img { -ms-interpolation-mode: bicubic; }

#backgroundContainer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

#backgroundLayer1 {
	position: absolute;
	top: 0px;
	right: 0%;
	width: 120%;
	height: 120%;
	margin-left: -10%;
}

#backgroundLayer2 {
	position: absolute;
	top: 0px;
	left: 0%;
	width: 120%;
	height: 120%;
	opacity: 0.5;
}

#backgroundLayer3 {
	position: absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
}

#backgroundLayer4 {
	position: absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
}

#content {
	position: relative;
	z-index: 2;
	min-height: 100%;
}

#sidebar {
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 500px;
}

#photonav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 20;
	background: url(images/photos_header.png)  18px 250px no-repeat;
	padding-bottom: 80px;
}

#photonav li a{
	width: 55px;
	display: block;
	text-indent: -5000em;
	border: none;
}

#yourphotos a{
	height: 79px;
	background: url(images/photonav.png) 0px 0px no-repeat;
}#yourphotos a:hover{
	background: url(images/photonav.png) -55px 0px no-repeat;
}#yourphotos.selected a {
	background: url(images/photonav.png) -110px 0px no-repeat;
}

#ourphotos a{
	height: 75px;
	background: url(images/photonav.png) 0px -79px no-repeat;
}#ourphotos a:hover{
	background: url(images/photonav.png) -55px -79px no-repeat;
}#ourphotos.selected a {
	background: url(images/photonav.png) -110px -79px no-repeat;
}

#foundphotos a{
	height: 95px;
	background: url(images/photonav.png) 0px -154px no-repeat;
}#foundphotos a:hover{
	background: url(images/photonav.png) -55px -154px no-repeat;
}#foundphotos.selected a {
	background: url(images/photonav.png) -110px -154px no-repeat;
}


#photostream {
	background: black;
	min-height: 200px;
	position: absolute;
	left: 50px;
	right: 50px;
	top: 0px;
	max-height: 100%;
	overflow: hidden;
	line-height: 0px;
	z-index: 16;
	cursor: move;
	-webkit-box-shadow: 0px 0px 15px black;
}

#photocontainer {
	position: relative;
	cursor: move;
}

#photostream img{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	position: relative;
	cursor: move;
}

#nav {
	width: 50px;
	background: url(images/navbkgd.png) top right repeat-y;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-left: 50px;
	z-index: 15;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 50px;
	margin-left: 12px;
}

#nav ul li a{
	width: 20px;
	display: block;
	text-indent: -5000em;
	border: none;
}

#shoplink a{
	height: 65px;
	background: url(images/nav.png) 0px 10px no-repeat;
}#shoplink a:hover{
	background: url(images/nav.png) -19px 10px no-repeat;
}

#myspacelink a{
	height: 108px;
	background: url(images/nav.png) 0px -55px no-repeat;
}#myspacelink a:hover{
	background: url(images/nav.png) -19px -55px no-repeat;
}

#linkslink a{
	height: 77px;
	background: url(images/nav.png) 0px -162px no-repeat;
}#linkslink a:hover{
	background: url(images/nav.png) -19px -162px no-repeat;
}

#bloglink a{
	height: 68px;
	background: url(images/nav.png) 0px -239px no-repeat;
}#bloglink a:hover{
	background: url(images/nav.png) -19px -239px no-repeat;
}

#lyricslink a{
	height: 91px;
	background: url(images/nav.png) 0px -308px no-repeat;
}#lyricslink a:hover{
	background: url(images/nav.png) -19px -308px no-repeat;
}
#videoslink a{
	height: 93px;
	background: url(images/nav.png) 0px -397px no-repeat;
}#videoslink a:hover{
	background: url(images/nav.png) -19px -397px no-repeat;
}

#livelink a{
	height: 66px;
	background: url(images/nav.png) 0px -490px no-repeat;
}#livelink a:hover{
	background: url(images/nav.png) -19px -490px no-repeat;
}

#newslink a{
	height: 74px;
	background: url(images/nav.png) 0px -557px no-repeat;
}#newslink a:hover{
	background: url(images/nav.png) -19px -557px no-repeat;
}

#logo {
	margin: 0px;
	padding: 0px;
	width: 553px;
	height: 165px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 11;
}

#logo a{
	margin: 0px;
	padding: 0px;
	width: 553px;
	height: 165px;
	background: url(images/logo2.png) 0px 0px no-repeat;
	text-indent: -5000em;
	display: block;
	border: none;
}#logo a:hover{
	background: url(images/logo2.png) 0px -165px no-repeat;
}

#main {
	width: 400px;
	margin: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	padding-bottom: 170px;
	margin-top: 20px;
}

h2 {
	font-weight: normal;
	text-shadow: 0px 0px 1px rgba(0,0,0,1);
	text-transform: uppercase;
	text-align: justify;
	margin: 30px 0px;
	padding: 0px;
}

h2 a {
	border: none;
}

#liveDates {
	overflow: hidden;
}

#live1, #live2 {
	float: left;
	width: 50%;
}

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

#liveDates ul li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 85px;
}

.date {
	font: bold 11px Helvetica, Arial, sans-serif;
	text-shadow: 0px 0px 1px rgba(0,0,0,1);
	letter-spacing: 1px;
	text-transform: uppercase;
}

.date a {
	border: none;
}

.item .date {
	text-align: right;
	margin-right: -10px;
	display: block;
	margin-top: -25px;
}

.item h3 .date {
	margin-right: 0px;
	margin-top: 0px;
	float: right;
}

#liveDates ul li .date{
	position: absolute;
	top: 0px;
	left: 0px;
}

#liveDates ul li a{
	font-style: italic;
	border: none;
}

#listSignup, #listSignup p {
	text-align: center;
	font-style: italic;
}

#emailaddress {
	background: transparent;
	border: transparent;
	border-bottom: 1px dotted white;
	color: white;
	color: rgba(255,255,255,0.5);
	font: italic 12px Georgia, Times, serif;
	text-shadow: 0px 0px 1px rgba(0,0,0,1);
	-webkit-transition: color 0.5s ease;
}#emailaddress:focus {
	color: white;
}

#gobutton {
	background: transparent;
	border: transparent;
	color: white;
	font: bold 11px Helvetica, Arial, sans-serif;
	text-shadow: 0px 0px 1px rgba(0,0,0,1);
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: color 0.5s ease;
}#gobutton:hover {
	color: #cb3230;
}

h3 {
	font-style: italic;
	font-weight: normal;
}h3 a{
	border: none;
}

#yourPhotosNotice {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: black;
	background: rgba(0,0,0,0.7);
	padding: 10px;
	z-index: 20;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	bottom: -200px;
	-webkit-transition: bottom 1s ease;
}

#yourPhotosNotice p{
	padding: 0px;
	margin: 0px;
}

/* dominos takeover */

#dominos, #album_player {
	overflow: hidden;
}

#photostream #dominos_image, #photostream #album_player_image {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: default;
	height: auto;
	width: auto;
}

#dominos_content {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -160px;
	margin-left: -180px;
	cursor: default;
	text-align: center;
	width: 360px;
	background: url(images/dominos_bkgd.png) center no-repeat;
	height: 269px;
	padding-top: 91px;
}

#dominos_content h1 {
	text-indent: -5000em;
	margin: 0px auto;
	padding: 0px;
	width: 175px;
	height: 35px;
	background: url(images/dominos_logo.png) 0px 0px no-repeat;
}

#dominos_content h2, #dominos_video_more h2  {
	text-indent: -5000em;
	margin: 0px auto;
	padding: 0px;
	width: 360px;
	height: 45px;
	background: url(images/dominos_text.png) 0px 0px no-repeat;
}

#dominos_content p, #dominos_video_more p {
	text-align: center;
}

#dominos_content #emailaddress_dominos, #dominos_video_more #emailaddress_dominos {
	color: grey;
}

#dominos_player {
	margin: 10px;
}

#listenlink{
	width: 55px;
	display: block;
	text-indent: -5000em;
	border: none;
	height: 99px;
	background: url(images/listen.png) 0px 0px no-repeat;
	position: relative;
	z-index: 20;
}#listenlink:hover{
	background: url(images/listen.png) -55px 0px no-repeat;
}#listenlink.selected {
	background: url(images/listen.png) -110px 0px no-repeat;
}

#embed_link {
	position: absolute;
	right: -10px;
	top: 152px;
	border-bottom: none;
	font-style: italic;
}

#embedcode {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	text-align: center;
	z-index: 200;
	cursor: default;
}
#embedcode p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#embedcode textarea{
	width: 95%;
	height: 50px;
	margin-bottom: 5px;
}

#embedcode.album_embed {
	background: white;
	color: black;
}

#dominos_form {
	margin-bottom: 20px;
}

.status_link {
	border: none;
	background: black;
	background: rgba(0,0,0,0.5);
	padding: 2px 4px;
	-webkit-border-radius: 8px;
	opacity: 0.5;
	-webkit-transition: 0.3s ease-out;
}.status_link:hover {
	opacity: 1;
	color: black;
	background: white;
}

/** album player specific **/

#album_player_content h1 {
	text-indent: -5000em;
	margin: 0px auto;
	padding: 0px;
	width: 400px;
	height: 84px;
	background: url(images/album_header.png) 0px 0px no-repeat;
}

#album_player_content {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -325px;
	margin-left: -200px;
	cursor: default;
	text-align: center;
	width: 400px;
	background: url(images/album_shadow.png) center no-repeat;
	height: 518px;
	padding-top: 115px;
}

#album_links {
	position: relative;
	width: 400px;
	height: 54px;
}

#album_links a {
	text-indent: -5000em;
	display: block;
	position: absolute;
	border: none;
}

#album_embed {
	width: 170px;
	height: 27px;
	top: 0px;
	left: 0px;
	background: url(images/album_player_links.png) 0px 0px no-repeat;
}#album_embed:hover {
	background: url(images/album_player_links.png) 0px -54px no-repeat;
}

#album_twitter {
	width: 118px;
	height: 27px;
	top: 0px;
	left: 170px;
	background: url(images/album_player_links.png) -170px 0px no-repeat;
}#album_twitter:hover {
	background: url(images/album_player_links.png) -170px -54px no-repeat;
}

#album_facebook {
	width: 112px;
	height: 27px;
	top: 0px;
	left: 288px;
	background: url(images/album_player_links.png) -288px 0px no-repeat;
}#album_facebook:hover {
	background: url(images/album_player_links.png) -288px -54px no-repeat;
}

#album_comments {
	width: 400px;
	height: 27px;
	top: 27px;
	left: 0px;
	background: url(images/album_player_links.png) 0px -27px no-repeat;
}#album_comments:hover {
	background: url(images/album_player_links.png) 0px -81px no-repeat;
}

#album_preorder {
	position: relative;
	width: 400px;
	height: 38px;
}

#album_preorder a {
	text-indent: -5000em;
	display: block;
	position: absolute;
	border: none;
}

#itunes_preorder {
	width: 232px;
	height: 38px;
	top: 0px;
	left: 0px;
	background: url(images/album_preorder.png) 0px 0px no-repeat;
}#itunes_preorder:hover {
	background: url(images/album_preorder.png) 0px -38px no-repeat;
}

#rt_preorder {
	width: 168px;
	height: 38px;
	top: 0px;
	left: 232px;
	background: url(images/album_preorder.png) -232px 0px no-repeat;
}#rt_preorder:hover {
	background: url(images/album_preorder.png) -232px -38px no-repeat;
}

#facebook_comments {
	background: #454032 url(images/facebook_bkgd.jpg) top right;
	width: 300px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -310px;
	right: 60px;
	z-index: 15;
	-webkit-box-shadow: 0px 0px 15px black;
	padding: 30px;
	display: none;
}

#stream_box {
	opacity: 0.9;
	-webkit-box-shadow: 0px 0px 15px black;
	-webkit-transition: 0.3s ease-out;
}#stream_box:hover {
	opacity: 1;
}

#comment_links a{
	display: block;
	text-align: center;
	border: none;
	margin-top: 5px;
	
}

#album_player_content object, #album_player_content embed {
	position: relative;
	z-index: 30;
}

.dominos_video_image{
	opacity: 0;
}

#dominos_video h1 {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -125px;
	margin-top: -125px;
	z-index: 50;
}

#dominos_video h1  a{
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 250px;
	border: none;
	display: block;
	background: url(images/dominos_video_text.png) 0px 0px no-repeat;
	text-indent: -5000em;
	cursor: pointer;
}

#dominos_video_more {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 360px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -180px;
	margin-top: 0px;
	z-index: 50;
	text-align: center;
	border-top: 2px solid white;
	padding-top: 20px;
	cursor: default;
}

#dominos_video_more h2  {
	background: url(images/dominos_video_more_text.png) 0px 0px no-repeat;
}

.blogmorelink{
	display:none;
}

.blogitem{
	padding-bottom:30px;	
}

.blogitem .date {
	text-align: right;
	margin-right: -10px;
	display: block;
	margin-top: -25px;
}

.blogitem h3 .date {
	margin-right: 0px;
	margin-top: 0px;
	float: right;
}