﻿/*  
Theme Name: 08eins
Theme URI: http://pascalsworld.ch/
Description: Ein zweispaltiges und widget-taugliches BuddyPress Theme, welches extra für die 08eins GmbH erstellt wurde.
Version: 1.0
Author: Pascal Birchler
Author URI: http://pascalsworld.ch/
Tags: buddypress, 2column, white, grey, black, magazine, blueprint
*/


/* Inherit the default theme styles */
@import url( mydefaults.css );

/* Inherit the admin bar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );


html, body {
	/* background:#F5F5F5; */ /* Grauer Hintergrund */
	background: #EBEFF2 /* Hellblauer Hintergrund */
}

.container {
	background:#fff;
	padding:25px 25px 10px 25px;
	margin-bottom:25px;
}

a {
	color:#000;
	font-weight:700;
	text-decoration:none;
}
a:hover {
	color:#1165AB;
	text-decoration:underline;
}

/* Headings */

h1,h2,h3,h4,h5,h6 {
	margin-bottom:5px;
	font:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#000;
}

h1 {
	font-size:60px;
	letter-spacing:-2px;
	color:#fff;
}

h1 a {
	color:#fff;
}

h1 a:hover, h1 a:link, h1 a:visited {
	color:#fff;
	text-decoration:none;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:15px;
}

h4 {
	font-size:14px;
}

/* Header */

#header {
	position: relative;
	background:#006BB3;
	height:200px;
	margin: 0 0 25px 0;
}

#header h1 {
	position: absolute;
	top: 20px;
	left: 20px;
	max-width: 50%;
	margin: 0;
	font-family: Arial, Tahoma, sans-serif;
	font-size:45px;
}

#header #desc {
	position: absolute;
	top: 75px;
	left: 20px;
	max-width: 50%;
}
	

/* Shortcuts */

#feed {
	position:absolute;
	top:20px;
	right:20px;
	width:auto;
}

#feed a {
	position:relative;
	float:right;
}

/* Search Box */

#searchform {
	padding:0 !important;
}

#searchform input {
	margin:0;
}

#searchform input#search-terms {
	padding:3px 0;
}

#searchform input#s {
	width:70%;
	padding:1px 0;
}

#home-right #searchform input#s, #page-right #searchform input#s  {
	width:60%;
	padding:1px 0;
}

#searchform input#search-terms {
	width:100px;
}

#searchform select#search-which {
	padding:2px 2px 2px 0;
}

#searchform input#search-submit {
	margin:0;
	padding-top:1px;
	padding-bottom:1px;
}

#searchform label {
	display:none;
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select {
	margin: 0 !important;
}


/* Main Navigation */

#navigationbar {
	padding:0;
	margin:0;
	position:absolute;
	left:20px;
	bottom:20px;
}

#navigationbar ul {
	margin:0;
	padding:0;
	position:relative;
	float:left;
}

#navigationbar ul li {
	display:inline;
	list-style:none;
	padding:0;
	margin:0 20px 0 0;
	float:left;
	color:#fff;
}

#navigationbar ul li a {
	margin:0;
	font-size:15px;
	text-transform:uppercase;
	padding:5px 0 0 0;
	display:block;
	letter-spacing:1.3px;
	color:#fff;
}

#navigationbar ul li a:hover {
	text-decoration:underline;
}

#navigationbar ul li.current_page_item, #navigationbar ul li.current_page_ancestor {
	text-decoration:underline;
	color:#fff;
}

#navigationbar ul li.current_page_item a, #navigationbar ul li.current_page_ancestor a {
	color:#fff;
}

/* Columns */

#content {
	margin-bottom:30px;
	min-height:750px;
}

/* Content Column */

.post span.category {
	margin-bottom:5px;
}

.post h2, .page h2 {
	font-size:24px;
	color:#666;
	font-weight:normal;
}

