/*
Theme Name: BUNDjugend
Theme URI: http://www.bundjugend.de
Description: Standardfarbton
Version: 1.0
Author: Marcel Severith
Author URI: http://www.severith.net
*/

body {
	background:url('images/background.gif')  #CBEFFF;
}

* {
	font-family:Verdana, Sans-Serif;
	margin:0px;
	padding:0px;
}

body, select, input, textarea {
	font-size:12px;
	line-height:1.5em;
}

p {
	margin: 10px 0px;
}


a {
	color:#3396CF; /* hellblau */
}

img {
	border:none;
}

a:link, a:visited {
	text-decoration:none
}

.small, .wp-caption-text {
	font-size: 11px;
}

blockquote {
	padding:10px;
	border:2px solid #8CB61D; /* grün */
	background:#ECF7C1; 
}

.break {
	clear:both;
}



/* General Structure */

#page {
	width:875px;
	margin:0px auto;
	background:#FFF;
}

#top {
	height:175px;
}

#top a {
	display:block;
	width:100%;
	height:100%;
}

#container {
	margin:0px 10px;
}

#content {
	width:600px;
	float:left;
	padding:10px 10px 10px 0px;
	margin:0px;
}

#sidebar {
	width:225px;
	float:right;
}

#footer {
	clear:both;
	margin: 0 auto;
	font-size:10px;
	text-align:center;
	padding-top:15px;
}

/* Navigation */
/* Inspiriert vom Suckerfish-Menü: http://www.alistapart.com/articles/dropdowns/ */

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
	position: relative;
	border-left:2px solid #fff;
}

#nav a {
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	background:#252DA3; /* dunkelblau */
	display: block;
	padding:6px 0px;
	margin:0px;
}

#nav a:hover, #nav li li a:hover, #nav li li a:active, #nav .current_page_item a:hover {
	background:#3396CF; /* hellblau */
}

#nav .current_page_item a {
	background:#B30044; /* rot */
}

#nav .current_page_item li a {
	background:#252DA3; /* dunkelblau */
}

#nav li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	width:192px;
}

/* Eigenschaften wieder zurücksetzen, wird vom IE ignoriert (außer IE7) */
#nav li > ul {
	top: auto;
	left: auto;
}

/* Nur für den IE7 - Eigenschaften wieder setzen */
*+html #nav li ul {
	top: 30px;
	left: 0px;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

#nav li li {
	border-top: 1px solid #FFF;
	border-left:none;
}

#nav li li a {
	font-weight:normal;
	font-size:12px;
	color:#FFF;
	text-align:left;
	text-transform:none;
	width:190px !important;
	padding:5px;
}

/* Sidebar */

#sidebar {
	margin-top:20px;
}

#sidebar .sidebar_widget {
	margin:10px 0px 0px;
}

#sidebar h3 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	background:#3396CF; /* hellblau */
	padding:5px;
	margin:0px;
}

#sidebar h3 a {
	color:#FFF;
}

#sidebar p {
	padding:2px;
	margin:0px;
}

#sidebar li {
	list-style:none;
	margin:5px 0px;
	padding:0px;
}

#sidebar li li {
	list-style:none;
	margin-left:10px;
	padding:0px;
}

#sidebar, #sidebar input, #sidebar select {
	font-size:11px;
}

#sidebar .newsletter {
	border:1px solid #B30044; /* rot */
}

#sidebar .newsletter h3 {
	background:#B30044; /* rot */
}

#sidebar .newsletter input {
	margin:2px;
	padding:2px 0px;
	width:215px;
	border:1px solid #B30044; /* rot */
	color:#999;
}

#sidebar .newsletter input.button {
	color:#FFF;
	background: #B30044 !important; /* rot */
	padding:1px;
	border:none;
	width:100px;
}

#sidebar .newsletter select {
	margin:2px;
	padding:2px 0px;
	width:217px;
	border:1px solid #B30044; /* rot */
	background:#FFF;
}

#sidebar .aktt_tweets li {
	padding:5px 0px 0px;
}

