/*
Theme Name: soultank Plainscape 
Theme URI: http://srinig.com/wordpress/themes/plainscape/
Description: A plain and simple theme that just works. Fixed width, two columns, left sidebar, standards compliant.
Version: 1.0.3
Author: Srini G / Heydecker A.
Author URI: http://srinig.com/wordpress/
Tags: fixed width, two columns, left sidebar, widgets, gravatars, blue, white, simple, minimalist, clean, valid XHTML, valid CSS

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 62.5%; /* 62.5% Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', Sans-Serif;
	color:#222222;
	}

small {
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', Sans-Serif;
	font-size: 0.8em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', Sans-Serif;
	font-weight: bold;
	text-align:left;
	/* Titel wie in Powerpoint color: #00406c;*/
	color: #00253f;
}

h1, h2, h3, h4{
	padding: 0; 
	margin: 1em 0 0.3em 0;
}

h1 { 
	font-size: 2.4em;

}

h2 {
	font-size: 2em;
}

h3,{ 
	font-size: 1.2em; 
}

h4 { 
	font-size: 1.1em; 
}

p {
	margin: 0 0 0.65em 0;
	padding: 0;
}


pre {
	overflow:auto;
}

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

strong {	
	color:#151515;
}


a {
	/* Für Logoblau: color: #006fb7; dunkler  #0065a7; */
	color: #005994;
	text-decoration: none;
}


a:hover {
	background:#ffffba;
	
}


hr {
	width: 100%;
	color:white;
	background-color:transparent;
	height:1px;
	margin-left:0;
	text-align:left;
	border: none;
	border-bottom:1px dotted #bbbbbb;
	clear:both;
}

a img {
	border: none;
}

img.imagemap {
	border-color: #005994;;
}
	
ul {
	list-style-type: square;
}

/* Hack für IE 6 */

* html li {
	height: 1em;
}


/* --- Layout ---- */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;	
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}


#header {
	margin:0;
	padding:0;
	height:45px;
}


#wrapper {
	padding:16px 21px 30px 0px;
}

#content {
	margin:0;
	padding:0 0 30px 0;
	width:606px;
	min-height: 300px;
	float:right;
}
	
#sidebar {
	width:315px;
	float:left;	
	margin: 4px 0 0 0;
	padding: 0;
}	

#sidebar_navigation{
	margin-left:21px;
}

#sidebar_boxes{

}

#footer {
	margin: 20px auto 0px auto;
	clear: both;
}

/* --- Look ---- */

#page {
	background-color: #ffffff;	
	background-image:url('images/shadow-middle.png');
	background-repeat:repeat-y;	
}


/* Header */
#header {
	background-image:url('images/shadow-top.png');
	background-repeat:no-repeat;
}

#metabar {
	background-color: #ffffff;
}

#metanavigation{
	font-size: 1.2em;
	float:right;
	margin-top:15px;	
}

#metanavigation, #metanavigation a{
	color:rgb(89,89,89);
}


#hmenubar{
	margin:0;
	padding-left: 5px;
	height: 55px;
	
}

#hmenu {
	text-align:left;
	width:660px;
}

#hsearch{
	width:220px;
	padding:13px 21px 0 0;
	float:right;	
}

#hmenu ul, #hmenu ul li{
	margin:0;
	padding:0;
}

	
#hmenu ul li a { 
	font-size:1.3em;
	font-weight: bold;	
	text-transform:uppercase;
	display:block;
	padding: 15px 15px 0 15px;
	height:30px;
	float:left;
	border-left:1px solid white;
	border-right:1px solid white;	
}

#hmenu ul li a:hover, #hmenu #hmenu_specialpage a:hover { 
	background-color: transparent;
	border-left:1px solid #b5ccda;
	border-right:1px solid #b5ccda;	
	
}

#hmenu ul li.current_page_item a, #hmenu ul li.current_page_ancestor a, #hmenu ul li.current_page_parent a { 
	background-image:url('images/menu-active.png');
	background-repeat:repeat-x;
	padding-top:16px;
	height:29px;
	border-left:1px solid #b5ccda;
	border-right:1px solid #b5ccda;	
	
}

/*Muss nach dem aktiven hmenu stehen, weil es die Settings auf default zurücksetzt. */
#hmenu #hmenu_specialpage a {
	background-image: none;
	padding-top:15px;
	height:30px;
	border-left:1px solid white;
	border-right:1px solid white;
	
}


#hmenu li{
	display: inline;
	margin-right: 10px;
	color: red;
}

#breadcrumb{
	font-size:1.2em;
}

#breadcrumb, #breadcrumb a{
	color:#495e6e;	
}

