/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #36C;}

a:hover {color: #06F;}

body {
	background: #000000 url(images/bg.jpg);
	color: #dddddd;
	font: normal 62.5% "nevis",Kalinga;
	margin: 0;
}

/* structure */
.container {
	background: url(images/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 960px;
}

.gfx {
	background: url(images/gfx.jpg) no-repeat;
	float: left;
	height: 0px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(images/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 960px;
}

.header {
	background: url(images/header.jpg) no-repeat;
	color: #FFC;
	font-size: 1.4em;
	height: 90px;
	margin-left: auto;
    margin-right: auto;
}

/* navigation */
.navigation {margin: 0 24px;}

.navigation a {
	color: #dddddd;
	font: normal 1.9em Kalinga;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #8f1616;
}

/* content */
.content {
	background: url(images/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 48px;
}
.content .spacer {
	height: 42px;
}

/* content item */
.item {clear: both;}

.item img {border: 1px dashed #8A6;}

.item .title {
	color: #dddddd;
	font: normal 2em Kalinga;
}


.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* footer */
.footer {
	background: url(images/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 960px;
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}