body {	
	font-size: 16px;
	font-family: 'VT323', arial, verdana, helvetica;	
	overflow-y: auto;
	background: url(../img/bg.jpg) repeat #292929;
	background-position: top;
	margin: 0;
	padding: 0;
}

.nav {
	font-family: 'Luckiest Guy';
	width: 100%;
	text-align: center;
	margin: auto;	
	color: transparent;
	padding: 10px;
	box-shadow: 0 0 15px #000;
	box-sizing: border-box;
	background: #a4b357; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: #9dd53a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkZDUzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Y2JjMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #9dd53a 0%, #7cbc0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9dd53a 0%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9dd53a 0%,#7cbc0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9dd53a 0%,#7cbc0a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9dd53a 0%,#7cbc0a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-8 */

}	

.nav span {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 0 #000;
	font-size: 2em;	
	padding: 0 20px;
	cursor: pointer;
}

.nav span:hover {
	color: green;
	text-shadow: 1px 1px 0 #e8e8e8;
}

#logo {	
	width: 295px;
	height: 131px;
	max-width: 295px;
	margin: 20px auto 0 auto;
	background: url(../img/logo-large.png) no-repeat;
}

#title {				
	max-width: 600px;
	margin: 40px auto 40px auto;	
	border: 5px solid #fff;
	box-shadow: 0 0 20px #000;
}

#sharing
{
	text-align: center;
}

#sharing .instruction {
	color: #fff;
	padding-bottom: 10px;
}

body > .data-section ~ .data-section {
	display: none;
}

.data-section {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

#facebook {
	width: 83px;
	height: 28px;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

#facebook-container {
	margin-left: -60px;
	margin-top: -28px;
	max-height: 25px;
}

#twitter {
	display: inline-block;
	width: 83px;
	height: 28px;		
	position: relative;
	overflow: hidden;
	padding: 4px 7px;
	box-sizing: border-box;
}

#google {
	display: none;
	width: 40px;
	height: 28px;		
	position: relative;
	overflow: hidden;
	padding: 4px 4px;
	box-sizing: border-box;
}

#action-text {				
	width: 310px;
	margin: 40px auto 0px auto;
}

#buttons {
	width: 700px;
	margin: 20px auto 0px auto;
}

#buttons a {
	display: inline-block;
	padding: 15px;
}

#buttons img {
	border: none;
	cursor: pointer;
}

#buttons img:active {
	opacity: .7;
}

#follow {
	width: 200px;
	text-align: center;
	margin: auto;
	color: #fff;
	font-size: 1.6em;
	text-shadow: 1px 1px 0 #000;
}

#follow a {	
	text-decoration: none;	
}

#follow img {
	width: 64px;
	height: 64px;
}

#description {
	font-family: 'Luckiest Guy';
	font-size: 1.8em;
	text-align: center;
	color: #fff;
	margin: 20px auto 0px auto;
	text-shadow: 4px 4px 1px rgba(0,0,0,.5);
	padding: 40px 20px;
}

#video {
	width: 640px;
	height: 480px;
	margin: 20px auto;
	border: 5px solid #fff;	
	background-color: #000;
}

#video-mobile {
	width: 300px;
	height: 475px;
	margin: 20px auto;
	border: 3px solid #fff;
	background-color: #000;
	display: none;
}

#footer {	
	text-align: center;
	color: #e8e8e8;
	font-size: 1em;
	background-color: rgba(0,0,0,.5);
	border-top: 1px solid #555;
	margin-top: 20px;
	padding-bottom: 20px;
}
#footer a {
	text-decoration: none;
	color: #fff;
}

#tshirt-promo {
	max-width: 300px; 
	width: 100%; 
	margin: auto; 
	margin-top: 20px;
	border: 3px solid; 
	background-color: #fff;
}
#tshirt-promo img {	
	width: 100%;
	border: none;
}


/* slideshow */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

#tshirts {
	color: #fff;
	width: 90%;
	max-width: 700px;
	padding: 10px 20px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 0px;
	text-align: center;

	font-family: 'Luckiest Guy';
	font-size: 1.6em;	
	text-shadow: 4px 4px 1px rgba(0,0,0,.5);
}