.single .post h2, #blog .post h3 {
	font-size:14px;
	display:inline;
	padding-right:10px;
	border-right:1px solid #ccc;
	margin-right:5px;
	color:#000;
	font-weight:bold;
}

/* Post Meta */

.post-author {
	padding:10px;
	color:#666;
	background:#f3f3f3;
	border:1px solid #ddd;
	margin:20px 0 0;
	overflow:hidden;
	clear:both;
}

.post-author p {
	margin-bottom:0;
}

.post-author a {
	font-weight:bold;
	color:#666 !important;
	border:0 !important;
}

.post-author a:hover {
	text-decoration:underline;
}

.post-author img {
	border:1px solid #ccc;
	padding:3px;
}

.post-author #post-social {
	float:right;
	position:relative;
}

.post-author #ilike {
	float:left;
}

.post form {
	margin-bottom:20px;
}

.post #dbem-location-map {
	width:100% !important;
}

.latest .post h3 {
	font-size:24px;
	margin-bottom:5px;
	line-height:120%;
}

.latest .post h3 a {
	color:#666;
	font-weight:normal;
}

.page h3 {
	font-size:14px;
	margin:5px 0;
	color:#000;
	font-weight:bold;
}

/* image caption classes */

.alignleft { float: left; margin: 0 1.5em 1em 0 !important; padding: 0.5em; text-align: left; }
.aligncenter { margin-left:auto !important; margin-right:auto !important; display: block; padding: 0.5em; }
.alignright { float: right; margin: 0 0 1em 1.5em; padding: 0.5em; text-align: left; }
.alignfull { margin: 0 0 1em 0; padding: 0; text-align: left; }
.alignnone { margin: 0 1.5em 1em 0; padding: 0.5em; text-align: left; display: block; }
.alignleft img, .alignright img, .alignfull img, .alignnone img { margin: 0; display: block; }
.alignleft p, .alignright p, .alignfull p { background: #eee; margin: 0; line-height: 1.6em; padding: 0.5em; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; font-size: 0.9em; color: #555; }

/* Captions */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 8px 4px 4px;
	margin: 5px 10px 10px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0;
	margin: 4px 0 0;
	border: 0;
	background-color: #f3f3f3;
	text-align: center;
}

/* Own Gallery Function */

.gallery {
    margin: auto;
    overflow: hidden;
    width: 100%;
}
.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
}
.gallery img {
    padding:5px;
	border:1px solid #ddd;
}
.gallery-caption {
    margin-left: 0;
	padding: 0;
	padding-bottom: 4px;
}
.gallery br { clear: both }

/* Left Column */

#home-left h2 {
	font-size:14px;
	display:inline;
	padding-right:10px;
	border-right:1px solid #ccc;
	margin-right:5px;
}

.post-date {
	color:#999;
	font-style:italic;
}

#latest p {
	margin:0 0 15px 0;
}

#latest .entry {
	border-bottom:2px solid #ddd;
	margin-bottom:15px;
	padding:0;
}

/* Post Meta */

div.meta {
	font-size:11px;
	line-height:25px;
}

div.meta a {
	font-weight:bold;
}

div.meta a:hover {
	text-decoration:underline;
}

span.readmore {
	padding:0 10px 0 20px;
	background:url("images/square.png") no-repeat top left;
	margin:5px 0 10px 0;
}

span.readmore a {
	color:#000;
}

span.tags {
	padding:0 0 0 45px;
	background:url("images/arrow-grey.png") no-repeat top left;
}

/* Single Post Template */

div.post {
	margin-bottom:20px;
}

/* Comments Template */

#comments-template {
	margin-top:50px;
}

#comments-template h3 {
	font-size:18px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}

#commentform #comment {
	width:600px;
}

#commentform label {
	display:block;
	margin:0;
	padding:0;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	margin:2px 0 10px 0;
	display:inline;
	width:300px;
	padding:5px;
}

#commentform input#submit {
	width:150px;
}

p.subscribe-to-comments label {
	display:inline !important;
	position:relative;
	top:2px;
}

