/*
	Author Name: 	vektorrausch Gmbh
	Author Site	: 	http://vektorrausch.de
	Style Name	: 	Dibanisa-Theme
	Style URI	:	http://www.dibanisa.org
	Version	    : 	1.0 (06.06.2011, MW)
	Comments	: 	2-Spalter basierend auf K2 1.0 RC8
*/

/* Design
******************************************************************/

body {
	font-size: 75%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #19a1b1;
	/*overflow-y: scroll;*/
	background: #1a9db1 url(body-bg.jpg) repeat-y left top;
}

strong, em, b, i {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.columns-two #page {
	margin-top: 15px;
	width: 980px;
	background: #fff;
}


/* Header
******************************************************************/

#header {
	position: relative;
	display: block;
	height: 210px;
	width: 980px;
	margin: 0 auto;
	padding-top: 25px;
	background: #fff;
	overflow: visible;
}

.blog-title {
	display: block;
	width: 245px;
	height: 130px;
	margin-left: 25px;
	padding: 0;
	background: url(logo.jpg) no-repeat left top;
}

.blog-title a {
	display: block;
	height: 100%;
	width: 100%;
}

/* Email */

#header a.mail:link, #header a.mail:visited {
	position: absolute;
	top: 31px;
	right: 460px;
	color: #19a1b1;
	font-size: 12px;
}

#header a.mail:hover, #header a.mail:focus {
	color: #115c6f;
}

/* Suche */

#searchform {
	position: absolute;
	right: 240px;
	top: 24px;
	display: block;
	font-size: 90%;
}

#search-form-wrap input#s {
	float: left;
	padding: 2px 4px;
	width: 140px;
	color: #19a1b1;
	border: 1px solid #1ba0b3;
	background: #fff;
}

#search-form-wrap input#s:hover,
#search-form-wrap input#s:focus {
	border-color: #115c6f;
	background: #fff;
}

#searchsubmit {
	float: left;
	display: block;
	height: 25px;
	width: 25px !important;
	padding: 0;
	background: url(search.gif) no-repeat right top;
	border: none;
	text-indent: -9000em;
	cursor: pointer;
}

#searchsubmit:hover {
	background-position: right bottom;
}

/* language-switch */

#lang {
	position: absolute;
	top: 23px;
	right: 30px;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 24px;
}

#lang li {
	float: left;
	display: block;
	padding: 8px 0;
	width: 44px;
	height: 16px;
}

#lang li#de {
	margin-left: 12px;
}

#lang li#es {
	margin-left: 12px;
}

#lang li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 13px;
	color: #19a1b1; 
}

#lang li#en a {
	background: url(gb-active.png) no-repeat right center;
}

#lang li#es a {
	color: #9eaeb0;
	background: url(es-active.png) no-repeat right center;
}

#lang li#es a:hover {
	color: #19a1b1;
}
#lang li#de a {
	color: #9eaeb0;
	background: url(de-active.png) no-repeat right center;
}

#lang li#de a:hover {
	color: #19a1b1;
}


/* Donate now ! */

#header .donate-now {
	z-index: 1000;
	position: absolute;
	right: 0px;
	top: 235px;
	width: 218px;
	height: 108px;
	background: url(donate-now.png) no-repeat left top; 
}

#header .donate-now a {
	display: block;
	width: 100%;
	height: 100%;
}

.four04 #header .donate-now {
	display: none;
}

/* Hauptinhalt
******************************************************************/

.content {
	width: 980px;
	padding: 0;
}

.columns-two .content #primary-wrapper {
	width: 490px;
	margin: 0;
}

.columns-two .content #primary {
	width: 430px;
	margin: 0;
	padding: 8px 30px 30px 30px;
}

.columns-two .content .entry-content {
	padding: 0 20px 10px;
	line-height: 220%;
	letter-spacing: 2px;	
	border: 2px dashed #cdced2;
	background: #e7f7f7;
}

.columns-two .content .secondary {
	z-index: 10;
	float: left;
	display: block;
	margin: 0 0 0 30px;
	padding: 0 30px 30px 0;
	width: 430px;
	overflow: auto;
}

.columns-two .secondary .widget {
	margin-bottom: 30px;
}

.columns-two #sidebar-1 {
	padding-bottom: 0;
}

.columns-two #sidebar-2 {
	clear: none !important;
	float: right;
	margin-bottom: 60px;
}

#header .widget {
	position: absolute;
	top: 55px;
	right: 45px;
	display: block;
}

#widgets-sidebar-4 {
	float: left;
	display: block;
	padding: 0 0 15px;
	margin: 0 0 15px;
}

#slideshow {
	float: left;
	margin: 80px 0 0 30px;
	width: 430px;
	height: 323px;
}

