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

body{
	margin:0;
	padding:0;
	background:url(../images/nav/header_bg_repeat.png);

}

h1{
	margin:5px 15px;
	padding:0;
	text-decoration:underline;
	color:#FF00AA;
}

h2{
	color:#FF00AA;
	
	
	font-size:28px;
}

h3{
	color:#FF00AA;
	text-decoration:underline;
	margin:0;
	padding:0;
}

h4{
	color:#FF00AA;
	margin:0 0 0 15px;
	text-shadow:2px 2px #000;
	font-family: 'Russo One', sans-serif;
	padding:0;
	font-size:26px;
	
}

h5{
	color:#FF00AA;
	/*text-shadow:1px 1px #BBB;*/
	padding:0;
	font-size:18px;
	font-family: 'Russo One', sans-serif;
	margin:5px 0 0 0;
}

h6{
	font-size:18px;
	padding:0;
	margin:0;
	color:#FF00AA;
	text-decoration:underline;
}

p {
	color:#DDD;
}

li{
	display:list-item;
}

ul{
	list-style:none;
}

div{
	display:block;
	margin:0;
	padding:0;
}

img{
	display:block;
	vertical-align:baseline;
	border:0;
}

.pageTitle {
	/* width:267px; */
	margin:0 0 0 10px;
	padding:25px 0 20px 0;
	font-family: 'Russo One', sans-serif;
	color:#FF00AA;
	font-size:28px;
	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#scroll-to-top {
	background:url(../images/scroll-to-top.png) 0 0 no-repeat;
	bottom:20px;
	height:45px;
	right:50%;
	margin-right:-654px;
	position:fixed;
	width:45px;
	z-index:10000;
}

#black-friday {
	background:url(../images/black-friday.png) 0 0 no-repeat;
	top:250px;
	height:196px;
	right:50%;
	margin-right:-800px;
	position:fixed;
	width:326px;
	z-index:10000;
}

.imr {
	overflow:hidden;
	text-indent:-20000px;
}

.matchVid {
	min-height:400px;
	margin-left:10%;
	margin-top:35px;
}
/************************************************************** Header Styling ***************************************************/

.topbar{
	height:40px;
	width:100%;
	background:url(../images/nav/topbar_bg_repeat.png);
	border-bottom: 2px solid rgba(255,0,170,0.3);
}

.topbar_inside{
	width:1040px;
	margin:0 auto;
}

.left{
	float:left;
}

.header{
	background:url(../images/nav/header_bg_repeat.png);
	height:120px;
	width:100%;
}

.header_inside{
	position:relative;
	margin:0 auto;
	height:120px;
	width:1040px;
	z-index:1600;
}

.logo_header{
	float:right;
	margin-top:20px;
	/*margin-right:41px;*/
}

.biglogo{
	width:300px;
	height:190px;
	background:url(../images/nav/topnav_logo_big_shadow.png);
	position:absolute;
	top:0px;
	left:-30px;
	z-index:1600;
}

.nav {
	background:url(../images/nav/header_bg_repeat.png);
	position:absolute;
	top:160px;
	height:60px;
	z-index:1500;
	width:100%;

}

.nav_inside{
	position:relative;
	background:url(../images/nav/topnav_bg_repeat.png);
	height:40px;
	width:1040px;
	margin:10px auto 0 auto;
}

.nav_container{
	width:880px;
	height:40px;
	margin-right:10px;
	float:right;
}

.nav_container ul.navbar{
	height:40px;
	float:right;
	padding:0;
	margin:0;
}

.nav_container ul.navbar >li:first child{
	background:none;
}

.nav_container ul.navbar >li{
	float:left;
	height:40px;
	font-size:14px;
	font-family: 'Russo One', sans-serif;
	background:url(../images/nav/topnav_divider.png) no-repeat left;
	font-weight:normal;
	line-height:20px;
}

.nav_container ul.navbar >li a{
	text-transform:uppercase;
	text-decoration:none;
	color:#2d2f2e;
	float:left;
	padding:11px 17px 9px 19px;
}

.nav_container ul.navbar >li a:hover{
	color:#ff00aa;

}

.navcaps{
	width:24px;
	height:40px;
	position:absolute;
}

#leftnavcap{
	background:url(../images/nav/topnav_leftcap.png);
	left:-21px;
}

#rightnavcap{
	background:url(../images/nav/topnav_rightcap.png);
	right:-20px;
}

iframe{
	border:none;
	width:900px;
	height:64px;
	margin:0 auto 0 auto;
}

