@charset "UTF-8";
/* CSS Document */


#alert
{
	position:absolute;
	left:50%;
	top:50%;
	
	width:300px;
	height:300px;
	
	margin:-150px 0 0 -150px;
	background-color:red;
	
	font-size:20px	;
	color: #fff;
	padding: 10px 10px 10px 10px;
}



a.button 
{
	display:inline-block;
	width:44px;
	height:22px;
	
	background:transparent url(buttons/Socials2.png) no-repeat 0 0;
}

a.button:hover
{
	background-position:0 100%;
}

a.two
{
	background-position:-44px 0;
}
a.two:hover
{
	background-position:-44px 100%;
}
a.three
{
	background-position:-88px 0;
}
a.three:hover
{
	background-position:-88px 100%;
}
a.four
{
	background-position:-132px 0;
}
a.four:hover
{
	background-position:-132px 100%;
}
a.five
{
	background-position:-176px 0;
}
a.five:hover
{
	background-position:-176px 100%;
}

#imageMessageWide
{
	position:absolute;
	left:39.5%;
	top:35%;
	width:400px;
	height:300px;
	
	font-family: Arial, sans-serif;
	font-size:15px	;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px #191717;
	text-decoration: none !important
}

#imageMessage
{
	position:absolute;
	left:39.5%;
	top:45%;
	width:300px;
	height:300px;
	
	font-family: Arial, sans-serif;
	font-size:15px	;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px #191717;
	text-decoration: none !important
}

#imageMessageSingle
{
	width: 509px;
	height: 300px;
	position: relative;
	margin: 20% auto 0 auto;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px #191717;
	text-decoration: none !important
}
.subnote {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #fff;
	text-align: center;
}

.imageMessage
{
	font-family: Arial, sans-serif;
	font-size:15px	;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px #191717;
	text-decoration: none !important
}


.imageMessageLink
{
	color: #000;
	text-decoration: none !important	
}

.imageMessage:hover
{
	color: #00B95B;
	text-decoration: none !important
}


#tickerBox
{
	position: absolute;
	left: 11px;
	top: 45px;
	width:660px;
	height:28px;
	font-family: Arial, sans-serif;
	color: #FFF;
	font-size: 15px;
}

#infoBox
{
	position: absolute;
	left: 40.5%;
	top: 32px;
	width: 350px;
	font-size: 15px;
	color: #FAFAFA;
	font-family: Arial, sans-serif;
	text-align: center;
	text-shadow: 1px 1px #191717;
}


#social
{
	position: absolute;
	right: 10px;
	top: 72px;
}

#socialsinglepage
{
	left:1px;
}

#imagePadder
{
	float: left;
	border: 4px solid #ffffff;
	vertical-align:bottom;
	
}

#releasebox
{
	position: absolute;
	left: 90px;
	bottom: 0px;
	font-size: 15px;
	color: #FAFAFA;
	font-family: Arial, sans-serif;
	text-shadow: 1px 1px #191717;
	width: 183px;
}


#releasestuff{
	position: absolute;
	left: 11px;
	top: 10px;
	width: 275px;
	height: 83px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	text-shadow: 1px 1px 1px #040404;
}

.ReleaseText1
{
	color: #E4DEDF;
	font-size: 13px;
}

.ReleaseText2
{
	color: #F3F2DF;
}

.ReleaseText3
{
	color: #F5F1AD;
}

.ReleaseTextLink
{
	color: #FFF;
	text-decoration: none !important	
}

.ReleaseTextLink:hover
{
	color: #00B95B;
	text-decoration: none !important
}


	
	
#Sliderpanel{
	position: absolute;
	bottom: 0px;
	height: 104px;
	left: 0;
	right: 0;
	
	
	transition: height .2s 0;
	-webkit-transition: height .2s 0;
	overflow:hidden;
}


#Sliderpanel.expanded{
	height: 310px;
	
	
}


#darkboxinfo
{
	position:absolute;
	left:0;
	right: 0;
	top:104px;
	height: 206px;
	padding:10px;
	background-color: rgba(0,0,0,.5);
}


.ticker-content {
	margin: 0px;
	padding-top: 9px;
	position: absolute;
	font-family: Arial, sans-serif;
	color: #FFF;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
	text-shadow: 1px 1px 1px #040404;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	font-family: Arial, sans-serif;
	color: #FFF;
	font-size: 15px;
	text-shadow: 1px 1px 1px #040404;
	text-decoration: none !important
}
.ticker-content a:hover {
	color: #00B95B;
	font-size: 15px;
	text-shadow: 1px 1px 1px #040404;
	text-decoration: none !important
}
