 { padding: 0; margin: 0; }

body {
	background-color: #000;
	font: 1em/150% 'Quicksand', sans-serif;;
	padding: 0; margin: 0;
	color: #f7f7f7;
}



a {
	color: #a5d7ff;
	text-decoration: none;
	border-bottom: 1px solid #a5d7ff;
}
a:hover {
	text-decoration: none;
	border-bottom: none;
}

.image { border-bottom: none; }

.button{
	display:block;
	text-align:center;
	width:96%;
	font: 16px/100% 'Quicksand', sans-serif;
	font-weight:600;
	text-transform: uppercase;
	border:none !important;
	border-radius:5px;
	text-decoration:none;
	color:#000;
	background-color:#c22628;
	padding:2%;
}

.pad-right{
	margin-right:1%;
}

.pad-left{
	margin-left:1%;
}

.button-click {
	border:none !important;
	border-radius:5px;
	text-decoration:none;
	color:#000;
	background-color:#c22628;
	padding:2%;
}

.small-button{
	display:block;
	text-align:center;
	width:45%;
	font: 14px/100% 'Quicksand', sans-serif;
	font-weight:600;
	text-transform: uppercase;
	border:none !important;
	border-radius:5px;
	text-decoration:none;
	color:#000;
	background-color:#c22628;
	padding:2%;
	float:left;
}

.small-button:hover, .button:hover{
	background-color:#ff0000;
}

h1 {
	font: 36px/100% 'Quicksand', sans-serif;
	text-transform: uppercase;
	color: #a5d7ff;
}

h2{
	font: 24px/100% 'Quicksand', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #a5d7ff;
}

p { margin-bottom: 10px; }
img { border-radius: 16px; border-bottom: none; }

/************************************************************************************
STRUCTURE
*************************************************************************************/
.content-float{
	position:absolute;
	top:330px;
	width:100%;
	border-top: 1px solid rgba(255,255,255,0.5);
}

#pageholder {
	background-color: #555;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111');
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
	background: -moz-linear-gradient(top,  #333,  #111);
	margin-top: 355px;
	margin-bottom: -330px;
	padding-bottom: 0px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

#pagewrap {
	padding: 15px;
	width: 1200px;
	margin: 360px auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#header {
	position:absolute;
	top: 0;
	z-index: -1;
	height: 350px;
	/*background-image:url('../images/bg-header.png');
background-image: url('../images/header.png');
	background-repeat: no-repeat;*/
	width:100%;
	background-size: 100%;
}

.header-inner{
	margin:auto;
	width:1200px;
}

.logo-gfx-container{
	position:relative;
	width:1200px;
}

#logo-container{
	position:absolute;
	left:260px;
	top:80px;
}


#appimage {
	position: absolute;
	left: 500px;
	top: -50px;
	z-index: 10;
}

#appimage img {
	width: 600px;
}

.shadow{
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.appstore-btn-pos{
	margin-top:10px;
}
.appstore-btn{
	background: url('../images/available-on-the-app-store.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height:45px;
	width:150px;
}

.appstore-btn-pos2{
	margin-top:20px;
}
.appstore-btn2{
	background: url('../images/gplay.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height:52px;
	width:150px;
}

.social-links{
	position: relative;
	float:right;
	right: 40px;
	z-index: 99999;
	margin-top: -58px;
	margin-right: -30px;
	width:125px;
	background-color: #555;
	border-radius: 10px;
	padding: 10px;
	height: 20px;
}

.fb_edge_widget_with_comment span.fb_send_button_form_widget {
  top:200px!important;  /*for example*/
  left:200px!important;        /*for example*/
}

.link-facebook,.link-twitter{
	opacity:0.9;
	background-color:#ffff;
}

.link-facebook:hover,.link-twitter:hover{
	opacity:1;
}


.link-twitter{
	position: relative;
	z-index: 10;
	background: url('../images/link-twitter.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height:50px;
	width:50px;

}

.link-facebook{
	position: relative;
	z-index: 10;
	background: url('../images/link-facebook.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height:50px;
	width:50px;

}

.gfx-ninja{
	background: url('../images/gfx-ninja.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height:385px;
	width:349px;

}

#logo{
	background: url('../images/logo-ninjajamm.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height:50px;
	width:345px;
	float:left;
}

.left{
	float:left;
}
#strapline{
	padding-left:60px;
	margin-top:5px;
	padding-top:5px;

	border-top: 1px solid rgba(255,255,255,0.5);
	width:887px;
}

#strapline h3{
	font-size:1em;
	color:#fff;
	font-weight:300;
}

#content {
	width: 29%;
	padding: 2%;
	margin: 1%;
	margin-top: 0;
	float: left;
	background-color:#000;
/*	background-image: url('http://ninjajamm.com/images/back00.png');*/
	border-radius: 10px;
}

#middle {
	width: 27%;
	padding: 2%;
	margin-right: 1%;
	float: right;
	background-color:#000;
	border-radius: 10px;
}

#sidebar {
	margin-top: 0;
	width: 29%;
	padding: 2%;
	float: right;
	background-color:#000;
	border-radius: 10px;
}
#footer {
	clear: both;
	padding: 15px;
	background-color:#000;
	border-radius: 16px;
	height: 66px;
}

#credits {
	display: block;
	float: right;
}

#credits img {
	display: block;
	float: left;
	width: 200px;
	border-radius: 0px;
}

#credits img.top {
	margin-top: 5px;
	margin-right: 20px;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

@media screen and (max-width: 1200px) {

	body {
		font: 0.8em/150% 'Quicksand', sans-serif;
		background-color: #000;
	}

	#pagewrap {
		width: 94%;
	}
	#content {
		padding: 2%;
	}
	#middle {
		padding: 2%;
		margin-right: 1%;
		float: right;
	}

	#sidebar {
		clear: both;
		padding: 2%;
		float: right;
	}

}

@media screen and (max-width: 800px) {

	#appimage {
		display: none;
	}

	body {
		font: 1em/150% 'Quicksand', sans-serif;;
	}

	.social-links{
		display:none;
	}
	.appstore-btn{
		margin:auto;
	}
	#logo{
		margin:auto;
	}

	#strapline{
		padding-left:0px;padding-top:20px;
		font-size:0.8em;
		width:auto;
	}

	.header-inner{
		margin:auto;
		width:100%
	}

	.logo-gfx-container{
		position:relative;
		width:100%
	}

	.gfx-ninja {
		max-height: 220px;
	}

	#middle {
		width: auto;
		float: left;
	}

	#content {
		width: 100%;
		float: left;
		margin-left: 0;
	}

	#logo{
		float:none;
	}

	#logo-container{
		position:static;
		text-align: center;
	}
	#header {
		height: auto;
	}
	h1 {
		font-size: 24px;
	}
	#sidebar {
		display: none;
	}

	.gfx-ninja{
		margin:auto;
		width:50%;
		height:220px;
	}

	#credits img {
		display: block;
		float: left;
		width: 100px;
		border-radius: 0px;
	}

	#credits img.top {
		margin-top: 5px;
		margin-right: 10px;
	}

}

#content, #middle, #sidebar {
	margin-bottom: 10px;
}

img.scale {
	width: 100%;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.vidLink{
  float: left;
  clear: both;
  position: relative;
  width: 100%;

  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.vidLink .poster{
  width: 100%;
  height: auto;
}
.playBtn{
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
}

.newsitem {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.posted { margin-top: 5px; font: 11px/100% 'Quicksand', sans-serif; }

#jamms { margin-top: 15px; }