.navDownload{
	position:relative;
	width:800px;
	height:60px;
	background:#f5f5f5;
	margin:1px auto 15px auto;
	border-radius:4px;	
}

.navDownload ul.dlNav{
	height:30px;
	padding:0;
	margin:0 0 0 20px;
}

.navDownload ul.dlNav >li{
	float:left;
	height:30px;
	font-size:14px;
	font-weight:normal;
	line-height:16px;
	font-family: 'Russo One', sans-serif;
	background:url(../images/nav/topnav_divider.png) no-repeat left;
}

.navDownload ul.dlNav >li.tier2{
	margin-left:70px;
	
}

.navDownload ul.dlNav >li a{
	text-decoration:none;
	color:#2d2f2e;
	float:left;
	padding:8px 12px 8px 8px;
}

.navDownload ul.dlNav >li a:hover{
	color:#ff00aa;
}

.trans {
	background:#f5f5f5;
	background:rgba(0,0,0,0.5);
}

form {
	display:block;
}

.search {
	float:right;
	border:1px solid green;
	width:190px;
	overflow:hidden;
}

.search #formSearch {
	padding:3px 5px 3px 10px;
	overflow:hidden;
	position:relative;
}

.search #formSearch #q {
	width:150px;
	background:none;
	border:1px solid green;
	color:#666;
	float:left;
}

#searchButton {
	width:16px;
	height:16px;
	float:right;
	background:url(../images/nav/search.png) no-repeat;
	border:0;
	text-indent:-1000em;
	cursor:pointer;
	position:absolute;
	top:6px;
	right:8px;
}

.placeholder-fix:focus::-webkit-input-placeholder  { 
	color:transparent;
}
.placeholder-fix:focus::-moz-placeholder   { 
	color:transparent; 
}
/************************************************************** END Header Styling ***************************************************/

#wrap {
  margin: 4px 120px;
  display: inline-block;
  position: relative;
  height: 30px;
  float: right;
  padding: 0;
}

input[type="text"] {
  height: 30px;
  font-size: 22px;
  display: inline-block;
  font-family: "Lato";
  font-weight: 100;
  border: none;
  outline: none;
  color: #fff;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}

input[type="text"]:focus {
  width: 400px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}
input[type="submit"] {
  height: 36px;
  width: 32px;
  display: inline-block;
  color:red;
  float: right;
  background:url(../images/search.png);
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity .4s ease;
}

input[type="submit"]:hover {
  opacity: 0.8;
}


/************************************************************** MAIN SITE Styling ***************************************************/
#main {
	width:100%;
	padding-top:25px;
	margin-top:90px;
}

#container {
	width:900px;
	margin:0px auto;
	padding:0;
	background:#111;	
}

#sale {
	width:900px;
	margin:0px auto;
	padding:0;
	background:#111;	
}

.saleInner {
	width:80%;
	margin:0px auto;
	padding:5px;
}

.wrapper {
	padding:0;
	margin:15px;
}

a:link,
a:visited {
	text-decoration:underline;
	color:#FFF;
	font-weight:bold;
}
/************************************************************** END MAIN SITE Styling ***************************************************/

/************************************************************** INDEX Styling ***************************************************/
#mainWrapper {
	padding:0;
	margin:0 auto;
	width:900px;
	overflow:hidden;
}

#mainSlide {
	border:1px solid white;
	
	height:200px;
}

#mainSidebar {
	/*border:1px solid green;*/
	width:300px;
	padding:5px;
	/*height:600px;*/
	float:left;
	margin:20px 0;
	background:#111;
	background:rgba(40,40,40,0.5);
}

.side5dollar {
	height:300px;
	padding:0;
	margin:0 auto;
	border:1px solid #666;
	background:#111;
	background:rgba(100,100,100,0.5);
}

.side5dollar img {
	margin:0 auto;
}

.sideMOTM {
	border:1px solid #666;
	background:#111;
	background:rgba(100,100,100,0.5);
	padding-bottom:5px;
}

.youtube {
	margin:0 auto;
	width:280px;
}

.sideMOTM .match {
	padding:5px 0 5px 8px;
	color:#FFF;
	font-size:16px;
	text-shadow:1px 1px #000;
	font-weight:bold;
}

.sideCustom {
	border:1px solid #666;
	background:#111;
	background:rgba(100,100,100,0.5);
	height:220px;
}

.sideCustom img {
	float:right;
	margin:0 -25px 0 0;
}