#top_box {
	margin:0 5px;
	padding: 0 0 0 0;
	background-color: #dee7ee;
	border-bottom: 2px solid #f4f8f9;
}


/* End header */

/* Post */

.post {
	margin: 0;
	padding:10px 0 0 0; 
	text-align: left;
	overflow:hidden;
	clear:both;
	}

.post h2 {
	margin:0;
	padding:0;
	text-align:left;
}

.post h3.post-title {
	font-weight:bold;
	font-size:1.6em;
	margin:0;
	padding:0;
	text-align:left;
}	


div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size:1.2em;
	color:#333333;
}

.clear {
	clear: both;
}

.entry {
	font-size:1.4em;
	line-height:1.4em;
	margin: 10px 0 5px 0;
}

.entry h2 {
	font-size:1.4em;
}

.entry h3{
	font-size:1.1em;
}

.entry h4{
	font-size:0.9em;
}
.entry blockquote {
	border:1px dashed #ccc;
	font-size:0.9em;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.entry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.entry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

/*Andreas 15.06.2011 referenceTable fuer Referenzen-Seite*/
/*Adrian 24.11.2011 partnerTable fuer Partner-Seite */
.entry table.referenceTable,
.entry div.referenceOverviewBlock table,
.entry table.referenceOverviewTable,
.entry table.partnerTable
 {
	border: none;
	width: 100%;
}

.entry table.referenceTable td,
.entry table.partnerTable td {
	margin-left:0;
	text-align:left;
	border: none;
	border-bottom:1px dotted #bbbbbb;
	vertical-align: top; 
	padding: 20px 10px;
}


.entry table.referenceTable td.leftCell {
	width: 160px;
}

.entry table.partnerTable td.leftCell {
	width: 400px;
}

.entry table.referenceTable td h3 {
	margin: 0 0 0.3em;
}

/*Andreas 17.6.2011 referenceOverviewBlock ist für Referenzübersicht-Seite*/
.entry div.referenceOverviewBlock {
	border-bottom: 1px dotted #bbbbbb;
	margin-bottom: 40px;
	padding-top: 1px;
}

.entry div.referenceOverviewBlock td,
.entry table.referenceOverviewTable td  {
	border: none;
	vertical-align: middle;
	padding: 20px 10px;
}

.entry div.referenceOverviewBlock:hover {
	background: #F4F8F9;
}

.entry div.referenceOverviewBlock a {
	height: 100%;
	width: 100%;
	display: block;
	background: ;
}



.entry a.showMeMore {
	padding-left: 14px;
	background-image:url('images/more-arrow.png');
	background-repeat: no-repeat;
} 

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }


p img {
	padding: 0;
	max-width: 100%;
	}

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

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

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

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:1.2em;
	clear:both;
	margin:20px 0;
}	


.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments*/

#comments {
	font-size:1.4em;
	line-height:1.4em;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.8em;
}

/* --- Sidebar --- */


#sidebar {
	font-size: 1.3em;
	}

#sidebar h2 {
	font-size: 1em;
	margin:0;
}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}


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

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	padding: 0 0 0 20px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}

/*  Navigational Part of Sidebar (by Hey) */
	
#sidebar_navigation {
	/*text-transform: uppercase;*/
}
	
#sidebar_navigation h2 {
	border-top: 1px dotted #bbbbbb;
	border-bottom: 1px dotted #bbbbbb;
	padding-left: 1px;
}	
	
#sidebar_navigation a{
	display:block;
	border-bottom: 1px dotted #bbbbbb;
}

#sidebar_navigation h2 a{
	color: #222222;
	display:block;
	border-bottom: none;
}

#sidebar_navigation a:hover{
	background-image:url('images/nav-arrow.png');
	background-repeat: no-repeat;
}

#sidebar_navigation h2 a:hover{
	background-image: none;
	background-color: transparent;
}


/* undo indent */
#sidebar_navigation ul ul ul, #sidebar_navigation ul ol {
	padding: 0px;
	margin: 0px;
}

#sidebar_navigation #level2 a{
	padding-left:20px;
}

.blog_nav_container a {
	padding-left:20px;
}

.blog_nav_container h2 a {
	padding-left:0px;
}


#sidebar_navigation #level3 a{
	padding-left:40px;
}

#sidebar_navigation #level4 a{
	padding-left:60px;
}

#sidebar_navigation #level5 a{
	padding-left:80px;
}

.current-cat, #level2highlight, #level2current, #level3highlight, #level3current, #level4highlight, #level4current, #level5highlight, #level5current, .current_page_item, .current_page_parent{
	font-weight: bold;
}

