/*  
Theme Name: Sev Theme
Description: This theme based on the WordPress Default 1.5 theme.
Version: 1.0
Author: Severin Seifert
Author URI: http://severin-seifert.com/

/***********************************ID***************************/
div
{
	position:relative;
}

body 
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #ffffcc;
	color: #990000;
	text-align: center;
	}

/********************************Page******************************/

#page 
	{
	background-color: #ffcc66;
	border: 1px solid #990000;
	text-align: left;
	margin: 20px auto;
	padding: 0px 0px 0px 0px;
	width: 800px;
	}
	
#content 
	{
	font-size: 1.2em
	}
	
/*********************************Header****************************/

#header 
	{
	background: url(images/header_background_2.jpg) no-repeat;
	/*background-color: #6699cc;*/
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	height: 200px;
	width: 100%;
	}
	
#headerimg 
	{
	margin: 0px 0px 0px 0px;
	height: 20px;
	width: 100%;
	}

#headerimg h1
	{
	text-align: left;
	padding: 10px 0px 0px 30px;
	}

#logo
	{
	margin: 5px 5px 0px 0px;
	float: right;
	width: 190px;
	height: 125px;
	background: url(../../../../lib/images/logo.png) no-repeat;
	z-index:2;
	}
	
.description 
	{
	font-size: 1.2em;
	text-align: left;
	font-weight:bold;
	padding: 0px 0px 0px 50px;
	text-decoration: none;
	color: #ffffff; /*#990000*/
	}

/****************************************Menu********************************/
	
#menu
	{
	text-align: center;
	vertical-align: bottom;
	margin: 100px 0px 0px 450px;
	height: 20px;
	}
	
#menu a
	{
	font-size:1.1em;
	color:#ffffff;
	}

#menu a:hover
	{
	text-decoration:none;
	color:#000033;
	}
	
#menu ul
	{
	margin: 0px;
	list-style: none;
	}
	
#menu li
	{
	float: left;
	padding: 5px 0px 2px 20px;
	width: auto;
	font-size: 1.2em;
	font-weight:bold;
	}
	
/*****************************************Footer*****************************/
	
#footer 
	{
	background-color: #ffcc66;
	padding: 0px 0px 0px 1px;
	margin: 0px auto;
	width: 799px;
	clear: both;
	}

#footer p 
	{
	margin: 0px 0px 0px 50px;
	padding: 20px 0px 20px 0px;
	text-align: left;
	}

/********************************Sidebar********************************/
	
#sidebar 
	{
	background-color: #ffcc66;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 20px 0px 0px 0px;
	margin-left: 0px;
	width: 150px;
	border-bottom: 1px dashed #990000;
	border-right: 1px dashed #990000;
	}
	
#sidebar h2 
	{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	}
	
#sidebar h3 
	{
	font-size: 2.0em;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
	text-decoration:underline;
	}
	
#sidebar img
	{
		border: none;
	}

#sidebar p
	{
		text-align:center;
		color:#003366;
		font-weight:bold;
	}

#sidebar hr
	{
	align:center;
	width:100px
	}
	
#sidebar ul/*, #sidebar ul ol*/
	{
	margin: 2px;
	padding: 2px;
	}
	
#sidebar ul li 
	{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	font-weight:bold;
	}

#sidebar ul p/*, #sidebar ul select*/ 
	{
	margin: 5px 0px 0px 0px;
	}

#sidebar ul ul/*, #sidebar ul ol*/ 
	{
	margin: 5px 0px 0px 10px;
	}

#sidebar ul ul li/*, #sidebar ul ol li*/
	{
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #003366;
	}

#sidebar ul ul ul/*, #sidebar ul ol*/ 
	{
	margin: 0px 0px 0px 10px;
	}

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

/***************************************Search************************************/

