* {margin: 0; padding: 0}
*:focus {outline: none}
img {border: 0}
ul {list-style-type: none}
.clear {clear: both; height: 0px; line-height: 0px; font-size: 0px}

a:link, a:visited {text-decoration: none; color: #bfbaac}
a:hover {color: #cc6852}

:root{
 overflow-y: hidden;
}
body { background: #343434; color: #ccc3ad; font: normal 12px Arial; text-align: justify; height: 100%}

#navigation {
	background: #faf8f3;
	color: #bfbaac;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #f0eee9
	}
#navigation  div.main{
	position: relative;
	padding: 4px 15px 4px 15px;
	width: 1000px;
	margin: 0 auto;
	}
#navigation  div.slider{
	float: right;
	}
	
#issueSelection{
	display: none; 
	background: #FFF;
	position: relative;
	height: 180px
	}
	
#issueList{
	width: 1000px;
	padding: 20px 0;
	margin: 0 auto;
	}
	
#issueList .singleIssue {
	float: left;
	color: #9b9484;
	width: 500px;
	}
	
#issueList .singleIssue  img{
	float: left;
	}
	
#issueList .singleIssue .issueDescription{
	margin: 10px 0 18px 130px;
	color: #bfbaac;
	}
	
#issueList .singleIssue .issueDescription h2{
	font-size: 13px;
	font-family: Georgia;
	color: #9b9484;
	}
	
#issueList .singleIssue .issueDescription ul{
	margin: 18px 0;
	}
	
#issueList .singleIssue .issueDescription a.issueRead{
	font-weight: bold;
	}
	
#header {
	height: 52px;
	background: url(theme/header_bg.png) repeat-x 
	}
#header  div.main {
	background: url(theme/header_panel.png) repeat-x;
	height: 52px;
	color: #bfbaac;
	font-weight: bold;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	}
	
#header  div.main  a.download{
	background: url(theme/header_button_download.png) no-repeat;
	font-size: 13px;
	margin: 0 10px;
	float: right;
	width: 155px;
	height: 12px;
	padding: 20px 0 20px 20px;
	color: #ccc3ad;
	}

#header  div.main  a.download:hover{
	background: url(theme/header_button_download_hover.png) no-repeat;
	color: #fff;
	}
	
#headerShadow {
	height: 30px;
	background: url(theme/header_shadow.png) repeat-x 
	}

#viewer {
position: absolute;
width: 100%;
height: 87%;
} 