#sidebar .dates a {
	color:#000;

}

/* Headlines */

.breadcrumb {
	padding:5px 0px 0px;
	margin:0px;
	font-size:10px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding:5px 0px;
	margin:0px;
	clear:both;
}

h2 {
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding:10px 0px 0px;
	margin:0px;
	clear:both;
}

h3, h4 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:10px 0px 0px;
	margin:0px;
	clear:both;
}

h1 a, h2 a, h3 a, h4 a {
	color:#000;
}

h1 .edit a, h2 .edit a, h3 .edit a, h4 .edit a {
	font-size:10px;
	font-weight:normal;
	color:#3396CF; /* hellblau */
}

/* Teaser */

.leftcol, .rightcol {
	float:left;
	width:292px;
}

.leftcol {
	margin-right:15px;
}

.homebox {
	margin:5px 0px 10px;  
	padding:0px;
	border-bottom:none;  
	clear:both;  
}

.homebox h2 {
	font-size:12px;
	color:#FFF;
	text-transform:uppercase;
	margin:0px;
	padding:5px;
	background:#8CB61D; /* grün */
}

.homebox h2 a {
	color:#FFF;
}

.homebox li {
	font-size:11px;
	text-align:justify;
	list-style:none;
	margin:0px;
	padding:5px;
	height:80px;
	border-bottom:1px dotted #8CB61D; /* grün */
}

.homebox li.nr3 {
	border-bottom:none; /* grün */
}

.homebox a {
	color:#000;
}

.blogpost .blogauthor {
	font-size:10px;
	margin:0px;
	padding:0px;
	clear:both;
}

.blogpost .blogmetadata {
	font-size:10px;
	clear:both;
	margin:0px;
	padding:0px;
}

.buju-event-top {
	background:url('images/bujupress_icons.png') no-repeat;
	background-position:560px -100px;
}

.homepagestories .feature {
	background:none;
}

.post {
	margin:5px 0px 10px;
	padding-bottom:5px;
	border-bottom:1px dotted #8CB61D; /* grün */
	clear:both;
}

.post h2 {
	padding:0px;
	margin:0px;
	clear:none;
}

.post p {
	font-size:11px;
	text-align:justify;
	margin:0px;
	padding:0px 5px 5px 0px;
}

.post p.datedetails {
	font-size:10px;
	padding:0px 0px 5px;
}

.post a {
	color:#000;
}

.post .thumbnail img {
	float:left;
	margin:0px 5px 0px 0px;
}

.img-right .thumbnail img {
	float:right;
	margin:0px 0px 0px 5px;
}

.post .share {
	clear:both;
	text-align:right;
}

.post .share img {
	margin:0px 0px 0px 5px;	
}

.post hr, .blogpost hr {
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	border:0px;
	clear:both;
}

/* Content */

.list-abstract {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #8CB61D; /* grün */
}

#content .entry p {
	text-align:justify;
}

.entry ul, .entry ol {
	margin:10px 0px 10px 30px;
}

ul.terminuebersicht {
	margin:10px 0px;
}

ul.terminuebersicht li {
	list-style:none;
	margin:10px 0px 0px;
}

img.alignleft {
	float:left;
	margin:2px 5px 5px 0px;
}

img.alignright {
	float:right;
	margin:2px 0px 5px 5px;
}

span.icon {
	font-weight:bold;
	color:#B30044; /* rot */
}

span.go {
	font-weight:bold;
	color:#8CB61D; /* grün */
}

div.seperator {
	height:1px;
	background:#8CB61D; /* grün */
	margin:10px 0px;
}

.seperator hr {
	display:none;
}

.home-sep {
	height:15px;
}

.pagebar {
	margin-top:10px;
}

.pagebar a, .pagebar span{
	font-weight:bold;
	padding:2px 5px;
}

.pagebar a {
	font-weight:bold;
	border:1px solid #3396CF; /* hellblau */
}

.pagebar span {
	border:1px solid #000;
}

#searchform input {
	width:158px;
}

#searchform input.button {
	width:45px;
}

