@CHARSET "UTF-8";

/* Some standard element rules */
html, body { padding: 0; margin: 0; }
img { border: none; }
ul { padding-left: 2em; margin-left: 0; }
p { margin: 10px 0; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* html #container {
  height:1%; /* So IE plays nice */
}


body { 
    font-size: 100%; 
    line-height: 1em;
    background: #ffffff;
    color: #000000;  
} 

body, td, textarea, input, select { font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6, th, .functions { font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6, th { font-size: inherit; font-weight: bold; color: #fbe7af; }

a { color: #f47e10; }

div#content a { font-weight: bold; color:#00a3f0; }
div#content a:hover { font-weight: bold; color:#6bc4ee; }


/* //////////////////////////////// COMMON //////////////////////////////// */
 
 
#header {
    width:865px; height:80px; margin:5px 0 10px; background:transparent url('../images/header.png') no-repeat;
}

ul#mycarousel { list-style-type: none; visibility:hidden;}
ul#mycarousel li { float: left; }

#container {
    width: 865px;
    margin: 0px auto; 
    font-size: 80%;
    position: relative;
}

#content {
    padding: 0px;
}

#footer {
    background: transparent url('../images/footer.jpg') no-repeat top;
    width: 865px;
	height: 433px;
	margin-top: 20px;
	
}

#footer .list-signup {
	float: left;
    padding: 0; 
    color: black;
    margin-top: 80px;
	margin-left: 42px;
    width: 380px;

}

#footer .signuptitle {
    font-size: 12px;
	font-weight: bold;
}



#footer .list-signup input {
    vertical-align: middle;
}

#footer .list-signup .email {
    background:transparent url(../images/field_bkg.gif) no-repeat top left;
	border:0 none;
	margin-left:5px;
	padding:4px 11px 5px;
	width:128px;
}

#footer .list-signup .success {
	font-weight:bold;
	color: #ff0000;
}


#footer .about-magmic {
    float:left;
	padding: 0; 
	margin-left: -360px;
	text-align: right;
    margin-top: 240px;
   	color: #a7a7a7;
}

#footer .about-magmic a {
    font-weight: bold;
    color: #f47e10;
}

span.comingsoon {
	font-size: 11px; font-weight: bold; color: #999999;
}


/* //////////////////////////////// VERTICAL //////////////////////////////// */

div.caps {
    float: right;
    width: 253px;
    height: 599px;
    padding:  0px;
    background: transparent url('../images/large_iphone.png') no-repeat;
}

div.caps .controls a {
    margin-top: 10px; 
	color: #707070 !important; 
	font-weight:bold;
}

div.caps .controls .previous-image {
    float: left;
    margin-left: 40px; 
}

div.caps .controls .next-image {
    float: right;
    margin-right: 40px; 
}



ul#caps-carousel {
	width:204px;
	height:300px;
    margin-left: 25px; 
	margin-top: 85px;
	padding: 0; 
}

ul#caps-carousel li {
    display: none;
}

ul#caps-carousel li.first {
    display: block;
}

div.gameimages {
    float: right;
    width: 120px;
    height: 558px;
    padding:  0px;
	margin-top: 8px;
	margin-right: 16px;
    background: transparent url('../images/game_images_box.png') no-repeat;
}

ul#minicaps-carousel {
	margin-top: 45px;
	padding: 0px; 
	list-style:none;
	
}


ul#minicaps-carousel li {
	margin-top: 2px;
    display: block;
	height:120px;
	padding-left:24px;
	background: transparent url('../images/minicap_bg.gif') no-repeat;
}

div.gamesite {
	text-align: center;
	margin:120px 0px 0px 0px;
}

div.gamesite a {
	font-weight: bold;
	color: #00a3f0;
}

div.about {
    float: left;
	padding-left: 30px;
    width: 410px;
}

#title {
    margin: 0; padding: 0; display: block;
}

#descriptiontitle {
    margin: 0; padding: 0; display: block;
}

#appstorelink {
    margin-top: 30px; padding: 0; display: block;
}

#burst {
    float: right;
	margin: 0; 
	padding: 0; 
	display: block;
	margin-bottom: 10px;
	margin-right: 150px;
}


