/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----- BODY ----- */

body {
	color: #fff;
	font: 16px/140% Helvetica, Arial, sans-serif;
	background-color: #242323;
}

/* ----- ELEMENTS ----- */

header nav {
	width: 900px;
	height: 39px;
	padding: 17px 0 0;
	background: url(img/topmenu_bg.jpg) no-repeat center center;
	text-align: center;
	font-size: 18px;
}

#leftcol {
	width: 550px;
	float: left;
	margin: 0 30px 50px 0;
}

#rightcol {
	width: 320px;
	margin: 0 0 50px;
	float: left;
}

footer {
	width: 960px;
	padding: 45px 0 30px;
	text-align: center;
	margin: 0 auto;
}

/* ----- TYPO ----- */

p {
	margin: 0 0 13px;
}

h1 {
	font-weight: bold;
	font-size: 31px;
	letter-spacing: -1px;
	margin: 0 0 25px;
	color: #fecc3b;
	text-shadow: 0 0 10px #000000;
}

h2 {
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 15px;
	color: #fecc3b;
	text-shadow: 0 0 7px #000000;
}

h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
}

.yellowtxt {
	color: #fecc3b;
}

.greybox h2 {
	margin: 20px 0 5px;
}

/* ----- LINKS ----- */

a:link {
	color: #fecc3b;
	text-decoration: none;
}

a:visited {
	color: #fecc3b;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #fecc3b;
	text-decoration: none;
}

header nav a:link {
	color: #fff;
	text-decoration: none;
}

header nav a:visited {
	color: #fff;
	text-decoration: none;
}

header nav a:hover {
	color: #fecc3b;
	text-decoration: none;
}

header nav a:active {
	color: #fff;
	text-decoration: none;
}

footer a:link {
	color: #4a4a4a;
	font-size: 14px;
	text-decoration: none;
}

footer a:visited {
	color: #4a4a4a;
	font-size: 14px;
	text-decoration: none;
}

footer a:hover {
	color: #7a7a7a;
	font-size: 14px;
	text-decoration: none;
}

footer a:active {
	color: #4a4a4a;
	font-size: 14px;
	text-decoration: none;
}

a.nofx:link {
	color: #fff;
	text-decoration: none;
}

a.nofx:visited {
	color: #fff;
	text-decoration: none;
}

a.nofx:hover {
	color: #fff;
	text-decoration: none;
}

a.nofx:active {
	color: #fff;
	text-decoration: none;
}

/* ----- WRAPPERS ----- */

#bg {
	width: 100%;
	background: url(img/bg.jpg) no-repeat center top #090909;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* ----- IMG ----- */

.thumb {
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin: 0 10px 10px 0;
	opacity:0.85;
	filter:alpha(opacity=85);
}

.thumblast {
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin: 0 0 10px;
	opacity:0.85;
	filter:alpha(opacity=85);
}

.thumb:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.thumblast:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.greybox img {
	float: left;
	margin: 0 10px 0 0;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#rightcol img {
	margin-bottom: 10px;
}

/* ----- MISC ----- */

header nav .sepa {
	color: #000;
	margin: 0 30px;
}

footer .sepa {
	color: #4a4a4a;
	margin: 0 10px;
}

.floatclear {
	clear: both;
}

hr {
	color: #373737;
	border:0;
	background-color: #373737;
	height:1px;
	width: 100%;
	margin: 7px 0 20px;
}

.rounded {
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

iframe {
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.greybox {
	width: 530px;
	margin: 0 0 10px;
	padding: 10px;
	background-color: #242323;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.59);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.59);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.59);
}

.greybox:hover {	
	background-color: #292929;
}