@import url(reset.css);

			/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
			@font-face { 
				font-family: 'Delicious'; 
				src: url('fonts/Delicious-Roman.otf') format('opentype'); 
			}

			@font-face { 
				font-family: 'Vegur'; 
				src: url('fonts/Vegur-L 0600.otf') format('opentype'); 
			}

			@font-face { 
				font-family: 'Vegur-M'; 
				src: url('fonts/Vegur-M 0600.otf') format('opentype'); 
			}
			
			
html {
	height: 100%;
	
}

* ::selection {
	background: yellow;
}

* ::-moz-selection {
	background: yellow;
}

body {
	background-color: #333333;
	height: 100%;
	color: rgb(127,127,127); /* this makes sure everything that's not define is "comment code" */
	font-family: Arial, sans-serif;
	background-image: url('testbg.png');
	background-repeat: repeat-x;
}

div.top, div.header, div.main, div.footer {
	width: 100%;
}

div.hdrstuff, div.footerstuff, div.mainstuff {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
}

/* header stuff */
div.top {
	height: 2.5em;
}

div.header {
	width: 100%;
	background: url('top.png');
	height: 83px;
	padding-top: 15px;
	font-size: 2em;
	font-family: Delicious, Arial, sans-serif;
	font-weight: normal; 
	line-height: 1em;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	border-top: 1px solid rgba(255,255,255,0.15);
	margin-bottom: 0;
	/*background: url('topnoshadow.png');
	-webkit-box-shadow: inset 0px 0px 23px #000;
	-moz-box-shadow: inset 0px 0px 23px #000;
	box-shadow: inset 0px 0px 23px #000;*/
}

div.header h1 {
	color: white;
	float: left;
}

div.header span.nav {
	float: right;
	font-size: 0.5em;
}

span.nav a {
	color: orange;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
}

span.nav a:hover {
	color: red;
	text-decoration: underline;
}

span.nav a:visited {
	color: orange;
	text-decoration: none;
}


div.content a {
	color: #7000E0;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
}

div.content a:hover {
	color: red;
	text-decoration: underline;
}

div.content a:visited {
	color: #7000E0;
	text-decoration: none;
}

/* footer stuff */
div.footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid rgba(255,255,255,0.05);
	clear: both;
	background-color: #262626;
	-webkit-box-shadow: 0px 0px 15px #000;
	-moz-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
	font-size: 200%;
	height: 1.1em;
	margin-bottom: 2em;
	/*
	border-bottom: 1px solid rgba(255,255,255,0.05);
	border-top: 1px solid rgba(255,255,255,0.05);
	*/
}

div.footer h3 {
	font-family: Delicious, Arial, sans-serif;
	font-weight: normal; 
	line-height: 1em;
	color: white;
	float: left;
}

div.footer div.valid {
	float: right;
}

/* content stuff */
div.main {
	clear: both;
	font-size: 16px;
	margin-top: -3em;
}

div.mainstuff {
	border: 1px solid rgba(255,255,255,0.50);
	border-bottom: 0px;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.85);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,.85);
	box-shadow: 0px 0px 30px rgba(0,0,0,.85);
	background-color: rgb(255,160,0);
	background-color: rgba(255,160,0,.80);
	/*background-color: #ECECEC;*/
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

div.main div.newsheader {
	margin-left: 1em;
	margin-right: 1em;
	font-family: Delicious, Arial, sans-serif;;
	display: inline;
	color: white;
	background-color: black;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-box-shadow: 0px 0px 15px rgba(25,25,25,.95);
	-moz-box-shadow: 0px 0px 15px rgba(25,25,25,.95);
	box-shadow: 0px 0px 15px rgba(25,25,25,.95);
	padding-left: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
}

div.main div.newsfooter {
	margin-left: 1em;
	margin-right: 1em;
	font-family: Delicious, Arial, sans-serif;;
	display: inline;
	color: white;
	background-color: black;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-box-shadow: 0px 0px 15px rgba(25,25,25,.95);
	-moz-box-shadow: 0px 0px 15px rgba(25,25,25,.95);
	box-shadow: 0px 0px 15px rgba(25,25,25,.95);
	padding-left: 0.25em;
	padding-right: 0.25em;
	padding-top: 0.25em;
	margin-top: 0.5em;
	
}

div.main div.content {
	margin-left: 2em;
	margin-right: 1em;
	color: black;
	line-height: 1.3em;
}

div.main  div.content p {
	margin-top: 1.5em;
	margin-bottom: 1em;
}

div.newsitem {
}


div.main div.content span.caption {
}

div.main div.content h1 {
	margin-top: 0.5em;
	padding-top: 0.25em;
	font-family: Vegur, Arial, sans-serif;
	font-size: 48px;
	text-shadow: 1px 1px 3px #000;
	color: black;
	width: 100%;
	height: 48px;
	line-height: 1em;
	border-bottom: 1px dotted #222;
}

.newscontent ul {
	margin-left: 1em;
}

.newscontent ul li {

}

img.icon {
	float: right;
	margin: 10px;
}
img.loading {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	display: none;
	top: 3.5em;
}

/* syntax highlighting */
span.keyword {
	color: #6599FF;
}

span.comments {
	color: #7BB31A;
}

/* error stuff */

div.errorfooter {
	width: 1136px !important;
	background: url('code.png') !important;
	background-image: url('code.png') !important;
	border-radius: 0px !important;
	border: 0 !important;
	box-shadow: 0 0 0!important;
	-webkit-box-shadow: 0 0 0!important;
	-moz-box-shadow: 0 0 0!important;
	height: 587px	 !important;
}

body.error {
	font-family: "Time New Roman", serif !important;

}

span.error {
-webkit-transform: rotate(34deg); 
-moz-transform: rotate(34deg);	
}