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

/* // INDEX STYLING - - - - - - - - - - - - - - */
#groupon {
	width:860px;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
}
.indexMainBox {
	
}
h2.homeTitle {
	font-weight:bold;
	font-size:2em;
	color:#ffffff;
	background: #3a2141;
	padding:10px;
}
.homeWrap {
	width:900px;
	margin:0 auto;
}
.home-youtube-container {
	float:left;
	text-align:center;
}
	.home-youtube-container a {
		margin:0 auto;
		text-align:center;
	}
.home-youtube-player {
   width: 260px;
   height: 147px;
   margin: 20px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
   -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
   box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
   cursor: default;
}

.homeMain-youtube-container {
	margin:0 auto;
	text-align:center;
}
	.homeMain-youtube-container a {
		margin:0 auto;
		text-align:center;
	}
.homeMain-youtube-player {
   width: 853px;
   height: 480px;
   margin: 0px auto;
   margin-left:10px;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
   -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
   box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
   cursor: default;
}

#topbuttons {
	width:960px;
	text-align:center;
	margin:0;
}

#topbuttons a {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
   filter: alpha(opacity=90);
   opacity: .9;
   margin:0;
}

#topbuttons a:hover {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

#topbuttons img {
	width:225px;
}

div#events {
	margin:0px auto;
	width:960px;
	text-align:center;
}

div#events img {
	width:455px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
}

div#events img.big {
	width:940px;
}

/* // END INDEX STYLING - - - - - - - - - - - - - - */