/* PAGE */
html, body
{
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	background-color: #0e0000;
}

#bodycontainer
{
	margin-top: 110px;
}

/* BASIC CONTENT STYLINGS */ 

a, img {border:0;}

#pagecontainer { z-index: 100; position: relative; }

#content h2,
#content h3 
{
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	line-height: 18pt;
	text-shadow: 1px 1px 1px #000000;
	font-weight: normal;
}
#content h2
{
	font-size: 18pt;
	text-shadow: 1px 1px 1px #fff;
	margin: 15px 0 25px 10px;
}
#content .jobs h2 { margin: 15px 0 20px 10px; }
p
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	margin: 0 0 13pt 0;
	padding:0;
	color: #666;
}

p.center { text-align: center; }
p.pickup
{
	font-size: 14pt;
	line-height: 20pt;
	margin: -20px 0 0 0;
	padding: 30px 20px 30px 20px ;
	text-shadow: 1px 1px 1px #f4f4f4;
	background: transparent url(../img/bg_pickup.png) no-repeat 0 0;
	font-weight: 100;
}
	p.pickup small
	{
		font-size: 10pt;
		text-align: right;
		margin: 5px 0 0 0;
		display: block;
	}

#content ul 
{
	list-style: none outside;
	line-height: 14pt;
	margin: 0 0 20px 20px ;
	padding: 0;
}
	#content ul li
	{
		padding-left: 15px;
		background: transparent url(../img/content_arrowright_studio.png) no-repeat left 2px;
		margin-bottom: 5px;
	}
	#content ul li a
	{
		text-decoration: none;
		color: #333;
	}
	#content ul li a:hover { color: #666; }

.area
{
	margin-bottom: 80px;
}