.sideCustom p {
	color:#fff;
	margin:8px -8px 0 10px;
	font-size:16px;
	padding:0;
}


#mainHome {
	/*border:1px solid red;*/
	width:550px;
	/*height:600px;*/
	float:left;
	margin:20px 0 20px 35px;
}

.box {
	/*border:1px solid #666;*/
	position:relative;
}

.box img {
	margin:0 auto;
}

.box .title {
	color:#FFF;
	display:block;
	font-family: 'Russo One', sans-serif;
	font-size:20px;
	margin:10px 5px 10px 0;
	text-shadow:2px 2px #000;
	padding-left:5px;
}

.section {
	border:1px solid #666;
	height:160px;
	background:#111;
	background:rgba(100,100,100,0.5);
	position:relative;
}

.sectionMembers {
	border:1px solid #666;
	height:190px;
	background:#111;
	background:rgba(100,100,100,0.5);
	position:relative;
}

#headlines {
	border:1px solid #666;
	background:#111;
	background:rgba(100,100,100,0.5);

}

.section .img {
	padding:5px;

}

#headlines .title,
.section .title {
	color:#FFF;
	display:block;
	font-family: 'Russo One', sans-serif;
	font-size:20px;
	margin:10px 5px 10px 0;
	text-shadow:2px 2px #000;
	padding-left:5px;
}

#headlines .info,
.section .info {
	color:#FFF;
	display:block;
	margin:0 5px 5px 0;
	padding-left:5px;
}

.section .clickRight {
	position:absolute;
	bottom:5px;
	right:15px;
}

.section .clickLeft {
	position:absolute;
	bottom:5px;
	left:15px;
}

.section a:link {
	display:inline-block;
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px #000;
	padding:10px 25px;
	text-transform:uppercase;
	background:#333 url(../images/clickHere.png) left top repeat-x;
}

.section a:hover {
	background:#333 url(../images/clickHere.png) left bottom repeat-x;
}

.leftFloat {
	float:left;
}

.rightFloat {
	float:right;
}

.section .ml190 {
	margin-left:190px;
}

.section .mr190 {
	margin-right:190px;
}

#headlines .date {
	font-size:10px;
	font-style:italic;
	color:#ff00aa;
}

#headlines p {
	margin:8px 0;
}

#headlines a:link {
	font-style:bold;
	background:none;
	text-decoration:none;
	padding:0;
	margin:0;
	text-transform:uppercase;

}
/************************************************************** END INDEX Styling ***************************************************/

/************************************************************** LINKS Styling ***************************************************/
#links {
	margin-left: 15px;
}

#links a{
	font-weight:normal;
	color:#ec008c;
	font-size:16px;
}

#links p{
	font-family:"Arial Black", Gadget, sans-serif;
	color:#ddd;
		
}

/************************************************************** END LINKS Styling ***************************************************/

/************************************************************** ROSTER Styling ***************************************************/
#rosterWrapper {
	padding:0;
	margin-bottom:15px;
	position:relative;
}

.rosterGallery {
	overflow:hidden;
	position:relative;
	padding:0;
}

.rosterGallery ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.rosterGallery li {
	list-style-type:none;
	width:200px;
	padding:0 8px 8px 0;
	display:inline-block;
}

.wrestler_container {
	display:inline-block;
	height:100%;
	margin:0;
	padding:0;
	position:relative;
	width:33%;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	font-weight: bold;
}

.wrestler_container_name {
	position:absolute;
	top:60%;
	left:50%;
	text-align:left;
	text-shadow:2px 1px 0 #000;
	color:#fff;
}

.wrestler_container_img {
	margin:0;
	padding:0;
}

.wrestler_container img {
    width:300px;
    vertical-align:top;
	margin:0;
	padding:0;
}
.wrestler_container:after {
    content:'\A';
    position:absolute;
    width:300px; height:8px;
    bottom:0; left:0;
    background:#ff00aa;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.wrestler_container:hover:after {
    opacity:1;
}
/*
.alumni_container {
	display:block;
	height:220px;
	margin:0;
	padding:0;
	position:relative;
	width:300px;
	background:url(../roster/images/container/alumni/jasmin.jpg);
}

.alumni_container:after {
	content:"";
	display:block;
	height:220px;
	width:300px;
	background:url(../roster/images/container/alumni/jasmin.jpg) bottom;
	position:absolute;
	top:0;
	opacity:0;
	-webkit-transition: .5s;
	transition: .5s;
}

.alumni_container:hover:after {
	opacity:1;
}
*/

