/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
LAYOUT: Three-Column (Right)
DESCRIPTION: Three-column fluid layout with two sidebars right of content
*/

body {
background: #fff;
color: #000;
font-family: Verdana, Arial, "Lucida Grande";
font-size: 62.5%;
text-align: left;
}

a {
	color: #0179BA;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a.pdf {
	background: transparent url('images/pdf.gif') no-repeat left 50%;
	padding: 0 0 0 20px;
	line-height: 1.7em;
	}

div#wrapper {
background: #fff url('images/body-bg.gif') repeat-y left top;
margin: 0 auto;
width: 980px;
}

div#inner-wrapper {
margin: 0 auto;
width: 960px;
}

div#container {
float:left;
width:100%;
}

h3#news {
color: #000;
text-transform: uppercase;
font-size: 14px;
padding: 0 0 3px 0;
margin: 0 0 15px 0;
font-weight: normal;
font-style: italic;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

div#content {
margin:0 390px 0 0;
padding: 0 0 0 15px;
}

div.sidebar {
float:left;
overflow:hidden;
width:340px;
}

div#primary {
margin:0 0 0 -350px;
}

#primary h3 {
font-size: 14px;
background: #3F2B17;
padding: 5px;
text-transform: uppercase;
border-bottom: 1px solid #000;
font-weight: normal;
color: #fff;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#primary p {
font-size: 1.1em;
margin: 10px 0 0 5px;
line-height: 130%;
}

div#secondary {
margin:0 0 0 -200px;
}

div#footer {
background: #003B83 url('images/footer-bg.gif') repeat-x left bottom;
height: 56px;
clear: both;
width:100%;
margin: 10px 0 0 0;
padding: 0;
color: #fff;
line-height: 1.5em;
}

#footer p {
	padding: 15px 0 0 0;
	}

#footer a {
color: #fff;
text-decoration: underline;
}

#footer a:hover {
color: #fff;
text-decoration: none;
}

/* Just some example content */
#topbar {
border-bottom: 5px solid #ccc;
padding: 5px 7px 10px 0;
}

#topbar #search { float: right; margin: 5px 0 0 0; }

#searchform input.text { 
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	}
	
#searchform input.button {
	background: transparent url('images/bg-button.gif') repeat-x left top;
	color: #000;
	border: 1px solid #ccc;
	padding: 1px;
	}
	
#searchform label {
	display: none;
	}

#logo {	
text-align: left;
float: left;
margin: 5px 30px 0 0; }

#logo img { border: none; }

#tagline {
color: #666;
font-size: 16px;
padding: 40px 0 0 0;
text-align: left; }

#tagline span {
font-weight: bold;
line-height: 150%;
color: #004A7C; }

div.skip-link {
position:absolute;
right:1em;
top:1em;
display: none;
}

div#menu {
background: #005f9f url('images/menu-bg.jpg') repeat-x left top;
height: 30px;
margin:1em 0;
width:100%;
color: #fff;
font-size: 13px;
}

div#menu ul a {
display:block;
margin: 0;
padding:0 15px;
text-decoration:none;
color: #fff;
line-height: 30px;
text-align: center;
}

div#menu ul a:hover, div#menu ul a.active {
color: #fff;
background: #005f9f;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 200;
	background: #005f9f;
}

#nav li {
	float: left;
	border-right: 1px solid #004A7C;
	border-left: 1px solid #06609E;
	text-transform: uppercase;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
}

#nav li ul {
	position: absolute;
	width: 180px;
	left: -999em;
	padding: 5px 0;
}

#nav li ul li {
	border: none;
	text-transform: none;
	}
	
#nav li ul li ul a:hover {
	color: #000;
	}

#nav li ul a {
	display: block;
	width: 180px;
	line-height: 110%;
	padding: 5px 0.5em 5px 15px;
	background: none;
	text-align: left;
	}
	
#nav li ul a:hover {
	background: #0179BA;
	width: 159px;
	}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -30px 0 0 180px;
	background: #0179BA;
}



#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}


#preamble { 
margin: 20px 0 0 0;
font-size: 13px; }

#preamble p { 
line-height: 140%; 
padding: 10px 5px 0 0;
color: #000; }

#preamble .dhonishow { 
float: left;
width: 468px !important;
margin: 0 20px 0 10px; }

#preamble ol.dhonishow-elements {
height: 276px !important; }

#preamble img {
border: 1px solid #ccc;
padding: 2px }
	

#preamble h2 {
font-size: 32px;
font-style: italic;
font-weight: normal;
margin: 10px 0 0 0;
padding:0;
color: #3F2B17;
font-family: Georgia, "Times New Roman", Verdana;
}

#preamble .preamble-more {
margin: 20px 0 0 0; }