.filterbox {
	font-size:11px;
	margin:10px 0px;
	padding:10px;
	border:1px dotted #8CB61D; /* grün */
}

.filterbox h2 {
	margin:0px;
	padding:0px;	
}

.filterbox h2 a {
	padding:0px 0px 0px 12px;
	background:url('images/bujupress_icons.png') no-repeat;
	background-position:0px -59px;
}

.filterbox h2 a.minus {
	background:url('images/bujupress_icons.png') no-repeat;
	background-position:0px -79px;
}

.filterbox p {
	font-size:10px;
	margin:5px 0px;
}

.filterbox select {
	margin-right:15px;
	font-size:11px;
}

.filterbox .event-types span {
	display:block;
	float:left;
	width:280px;
}

.filterbox .event-types input {
	margin:0px;
}

.event-button-bar {
	font-size:13px;
	margin:10px 0px;
	padding:10px 0px;
	border-bottom:2px solid #8CB61D; /* grün */
}

.event-button-bar a {
	font-weight:bold;
	padding:5px;
	color:black;
	background-color:white;
}

.event-button-bar a.active {
	color:white; 
	background-color:#3396CF;
}

.box-datedetails {
	margin:10px 0px;
	padding:10px;
	border:1px dotted #8CB61D; /* grün */
}

.box-datedetails .label {
	display:block;
	float:left;
	width:105px;
	font-weight:bold;
}

.box-datedetails #googlemap {
	width:540px;
	height:250px;
	margin:10px 0px 0px 20px;
}

/* Formular-Elemente */

input.button {
	padding:2px !important;
	color:#FFF !important;
	background:#3396CF !important; /* hellblau */
}

input, select, textarea {
	margin:2px;
	padding:2px 0px;  
	border:1px solid #3396CF; /* hellblau */
}

/* Flickr-Plugin */

/* Rahmen um Bildergalerien ausblenden */
div.flickr-gallery { border:none !important; }

div.flickr-set-title a { color:#3396CF; /* hellblau */ }

/* Menü ausblenden */
div.flickr-gallery ul.ui-tabs-nav{ display:none !important; }

/* Web 2.0 Elemente */

.socialbookmark {
	clear:both;
	margin:20px 0px;
	padding:10px 0px;
	border-top:1px dotted #8CB61D; /* grün */
}

.socialbookmark a {
	margin:0px 15px 0px 0px;
	opacity:0.8;
	background:url('images/bujupress_icons.png') no-repeat;
	float:left;
	display:block;
	height:20px;
}

.socialbookmark a:hover {
	opacity: 1;
}

.socialbookmark a.facebook {
	width:62px;
}

.socialbookmark a.twitter {
	width:67px;
	background-position:-64px 0px;
}

.socialbookmark a.googleplus {
	width:32px;
	background-position:-160px -53px;
}

.socialbookmark a.studivz {
	width:20px;
	background-position:-133px 0px;
}

.socialbookmark a.delicious {
	width:20px;
	background-position:-155px 0px;	
}

.socialbookmark a.misterwong {
	width:20px;
	background-position:-177px 0px;
}

.socialbookmark a.mail {
	width:20px;
	background-position:-199px 0px;
}

.socialbookmark img.small {
	border:1px solid #CCCCCC;
	padding:1px;	
}


.socialmedia div {
	float:left;
	width:32px;
	height:32px;
	margin:5px 4px 10px 0px;
	background:url('images/bujupress_icons.png') no-repeat;  
}

.socialmedia div.rss {
	background-position:0px -21px;
}

.socialmedia div.youtube {
	background-position:-32px -21px;
}

.socialmedia div.flickr {
	background-position:-64px -21px;
}

.socialmedia div.twitter {
	background-position:-96px -21px;
}

.socialmedia div.studivz {
	background-position:-128px -21px;
}

.socialmedia div.schuelervz {
	background-position:-160px -21px;
}

.socialmedia div.facebook {
	background-position:-192px -21px;
}

.socialmedia div.googleplus {
	background-position:-192px -53px;
}