.wrestler_wrapper {
	position:relative;
	width:100%;
	background:#000;
}

.wrestler_bg {
	width:900px;
	height:1000px;
	/*background:url(../roster/images/bg/santana_bg.jpg);*/
	margin:0;
	padding:0;
	float:left;
}

.bio {
	position:relative;
	width:41%;
	float:right;
	height:920px;
	margin-top:80px;
	padding:0;
	/*border:1px solid blue; */
	font-family: 'Oswald', sans-serif;
	margin-top:-103%;
}

.ringName {
	font-size:40px;
	text-transform:uppercase;
}

.socialWrestler {
	height:48px;
	font-size:34px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	margin-left:15px;
	padding:8px 0;
}

.feature {
	font-size:30px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	margin-left:15px;
	padding:8px 0 15px 0;
}

.matchbox {
	width:860px;
	min-height:120px;
	background:#FFF;
	border-radius:4px;
	padding:5px 0 15px 15px;
	overflow:auto;
}

.matchbox ul {
	padding:8px 4px 15px 4px;
	margin:0;
	list-style-type:disc;
}

.matchbox ul li {
	width:33%;
	padding:0;
	text-transform:none;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-weight:normal;
	margin-bottom:12px;
	color:#333;
}

.matchbox a:link {
	color:#333;
	text-decoration:underline;
	display:inline-block;
}

.matchbox a:visited {
	color:#333;
	text-decoration:underline;
	display:inline-block;
}

.matchbox a:hover {
	color:#FF00AA;
}

.blkText {
	color:#000;
}

.whtText {
	color:#FFF;
}

.blkText p {
	color:#000;
}

.whtText p {
	color:#FFF;
}

.tab {
	padding-left:.75em;
}

/************************************************************** END ROSTER Styling ***************************************************/

/************************************************************** CUSTOMS Styling ***************************************************/
.poster{
	width:750px;
	margin:0 auto;
	
}

.poster img {
	margin:0 auto;
}

.freePoster{
	width:750px;
	margin:0 auto;
	
}

.freePoster img {
	margin:0 auto;
	border:2px solid #666;
}

.lineup {
	width:750px;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	padding-bottom:5px;
}

.lineup p {
	padding:0;
	margin:0;
}

#customsMain {
	width:750px;
	margin:0 auto;
	padding:0;
	color:#FFF;
	text-align:center;
}

.customText {
	color:#FFF;
	text-align:center;
	padding:0;
}

.freeText {
	color:#FFF;
	text-align:center;
	padding:0;
	font-size:18px;
}

#customsPricing {
	color:#FFF;
	width:450px;
	height:370px;
	margin:0;
	padding:5px 5px 0px 10px;
	text-align:left;
	border:2px groove white;

}

.pricing {
	list-style:inside;
	margin:0;
	padding:0;
}

.pricing li{

}

.pricingBold{
	font-weight:bold;
	font-size:20px;
}

#customImg {
	width:275px;
	height:375px;
	float:right;
}

.patreon {
	width:750px;
	margin:0 auto;
}

.patreon img {
	margin:0 auto;
}

/************************************************************** END CUSTOMS Styling ***************************************************/

/************************************************************** DOWNLOADS Styling ***************************************************/
#dlTopbar {
	
}

.dlNav {
	height:30px;
	padding:5px;
}

.dlNav ul {
	width:400px;
	background:#222;
	margin:0;
	padding:2px 0px 2px 8px;
	list-style:none;
	border-radius:4px;
}

.dlNav li {
	display:inline-block;
	margin:0;
	color:#CCC;
}

#dlTitle {
	width:205px;
	margin:0 auto;
	font-family: 'Russo One', sans-serif;
	font-weight:normal;
}

.dl {
	width:540px;
	height:280px;
	padding:0;
	margin:0;
}

.dlImg {
	width:200px;
	height:250px;
	float:left;
}

.dlContent {
	width:340px;
	height:250px;
	margin-left:210px;
	color:#FFF;
	padding:0;
}

.dlContent .p{
	margin:0;
	padding:0;
}


#NewMatches {
	width:560px;
	margin:0 0 0 340px;
	
}

#dlGallery {
	
	/*float:left; */
	padding:0;
	background:#111;
	overflow:hidden;
}

#dlContainer {
	width:1200px;
	margin:0px auto;
	padding:0;
	background:#111;
}


.dlGraphic {
	width:100%;
	margin:0;
	padding:5px 50px 25px 50px;
}

.dlGraphic img {
	border:1px solid #777;
}

