/* ----- Whole Page ------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #676767;
	font-family: Tahoma, sans-serif;
	padding-top: 50px;
	padding-bottom: 50px;

}

a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #00CCFF;
}
.clearer {clear: both; margin-bottom: 10px;}

/*------ navbar --------*/
#navigation {
	color: #444444;
	font-size: 1em;
	padding-bottom: .5em;
}
#navigation ul {
	text-align:center;
}
#navigation li {
	display: inline;
	font-variant:small-caps;
}

/*----- container -----*/
#container {
	background-color: #FFFFFF;
	color: #444444;
	border-top: .03em solid  #000000;
	border-bottom: .03em solid  #000000;
	height: 15cm;
}
#container.large {
	height: auto;
}
/* -----header------ */
#header {
	height: auto;
	margin-top: 4px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #999999;
}

#header img {
	border-style:none;
	margin-top: 4px;
}

/* ----- content ---- */
#content {
	font: Tahoma, sans-serif;
	margin-top: 5px;
	width: 770px;
	
	font-size: .8em;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 5px;
	padding-left:2em;
	
	text-align:justify;
}
#content h1 {
	color:#666666;
	padding-bottom: .5em;
}
#content h2, h4 {
	font-weight: lighter;
}

#content p {
	padding-top: 1em;
	padding-bottom: 1em;
}



/* --- suburbs content --- */
#content.suburbs {
	text-align:center;
	font-size:large;
}
#content.suburbs img {
	border-style: none;
}



/* --- suburbs pages --- */
#content ul.nobullet {
	list-style:none;
}
#content ul.nobullet li {
	margin-left: -1em;
}
#content strong {
	color:#0099FF;
}
#center {
	text-align:center;
	padding: 2em;
}
/* --- media archive --- */
.archive li {
	padding: .5em;
	margin-left: 30px;
}

.archive a {
	color:#333333;
}
.archive a:hover {
	color: #00CCFF;
}

/* -- footer -- */
#footer {
	margin-top: .5em;
	font-variant:small-caps;
	color: #FFFFFF;
	padding-bottom: 5px;
	text-align: center;
}
/* --- issues main --- */
#content.issuesmain {
	padding-left: 3.5em;
}

#mediaimage2 {
	width: 770px;
	font-size:large;
}
#mediaimage2 li {
	float:right;
}
/* ------ issues main images ----- */

.hoverbox
{
	cursor: default;
	list-style: none;

}

.hoverbox a
{
	cursor: default;

}

.hoverbox a .preview
{
	display: none;
}
.hoverbox a .preview1
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top:-40px;
	left: -45px;
	z-index: 1;
}
.hoverbox a:hover .preview1
{
	display: block;
	position: absolute;
	top:-10px;
	left: -45px;
	z-index: 1;
}


.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 200px;
	height: 150px;
}

.hoverbox li
{
	background: #676767;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	margin-right: 48px;
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 0px;
	position: relative;
	text-align: center;
}
.hoverbox a {
	text-decoration: none;
	color: #FFFFFF;
}

.hoverbox .preview
{
	border-color: #000;
	width: 291px;
	height: 218px;
}
.hoverbox .preview1
{
	border-color: #000;
	width: 291px;
	height: 218px;
}