/*#############################################################
Name: bmg
Date: 2009-10-01
Description: induvidual new style.
Author: Sascha Kerep
URL: http://www.sunds-it.de

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
	font: normal 12px Tahoma, Sans-serif;
}
a:hover {
	color: #7A1C3d;
	font: normal 12px Tahoma, Sans-serif;
	text-decoration: underline;
}
a:link {
	color: #000000;
	font: normal 12px Tahoma, Sans-serif;
}
body {
	background: url(../images/body.jpg);
	#background: #403939;	
	#color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 50px;
	font-family: "Lucida Sans Unicode", sans-serif;
}

p,code,ul {
	padding-bottom: 1.2em;
}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	#border: 1px solid #EEE;
	#border-left: 6px solid #CCC;
	#color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	#line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 10px solid #FFFFFF;
	background: #E6D1BA;	
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 920px;
}

.outer-container {
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #222 url(../images/header.jpg) no-repeat;
	height: 150px;
	text-align: center;
}
.header #.title {
	padding-top: 50px;
}
.header #.title .sitename a {
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: url(../images/header1.jpg) no-repeat center bottom;
	color: #000000;
	font: bold 12px Tahoma, Sans-serif;	
	padding: 10px;
}
.path a {
	color: #000000;
	text-decoration: none;
	font: bold 12px Tahoma, Sans-serif;
}
.path a:hover {
	color: #7A1C3D;
	text-decoration: underline;
	font: bold 12px Tahoma, Sans-serif;
}

/* main */
.main {
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 680px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}
.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
}

/* navigation */
.navigation {
	float: left;
	width: 180px;
}
.navigation h2 {
font: bold;	
color: #5A5A43;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;

}
.navigation ul {
	padding: 0;
}
 .navigation li a {
	#font-size: 1.1em;
	font: normal 12px Tahoma,sans-serif;	
	color: #000000;
	display: block;
	text-decoration: none;
	width: 220px;
	padding: 3px 0 0px 5%;
}
.navigation ul.menu a:hover,
.navigation ul.menu li.active a:hover,
.navigation ul.menu li#current a,
.navigation ul.menu li#current li a:hover,
.navigation ul li a.mainlevel:hover,
.navigation ul li a.mainlevel#active_menu,
.navigation ul li li a.mainlevel#active_menu:hover {
font: bold 12px Tahoma,sans-serif;	
	text-decoration: none;
}
.navigation ul.menu li li a,
.navigation ul li li a.mainlevel#active_menu,
.navigation ul li li a.mainlevel#active_menu:hover  {
font: bold 12px Tahoma,sans-serif;        
	text-indent: 10px;
}
.navigation ul.menu li li li a,
.navigation ul li li li a.mainlevel#active_menu,
.navigation ul li li li a.mainlevel#active_menu:hover  {
font: bold 12px Tahoma,sans-serif;         
	text-indent: 20px;
}
.navigation ul.menu li li li li a,
.navigation ul li li li li a.mainlevel#active_menu,
.navigation ul li li li li a.mainlevel#active_menu:hover  {
font: bold 12px Tahoma,sans-serif;         
text-indent: 30px;
}
/* footer */
.footer {
	background: #E6D1BA;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

.createdate {
	/* name says it all.. its for styling the date the content/articles are created under 
	   contents title */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	
	.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
	font-weight: bold;
	}
	
.contentheading {
	/* This is used in several places; the Heading of contents on the frontpage,
	   it is also used for Section's heading (see above for explanation) "News" or
	   whatever heading you used */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
 	color: #504F3D;
	text-align:left;
	}

.contentpagetitle {
	/* Couldn't find where is this yet. Will update this part when I
		get to it. Sorry. If you know, please email me the infos */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #52513F;
	text-align:left;
	}

.poll {
	/* polls texts */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #52513F;
	}
.button {
	background-color:#BBBBBB;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	}
	
textarea {
	
	}
	
.inputbox {
	margin-bottom:5px;
	margin-right:5px;
	}

