@import 'footer.css';
@import 'colorbox2.css';

/* 12-column 960.gs grid overlay */

#grid{
    background: url(/images/common/grid-dark.png) 50% 0;
    position: absolute;
    width: 100%;
    height: 2500px;
    min-width: 960px;
    top: 0;
    z-index: 20;
    display: block;
    opacity: .3;
}

/*------------------------------------------
	Reset (from the Yahoo UI Library)
------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
table{border-collapse:collapse;border-spacing:0;}


/*------------------------------------------
  Global Reusable 
------------------------------------------*/

.hide{display: none !important;}
.center{text-align: center;}
.clear{
    clear: both;
    height: 20px;
    display: block;
    margin-bottom: -20px;
}
span {
	position:absolute;
	left:-9999em;
}


/*------------------------------------------
  Type
------------------------------------------*/

em{font-style: italic;}
strong{font-weight: bold;}


p.intro{
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
    -webkit-text-stroke: .5px transparent;
    color: #222;
}


/*------------------------------------------
	Link Styles Global
------------------------------------------*/


a {
  outline: none;
  text-decoration: none;
  border: none;
  color:#555;

}

a:hover, a:active {
  outline: none;
  text-decoration: none;
  border: none;
  color:#ebebeb;
}


/*------------------------------------------
	Horizontal Rules
------------------------------------------*/

hr{
	background: url(/images/common/divider.png) repeat-x 0 50%;
	height: 20px;
	border: none;
}

hr.thick{
	background: url(/images/common/divider-thick.png) repeat-x 0 50%;
	height: 40px;
	margin-bottom: 20px;
}


/*------------------------------------------
	ToolTip & Text Box
------------------------------------------*/

#demotip {
	display:none;
	font-size:12px;
	text-align: center;
	height:41px;
	width:139px;
	padding:16px 15px;
	color:#ebebeb;
	background:transparent url(/images/common/tooltip.png);	
}

.text-box{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 19px 19px 0 19px;
	margin-bottom: 19px;
	border:  1px solid #e3e3e3;
}


/*------------------------------------------
	Structure
------------------------------------------*/

html{background: #3a3a3a;}

body{
	font-family: verdana, sans-serif;
	font-size:  12px;
	line-height: 1.7em;
	background: #19191a;
	text-align: center;
	min-width: 960px;

}

.wrap{
	width: 940px;
	margin:  0 auto;
	text-align: left;
}


/*------------------------------------------
	Body MAIN
------------------------------------------*/

#body{
	width: 100%;
	min-width: 960px;
	min-height: 700px;
	float: left;
	clear: both;
	display: inline;
	padding-bottom: 60px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background:#6b6b6b url(/images/common/bg-dark.jpg) center top no-repeat;
}


/*------------------------------------------
	Header
------------------------------------------*/

#header{
	width: 100%;
	min-width: 960px;
	float: left;
	clear: both;
	display: inline;
	background: #3a3a3a;
	border-bottom:1px solid #2c2c2c;
}


/*------------------------------------------
	Header Navigation
------------------------------------------*/


.logo a{
	float: left;
	display: block;
	background: url(/images/common/logo.png);
	width: 315px;
	height: 55px;
	text-indent: -9000px;
	margin: 22px 0;
}

#header .nav{
	float: right;
	width: 542px;
	margin: 20px 0;
}

#header .nav li{
	float: left;
	display: inline;
}

#header .nav li a{
	display: block;
	text-align: center;
	width: 108px;
	height: 60px;
	text-indent: -9000px;
	background: url(/images/common/nav-home.png) no-repeat;
}

#header .nav-arrow-home, #header .nav-arrow-exclusive, #header .nav-arrow-iphone, #header .nav-arrow-merch, #header .nav-arrow-archive, #header .nav-arrow-contact {
	display: block;
	position: relative;
	top:86px;
	width: 30px;
	height: 40px;
	text-indent: -9000px;
	background:  url(/images/common/nav-arrow.png) no-repeat 0 0;
}

#header .nav-arrow-home {left:174px;}

#header li.exclusive a{  background-position:  2px 0;}
#header li.exclusive a:hover{background-position:  2px -10px;}
#header li.exclusive-active a{background-position:  2px -0px;}
#header .nav-arrow-exclusive {left:424px; background-position:  -35px 0px; }