/* Sites with 2-row-Headline */

.pageid-57 #slideshow,
.pageid-134 #slideshow {
	margin-top: 103px;
}

#video {
	float: left;
	margin: 0 0 60px 30px;
	width: 430px;
}

blockquote {
	margin: 0;
	padding: 0 50px;
	color: #585858;
	letter-spacing: 2px;
	font-style: italic;
	font-size: 160%;
	line-height: 150%;
	background: none;
}

/* Quotes */

span.quote_start,
span.quote_end {
	display: block;
	width: 31px;
	height: 27px;
}

span.quote_start {
	margin-left: 20px;
	background: url(quote-start.jpg) no-repeat left top;
}

span.quote_end {
	margin-left: 365px;
	background: url(quote-end.jpg) no-repeat left top;
}

span.who {
	display: block;
	margin-left: 50px;
	padding: 0 0 30px;
}


/* Adopt */

.adopt p {
	font-size: 160%;
	text-align: center;
}

.adopt p a {
	margin-left: 20px;
	font-size: 80%;
}



/* Footerbereich
******************************************************************/

#footer {
	position: relative;
	display: block;
	width: 825px;
	height: 20px;
	margin: 20px auto 0;
	padding: 0 0 20px;
	font-size: 13px;
	background: url(footer-left.gif) no-repeat left top;
}

#footer ul {
	padding-top: 2px;
	height: 20px;
	line-height: 20px;
	background: url(footer-right.gif) no-repeat right center;
}


#footer li {
	float: left;
	display: block;
	list-style: none;
	height: 16px;
	margin: 0;
	padding: 0 16px 0px;
	line-height: 16px;
	border-left: 1px solid #8cceda;
}

#footer .widget_navigo .page-item-3 {
	border: none;
}


/* Fonts
******************************************************************/

.entry-title, h2, h3, h4,
.page-head h1 {
	color: #145d6e;
	text-align: left;
	font-weight: normal;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.columns-two #primary h1.entry-title {
	margin: 0 0 30px;
	padding: 3px 0 3px 25px;
	height: auto;
	line-height: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	background: url(h1-bg.jpg) no-repeat left top;
}

h2 {
	font-size: 160%;
	line-height: 110%;
}

.columns-two .content h3 {
	margin-top: 0;
	font-size: 120%;
	line-height: 110%;
}

.columns-two #primary h3.entry-title {
	margin: 0 0 30px;
	padding: 3px 0 5px 20px;
	height: auto;
	font-size: 200%;
	line-height: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: left;
	background: url(h1-bg.jpg) no-repeat left top;
}

.columns-two .content .secondary h4 {
	margin: 0 0 20px;
	padding-left: 25px;
	font-size: 180%;
	color: #636363;
	background: url(sidebar-li-title.jpg) no-repeat left center;
}

strong {
	color: #145d6e;
	font-weight: bold;
}

.entry-meta {
	margin-bottom: 10px; 
	padding-left: 0 !important; 
	font-size: 90%;
	background: none !important;
}

.entry-content {
	font-size: 100%;
	color: #33adbc;
	line-height: 140%;
	text-align: left;
}

.columns-two .content .secondary { 
	font-size: 100%; 
	font-style: italic;
	line-height: 150%;
	color: #838383;
}

.columns-two .content .secondary p {
	font-size: 150%;
	line-height: 140%;
	letter-spacing: 2px;
}
	

/* Links
******************************************************************/

.columns-two a:link,
.columns-two a:visited {
	color: #7393a2;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #7393a2;
	text-decoration: underline;
}

h1.entry-title a {
	padding-right: 25px;
	cursor: text;
	background: url(h1-a-bg.jpg) no-repeat right center;
}

h3.entry-title a {
	padding-right: 20px;
	background: url(h1-a-bg.jpg) no-repeat right center;
}

h1 a, h1 a:hover,
h2 a, h2 a:hover,
h3 a, h3 a:hover {
	color: #145d6e !important;
	text-decoration: none !important;
}

.secondary a:link, .secondary a:visited { 
	text-decoration: none;
}

a.donate,
a.contact {
	font-size: 150%;
	text-decoration: underline !important;
}

#footer a:link, #footer a:visited {
	color: #8cceda;
	text-decoration: none;
	border: none;
	font-weight: normal;
}

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


/* Hauptmenue
******************************************************************/

ul.menu {
	top: 170px;
	left: 30px;
	display: block;
	height: 21px;
	margin: 0;
	padding: 0 0 3px 6px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	letter-spacing: 0;
	background: url(menu-left.jpg) no-repeat left center;
}

ul.menu li {
	float: left;
	display: block;
	height: 16px;
	margin-top: 2px;
	padding: 0 14px 2px 10px;
	border-right: 1px solid #1ba0b3;
	line-height: 18px;
}

