/* main elements */
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font: 10pt Georgia, Arial, Helvetica, sans-serif;
	background: #000000;
	color: #FFEE97;
}
a:link, a:visited { 
	color: #F5D533;
}
a:hover, a:active { 
	color: #FFE398;
}
a img { 
   color: inherit;
   border: none;
}
.artwork {
	margin-left: 15px;
	margin-top: 15px;
	border: 5px solid #333333;
	-moz-border-radius: 5px;
}

.artwork:hover {
	margin-left: 15px;
	margin-top: 15px;
	border: 5px solid #444444;
	-moz-border-radius: 5px;
}




/* main divs */
#headerwrap {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 112px;
	background: #0A0A0A;
}
#header {
	margin: 0px auto;
	padding-top: 40px;
	text-align: center;
	width: 890px;
	height: 310px;
}
#mainwrap {
	margin: 0px auto;
	width: 1024px;
	min-height: 100%;
	margin-bottom: -200px;
	background: #323149 url(../images/mainbgtop.jpg) 0 0 no-repeat; 
	border-left: 6px solid #25243A;
	border-right: 6px solid #25243A;
}
* html #mainwrap {
	height: 100%;
}
#main {
	margin: 0px auto;
	width: 960px;
}
#footerwrap {
	clear: both;
	position: relative;
	margin: 0px auto;
	width: 1160px;
	height: 336px;
	margin-bottom: -50px;
	background: transparent url(../images/mainbgbot.jpg) 0 0 no-repeat; 
}
#footer {
	clear: both;
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 960px;
	height: 50px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: #191919;
}
#menu {
	position: absolute;
	margin-top: 280px;
	margin-left: 125px;
	padding: 10px;
}
#lbox {
	width: 530px;
	min-height: 400px;
	/*color: #333333;*/
}
#rbox {
	float: right;
}
.teaserPrevBtn a {
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	background: transparent url(../images/btn_arrows_teaser.png) 0 0 no-repeat; 
}
.teaserPrevBtn a:hover {
	background-position: 0 -35px;
}
.teaserNextBtn a {
	display: block;
	float: left;
	margin-left: 5px;
	width: 34px;
	height: 34px;
	background: transparent url(../images/btn_arrows_teaser.png) -35px 0 no-repeat; 
}
.teaserNextBtn a:hover {
	background-position: -35px -35px;
}

/* div classes */
div.regline {
	height: 1px;
	font-size: 1pt;
	border-top: solid 1px #FFFFFF;
	background: #000000;
}
div.txtheader {
	font-family: arial, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	border-bottom: solid 2px #C7B299;
	margin-bottom: 3px;
	color: #C7B299;
}
div.contentbox {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	width: 400px;
	padding: 10px;
	-moz-border-radius: 10px;
	background: #05162B;
}

div.contentboxMD {
	float: left;
	margin-left: 40px;
	width: 500px;
	padding: 10px;
	-moz-border-radius: 10px;
	background: #05162B;
}

div.contentboxSM {
	float: left;
	margin-left: 40px;
	width: 300px;
	padding: 10px;
	-moz-border-radius: 10px;
	background: #05162B;
}

div.contentboxLG {
	float: left;
	margin-left: 40px;
	width: 860px;
	padding: 10px;
	-moz-border-radius: 10px;
	background: #05162B;
}

div.contentheadertxt {
	height: 30px;
	margin-top: -30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19pt;
	font-weight: bold;
	color: #B39F3E;
}

div.headertxtMD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #B39F3E;
}

/* spans */
.desctext {
	font-weight: bold;
}
.newsdate {
	font-weight: bold;
	color: #B39F3E;
}

.devdiary-entry {
	font-weight: bold;
	color: #B39F3E;
}

.devdiary-header {
    margin: 0;
    font-weight: bold;
}

.devdiary-paragraph {
    margin-top: 0px;
}

.sm {
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
}
.smbold {
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}
.smfade {
	font-size: 8pt;
	font-weight: bold;
	color: #444444;
}
.smboldhighlight {
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	background: #EEEEEE;
}
.copyright {
	font-family: arial, sans-serif;
	font-size: 8pt;
	padding-left: 4px;
	color: #C0C0C0;
}
.copyright a:link, .copyright a:visited {
	color: #C0C0C0;
}
.copyright a:hover, .copyright a:active { 
	color: #FFFFFF;
}