.dlRow {
	height:300px;
	width:100%;
	padding:0 10px 0 15px;
}

.dlTile {
	float:left;
	width:275px;
	/*height:275px;*/
	border:1px solid #444;
	border-radius:6px;
	box-shadow: 1px 1px 3px #999;
	padding-bottom:8px;
	margin-right:20px;
}

.ml25 {
	margin-left:25px;
}

.dlPic {
	display:block;
	width:265px;
	height:180px;
	padding:5px 5px 0 5px;
	overflow:hidden;
}

.dlTitle {
	color:#DDD;
	display:block;
	width:265px;
	padding:5px 10px 0px 10px;
	overflow:hidden;
	line-height:20px;
	font-size:18px;
	font-family:"Arial Black", Gadget, sans-serif;
	margin-bottom:15px;
}

.dlTitle a{
	color:#DDD;
	text-decoration:none;
	font-weight:normal;
}

.dlInfo {
	display:block;
	width:40%;
	padding:2px 10px 0px 10px;
	margin:0;
	overflow:hidden;
	color:#999;
	font-size:13px;
	line-height:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float:left;
}

.dlButton {
	float:right;
	margin-right:5px;
}

.blkfriButtons {
	float:right;
	margin-right:5px;
	width:40%;
	padding:0;
}

.blkfriButtons ul {

	margin:8px 0 0 0;
	list-style-type: none;
}

.blkfriButtons li {
	padding-left:20px;
	float:right;
	display: inline-block;
}

.video {
	width:880px;
	height:495px;
	/*height:300px;*/
	margin:0 auto;
}

.video iframe {
	width:100%;
	height:100%;
	margin:0 auto;
}

#preview {
	width:880px;
	margin:0 auto;
}

.matchTitle {
	color:#DDD;
	display:block;
	width:100%;
	padding:5px 10px 0px 10px;
	overflow:hidden;
	line-height:34px;
	font-size:30px;
	font-family:"Arial Black", Gadget, sans-serif;
	margin-bottom:15px;
	margin-top:15px;
}

.matchDesc {
	color:#FFF;
	display:block;
	width:880px;
	padding:5px 10px 0px 10px;
	overflow:hidden;
	line-height:20px;
	font-size:16px;
	font-family:"Arial Black", Gadget, sans-serif;
	margin-bottom:20px;
}

.matchExtra {
	font-size:14px;
	font-style:italic;
}

.matchBottom {
	width:100%;
	height:290px;
	position:relative;
	margin-bottom:10px;
}

.matchInfo {
	display:block;
	width:200px;
	padding:2px 10px 0px 10px;
	margin:0;
	overflow:hidden;
	color:#999;
	font-size:13px;
	line-height:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/****.sellfy-buy-button {
	display:block;
	width:200px;
	padding:2px 10px 0px 10px;
	margin:0;
	overflow:hidden;
	
}
****/

.matchGallery {
	padding: 0px;
	overflow: hidden;
	width:625px;
	height:290px;
	float:right;

}

.matchGallery ul {
	list-style-type: none;
	padding: 0;
	margin:0;
}

.matchGallery li {
	float: left;
	width: 200px;
	padding: 0px 8px 8px 0px;
	list-style-type: none;
}

summary {
	outline:none;
	color:#FFF;
}


details {
	margin-left:10px;
}

details a:link, details a:visited{
	text-decoration:none;
	font-weight:normal;
	color:#06F;
}

summary::-webkit-details-marker {
  display: none
}
summary:after {
  background: #666; 
  border-radius: 5px; 
  content: "+"; 
  color: #fff; 
  float: left; 
  /*font-size: 1.5em; */
  font-weight: bold; 
  margin: 0 8px 0 0;
  padding: 0; 
  text-align: center; 
  width: 20px;
}
details[open] summary:after {
  content: "-";
}

.blkfriContainer {
	/*height:300px;*/
	width:100%;
	padding:0 10px 0 15px;
	margin-top:6px;
}

.friGraphic {
	width:750px;
	margin:0 auto;
	
}

.friGraphic img {
	width:100%;
	margin:0 auto;
}

.blkfriTile {
	float:left;
	width:96%;
	/*height:275px;*/
	border:1px solid #AAA;
	border-radius:6px;
	box-shadow: 1px 1px 3px #999;
	padding-bottom:8px;
	margin: 8px auto;
}

.blkfriTitle {
	color:#DDD;
	display:block;
	width:100%;
	padding:5px 10px 0px 10px;
	overflow:hidden;
	line-height:20px;
	font-size:18px;
	font-family:"Arial Black", Gadget, sans-serif;
	margin:6px auto;
}

.blkfriInfo {
	display:block;
	width:40%;
	padding:2px 10px 0px 10px;
	margin:0;
	overflow:hidden;
	color:#FFF;
	font-size:13px;
	line-height:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float:left;
	font-weight:200;
}

.blkfriDesc {
	display:block;
	width:96%;
	padding:2px 10px 4px 10px;
	margin:0;
	overflow:hidden;
	color:#999;
	font-size:12px;
	line-height:13px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float:left;
}

.blkfriGallery {
	padding: 4px;
	overflow: hidden;
	width:100%;
	float:left;
}

.blkfriGallery ul {
	list-style-type: none;
	padding: 0;
	margin:0 0 0 15px;
}

.blkfriGallery li {
	float: left;
	width: 200px;
	padding: 0px 8px 0px 0px;
	list-style-type: none;
}

.5dollarFrame {
	
}

/************************************************************** END DOWNLOADS Styling ***************************************************/

/************************************************************** SPONSOR Styling ***************************************************/
#sponsorGallery {
	
	/*float:left; */
	padding:0;
	background:#111;
	overflow:hidden;
}

