@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,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%;}
q:before,q:after {content:'';}

* {
	margin: 0; 
	padding: 0;
	}
/* ------------------------------- BACKGROUND ------------------------------- */

body { 
	background:#000000 url("../images/background.png") repeat-x;
	text-align:center; 
	font:12px/16px Verdana, Arial, Helvetica, sans-serif; 
	color:#fff;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */
#wrap {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#header {
	position:relative;
	background:url('../images/header.png') no-repeat;
	height:148px;
	width:960px;
	margin-bottom:10px;
}

#header a {
	display:block;
	height:100px;
	width:525px;
	outline:none;
}

#header h1 a span {
	display:none;
}

#ad a{
	height:60px;
	width:300px;
	float:right;
	margin-right:50px;
	margin-top:-50px;
}

.callout {
	color:#900;
}

/* ------------------------ navigation ------------------------ */
#nav {
	background:url("../images/sprite_nav.png") no-repeat;
    width:960px;
    height:47px;
    margin:0;
    padding:0;
	}

#nav span {
    display: none;
	}

#nav li, #nav a {
    height:47px;
    display:block;
	}

#nav li {
    float:left;
    list-style:none;
    display:inline;
	}

#nav_home {width: 178px;}
#nav_recentissue {width: 237px;}
#nav_about {width: 171px;}
#nav_blog {width: 149px;}
#nav_subscribe {width: 225px;}

#nav_home a:hover {
	background:url(../images/sprite_nav.png) 0px -48px no-repeat; 
	}
#nav_recentissue a:hover {
	background:url(../images/sprite_nav.png) -178px -48px no-repeat; 
	}
#nav_about a:hover {
	background:url(../images/sprite_nav.png) -415px -48px no-repeat; 
	}
#nav_blog a:hover {
	background:url(../images/sprite_nav.png) -586px -48px no-repeat; 
	}
#nav_subscribe a:hover {
	background:url(../images/sprite_nav.png) -735px -48px no-repeat; 
	}

/* ------------------------ hero slideshow ------------------------ */

#slideshow {
	width:569px;
	float:left;
	clear:none;
}
#subscribe {
	width:391px;
	float:right;
	clear:none;
	margin-top:-239px;
}

/* ------------------------ shelf ------------------------ */

#shelf {
	background:url("../images/shelf.png") no-repeat;
	width:960px;
	height:191px;
	}
#shelf .kicks {
	cursor:move;
	}

/* ------------------------ stackshelf ------------------------ */

#stackshelf {
	background:url("../images/shoestack_background.png") no-repeat;
	width:960px;
	height:428px;
	}

/* ------------------------ subscribeshelf ------------------------ */

#subscribeshelf {
	background:url("../images/subscribe_background.png") no-repeat;
	width:960px;
	height:428px;
	}

/* ------------------------ recentshelf ------------------------ */
#shelf_recentissue {
	background:url("../images/recent_issue_shelf.png") no-repeat;
	width:960px;
	height:191px;
	margin-top:239px;
	}

/* ------------------------ footer ------------------------ */
#footer {
	width:960px;
	height:70px;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#F0F;
	margin:0 auto;
	clear:both;
	padding:15px;
	}
	
#footer a:hover {
	color:#93F;
	text-decoration:none;
	}
	
#footer a:visited {
	color:#FFF;
	text-decoration:none;
	}

#footer a:active {
	color:#3F0;
	text-decoration:none;
	}

#footer a:link {
	color:#FFF;
	text-decoration:none;
	}

/* ------------------------ recent issue styles ------------------------ */

.article {
	height:239px;
	width:960px;
}

.article h2 {
	font-size:24px;	
	color:#666666;
	padding-bottom:5px;
}

.article img {
	float:left;	
	margin-right:15px;
}

.article .content {
	clear:float;
	padding:20px;
}
.article .content .description {
	padding-left:15px;
	width:820px;
	}


/* ------------------------ about styles ------------------------ */
#about {
	float:right;
	margin-right:75px;
	margin-top:15px;
	width:300px;	
}
#about h2 {
	font-size:24px;	
	color:#666666;
	margin-bottom:10px;
}


/* ------------------------ form styles ------------------------ */
#form {
	float:right;
	margin-right:10px;
	margin-top:15px;
	width:300px;	
}
#form h2 {
	font-size:24px;	
	color:#666666;
	margin-bottom:10px;
}
/* ------------------------ form elements ------------------------ */

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; }

input, textarea, select { 
	border:none;
	color:#000;
	width:175px;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	padding:1px 0 0 4px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
}

select { width:150px; padding:0; }

textarea { height:90px; overflow:auto; }

#contact_business { display: none; }

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:15px 0 0 25px; width:175px;}

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:left; 
	margin-bottom:10px;
	font-size:1.0em;
}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	text-align:left;
}

#contact-main label select { width:175px; }

#contact-main label textarea { height:100px; overflow:auto; }

#contact-main input#submit {
	margin-left:10px;
	width:175px;
	height:138px;
	text-align:center;
	background:url(../images/submit.png);
}


/* ------------------------ slideshow elements ------------------------ */
#slideshow {
	background: url(../images/recent_issue_back.png);
	width:960px;
	height:428px;
	}
	
#slideshow #slidesContainer {
  margin:0 auto;
  width:880px;
  height:239px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:239px;
  background-color:#;
}
/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:119px;
  position:absolute;
  cursor: pointer;
  font-size:30px;
  text-align:center;
  padding-top:120px;
  color:#fff;
}
#leftControl {
  top:0;
  left:0;
}
#rightControl {
  top:0;
  right:0;
}



#slideshow {
	width:960px;
	position:relative;
	margin:auto;
}