#preamble a {
background: #0179BA;
padding: 5px 15px; 
color: #fff;
font-family: Verdana, Arial, "Lucida Grande"; 
text-decoration: none;
margin: 0;
}

#preamble a:hover {
color: #000; }

#projectlist {
background: #efefef;
margin: 30px 0 30px 0;
padding: 0 0 0 2px;
height: 325px;
border-top: 1px double #ccc;
border-bottom: 1px solid #ccc; }

#projectlist .project {
float: left;
width: 182px;
margin: 10px 4px 0 4px;
padding: 0; }

#projectlist .project span {
background: #333;
display: block;
text-transform: uppercase;
font-weight: bold;
padding: 5px 0 5px 5px;
margin: -2px 0 0 0;
font-size: 11px;
color: #fff;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#projectlist .project a { color: #0179BA; }

#projectlist .project a:hover { 
color: #0179BA;
text-decoration: none; }

#projectlist .project dd {
line-height: 150%;
font-size: 10px;
background: #fff;
padding: 5px;
border-bottom: 1px dotted #ccc;
height: 155px;
}

dd {
margin: 0;
padding: 0; }

.entry-title,.entry-meta {
clear:both;
}

.entry-meta {
	border-top: 1px solid #eee;
	padding: 5px 0 0 0;
	}

.entry-meta span.meta-author {
	background: transparent url('images/meta-author.gif') no-repeat left top;
	padding: 1px 10px 2px 18px;
	font-size: 10px; 
	}
	
.entry-meta span.date {
	background: transparent url('images/meta-date.gif') no-repeat left top;
	padding: 1px 10px 2px 18px;
	font-size: 10px;
	}
	
.entry-meta span.tag {
	background: transparent url('images/meta-tag.gif') no-repeat left top;
	padding: 1px 10px 2px 18px;
	font-size: 10px; 
	}

.hentry {
margin: 0 0 25px 0;
}

.hentry hr {
	border-top: 1px dotted #ccc;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 10px 0;
	}

h2.entry-title a {
font-family: Georgia, "Times New Roman", Verdana;
font-size: 18px;
font-style: italic;
color: #003B83;
text-decoration: none;
font-weight: normal;
}

h2.entry-title a:hover {
color: #000;
}

.entry-date {
color: #999;
border-bottom: 1px solid #ccc;
font-style: italic;
padding: 0 0 5px 0;
margin: 0 0 5px 0;
font-size: 1.1em;
}

.entry-content {
font-size: 1.3em;
line-height: 140%;
margin: 0;
}

.entry-content p {
	margin: 0 0 20px 0;
	}
	
.entry-content ul {
	margin: 0 0 20px 25px;
	list-style-type: disc;
	}
	
.entry-content ol {
	margin: 0 0 20px 25px;
	list-style-type: decimal;
	}

div#container,div#primary {

}

#container #content p.news-more {
border-top: 1px solid #ccc;
line-height: 30px;
text-align: right;
width: 185px;
float: right;
text-transform: uppercase;
}

#container #content p.news-more a {
color: #0179BA;
text-decoration: underline;
}

#container #content p.news-more a:hover {
color: #000;
text-decoration: underline;
}

#container #content p.rss {
background: url('images/feed-icon.gif') no-repeat 0 50%;
font-size: 11px;
padding: 0 0 0 15px;
width: 355px;
border-top: 1px solid #ccc;
float: left;
line-height: 30px;
margin: 0 0 15px 0;
}

#container #content p.rss a {
color: #0179BA;
text-decoration: none;
}

#container #content p.rss a:hover {
color: #000;
text-decoration: underline;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

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

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

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:30px;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:200px;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

#header {
padding: 10px 0 0 0;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

.clear {
clear: both;
}

#quicklinks {
	background: #eee;
	border-top: 1px double #ccc;
	border-bottom: 1px double #ccc;
	float: left;
	height: 32px;
	margin: 7px 0 20px 0;
	width: 100%;
	text-transform: uppercase;
	font-size: 1.3em;
	}

#quicklinks dl {
	width: 960px;
	}

#quicklinks dt {
	float: left;
	width: 200px;
	margin: 9px 0 5px 10px;
	font-weight: bold;
	}
	
html:not([lang*=""]) #quicklinks dt {
	margin: 9px 0 5px 20px;
	}
	
#quicklinks dd {
	float: left;
	margin: 9px 15px 0 0;
	}
	
#quicklinks dd#quicklink-1 a {
	color: #0179BA;
	text-decoration: none;
	background: transparent url('images/quicklink-1.gif') no-repeat left 50%;
	padding: 0 0 0 20px;
	}
	
#quicklinks dd#quicklink-2 a {
	color: #0179BA;
	text-decoration: none;
	background: transparent url('images/quicklink-2.gif') no-repeat left 50%;
	padding: 0 0 0 20px;
	}
	