/* COLORS */
.clr_1 { color: #ff7200 }
.clr_finland { color: #9971a9 }
.clr_studio { color: #6d9c7b }


/* HEADER */
#headercontainer
{
	background: transparent url(../img/bg_header.png) no-repeat bottom center;
	position: absolute;
	height: 145px;
	margin-top: -130px;
	width: 100%;
	z-index: 1000;
}
#header .logo
{
	display: block;
	height: 115px;
	width: 460px;
	margin: 25px 0 0 15px;
	background: transparent url(../img/logo_mcpeppergames.png) no-repeat left top;
}
#header .logo h1 { display: none; }

#header .momslogo
{
	display: block;
	height: 100px;
	width: 89px;
	margin: 25px 0 0 45px;
	background: transparent url(../img/momswithapps_top_mcpeppergames.png) no-repeat left center;
}

/* SOCIAL BUTTONS */
#findus
{
	position: relative;
	width: 100%;
	height: 100%;
}

#findus div
{
	position: absolute;
	height: 32px;
	width: 160px;
	top: 32px;
	right: 0;
}

#findus p,
#findus a
{
	float:left;
}
#findus p 
{
	margin: 0 0px 0 0px;
	padding-top: 9px; 
	font-weight: bold;
	color: #999;
}

#findus a
{
	margin: 0;
	text-decoration: none;
	border: transparent 3px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.2s linear 0;
	-webkit-transition: all 0.2s linear 0;
	-moz-transition: all 0.2s linear 0;
	-o-transition: all 0.2s linear 0;
}
	#findus a:hover
	{
		border: #fff 3px solid;
		opacity: 0.8;
		background-color: #fff;
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
		box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
		transition: all 0.2s linear 0;
		-webkit-transition: all 0.2s linear 0;
		-moz-transition: all 0.2s linear 0;
		-o-transition: all 0.2s linear 0;
	}
	#findus a img {border: none; vertical-align: bottom;}



/* GAMES */
#games { background-color: #404040; position: relative;}
div.gameimagecontainer
{
	position: absolute;
	margin: 0; 
    height: 500px;
    width: 100%;
    background: transparent url('') no-repeat top center;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}
div.active
{
    z-index: 100;
}

/* current button locations  */
#games a.button-fb,
#games a.button-as,
#games a.button-sp
{
	display: block;
	position: absolute;
	top: 290px;
	right: 10px;
	width: 300px;
	height: 70px;
	background-image: url(../img/button_big.png);
	background-position: left top; 
	z-index: 10000;
}
	#games a.button-fb:hover { background-position: right top; }

#games a.button-as 
{
	top: 370px;
	background-position: left -71px;
}
	#games a.button-as:hover { background-position: right -71px; }

#games a.button-sp 
{
	top: 150px;
	background-position: left -284px;
}
	#games a.button-sp:hover { background-position: right -284px; }

#games a.button-fb span,
#games a.button-as span,
#games a.button-sp span
{ display: none; }



/* CONTENT */
#pagecontainer
{
	padding-top: 15px;
	margin-top: -15px;
	background: transparent url(../img/bg_footer.png)  repeat-x center bottom;
}

#extra
{
	background-image: url(../img/bg_content-2.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0 auto;
	margin-top: -16px;
	z-index: 1100;
}
#content
{
	padding-top: 50px;
}

#content a.button-forum,
#content a.button-support,
#content a.button-blog
{
	display: block;
	top: 70px;
	right: 0;
	width: 300px;
	height: 72px;
	background-image: url(../img/button_big.png);
	background-position: left -142px; 
	margin-bottom: 10px;
	text-decoration: none;
}
	#content a.button-forum:hover { background-position: right -142px; }

#content a.button-support 
{
	top: 150px;
	background-position: left -213px;
}
	#content a.button-support:hover { background-position: right -213px; }
	
#content a.button-blog
{
	top: 230px;
	background-position: left -285px;
}
	#content a.button-blog:hover { background-position: right -285px; }

#content a.button-blog span,
#content a.button-blog h3,
#content a.button-forum span,
#content a.button-forum h3,
#content a.button-support span,
#content a.button-support h3
{
	display: block;
  	margin: 0 20px 0 80px;
  	padding: 12px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	line-height: 16pt;
	font-weight: normal;
	text-shadow: 1px 1px 1px #fff;
}

#content a.button-forum span,
#content a.button-forum h3
{ padding: 22px 0; }


/* FOOTER */
.bite /* place on content div before footer */
{
	padding-bottom: 80px;
	margin-bottom: -14px;
	background: transparent url(../img/bg_footerbite.png)  no-repeat 680px 100%;
}

#footer
{
	position: relative;
	display: block;
	height: 150px;
	margin-bottom: 40px;
}
#footer p 
{
	color: #ad8d6a;
	text-shadow: 1px 1px 1px #000;
	font-size: 10pt;
	line-height: 18pt;
}
	#footer p.address
	{	
		color: #cead73;
		text-shadow: 1px 1px 1px #000000;
		font-size: 9pt;
		line-height: 11pt;
		text-shadow: none;
	}
#footer .footer_section { margin-top: 20px; margin-bottom: 30px; }
#footer a
{
	color:#ad8d6a;
	text-decoration: none;
}
#footer a:hover
{
	color:#ffd177;
	text-shadow: 1px 1px 1px #0f0000;
}
#footer .fb_twitter
{
	position: absolute;
	display: block;
	width: 100px;
	height: 30px;
	right: 0;
	top: -50px;
}
#footer img:hover
{
	opacity: 0.7;
}


/* CAROUSEL */

#games .pictures,
{
	position: relative; 
	width: 100%;
	height:500px;
	overflow: hidden;
	background-color: #808080;
	background-image: url(../img/loading.gif);
	background-position: 50% 50%;
	text-align: center;
}
.gameimagecontainer div
{
	z-index: 5000;
}

.picturecarousel
{
	position: relative;
	display: block;
	width: 100%;
	height:500px;
	overflow: hidden;
}
.navarrowscontainer
{
	width:960px;
	height:500px;
	display:block;
	margin: 0 auto;
	margin-top:-500px;
	text-align:center;
	position:relative;
}
	.nav_left
	{
		text-decoration: none; 
		border: 0;
		vertical-align: text-bottom;
		display: block;
		position: absolute;
		left: -100px; top: 220px;		
		width: 60px;
		height: 60px;
		background-image: url(../img/button_scroll.png);
		background-position: left center;
		background-repeat: no-repeat;
		z-index: 200;
		opacity: 0.7;
		transition: opacity 0.1s linear 0;
		-webkit-transition: opacity 0.1s linear 0;
		-moz-transition: opacity 0.1s linear 0;
		-o-transition: opacity 0.1s linear 0;
	}
	.nav_right
	{
		text-decoration: none; 
		border: 0;
		vertical-align: text-bottom;
		display: block;
		position: absolute;
		right: -100px; top: 220px;		
		width: 60px;
		height: 60px;
		background-image: url(../img/button_scroll.png);
		background-position: right center;
		background-repeat: no-repeat;
		z-index: 200;
		opacity: 0.7;
		transition: opacity 0.1s linear 0;
		-moz-transition: opacity 0.1s linear 0;
		-webkit-transition: opacity 0.1s linear 0;
		-o-transition: opacity 0.1s linear 0;
	}
	.nav_left:hover,
	.nav_right:hover
	{
		opacity: 1;
		transition: opacity 0.1s linear 0;
		-moz-transition: opacity 0.1s linear 0;
		-webkit-transition: opacity 0.1s linear 0;
		-o-transition: opacity 0.1s linear 0;
	}

	.nav_left span,
	.nav_right span  { display: none; }

	ul.nav_bottom
	{
		position: absolute;
		width: 300px;
		height: 20px;
		left: 20px; bottom: 5px;
		text-align: center;
		z-index: 200;
		background-image: none;
		list-style: none inside;
		margin: 0; padding: 0;
	}
	ul#carouselnavigation li
	{
		background-image: none;
		list-style: none inside;
		margin: 0; padding: 0;
		display: block;
		float: left;
	}

		ul.nav_bottom li a
		{
			text-decoration: none; 
			border: 0;
			vertical-align: text-bottom;
			display: block;
			width: 12px;
			height: 12px;
			border-radius: 8px;
			border: 2px solid #fff;
			border: 2px solid rgba(255, 255, 255, 0.5);
			box-shadow: 0px 1px 3px #000;
			box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
			background-color: transparent;
			background-color: rgba(0,0,0,0.05);
			margin: 0 0 0 12px;
			padding: 0;
			transition: all 0.2s linear 0;
			-moz-transition: all 0.2s linear 0;
			-webkit-transition: all 0.2s linear 0;
			-o-transition: all 0.2s linear 0;
		}
		ul.nav_bottom li a:hover
		{
			background-color: transparent;
			background-color: rgba(255, 255, 255, 0.2);
			border: 2px solid #fff;
			border: 2px solid rgba(255, 255, 255, 0.6);
			transition: all 0.2s linear 0;
			-moz-transition: all 0.2s linear 0;
			-webkit-transition: all 0.2s linear 0;
			-o-transition: all 0.2s linear 0;
		}
		ul.nav_bottom li.active a
		{
			width: 12px;
			height: 12px;
			border: 2px solid transparent;
			background-color: #fff;
			box-shadow: 0px 1px 3px #000;
			box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
			transition: all 0.2s linear 0;
			-webkit-transition: all 0.2s linear 0;
			-moz-transition: all 0.2s linear 0;
			-o-transition: all 0.2s linear 0;
		}
		.nav_bottom a span
		{
			visibility: hidden;
		}


/* MEDIA QUERIES for small screens 
   repositions nav arrows inside page constrains and the top part of the page
*/
@media 
	screen and (max-width: 1180px), /* under 1180px wide monitor */
	screen and (max-device-width: 768px) and (orientation: portrait), /* ipad portrait */
	screen and (max-device-width: 1024px) and (orientation: landscape), /* ipad landscape */
	screen and (max-device-width: 480px), /* basic mobile 480px */
	screen and (max-device-width: 320px), /* basic mobile 320px */
	only screen and (-webkit-min-device-pixel-ratio : 1.5), /* iphone 4+ */
	only screen and (min-device-pixel-ratio : 1.5) /* iphone 4+ */
{ 
	.nav_left
	{
		left: 10px; top: 20px;		
	}
	.nav_right
	{
		right: 10px; top: 20px;		
	}
}