.tile {
	float:left;
	width:200px;
	height:200px;
	border:1px solid #CCC;
	border-radius:6px;
	box-shadow: 1px 1px 3px #999;
}

.mb20 {
	margin-bottom:20px;
}

.mr20 {
	margin-right:20px;
}

.ml20 {
	margin-left:10px;
}

.tilePic {
	display:block;
	width:190px;
	height:120px;
	padding:5px 5px 0 5px;
	overflow:hidden;
}

.tileName {
	color:#DDD;
	display:block;
	width:180px;
	padding:5px 10px 0px 10px;
	overflow:hidden;
	line-height:20px;
	font-size:20px;
	font-family:"Arial Black", Gadget, sans-serif;
}

.tileProgress {
	display:block;
	width:180px;
	padding:2px 10px 0px 10px;
	overflow:hidden;
	text-align:center;
}

.tileLoc {
	display:block;
	width:180px;
	padding:2px 10px 0px 10px;
	overflow:hidden;
	color:#999;
	font-size:13px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#sponsorInfo {
	width:800px;
    /*** height:280px; ***/
	border:1px solid #CCC;
	border-radius:6px;
	box-shadow: 1px 1px 3px #999;
	margin:0 auto 20px auto;
	padding-left:6px;
}

.levels {
	margin:10px 0 30px 0;
}

.levelInfo {
	float:right;
	width:70%;
	margin:0;
	padding:0;
	line-height:22px;
	font-size:16px;
	text-shadow:2px 2px #000;
	font-family: 'Russo One', sans-serif;
	color:#FFF;
}

.sponsorLevel {
	width:30%;
	color:#FF00AA;
	margin:0 0 0 15px;
	text-shadow:2px 2px #000;
	font-family: 'Russo One', sans-serif;
	padding:0;
	font-size:26px;
}

#sponsorInfo p {
	margin:0 5px 5px 5px;
	padding:0;

}


/************************************************************** END SPONSOR Styling ***************************************************/

/************************************************************** CROWDFUND Styling ***************************************************/
#crowdfundGallery {
	
	/*float:left; */
	padding:0;
	background:#111;
	overflow:hidden;
}

.crowdfundRow {
	height:300px;
	width:100%;
	padding:0 10px 0 15px;
}

.crowdfundTile {
	float:left;
	width:275px;
	/*height:275px;*/
	/*border:1px solid #444;
	border-radius:6px;
	box-shadow: 1px 1px 3px #999;*/
	padding-bottom:8px;
	margin-right:20px;
}

.crowdfundPic {
	display:block;
	width:265px;
	height:320px;
	padding:5px 5px 0 5px;
	overflow:hidden;
}

.crowdfundProgress {
	display:block;
	width:265px;
	height:50px;
	padding:0px 5px 0 5px;
	overflow:hidden;
}

.crowdfundTitle {
	color:#DDD;
	display:block;
	width:265px;
	height:36px;
	padding:5px 10px 0px 5px;
	overflow:hidden;
	line-height:18px;
	font-size:16px;
	font-family:"Russo One", sans-serif;
	margin-bottom:15px;
}

.crowdfundTitle a{
	color:#DDD;
	text-decoration:none;
	font-weight:normal;
}