ul.menu li.page-item-11 { /* Contact-Link */
	margin-top: 0;
	padding: 2px 18px 2px 10px;
	height: 21px;
	border: none;
	background: url(menu-right.jpg) no-repeat right center;
}

ul.menu li a {
	padding: 0;
}

ul.menu li a:link, ul.menu li a:visited {
	color: #1ba0b3;
	text-decoration: none;
}

ul.menu li a:hover, ul.menu li a:focus {
	color: #115c6f;
	background: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_parent a,
ul.menu li.current_page_parent a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #115c6f;
}

ul.menu li.admintab {
	position: absolute;
	right: 520px;
	top: -143px;
	padding: 0;
	font-size: 12px;
	border: none;
	background: none;
}

/* Untermenue */

.submenu ul {
	position: absolute;
	top: 205px;
	left: 17px;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.submenu li {
	list-style: none;
	float: left;
	display: block;
	margin-left: 7px;
	padding-left: 6px;
	border-left: 1px solid #626262;
}

.submenu a:link, .submenu a:visited {
	color: #626262;
	text-decoration: none;
	font-style: italic;
}

.submenu a:hover, .submenu a:focus {
	color: #000;
	text-decoration: none;
}

.submenu .current_page_item a,
.submenu .current_page_ancestor a,
.submenu .current_page_parent a {
	color: #000;
	text-decoration: none;
}

/* Submenupunkte ohne Trennlinie links */

.submenu .page-item-21,
.submenu .page-item-23,
.submenu .page-item-27,
.submenu .page-item-39,
.submenu .page-item-45,
.submenu .page-item-48,
.submenu .page-item-57,
.submenu .page-item-66,
.submenu .page-item-77,
.submenu .page-item-134 {
	border: none;
}


/* Bilder
******************************************************************/

a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
	padding: 0;
	text-align: left;
	border: none;
	background: none;
}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
	padding: 0;
	border: none;
	background: none;
}

.wp-caption a {
	outline: none;
}

.wp-caption a img,
.wp-caption a img:hover {
	padding: 0;
	border: 2px solid #cdcdcd;
}

.wp-caption .wp-caption-text {
	margin: 2px 2px 4px;
}

/* Seiten
******************************************************************/

/* Home */

.home #sidebar-2 #k2text-11 {
	padding: 20px;
	border-left: 2px dashed #cdced2;
	border-right: 2px dashed #cdced2;
}

.home #widgets-sidebar-4 img {
	float: left;
	margin: 30px 20px 0 0;
}

.home #widgets-sidebar-4 img.last {
	margin-right: 0;
}


/* Dibanisa */

.page-slug-dibanisa .entry-content {
	min-height: 300px;
}

/* Adopt a pitch */

.anicontent {
	width: 100%;
	padding: 0;
}

.columns-two .anicontent #primary-wrapper {
	width: 920px;
	margin: 0;
}

.columns-two .anicontent #primary {
	width: 920px;
	margin: 0;
	padding: 8px 30px 30px 30px;
}

.columns-two .anicontent .entry-content {
	padding: 60px;
	line-height: 220%;
	letter-spacing: 2px;	
	border: 2px dashed #cdced2;
	background: #2a6f1a;
}

.anicontent .entry-content {
	color: #fff;
}

#germany h3,
#spain h3 {
	margin-top: 0;
	color: #fff;
}

#spain {
	margin: -195px 0 0 510px;
}

/* Media und News - Widgets */

.columns-two .secondary .widget_latest_posts {
	float: left;
	margin: 20px 0 0;
	padding: 5px 0 15px;
	width: 200px;
}

.columns-two .secondary .widget_k2links {
	float: left;
	margin: 20px 15px 30px 5px;
	padding: 5px 15px 15px 0;
	width: 185px;
	border-right: 1px solid #A9DEE6;
}

.columns-two .secondary .widget_latest_posts h4,
.columns-two .secondary .widget_k2links h4 {
	margin-bottom: 10px !important;
	padding: 0;
	font-size: 140%;
	line-height: 110%;
	background: none;
}

.columns-two .secondary .widget_latest_posts ul,
.columns-two .secondary .widget_k2links ul {
	padding: 0 0 0 15px;
}

.columns-two .secondary .widget_latest_posts li,
.columns-two .secondary .widget_k2links li {
	margin-bottom: 5px;
	list-style-type: disc;
}


#k2text-19 { clear: both; }


/* Elemente ausblenden
******************************************************************/
.feedlink,
#search-label,
.blog-title a span, #header .description,
p.footerstyledwith, p.footerpoweredby, p.footerfeedlinks, p.footerstats {
	position: absolute;
	left: -10000px;
	top: -10000px;
}