#tshirts h1 {
	color: #fff;
}

#blue {
	display: none;
}

img.shirt {
	width: 100%;
	max-width: 404px;
	border-radius: 10px;
	box-shadow: 0 0 20px #000;
}

em {
	font-size: .9em;
	color: #eeeeee;
}
.shirt-color {
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	border: 2px solid #333;
	margin: 10px;
	display: inline-block;
	width: 100px;
	box-shadow: 4px 4px 0px rgba(0,0,0,.2);								
	cursor: pointer;
	padding: 10px;
	background-color: #888;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
	font-size: 1.3em;
	border-radius: 3px;
}
.shirt-color:active {
	margin-top: 12px;
	margin-left: 12px;
	box-shadow: 0 0 0 #000;
}
.shirt-color-selected {
	background-color: #57d5fe;
	color: #fff;
}	


#contact {
	font-family: 'Luckiest Guy';
	font-size: 1.6em;	
	text-shadow: 4px 4px 1px rgba(0,0,0,.5);				
	width: 90%;
	max-width: 500px;
	padding: 10px 20px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	min-height: 500px;
}
#contact a {
	color: #fff;
	text-decoration: none;
}

.title {
	font-family: 'Luckiest Guy';
	font-size: 1.4em;	
	text-shadow: 4px 4px 1px rgba(0,0,0,.5);
	color: #fff;
}

#ringtones {
	font-size: 1.4em;
	text-shadow: 2px 2px 1px rgba(0,0,0,.5);				
	width: 90%;
	max-width: 700px;
	padding: 10px 20px;
	box-sizing: border-box;
	margin: auto;
	color: #fff;
}

#ringtones a { 
	color: #fff;
	text-decoration: none;
	text-overflow:ellipsis;	
}

#ringtones ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	max-width: 421px;
} 

#ringtones li {
	padding: 10px 0 10px 10px;
	margin: 10px 0;
	text-align: left;
}

#ringtones li span {
	display: inline-block;
	width: 18px;
	height: 36px;
	float: left;
	margin-right: 10px;
	background-image: url(../img/music.png);
	background-position: left;
	background-position-y: 4px;
	background-repeat: no-repeat;	
	
}

#ringtones li:hover {	
	text-decoration: underline;	
}


#wallpapers {
	font-size: 1.3em;
}

#wallpapers ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#wallpapers ul li { 
	display: inline-block;
	padding: 10px;
}

#wallpapers ul li img { 
	border: 3px solid #fff;
}

#wallpapers ul li a { 
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: .8em;
	margin: 10px;
}

#wallpapers ul li a:hover { 
	text-decoration: underline;
}

#facebook-profile {
	font-size: 1.3em;
}

#facebook-profile img {
	border: 3px solid #fff;
}

@media (max-width: 768px) {
	.nav span {
		padding: 10px 5px;
		display: inline-block;
	}

	#logo {	
		width: 206px;
		height: 98px;
		max-width: 295px;
		margin: 20px auto 0 auto;
		background: url(../img/logo.png) no-repeat;
	}

	#buttons {
		width: 315px;		
	}

	#buttons a {		
		padding: 10px 0;
	}

	#action-text {
		height: 40px;
		overflow-y: hidden;
	}

	#description {
		width: 90%;
		padding: 20px 20px;
	}

	#video {
		display: none;
	}

	#video-mobile {
		display: block;
	}

	.nav {
		width: 100%;
		color: transparent;
		padding: 10px;
		box-shadow: 0 0 15px #000;
		background: #a4b357; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0YjM1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzVkOTE0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NTg5MGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #a4b357 0%, #5d9147 90%, #75890c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b357), color-stop(90%,#5d9147), color-stop(100%,#75890c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #a4b357 0%,#5d9147 90%,#75890c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #a4b357 0%,#5d9147 90%,#75890c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #a4b357 0%,#5d9147 90%,#75890c 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #a4b357 0%,#5d9147 90%,#75890c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-8 */
		font-size: .7em;

	}		
}