ol.commentlist {
	margin:0;
	padding:0;
}

ol.commentlist li {
	margin:10px 0;
	padding:10px 10px;
	list-style-type:none;
	border:1px solid #ddd;
}

ol.commentlist li.thread-even {
	background:#f3f3f3;
}

ol.commentlist li.thread-odd {
	background:#fff;
}

ol.commentlist li.thread-even .depth-2 {
	background:#fff;
}

ol.commentlist li.thread-odd .depth-2 {
	background:#f3f3f3;
}

ol.commentlist li.thread-even .depth-3 {
	background:#f3f3f3;
}

ol.commentlist li.thread-odd .depth-3 {
	background:#fff;
}

ol.commentlist li.bypostauthor {
	background:#ffc;
}

ol.commentlist li.thread-even .depth-2.bypostauthor, ol.commentlist li.thread-odd .depth-2.bypostauthor {
	background:#ffc !important;
}

ol.commentlist .comment-author {
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}

ol.commentlist .comment-author img {
	float:left;
	display:inline;
	padding:3px;
	border:1px solid #bbb;
	margin-right:10px;
}

ol.commentlist .comment-author .comment-date {
	display:block;
	color:#666;
}

ol.commentlist p {
	clear:left;
}

/* Recent Posts */

span.category {
	display:block;
	margin-bottom:5px;
}

span.category a {
	color:#fff;
	background:#006AB3;
	text-transform:uppercase;
	font-size:12px;
	padding:2px 8px;
	letter-spacing:normal;
	font-weight:bold;
}

span.category a:hover {
	text-decoration:none;
}

#latest {
	margin-bottom:10px;
}

#blog .post {
	border-bottom:2px solid #ddd;
}

#blog .navigation {
	display:block;
}

/* Post Thumbnails */

.thumbnail img.attachment-square_teaser {
	margin-right:10px;
	padding:5px;
	border:1px solid #ddd;
	float:left;
}

.thumbnail img.attachment-big_teaser {
	margin-bottom:5px;
	padding:5px;
	border:1px solid #ddd;
}

/* Sidebars */

#videos {
	padding-bottom:10px;
	border-bottom:2px solid #ddd;
}

#videos h2 {
	margin:0;
	font-size:14px !important;
	border-right:1px solid #ccc;
	display:inline;
	margin-right:5px;
	padding-right:10px;
}

#videos span.post-date {
	margin:0;
}

/* Widgets */

h3.widgettitle {
	/*margin:0 0 8px 0 !important;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.5px;
	font-size:14px;
	color:#333;*/
	color:#fff;
	background:#006AB3;
	text-transform:uppercase;
	font-size:12px;
	padding:4px 8px;
	margin:0 0 8px 0 !important;
	letter-spacing:normal;
	font-weight:bold;
}

.widget {
	padding:0;
	margin:0 0 10px;
	display:block;
	clear:both;
	width:100%;
}

.widget_dbem_list h3 {
	display:inline-block;
}

.widget ul li {
	list-style-image:url(images/list_blue.png);
	list-style-position:inside;
	padding:0;
}

.widget ul.item-list li {
	list-style:none;
	height:60px;
}

.widget ul#sidebarnavigation li.current_page_item a {
	color:#006AB3;
}

.widget ul#sidebarnavigation li.current_page_item ul li a {
	color:#000;
}

/* MailPress */

iframe#mp {
	width:620px !important;
}

div.MailPress div.mp-container, div.MailPress div.mp-formdiv {
	position:relative;
}

div.MailPress div.mp-loading, div.MailPress div.mp-message  {
	position:absolute;
	opacity:0;
}
// IE
div.MailPress div.mp-loading, div.MailPress div.mp-message {
	filter:alpha(opacity=0);
}

form.mp-form input {
	margin:3px 0 !important;
}

/* END MailPress */

.widget_tag_cloud a {
	color:#333;
}