#header li.iphone a{  background-position:  -108px 0px;}
#header li.iphone a:hover{background-position:  -108px -10px;}
#header li.iphone-active a{background-position:  -108px -0px;}
#header .nav-arrow-iphone {left:550px; background-position:  -70px 0px; }

#header li.merch a{background-position:  -215px 0px;}
#header li.merch a:hover{background-position:  -215px -10px;}
#header li.merch-active a{background-position:  -215px -0px;}
#header .nav-arrow-merch {left:659px; background-position:  -100px 0px; }

#header li.archive a{background-position:  -325px 0px;}
#header li.archive a:hover{background-position:  -325px -10px;}
#header li.archive-active a{background-position:  -325px -0px;}
#header .nav-arrow-archive {left:773px; background-position:  -135px 0px; }

#header li.contact a{background-position:  -435px 0px;}
#header li.contact a:hover{background-position:  -435px -10px;}
#header li.contact-active a{background-position:  -435px -0px;}
#header .nav-arrow-contact {left:887px; background-position:  -170px 0px; }





/*------------------------------------------
	Content Header
------------------------------------------*/

#content-header {
	float: right;
	width: 540px;
	min-height: 415px;
	margin-top: 38px;
}

#content-header .header-title{
	text-indent: -9000px;
	width: 500px;
	height: 55px;
	margin-top: 20px;
	margin-bottom: 25px;
}



/*------------------------------------------
	Release Info
------------------------------------------*/

#release-info dl{

	color: #222;
	font-size: 16.5px;
	text-shadow: 0px 1px 0px #aaa;
	float: left;
	clear: left;
	width: 100%;
}

#release-info dl dt{
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #aaa; 
	float: left;
	width:85px;
}

#release-info dl dd{
	margin: 0 0 0 85px; 
	padding: 0 0 20px 0; 
}

#release-info #button a {
	display: block;
	margin-top: 35px;
	margin-bottom: 50px;
	height: 65px; 
	width: 185px;
}

#release-info .button-view-page a {background:  url(/images/buttons/button-view-page.png) 0 0;}
#release-info .button-view-page a:hover {background-position:  0 -65px;}
#release-info .button-view-page a:active {background-position:  0 -130px;}

#release-info .button-exclusive a {background:  url(/images/buttons/button-exclusive.png) 0 0;}
#release-info .button-exclusive a:hover {background-position:  0 -65px;}
#release-info .button-exclusive a:active {background-position:  0 -130px;}

#release-info .button-app a {background:  url(/images/buttons/button-app.png) 0 0;}
#release-info .button-app a:hover {background-position:  0 -65px;}
#release-info .button-app a:active {background-position:  0 -130px;}

#release-info .button-view-issue a {background:  url(/images/buttons/button-view-issue.png) 0 0;}
#release-info .button-view-issue a:hover {background-position:  0 -65px;}
#release-info .button-view-issue a:active {background-position:  0 -130px;}

#release-info .button-more-info a {background:  url(/images/buttons/button-more-info.png) 0 0;}
#release-info .button-more-info a:hover {background-position:  0 -65px;}
#release-info .button-more-info a:active {background-position:  0 -130px;}


#release-info #button-send  {
	display: block;
	margin-top: 35px;
	margin-bottom: 50px;
	height: 65px; 
	width: 185px;
	border: none; 
	cursor:pointer;
	color:transparent;
}

#release-info .button-view-send {background:  url(/images/buttons/button-send.png) 0 0;}
#release-info :hover.button-view-send {background-position:  0 -65px;}
#release-info :active.button-view-send {background-position:  0 -130px;}



/*------------------------------------------
	Stickers
------------------------------------------*/

#sticker-kids-camp a, #sticker-new-reader a {
	display: block;
	width: 155px;
	height: 155px;
	position: relative;
	top:-125px;
	right:-395px;
}

#sticker-kids-camp a {background:  url(/images/common/sticker-new.png) 0 0;}
#sticker-kids-camp a:hover {background-position:  0 -155px;}


#sticker-new-reader a {background:  url(/images/common/sticker-new-readers.png) 0 0;}
#sticker-new-reader a:hover {background-position:  0 -155px;}




