/*  
Theme Name: discover 2
Theme URI: http://www.mindflowmedia.de
Description: Eine eingedeutschte Version (Ansprache mit &quot;Sie&quot;) 
Version: 0.1 [de]
Author: Discover team
Author URI: http://www.mindflowmedia.de
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:  Arial, Verdana, Helvetica, Lucida, sans-serif;
	background: #FFCF00;
}
#wrapper {
	width: 890px;
	margin: 0 auto;
	background-color:#FFC;
	border-left:#069  solid 5px;
	border-right:#069  solid 5px;
}
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER, HEADINGS, what not
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
#header {
	width: 890px;
	height: 200px;
	margin: 0 auto;
	background:   url("./images/header.jpg");
	background-color: #006699;
	background-repeat:no-repeat;
	text-align: left;
	padding: 50px 0 0 0;
}
h1 {
	margin: 0 0 0 20px;
	font-size: 1.5em;
	font-weight: normal;
}
h1 a, h1:visited {
	color: #fff;
	text-decoration: none;
}
.description {
	margin: 0 0 0 35px;
	color: #fff;
	font-size: 1.1em;
	display:none;
}
#logo {
	margin-left: 1px;
	width: 888px;
	height: 150px;
	float:left;
}
#logo h1 {
	text-indent: -10000px;
	font-size: 11px;
	font-weight: normal;
}
#logo h1 a {
	display: block;
	width: 800px;
	height: 150px;
	text-decoration: none;
}
#logo h1 a span {
	display: none;
}
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		TOP BAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#topbar {
	width: 890px;
	height: 28px;
	background-color: #006699;
	margin: 0 auto;
	border-bottom: 2px solid #4796E9;
}
#topbar ul {
	list-style: none;
	margin: 0 15px 0 10px;
	padding: 0;
}
#topbar ul li {
	display: block;
	list-style: none;
	float: left;
	color: #fff;
	font-size: 0.9em;
	border-right: 1px solid #4796E9;
}
#topbar ul li a, #topbar ul li a:visited {
	float: left;
	display: block;
	padding: 3px 8px 0 8px;
	height: 25px;
	color: #fff;
	font-size: 110%;
	text-decoration: none;
}
#topbar ul li a:hover {
	background: #4796E9;
}
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
	width: 890px;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0 0 0;
}
h4 a {
	color: #006699;
	text-decoration: none;
}
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POSTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.post {
	padding: 20px 0 20px 0;
}
.post h2 {
	font-size: 1.9em;
	font-weight: normal;
	color: #006699;
	margin: -10px 20px 0 30px;
}
.post h2.single {
	margin: -10px 20px 12px 10px;
}
.post h2 a {
	color: #006699;
	text-decoration: none;
}
.post h2 a:hover {
	color: #0099CC;
}
.post .data {
	font-size: 1em;
	font-weight: normal;
	color: #006699;
	margin: 0 20px 15px 50px;
}
.post h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #003399;
	margin: 25px 20px -10px 0;
}
#content>.post h3 {
	margin-bottom: 8px;
} /* FF Specific */
.post h3 a {
	color: #006699;
	text-decoration: none;
}
.entry {
	width: 860px;
	margin: 0 auto;
	font-size: 0.8em;
}
.postmetadata {
	width: 500px;
	margin: 25px auto 15px auto;
	border-top: 1px solid #ABCAD9;
	border-bottom: 1px solid #ABCAD9;
	background: #E9EEF0;
	text-align: center;
	font-size: 0.9em;
	padding: 8px 10px;
}
.postmetadata#single {
	margin: 0 auto 30px auto;
}
.postmetadata small {
	font-size: 0.8em;
}
.postmetadata a {
	color: #006699;
	text-decoration: none;
}
.postmetadata a:hover {
	color: #003366;
}
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POST PARAPHERNALIA
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

		blockquote {
	margin: 10px 0 10px 30px;
	padding: 0 0 0 5px;
	border-left: 3px solid #4C8EDA;
	color: #666;
}
.post ul {
	margin: 10px 0;
	padding: 0 0 0 37px;
}
.post a {
	color: #006699;
	text-decoration: none;
}
.post a:hover {
	color: #0099CC;
}
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		NAVIGATION
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
.navigation {
	border-top: 1px solid #ABCAD9;
	border-bottom: 1px solid #ABCAD9;
	background: #E9EEF0;
	width: 820px;
	height: 18px;
	margin: 0 auto;
	font-size: 0.8em;
	padding: 8px 10px;
}
.navigation a {
	color: #006699;
	text-decoration: none;
}
.navigation a:hover {
	color: #003366;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENTS and COMMENT FORM
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#commentformarea {
	width: 507px;
	border-top: 1px solid #ABCAD9;
	border-bottom: 1px solid #ABCAD9;
	background: #E9EEF0;
	margin: 0 auto 8px auto;
	padding: 8px 10px;
}
#commentform {
	margin: 15px 0 10px 40px;
}
#commentformarea h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #006699;
	margin: 10px 0 15px 20px;
}
#commentform p {
	margin: 0 0 3px 0;
}
#commentform input, #commentform textarea {
	border: 1px solid #A7A6AA;
	background: #fff;
	padding: 3px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}