#quicklinks dd#quicklink-3 a {
	color: #0179BA;
	text-decoration: none;
	background: transparent url('images/quicklink-3.gif') no-repeat left 50%;
	padding: 0 0 0 20px;
	}
	
#quicklinks dd#quicklink-4 a {
	color: #0179BA;
	text-decoration: none;
	background: transparent url('images/quicklink-4.gif') no-repeat left 50%;
	padding: 0 0 0 20px;
	}
	
#quicklinks dd#quicklink-5 a {
	color: #0179BA;
	text-decoration: none;
	background: transparent url('images/quicklink-5.gif') no-repeat left 50%;
	padding: 0 0 0 20px;
	}
	
#quicklinks dd#quicklink-1 a:hover, #quicklinks dd#quicklink-2 a:hover, #quicklinks dd#quicklink-3 a:hover, #quicklinks dd#quicklink-4 a:hover, #quicklinks dd#quicklink-5 a:hover {
	color: #3F2B17;
	}
	
#main-title {
	clear: both;
	float: left;
	height: auto;
	margin: 0 0 25px 0;
	padding: 0 0 0 19px;
	position: relative;
	width: 935px;
	}
	
#main-title h2 {
	float: left;
	margin: 10px 20px 10px 0;
	text-indent: -9999px;
	}
	
#main-title h2#news {
	background: transparent url('images/main-news.jpg') no-repeat left top;
	width: 103px;
	height: 37px;
	}

#main-title h2#ueberblick {
	background: transparent url('images/main-ueberblick.jpg') no-repeat left top;
	width: 196px;
	height: 37px;
	}
	
#main-title h2#ueberuns {
	background: transparent url('images/main-ueberuns.jpg') no-repeat left top;
	width: 178px;
	height: 37px;
	}
	
#main-title h2#projekte {
	background: transparent url('images/main-projekte.jpg') no-repeat left top;
	width: 175px;
	height: 37px;
	}
	
#main-title h2#spenden {
	background: transparent url('images/main-spenden.jpg') no-repeat left top;
	width: 166px;
	height: 37px;
	}
	
#main-title h2#termine {
	background: transparent url('images/main-termine.jpg') no-repeat left top;
	width: 158px;
	height: 37px;
	}
	
#main-title h2#kontakt {
	background: transparent url('images/main-kontakt.jpg') no-repeat left top;
	width: 165px;
	height: 37px;
	}

#main-title h2#impressum {
	background: transparent url('images/main-impressum.jpg') no-repeat left top;
	width: 208px;
	height: 37px;
	}
	
#main-title h2#suche {
	background: transparent url('images/main-suche.jpg') no-repeat left top;
	width: 120px;
	height: 37px;
	}
	
#main-title div {
	overflow: hidden;
	}
	
#main-title p {
	color: #004A7C;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.4em;
	margin: 0;
	padding: 8px 5px 0 0;
	}
	
#page h2.entry-title {
	display: none;
	}
	
#content #page h2 {
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 5px 0;
	line-height: 1.2em;
	}
	
#page h3 {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 1.15em;
	}
	
#content h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 2.4em;
	font-style: italic;
	margin: 0 0 20px 0;
	}
	
.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form textarea {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px;
	}
	
.wpcf7 .wpcf7-form input.submit {
	background: #ccc url('images/bg-button.gif') repeat-x left top;
	padding: 1px;
	border: 1px solid #ccc;
	}
	
ul#smart-archives-block {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 5px;
	border: 1px solid #ccc;
	}
	
.category-news h3, .category-einleitung h3, .category-allgemeines h3 {
	margin: 0 0 15px 0;
	font-size: 1.3em;
	}
	
	
#wpcf7-f2-p174-o1 table td, #wpcf7-f3-p178-o1 table td, #wpcf7-f4-p299-o1 table td, #wpcf7-f5-p330-o1 table td, #wpcf7-f2-p368-o1 table td{
	padding: 5px 10px 0 ;
	}
	
#wpcf7-f3-p178-o1 p, #wpcf7-f4-p299-o1 p {
	margin: 20px 0;
	}
	
#fbs-zeugnisse {
	background-color: #EEE;
	margin: 0 0 15px 15px;
	padding: 5px;
	float: right;
	width: 230px;
	border: thin solid #CCC;
}	
	
table#missionare, table#kurse-zentralasien {
	margin: 0 0 30px 0;
	}
	
table#missionare th, table#kurse-zentralasien th {
	padding: 5px 10px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
	background: #ddd;
	vertical-align: middle;
	}

table#missionare td {
	padding: 5px 10px;
	}
	
table#missionare td.table-no, table#kurse-zentralasien td.table-no {
	text-align: right;
	}
	
table#kurse-zentralasien td {
	padding:  5px 10px;
	width: 49%;
	}