.widget_dbem_list {
	margin:10px 0;
}

.widget_dbem_list ul, ul.eventslist {
	padding:0;
	margin:0 !important;
}

.widget_dbem_list ul li, ul.dbem_events_list li, ul.eventslist li {
	list-style-type:none !important;
	padding:0;
	margin:0 0 10px 0 !important;
	overflow:hidden;
}

ul.eventslist li, ul.eventslist li a {
	list-style-image:none !important;
}

.widget_dbem_list li a, ul.eventslist li a {
	color:#1165AB !important;
}

.widget_dbem_list ul li p, ul.dbem_events_list li p, ul.eventslist li p {
	padding:0;
	margin:0;
}

.widget_dbem_list ul li div, ul.dbem_events_list li div, ul.eventslist li div {
	width:40px;
	height:40px;
	margin:0 5px 5px 0;
	background:#ddd;
	font-weight:bold;
	float:left;
	font-size:12px;
	text-align:center;
	padding:5px;
	line-height:18px;
}

.widget_dbem_list ul li div span, ul.dbem_events_list li div span, ul.eventslist li div span {
	font-size:30px;
	margin: 5px 0;
	display:block;
	text-align:center;
}

ul li.flickrimg {
	display:inline-block;
	margin:5px 5px 0;
	list-style:none;
}

ul li.flickrimg img {
	padding: 2px;
	border:2px solid #ddd;
	width:55px !important;
	height:55px !important;
}

ul.flickrrss {
	margin:0 0 0 0;
	padding-left:5px;
}

/* About Us */

#about-us {
	border:1px solid #ddd;
	-webkit-box-shadow: 5px 5px 10px #ccc;  
	-moz-box-shadow: 5px 5px 10px #ccc;  
	box-shadow: 5px 5px 10px #ccc;  
	margin:0 0 10px 0;
	background:#eee;
	padding:0.5em 0.7em 0 0.7em;
}
#about-us p {
	font-size:0.9em;
	font-family:tahoma;
}


/* Recent Comments */

#recent-comments ul {
	margin:0;
}

#recent-comments ul li {
	list-style-type:none;
	margin-bottom:10px;
}

#recent-comments ul li a:hover {
	color:#B32D47;
}

/* Footer */

#footer {
	clear:both;
	display:inline-block;
	border-top:1px solid #808080;
	color:#333;
	font-size:12px;
	margin:50px 0;
	padding: 20px 0 0;
	overflow:hidden;
}

#footer .widget {
	margin:0 10px 0 0;
	padding:0;
	clear:none;
	border:none;
	width:220px;
}

#footer .widget_flickrRSS {
	width:250px;
}

#footer a {
	color:#000;
}

#footer a:hover {
	color:#666;
}

#footer h4 {
	font-size:16px;
	font-weight:bold;
	color:#000;
}

#footer ul {
	margin:0;
	padding:0;
}

#footer ul li {
	list-style-image:url(images/list_black.png);
	padding:0;
}

#footer ul.item-list li {
	list-style:none;
	overflow:hidden;
}

#footer ul li a {
	margin:0;
	line-height:14px;
}

#copyright p {
	font-size:11px;
	float:right;
}

/* SOCIABLE PLUGIN */

div.sociable { display:inline-block; float:right; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* EVENTS MANAGER PLUGIN */

table.dbem-calendar-table td {
		padding: 2px 4px; 
		text-align: center;
	}
	table.dbem-calendar.table tr.days-names {
		font-weight: bold;
	} 
	table.dbem-calendar-table td.eventless-pre, .dbem-calendar td.eventless-post {
		color: #ccc;
	}
	table.dbem-calendar-table td.eventful a {
	  font-weight: bold;
	  color: #FD7E29;
	}
	 table.dbem-calendar-table td.eventless-today {
	   background-color: #CFCFCF;  
	}
	table.dbem-calendar-table thead {
		font-size: 120%;  
		font-weight: bold;  
	}