#searchform 
	{
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s 
	{
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit 
	{
	padding: 1px;
	}
	
#sidebar form 
	{
	margin: 0px;
	}
		
/**************************************ENTRY******************************************/

.center 
	{
	text-align: center;
	}

.narrowcolumn 
	{
	float: right;
	padding: 2px 50px 20px 0px;
	margin: 0px 0px 0px 0px;
	width: 550px;
	}
	
.widecolumn 
	{
	line-height: 1.6em;
	padding: 10px 0px 20px 0px;
	margin: 5px 0px 0px 150px;
	width: 500px;
	}
	
.narrowcolumn .entry, .widecolumn .entry 
	{
	line-height: 1.4em;
	}

.widecolumn .entry p 
	{
	font-size: 1.05em;
	}
			
.post 
	{
	margin: 0px 0px 40px 10px;
	padding: 0px 10px 0px 10px;
	text-align: justify;
	border-bottom: 1px dashed #990000;
	}
	
.widecolumn .post 
	{
	margin: 0px 0px 0px 0px;
	border: none;
	}

.narrowcolumn .postmetadata 
	{
	padding-top: 5px;
	text-align: center;
	}

.widecolumn .postmetadata 
	{
	margin: 30px 0px;
	}
	 
.postmetadata 
	{
	color: #003366;
	}
	
.postmetadata ul, .postmetadata li 
	{
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.entry ul li:before/*, #sidebar ul ul li:before*//*Setz Anführungszeichen in die Sidebar*/
	{
	content: "\00BB \0020";
	}

.entry ol 
	{
	padding: 0px 0px 0px 35px;
	margin: 0px 0px 0px 0px;
	}

.entry ol li 
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}



.entry form 
	{ /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.alt 
	{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0px;
	padding: 10px;
	}

.navigation 
	{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
/***********************************Comment*********************************/

.nocomments 
	{
	color: #003366;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.commentlist 
	{
	padding: 0px 0px 0px 0px;
	text-align: justify;
	}
		
.commentlist li 
	{
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 15px 0px 3px;
	padding: 5px 10px 3px;
	list-style: none;
	border: 1px dashed #990000;
	}

.commentlist p 
	{
	margin: 10px 5px 10px 0px;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentlist cite, .commentlist cite a 
	{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentmetadata 
	{
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	display: block;
	}
	
/**************************Commentform****************************/
		
#commentform p 
	{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0px;
	}
	
#commentform input 
	{
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform textarea 
	{
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 100%;
	padding: 2px;
	}

#commentform #submit 
	{
	margin: 0px;
	float: right;
	}
	
/***********************************Image*********************************/

img.centered 
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright 
	{
	padding: 0px;
	margin: 0px 0px 2px 7px;
	display: inline;
	}

img.alignleft 
	{
	padding: 0px;
	margin: 0px 7px 2px 0px;
	display: inline;
	}
	
.alignright 
	{
	float: right;
	}
	
.alignleft 
	{
	float: left
	}
	
/************************************Tags***********************************/

h1 
	{
	font-weight:bolder;
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0px;
	}

h1, h2, h3 
	{
	font-family: Garamond; 
	font-weight: bold;
	}
	
h2 
	{
	font-size: 1.6em;
	margin: 30px 0px 0px;
	}

h2.pagetitle 
	{
	margin-top: 30px;
	text-align: center;
	font-size: 1.6em;
	}
		
h3 
	{
	font-size: 1.6em;
	padding: 0px;
	margin: 30px 0px 0px;
	}

h3.comments 
	{
	font-size: 1.0em;
	padding: 0px 0px 0px 0px;
	margin: 40px auto 20px ;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited
	{
	text-decoration: none;
	color:#ffffff;/*News #990000*/
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited 
	{
	color:#003366;
	text-decoration: none;
	}

h2 a:hover, h3 a:hover  
	{
	text-decoration: none;
	color: #06c;
	}

a 
	{
	color: #0066cc;
	text-decoration: none;
	}

a:hover 
	{
	color: #147;
	text-decoration: underline;
	}
		
a img 
	{
	border: none;
	}
	
p img 
	{
	padding: 0px 0px 0px 0px;
	max-width: 100%;
	align: center;
	border: 2px solid #990000;
	}
		
small 
	{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #3366cc;
	}
	
strike
	{
	color: #777
	}

cite
	{
	text-decoration: none;
	}
	
code 
	{
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
	}

abbr
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
	}
	
span.caps
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
	}

blockquote 
	{
	margin: 15px 30px 0px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
	}

blockquote cite 
	{
	margin: 5px 0px 0px;
	display: block;
	}
	
select 
	{
	width: 130px;
	}

em
	{
	color: #006600;
	margin:5px 0px 5px 100px;
	text-align:center;
	}
		
html>body .entry ul 
	{
	margin-left: 0px;
	padding: 0px 0px 0px 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li 
	{
	margin: 7px 0px 8px 10px;
	}