/*------------------------------------------
	Content-Main
------------------------------------------*/


#content-main{
	float: right;
	width: 540px;
}


/*------------------------------------------
	Content Main - Styles
------------------------------------------*/

#content-main{color: #222;}


#content-main .content{display: none;}
#content-main p, #content-sub p{margin-bottom: 20px;}


#content-main a{
    color: #bad8e4;

}

#content-main a:hover{
    color: #ccc;

}

#content-main p.intro{
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
    -webkit-text-stroke: .5px transparent;
    color: #222;
}


#content-main h2{
	font-size: 20px;
	color: #c3d96a;
	line-height: 1.12em;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: helvetica;
	-webkit-text-stroke: .5px transparent;
}


#content-main h3{
    font-weight: bold;
    color: #111;
}


#content-main ul{
	width: 100%;
	margin-bottom: 30px;
}

#content-main  li.news-date {
	margin-bottom: 12px;
}

#content-main dl{
	float: left;
	width: 100%;
	margin-top: 23px;
}

#content-main dl dt{
	float: left;
	font-weight: bold;
	margin-right:80px;
	width:20px;
}


#content-main dt.contrib-image{
	margin:0 40px 10px 0;
	width:100px;
	border: 0px solid red;
}

#content-main dl dd{
	margin:2px 0 2px 0;
}


#content-main dl dd em{
    color: #999;
    font-size: 11px;
}



/*------------------------------------------
	Left Column - Image
------------------------------------------*/


#left-col {
	float: left;
	padding: 37px 40px;
	width: 300px;

}

#left-col #main-image{
	width: 300px;
	height: 480px;
}

#left-col #main-image a{border: 0;}



/*------------------------------------------
	Left Column - Sub Nav
------------------------------------------*/


#left-col #sub-content {
width: 300px;

}

#left-col #archive-scroll {
width: 320px;
height: 130px;
margin: -40px;
padding: 40px  35px;
}

#left-col #sub-content ul li{
float:left;
}

#left-col #sub-content ul li {
	margin-right: 10px; 
}


/*------------------------------------------
	Archive - Pages
------------------------------------------*/

#archive-thumbnails ul{
position: relative;
top:-12px;
left:-360px;
width: 890px;
}

#archive-thumbnails ul a {
float:left;
margin:0 15px 10px 0;
}





/*------------------------------------------
	iPhone - Gallery
------------------------------------------*/

#iphone-image{
	display: block;
	width: 300px;
	min-height: 600px;
	background: url(/images/iphone/iphone4.png) no-repeat;
}


#iphone-gallery { 
	position: relative;
	top:93px;
	left:29px;
	width: 250px;
} 

.iphone-demo {
	width:245px;
	height:369px;
	border: none;
}


#demo-tabs {

	width:100%;
	height:50px;
	border:1px solid;	
}
  
 
.css-tabs li{
  margin:0;
  padding:0;
  display:inline;
  border: 1px solid;
}



/*------------------------------------------
	Archive - Pages
------------------------------------------*/

#merch-container{
position: relative;
width: 580px;
left: 0;
border:0px solid red;
}

#merch-container a{
float: left;
text-align: center;
margin-right: 30px;
}


/*------------------------------------------
	Contact
------------------------------------------*/

p.send-label{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
    -webkit-text-stroke: .5px transparent;
    color: #222;
}

input {
	padding:5px 20px 10px;
	margin-bottom: 20px;
	width:320px;
	height:30px;
	line-height:17px;
	text-transform:uppercase;
	font-size:17px;
	color:#a1a1a1;
	outline:0;
	
	background: url(/images/contact/input.png) no-repeat;
	border: 0px solid red;
}


textarea {
	padding: 15px 25px 10px;
	width:300px;
	height:150px;
	line-height:17px;
	text-transform:uppercase;
	font-size:17px;
	color:#a1a1a1;
	outline:0;
	
	background: url(/images/contact/input-message.png) no-repeat;
	border: 0px solid red;
}


.text-box-error{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 19px 19px 19px 19px;
	margin-bottom: 19px;
	width: 400px;
	border:  1px solid #b0902d;
	background: #c8a433;
}