/* /////////////////////////////////// HOME /////////////////////////////////// */


#gamesList {

}

#gamesList div.game {
	float:left; width:423px; margin:0 9px 20px 0; padding:0;
	text-align: center;
}

#gamesList div.game div.text {
	line-height: 1.5em;
}


/* //////////////////////////////// LANDSCAPE //////////////////////////////// */

body.landscape div.caps {
    float: left;
    width: 446px;
    height: 380px;
    padding:  0px;
    margin: 0 0 30px 0;
    background: transparent url('../images/large_iphone_landscape.jpg') no-repeat;
}

body.landscape div.caps .controls {
	padding:0;
	margin:45px 0 0 0;
}

body.landscape div.caps .controls a {
    margin-top: 0px; 
	color: #707070 !important;
	font-weight:bold;
	font-size:11px;
}

body.landscape div.caps .controls .previous-image {
    float: left;
    margin-left: 17px; 
}

body.landscape div.caps .controls .next-image {
    float: right;
    margin-right: 17px; 
}

body.landscape ul#caps-carousel {
	width:300px;
	height:200px;
    margin-left: 72px; 
	margin-top: 23px;
	padding: 0; 
}

body.landscape ul#caps-carousel li {
    display: none;
}

body.landscape ul#caps-carousel li.first {
    display: block;
}


body.landscape div#minicaps-wrapper {
	margin:12px 0 0 15px;
	padding:0;
	width:416px;
	height:69px;
	overflow: hidden;
}

body.landscape ul#minicaps-carousel {
	margin:0 0 0 -105px;
	padding: 0 0 0 0;
	width:530px;
	height:69px;
	list-style:none;
}

body.landscape ul#minicaps-carousel li {
    display: block;
    float: left;
    width:100px;
    height:69px;
	margin:0 6px 0 0;
	padding:0 0 0 0;
	background-image: none;
}

body.landscape ul#minicaps-carousel li a {
	width:98px; 
	height: 67px; 
	margin: 0; 
	padding: 2px 0px 0px 2px; 
	border: none; 
	text-decoration: none;
	display: block;
	background: transparent url('../images/minicap_bg_landscape_off.gif') no-repeat;
}

body.landscape ul#minicaps-carousel li a.activeSlide { background: transparent url('../images/minicap_bg_landscape_on.gif') no-repeat; }
body.landscape ul#minicaps-carousel li a:focus { border: none; outline: none; }

body.landscape ul#minicaps-carousel li a img {
    width:93px;
    height:62px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

body.landscape div.about {
    float: left;
	margin:0px 25px 0px 7px;
	padding:0 0 0 0;
    width: 378px;
}

body.landscape div.about a { font-weight: bold; color:#00a3f0; }
body.landscape div.about a:hover { font-weight: bold; color:#6bc4ee; }

body.landscape #title {
    margin: 0 0 32px 0; padding: 0; display: block;
}

body.landscape #descriptiontitle {
    margin: 0 0 20px 0; padding: 0; display: block;
}

#buylinks {
	width:235px;
	/* width:95px; */
	margin:45px auto;
}

#buylinks .buylink {
	width:93px;
	margin:0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 11px;
}

#buylinks .or {
	width:38px;
	margin:0;
	padding: 0;
	float: left;
}

div#appstorelink {
    margin:30px auto 45px; width:220px; padding: 0; display: block;
}

body.landscape .tutorials-wrapper {
	float: left;
	width:446px;
	margin:0 0 30px 0;
	padding:30px 0 0 0;
	background: transparent url(../images/tutorial_top.png) no-repeat;
}

body.landscape .tutorials {
	width:416px;
	margin:0;
	padding:0 0 20px 30px;
	background: transparent url(../images/tutorial_bottom.png) no-repeat bottom left;
}

body.landscape .tutorials h2 {
	font-size: 22px; font-weight: normal; color: #57b9f4;
	margin:0; padding: 0;
}

body.landscape .tutorials h3 {
	font-size: 16px; font-weight: normal; color: #7c7c7c;
	margin:3px 0 5px; padding: 0;
}

body.landscape div.tutorial {
	float: left;
	margin:20px 30px 7px 0px;
	padding:0;
}	