.crowdfundInfo {
	display:block;
	width:265px;
	padding:2px 10px 0px 5px;
	margin:0;
	overflow:hidden;
	color:#999;
	font-size:13px;
	line-height:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float:left;
}

.crowdfundTop {
	width:100%;
	/*height:290px;*/
	position:relative;
	margin-bottom:10px;
}

.crowdPic {
	display:block;
	width:440px;
	padding:0 5px;
	margin:0;
	overflow:hidden;
	float:left;
}

.crowdInfo {
	padding: 0px;
	overflow: hidden;
	width:450px;
	height:565px;
	margin-left:450px;
	color:#DDD;
}

.crowdfundBottom {
	width:100%;
	/*height:290px;*/
	position:relative;
	margin:10px 0;
}

.crowdfundBottom fa {
	float:right;
}

.crowdTitle {
	color:#DDD;
	display:block;
	width:850px;
	padding:15px 10px 15px 15px;
	overflow:hidden;
	line-height:30px;
	font-size:28px;
	font-family:"Russo One", sans-serif;
	margin:0 auto;
}

.crowd_progress {
	display:block;
	width:90%;
	padding:0;
	margin:0 auto;
	
}

.crowd_progress li {
	list-style:none;
	width:68%;
	float:left;
	text-align:center;
	font-size:12px;
	padding:0;
	margin:0;
}

.crowd_progress li:nth-child(odd) {
	width:16%;
}

.crowd_progress p {
	padding:0;
	margin:0;
}

.crowd_progress p.crowdHeader {
	font-weight:bold;
	font-size:20px;
	line-height:22px;
}

.crowd_progress p.crowdText {
	font-weight:100;
	color:#CCC;
	font-size:16px;
	line-height:18px;
}

.crowdButton {
	width:33%;
	margin:0 auto;
	padding:10px 0 10px 0;
}

.faqs {
	padding-bottom:10px;
}

.faqs li {
	list-style:none;
	width:100%;
	padding:0;
	margin-bottom:8px;
}

.faqs li:nth-child(even) {
	margin-bottom:25px;
}

.faqs_question {
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	line-height:22px;
	margin-bottom:5px;
}

.faqs_answer {
	color:#DDD;
	font-size:16px;
	line-height:18px;
	margin-bottom:7px;
	margin-left:10px;
}


/************************************************************** END CROWDFUND Styling ***************************************************/

/************************************************************** UPDATES Styling *******************************************************/
#mainUpdate {
	margin-top:20px;
	width:600px;
}

#sideUpdate {
	width:290px;
	float:right;
	margin-top:98px;
	border:1px solid #666;
	background:#111;
	background:rgba(100,100,100,0.5);
}

.updateSection {
	border:1px solid #666;
	height:150px;
	width:550px;
	background:#111;
	background:rgba(100,100,100,0.5);
	position:relative;
	/*padding:5px 5px 0 5px; */
	padding:5px;
}

.updateSection .img {
	padding-right:5px;
	border-right:1px solid #ddd;

}

#mainUpdate .title {
	color:#FFF;
	display:block;
	font-family: 'Russo One', sans-serif;
	font-size:20px;
	margin:10px 5px 10px 190px;
	text-shadow:2px 2px #000;
	padding-left:5px;

}

#mainUpdate .info {
	color:#FFF;
	display:block;
	margin:0 5px 5px 190px;
	padding-left:5px;

}

#sideUpdate .title {
	color:#FFF;
	display:block;
	font-family: 'Russo One', sans-serif;
	font-size:20px;
	margin:10px 5px 10px 10px;
	text-shadow:2px 2px #000;
	padding-left:5px;

}

#sideUpdate .info {
	color:#FFF;
	display:block;
	margin:0 5px 5px 10px;
	padding-left:5px;

}

#sideUpdate .heading {
	color:#FF00AA;
	display:block;
	font-family: 'Russo One', sans-serif;
	font-size:16px;
	margin:10px 5px 10px 10px;
	text-shadow:2px 2px #000;
	padding-left:5px;

}
/************************************************************** END UPDATES Styling ***************************************************/

/************************************************************** MERCH Styling ***************************************************/

#merchHead {
	height:200px;
	min-height:200px;
	border:1px solid green;
	
}

#merchMain {
	height:600px;
	min-height:600px;
	border:1px solid red;
	
}

#merchRow {
	border:1px solid #666;
	margin:20px auto;
	height:370px;
	min-height:200px;
	padding-top:10px;
	background:#111;
	background:rgba(100,100,100,0.5);
}