#commentform textarea {
	width: 420px;
}
#commentform input#submit {
	font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
	width: 130px;
	color: #006699;
}
h4 {
	margin: 25px 0 20px 0;
	text-align: center;
	font-weight: normal;
	color: #006699;
}
ol.commentlist {
	width: 426px;
	list-style: none;
	margin: 0 auto 60px auto;
	padding: 0;
	font-size: 0.9em;
}
ol.commentlist li {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ABCAD9;
}
ol.commentlist p {
	margin: 0 0 10px 0;
}
ol.commentlist a {
	color: #003366;
	text-decoration: none;
}
ol.commentlist a:hover {
	color: #006699;
}
ol.commentlist span.cmntmeta {
	color: #006699;
}
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SEARCH AND ARCHIVES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sanda h2 {
	font-size: 1.9em;
	font-weight: normal;
	color: #006699;
	margin: 0 0 10px 0;
	text-align: center;
}
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR (aka the area where sidebar things go that is actually on the bottom)
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#sidebar {
	width: 850px;
	margin: 8px auto 0 auto;
	background-color: #FFFFee;
	border-top: 1px solid #ABCAD9;
	border-bottom: 1px solid #ABCAD9;
	padding: 0 0 25px 0;
}
#wrapper>#sidebar {
	padding: 15px 0 25px 0;
} /* FF Specific */
#categories, #archives, #meta {
	width: 555px;
	float: left;
	display: inline; /* IE */
	font-size:70%;
}
#categories {
	margin-left: 20px;
}
#archives {
	margin-left: 15px;
	width: 150px;
}
#meta {
	width: 555px;
	margin-left:30px;
}
#sidebar ul, #sidebar ul li, #sidebar ul li ul, #sidebar ul li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#pushing_box {
	width: 35px;
	height: 100%;
	float: left;
	border: 0px solid #E9EEF0;
}
#sidebar li h2 {
	margin: 0;
	color: #4796E9;
	font-weight: normal;
	font-size: 1.2em;
}
#sidebar ul li ul {
	padding: 8px 0 15px 20px;
}
#sidebar ul li ul li a {
	color: #000;
	text-decoration: none;
}
#sidebar ul li ul li a:hover {
	color: #006699;
}
input#s {
	width: 440px;
	margin: 10px auto 0 auto;
	border: 1px solid #A7A6AA;
	background: #fff;
	padding: 4px 0;
	color: #ccc;
	text-align: center;
}
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	FEED ICONS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.feedicon {
	width: 16px;
	height: 16px;
}
#topbar .feedicon {
	background: url("./images/feedicon_blue_bg.png") no-repeat;
	display: block;
	display: inline; /* IE */
	float: right;
	margin: 5px 10px 0 0;
}
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		
#footer {
	width: 890px;
	margin: 8px auto 0 auto;
	background: #D1E6EF;
	border-top: 1px solid #ABCAD9;
	border-bottom: 1px solid #ABCAD9;
	padding: 0;
	text-align: center;
}
#footer p {
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	font-size: 0.7em;
	color: #4796E9;
}
#wrapper>#footer p {
	margin: 0;
	padding: 15px 0 15px 0;
} /* FF Specific */
#footer p a {
	color: #4796E9;
	text-decoration: underline;
}
#footer p a:hover {
	color: #4796E9;
	text-decoration: none;
}
.seperator {
	padding : 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.trenner {
	padding : 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
}

