/* Global
----------------------------------------------------------------------- */
html, body { margin: 0; padding: 0; height: 100%; }

body
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	background: #fff;
}

a { color: #666; text-decoration: none; }
a:hover { color: #999; text-decoration: none; }
a.on { color: #000; text-decoration: none; }

p { font-size: 11px; line-height: 18px; font-weight: normal; }

/* Layout
----------------------------------------------------------------------- */
#page
{
	width: 1000px;
	margin: auto;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
}

/* Header
----------------------------------------------------------------------- */
#header { height: 50px; background: #fff; }
#header #menu { float: left; padding: 0; width: 1000px; height: 92px; }

#header #alt {
	float: left;
	padding: 0;
	width: 1000px;
	/*height: 700px;*/
	/*vertical-align: middle;*/
}

/* Content
----------------------------------------------------------------------- */
#content { float: left; /*background: #fff;*/ }

/* Home
----------------------------------------------------------------------- */
body.home #content { width: 1000px; }
body.home #content .padding { padding: 60px 0 48px 0; /*background: #fff;*/ }
body.home #content #feature { padding: 0; width: 1000px; height: 480px; /* background: #fff;*/ }

/* Issues
----------------------------------------------------------------------- */
body.issues #content { width: 1000px; background: #fff; }
body.issues #content .padding { padding: 60px 0 48px 0; }
body.issues #content #feature { padding: 0; width: 1000px; background: #fff; }

/* Issues Left
----------------------------------------------------------------------- */
body.issues #content .wrapper { padding: 0 75px 0 98px; }

body.issues #content #left
{
	float: left;
	padding: 0;
	width: 325px;
	height: 485px;
	background: #fff;
}

body.issues #content #left h1
{
	padding-bottom: 14px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

body.issues #content #left p
{
	padding-bottom: 10px;
	color: #000;
}

/* Issues ScrollBar
----------------------------------------------------------------------- */
div#hold
{
	float: left;
	position: relative;
	width: 310px;
	height: 380px; 
	z-index: 100;
}

div#wn
{ 
	position: absolute; 
	left: 0px;
	top: 0px; 
	width: 310px;
	height: 380px; 
	clip:rect(0px, 310px, 380px, 0px); 
	overflow: hidden;	
	z-index: 1; 
}

div.content
{ 
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px; 
	width: 300px;
	z-index: 1;
}

div#scrollbar
{
	float: left;
	position: relative;
	width: 5px;
	height: 380px; 
	z-index: 1;
}

div#track
{ 
	position:absolute;
	left: 0;
	top: 0px;
	width: 5px;
	height: 380px;
	behavior: url('_assets/_js/pngHack.htc');
	background: url("../_imgs/_global/track.png") transparent repeat;
	/*background: url("../_imgs/_global/track.gif") #ccc repeat;*/
	z-index: 1;
}

div#dragBar
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5px;
	height: 150px;
	behavior: url('_assets/_js/pngHack.htc');
	z-index: 1;
	background: url("../_imgs/_global/track.png") transparent repeat;
}

div#up { position: absolute; left: 0; top: 0; z-index: 5; background-color: #fff; }
div#down { position: absolute; left: 0; bottom: 0; z-index: 3; background: #fff; }

div#buy_txt
{
	position: absolute;
	left: 0px;
	top: 400px;
	width: 315px;
	height: 53px;
}

div#buy_txt p { font-size: 11px; letter-spacing: .5px; }

div#buy_txt h1
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 311px;
	height: 8px;
	text-indent: -9000em;
	overflow: hidden;
	behavior: url('_assets/_js/pngHack.htc');
	background: url("../_imgs/_global/buy_txt_black.png") transparent no-repeat;
}

div#buy_txt a.email
{
	position: absolute;
	left: 0px;
	top: 14px;
	color: #000;
}

div#buy_txt a.email:hover
{
	color: #999;
}

div#buy_txt a.back
{
	position: absolute;
	left: 0px;
	top: 35px;
	color: #000;
}

div#buy_txt a.back:hover
{
	color: #999;
}

/* Issues Right
----------------------------------------------------------------------- */
body.issues #content #right
{
	float: left;
	padding: 0;
	width: 500px;
	height: 500px; /*485*/
	background: #fff;
}
body.issues #content #right #gallery { padding: 0; width: 500px; background: #fff; }

/* Shop
----------------------------------------------------------------------- */
body.shop #content { width: 1000px; }
body.shop #content .padding { padding: 60px 0 10px 0; }
body.shop #content #feature { padding: 0; width: 1000px; background: #fff; }

/* About
----------------------------------------------------------------------- */
body.about #content { width: 1000px; }
body.about #content .padding { padding: 60px 10px 10px 96px; }
body.about #content #feature { padding: 0; width: 810px; height: 500px; background: #fff; }

/* Gallery
----------------------------------------------------------------------- */
body.gallery #content { width: 1000px; }
body.gallery #content .padding { padding: 60px 10px 10px 96px; }
body.gallery #content #feature { padding: 0; width: 810px; height: 535px; background: #fff; }

/* Footer
----------------------------------------------------------------------- */
#end { clear: both; height: 50px; }

#footer
{
	clear: both;
	overflow: hidden;
	margin: -3.5em auto;
	padding: 10px 0 0 0px;
	width: 1000px;
	height: 25px;
	color: #a5a5a5;
	background: none;
}
#footer p { padding: 0px 0 0 99px; }
#footer a { color: #a5a5a5; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
