/* Tags */
body {
	font-family: "Tahoma", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ddd;
	background: #000 url('../img/layout/carbonfibre.jpg');
	text-shadow: #000 1px 1px 1px;
}

h1 {
	font-size: 400%;
	color: #444;
	text-shadow: /*#B9E1FF*/ /*#F44*/ #5F5 2px 2px 2px;
	margin-bottom: 40px;
	-webkit-box-reflect: below -11px -webkit-gradient(linear, 
		left top, left bottom, 
		from(transparent), 
		color-stop(0.25, rgba(255,255,255, .01)), 
		to(rgba(255,255,255, .15)));
}

h2 {
	font-size: 30px;
	color: #5f5;
	text-shadow: #000 2px 2px 2px;
}

h3 {
	font-size: 20px;
	color: #fff;
	/*font-variant: small-caps;*/
	/*padding: 1em;*/
}

small {
	font-size: 9px;
}

a, a:link, a:active, a:visited {
	color: #B9E1FF;
	text-decoration: none;
	text-shadow: #333 1px 1px 1px;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

a:focus, a:hover { color: #FFF }

li:hover { color: #FA4 }

hr {
	border: 1px dotted #333;
	color: #333;
	background-color: #333;
	margin: 1em 2em 1em 2em;
}

time { padding-right: 15px }

table {
	border-spacing: 0px;
}

th {
	text-decoration: underline;
	font-size: 18px;
}

tr:hover { color: #FA4 }

ul.contentlist { list-style-type: circle }

/* Containers */
#menu {
	/*background-color: #333;
	-webkit-box-shadow: #333 2px 2px 2px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;*/
	-webkit-box-reflect: below -2px -webkit-gradient(linear,
		left top, left bottom, 
		from(transparent), 
		color-stop(0.25, rgba(255,255,255, .06)), 
		to(rgba(255,255,255, .15)));
}

#wrapper {
	/*background-color: #444;
	border: 1px solid #444;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#555), to(#111));*/
}

#wrapper a { color: #5F5; text-shadow: #000 1px 1px 1px; }
#wrapper a:hover { color: #FFF; text-decoration: underline; }

li img {
	margin: 0 !important;
}

/*#searchbox {
	-webkit-box-reflect: below -20px -webkit-gradient(linear,
		left top, left bottom,
		from(transparent),
		color-stop(0.25, rgba(255,255,255, .10)),
		to(rgba(255,255,255, .15)));
}*/

#bottombar {
	background-color: #333;
	height: 19px;
	/*background: -webkit-gradient(linear, left top, left bottom,
		from(#CCC), to(#333), color-stop(0.5, #333), 
		color-stop(0.5, #111));*/
	border: 1px solid #000;
}