/*   
Theme Name: FURIOS
Theme URI: http://www.furios-campus.de
Author: David Goldwich
Author URI: http://www.furios-campus.de
Version: 1
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	border-width: 0;
	background: #C0C0C0 url(/images/back.jpg) center top repeat-y;
	color: black;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 62.5%;
}

img {
	border: 0;
}

h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.4em;
}

p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 0.5empx;
}

a, a:link, a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h2 a, h2 a:link, h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

textarea {
	width: 400px;
}

div.sidebar {
	margin-bottom: 50px;
}

.hidden {
	visibility: hidden;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.entry {
	margin-bottom: 30px;
}

.category {
	color: #666666;
	font-size: 0.8em;
	line-height: 0.9em;
}

.editlink, .editlink a, .editlink a:link, .editlink a:visited {
	color: #666666;
	font-size: 0.8em;
}

.post, .page {
	border-bottom: 1px dotted #666666;
}

#comments li {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dotted #666666;
}

#comments li.byuser {
	background-color:  #DDDDDD;
}

#newsletter #nsloader {
	display: none;
}

#newsletter #nssent {
	display: none;
	color: green;
}

#newsletter #nserror {
	display: none;
	color: red;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 0px;
	text-align: left;
	background-color: white;
}

#header {
	display: block;
	height: 400px;
	margin-bottom: 50px;
}

#header a, #header a:link, #header a:visited {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#content {
	clear: both;
	margin-bottom: 50px;
}

#content #main {
	width: 450px;
	float: left;
}

#content #main.wide {
	width: 700px;
	float: none;
}

#footer {
	clear: both;
	text-align: center;
	/*border-top: 1px dotted #666666;*/
	margin: 150px 50px 25px 50px;
	font-style: normal;
}

#sidebar {
	width: 200px;
	float: right;
	font-family: Georgia, "Times New Roman", serif;
}

#sidebar a, #sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
}

#sidebar a:hover {
	border: none;
}

#sidebar h2 {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, SunSans-Regular, sans-serif;
}

#sidebar .sidecontent {
	font-size: 1.2em;
}

#sidebar ul {
	list-style-type: none;
	padding-left: 0;
}

#sidebar ul li {
	padding-bottom: 15px;
}

#header-nav {
	text-align: left;
	display: block;
	width: 700px;
	height: 400px;
	background: #C0C0C0 url(images/gelbeshaus.jpg) center top no-repeat;
	position: absolute;
}

#header-nav ul {
	position: absolute;
	left: -40px;
	top: 250px;
	list-style-type: none;                            
	margin: 0px;
	line-height: 2em;
	font-size: 1.4em;
	text-transform: uppercase;
}

#header-nav ul li {
	/*display: inline;*/
}

#header-nav ul li a {
	color: #000000;
	padding: 5px;
	padding-left: 30px;
	background-color: #FFFFFF;
	margin-right: 1px;
	text-decoration: none;
}

#header-nav ul li a:hover {
	text-decoration: underline;
}

#header-nav ul li#menu1 a {
	background: #ffffff url(images/menu_1.gif) left center no-repeat;
}

#header-nav ul li#menu2 a {
	background: #ffffff url(images/menu_2.gif) left center no-repeat;
}

#header-nav ul li#menu3 a {
	background: #ffffff url(images/menu_3.gif) left center no-repeat;
}

#header-nav ul li#menu4 a {
	background: #ffffff url(images/menu_4.gif) left center no-repeat;
}