/*  Sideboxes (by Hey) 
widget_richtext added by Andreas 2011.05.02
*/
.sidebox,
.widget_richtext 
 {
	background-image:url('images/sidebox-topmiddle.png');
	background-repeat: no-repeat;
	margin-bottom:10px;
}

.sidebox_title {
	height: 25px;
	background-image:url('images/sidebox-title.png');
	background-repeat: no-repeat;
	padding: 10px 18px 0 21px;
}

.sidebox_content {
	padding: 18px 18px 0 21px;
}

.sidebox_footer {
	background-image:url('images/sidebox-bottom.png');
	background-repeat: no-repeat;
	height: 18px;
}

	
/* --- Calendar --- */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 5px 8px;
	color:#666;
	}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
	
#wp-calendar td#today {
	background:#eee;
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;
	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;
}


/* End Calendar */


/* Footer */

#footer
{

}

#beforefooter{

}

#footerline {
 	background-color: #ffffff;
	background-image:url('images/shadow-bottom.png');
	background-repeat:no-repeat;
 	background-position: bottom;	
	height:40px;
	margin:0px;
}

#afterfooter{
 	background-color: #ffffff;
	color:#333333; 	
	font-size:1em;
	text-align:right;
	padding: 2px 0px 30px 0px;
}

/* Custom */



.quotespage p {
	margin: 2.5em 0;
}

.quotespage p:before {
	content:"â€œ";
}

.quotespage p:after {
	content:"â€";
}


div.box, .compact_archive, img.box, .news_box{
	display: block;
	border: 1px solid #d5d5d5;
	background-color: #fcfcfc;
	background-image:url('images/box-bottom.png');
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 15px 15px 20px 15px;
}

img.box {
	padding: 10px 10px 15px 10px;
}


div.box, .compact_archive{
	text-align:left;
	clear:both;
	font-size: 1.3em;
	width: auto;
	}

div.box h3, .compact_archive h3{
	padding: 0px;
	margin: 2px 0 8px 0;	
}

.home_news_box{
	font-size: 20em;
}

.news_box{
	position: relative; 
	height: 100%;
	min-height: 200px;
	width:43%;
}

.news_box div {
	position: absolute;
	bottom: 10px;;
}

.news_box h3{
	padding: 0px;
	margin: 0 0 5px 0;
}


.wp-caption {
	border: 1px solid #d5d5d5;
	text-align: center;
	background-color: #fcfcfc;
	padding-top: 10px;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 20px;
	padding: 0 4px 5px;
	margin: 0;
	background-color: #fcfcfc;

	background-image:url('images/box-bottom.png');
	background-repeat: repeat-x;
	background-position: bottom;	
}

.more-link {
	font-size: 1.2em;
}

.more-link-entry{
	font-size: 85%;
}

.front_news{
	font-size: 0.9em;
	color:#333333;
}

a.twitterButton img {
	vertical-align: bottom;
}

/*Meteor Slideshow*/

body .navpaged,
body .navboth {
	padding: 0 0 0 0;
}

body .meteor-buttons {
	bottom: 5px;
	left: 36px;
	margin: 0;
	position: absolute;
	z-index: 50;
}

/*Testpersonen Formular */

.wufoo .info{
	display:none;
}

.wufoo .section h3{
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', Sans-Serif;
	font-weight: bold;
	text-align:left;
	color: #00253f;
	padding: 0; 
	margin: 1em 0 0.3em 0;
	font-size: 1.2em;
}

.wufoo label.desc, .wufoo legend.desc{
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', Sans-Serif;
	font-weight: bold;
	text-align:left;
	color: #00253f;
	padding: 0; 
	margin: 1em 0 0.3em 0;
	font-size: 1.1em;
}

.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label{
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', Sans-Serif;
	font-weight: bold;
	text-align:left;
	color: #00253f;
}

.wufoo label.choice{
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', Sans-Serif;
	text-align:left;
	color: #00253f;
	padding-top: 2px;
}

.likert caption{
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', Sans-Serif;
	font-weight: bold;
	text-align:left;
	color: #00253f;
	padding: 0; 
	margin: 1em 0 0.3em 0;
	font-size: 1.1em;
}

.likert tbody th label, .likert thead td{
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', Sans-Serif;
	font-weight: bold;
	text-align:left;
	color: #00253f;
}

.likert thead td{
	text-align: center;
}

input.btTxt {
	background-color: #F8F8F6;
	padding: 0 6px 0 6px;
	border-color: #ECE9D8;
	border: solid 1.5px;
	border-style: outset;
}

form li.buttons input {
	font-size: 13.3333px;
}