.merchTile {
	float:left;
	width:295px;
	/*height:275px;*/
	border:1px solid #444;
}

.merchTile img {
	margin:0 auto;
}

/************************************************************** END MERCH Styling ***************************************************/

/************************************************************** CONTACT Styling *******************************************************/
.contactIntro {
	
	margin:0;
	color:#FFF;
	padding:0 10px;
}

.contactIntro p {
	padding:0;
	margin:0;
}

#contact-area {
	
	width:575px;
	height:400px;
	margin: 25px 0;
	border: 1px solid #FFF;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px; 
	padding:25px 0px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 200px;
	width:400px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #ff00aa;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

fieldset {
	border: 1px solid #ff00aa;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 16px;
	color: white;
}

legend {
	font-family: 'Russo One', sans-serif;
	color: white;
	padding: 5px;
}

.transparent {
	background:#7f7f7f;
	background:rgba(0,0,0,0.5);
}
/************************************************************** END CONTACT Styling ***************************************************/

/************************************************************** FOOTER Styling *******************************************************/
#footer {
	padding: 0px 10px;
	background:url(../images/nav/topbar_bg_repeat.png);
	color:#FFF;
	width:100%;	
	border-top:2px solid rgba(255,0,170,0.3);
	position:relative;
	margin:15px auto;
	text-align: center;
}

#footer p {
	line-height:28px;
	margin:2px 0 10px 0;
	font-size:14px;
}



.insideFooter {
	margin:0px auto;
	width:900px;
	position:relative;
	text-align: center;
}


#footer a:link {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover {
	color:#ff00aa;
}

.socialFooter {
	height:50px;
	margin:5px 0 5px -3px;

}

#facebook {
	display:inline-block;
	height:50px;
	width:50px;
	background:url(../images/facebook_50.png) 0 0 no-repeat;
	background-size:50%;
}

#twitter {
	display:inline-block;
	height:50px;
	width:50px;
	background:url(../images/twitter_50.png) 0 0 no-repeat;
	background-size:50%;
}

#youtube {
	display:inline-block;
	height:50px;
	width:50px;
	background:url(../images/youtube_50.png) 0 0 no-repeat;
	background-size:50%;
}

#instagram {
	display:inline-block;
	height:50px;
	width:50px;
	background:url(../images/instagram_50.png) 0 0 no-repeat;
	background-size:50%;
}

#tiktok {
	display:inline-block;
	height:50px;
	width:50px;
	background:url("../images/tiktok_50.png") 0 0 no-repeat;
	background-size:50%;
}


#facebook span,
#twitter span,
#youtube span,
#instagram span,
#prowrestlingt span {
	position:absolute;
	top:-999em;
}

#optIn {
	float:right;
	height:90px;
	width:380px;
	/*background:#666;*/
	margin:8px 20px 8px 0;
	background: -webkit-linear-gradient(#EEE, #BBB); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#EEE, #BBB); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#EEE, #BBB); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#EEE, #BBB); /* Standard syntax (must be last) */
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border: 0px solid #800000;
	display:none;
}

.optImg{

}

#optIn p {
	padding:0;
	margin:0;
	color:#333;
	font-size:12px;
}

#optIn form {
	display:block;
	text-align:center;
	width:300px;
	margin:0 auto;
}

#footer span {
	padding:0;
	margin-bottom:5px;
	color:#fff;
	font-size:12px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#newFooter {
	padding: 0px;
	background:url(../images/nav/topbar_bg_repeat.png);
	color:#FFF;
	width:100%;	

	border-top:2px solid rgba(255,0,170,0.3);
	position:relative;
	margin:15px auto;
	text-align: center;
}

FooterLogo{
	width:500px;
	margin:0 auto;
}

.FooterLogo img {
	margin:0 auto;
	width:125px;
}

#newFooter p {
	line-height:28px;
	margin:2px 0 10px 0;
	font-size:14px;
}

#newFooter span {
	padding:0;
	margin-bottom:5px;
	color:#fff;
	font-size:12px;
}

#newFooter a:link {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

#newFooter a:hover {
	color:#ff00aa;
}

/************************************************************** END FOOTER Style *****************************************************/

.image {
    position:relative;
    width:300px;
    height:220px;
}
.image img {
    width:100%;
    vertical-align:top;
}
.image:after {
    content:'\A';
    position:absolute;
    width:100%; height:8px;
    bottom:0; left:0;
    background:#ff00aa;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.image:hover:after {
    opacity:1;
}



