/*
Theme Name: OSMBlog
Theme URI: http://wordpress.org/
Description: OSMBlog Theme based on TwentyTen 1.1
Author: OSMBlog Team
Version: 0.6
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: One column
DESCRIPTION: one column, fixed layout
*/

#container {
	margin: auto;
	width: 700px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 700px;
}

/*
sorgt dafür, dass die Box mit dem Widget nicht zu viel Abstand nach oben hat
*/

.one-column .entry-content {
    padding-top: 0px;
}

.one-column .entry-content p {
    margin-bottom: 0px;   
}

/*
Twitter Widget spezifisches Styling, überschreibt hauptsächlich defaults, damit Styles des Widgets genutzt werden
*/

#twtr-widget {
	margin-top: -20px;
}

#twtr-widget-1 a:hover {
    text-decoration: none;
    border-bottom: none;
}

#twtr-widget-1 .twtr-tweet a.twtr-user {
    color: black !important;
}

#twtr-widget-1 .twtr-tweet a.twtr-hashtag {
    color: #9D9D9D !important;
}

#twtr-widget-1 .twtr-tweet a.twtr-timestamp,
#twtr-widget-1 .twtr-tweet a.twtr-reply,
#twtr-widget-1 .twtr-tweet a.twtr-rt,
#twtr-widget-1 .twtr-tweet a.twtr-fav {
    color: #9D9D9D !important;
}

.twtr-widget .twtr-tweet {
    margin-top: 5px;
    padding-bottom: 5px;
}

#twtr-widget-1 .twtr-img img {
    width: 30px;
    height: 30px;    
}

#twtr-widget-1 .twtr-doc h4 {
    font-weight: 700;
    clear: none;
}

#twtr-widget-1 .twtr-doc h3 {
    clear: none;
}

#twtr-widget-1 .twtr-profile-img {
    width: 31px;
    height: 31px;
    border: 0!important;
    max-width: 32px;
}

#twtr-widget-1 .twtr-hd a {
    width: auto;
}

/*
Styling für die Beschreibungs-Box des OSM-Tickers
*/

#osmticker-beschreibung {
    padding-left: 25px;    
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}

.type-page {
	font-family: "Droid Sans", Helvetica, sans-serif;
}

h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Droid Sans", Helvetica, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* Searchfields
-------------------------------------------------------------- */

/* searchbutton */
input[id=searchsubmit] {
    color: white !important;
    text-decoration: none;
	line-height: 22px;
	border-radius: 5px;
	padding: 2px 6px 2px 6px !important;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	border-bottom: 1px solid #808080;
	background: url(/wp-content/themes/osmblog/images/lupe_weiß.png) no-repeat center #808080;
	width: 30px;
	border-bottom-width: 0px;
}

input[id=searchsubmit]:hover {
    border-bottom: 1px solid #013859;    
}

/* searchfield */
input[id=s] {
    height: 20px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
	border-radius: 5px;
	margin-right: 5px;
}

/* searchfield */
input[id=search-top] {
    height: 20px;
	border: none !important;
	padding-left: 22px !important;
	border-radius: 5px;
	font-family: Droid Sans, Helvetica, sans-serif;
	-webkit-appearance: none;
	background: url(/wp-content/themes/osmblog/images/lupe_grau.png) no-repeat 5px 45% #E6E6E6 !important;
	width: 120px;
	box-sizing: content-box;
}

#searchform {
	padding-left: 1px;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#main {
	margin: auto;
}

#colophon {
	margin: auto;
	max-width: 1080px;
	width: 85%;
}


#branding {
	float: left;
	width: 300px;
}

#header {
	margin: auto;
	max-width: 1000px;
	width: 85%;
	position: relative;
}

/* This is part of making the Footer always stick to the bottom and look good */
#wrapper {
	background: #fff;
	padding-bottom: 400px;
}

/* Structure the footer area */

.block1,
.block3 {
    width: 30%;
    float: left;
    min-width: 200px;
}

.block2 {
    width: 40%;
    float: left;
    min-width: 200px;   
}

.block1 #first {
    margin-right: 30%;    
}

.block3 #daten-bla {
    margin-left: 30%;    
}

.block1 #first,
.block2 #second,
.block3 #daten-bla {
    max-width: 175px;
    margin-top: 10px;
}

.block2 #second {
    margin: auto;
    margin-top: 10px;   
}

.block1 #first {
    float: right;    
}

.block3 #daten-bla {
    float: left;    
}

/* old
#footer-widget-area {
	overflow: hidden;
	float: left;
	width: 66%;
}

#footer-widget-area .widget-area {
	float: left;
	width: 50%;
	margin: auto;
	min-width: 220px;
}

#footer-widget-area #fourth {
	margin-right: 0;
}
*/

#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

/* This is part of making the Footer always stick to the bottom and look good (color for responsive design stuff) */
html {
	height: 100%;
}

body {
	background-color: #333;
	min-height: 100%;
	position: relative;
}

#header hr {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(100,100,100,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(100,100,100,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(100,100,100,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(100,100,100,1) 50%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(100,100,100,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, rgba(255,255,255,1) 0%,rgba(100,100,100,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
	height: 1px;
	margin-bottom: 18px;
	clear: both;
	border: 0;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}

a:link {
	color: #046CA5;
	text-decoration: none;
}

a:visited {
	color: #8098A6;
}

a:active,
a:hover {
	color: #013859;
	border-bottom: 1px solid #013859;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 5px 0 0 0;
}

#header #site-description-custom a:visited {
	color: #046CA5;
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0;
}

#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#site-description-custom {
	color: #646363;
	float: left;
	font-size: 16px;
	margin: 0px 2px 10px 150px;
	width: 540px;
    font-family: Droid Sans, Helvetica, sans-serif;
}

#masthead {
	float: left;
}

#mast-top {
	position: absolute;
	right: 0px;
}

#buttons-top {
    margin-top: 15px;
    width: 400px;
    position: absolute;
    right: 0px;     
}

#buttons-top a:hover {
    border-bottom: none;
    
}

#buttons-top>div {
    float: right;  
    margin-left: 5px;
}


/* replace img in HTML with CSS background image for retina sizing */

#twitter-button #backgroundbutton {
    background-image: url(/wp-content/themes/osmblog/images/twitter-icon.png);
}

#rss-button #backgroundbutton {
    background: url(/wp-content/themes/osmblog/images/feed-icon.png);
}

#buttons-top #backgroundbutton {
    width: 36px; height: 36px;
    /*width: 30px; height: 30px;*/
    background-size: 100%;
    background-repeat: no-repeat;
}


#subscribe-button {
    width: 120px; 
}

#search-in-header {
	margin-top: 60px;
	right: 0px;
	position: absolute;
}

#Flattrmehr {
	text-align: right;
	margin-top: -3px;
	font-family: Droid Sans, Helvetica, sans-serif;
}

#Flattrmehr a:link, 
#Flattrmehr a:visited {
	color: #C2C2C2;
}

#Flattrmehr a:hover {
	color: #013859;
	border-bottom: 1px solid #013859;
}

/* This is the custom header image */
#branding img {
	clear: both;
	display: block;
	width: 300px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	margin-top: 94px;
	margin-right: -10px;
	right: 0px;
	position: absolute;
}

#access .menu-header,
div.menu {
    font-family: Droid Sans, Helvetica, sans-serif;
	font-size: 16px;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}

#access .menu-header li,
div.menu li {
	float: left;
}

#access a, 
#access a:hover {
	color: #646363;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	border-bottom: none;
}

#access ul ul a {
	line-height: 1em;
	padding: 10px;
}

#access li:hover > a,
#access ul ul :hover > a {
	color: #062A47;
	text-decoration: underline;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #062A47;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #062A47;
}

/* responsive stuff
-------------------------------------------------------------- */

/* Footer width for smaller layouts */
@media screen and (max-width: 950px) {
    .block1 #first {
        margin-right: 25px;    
    }
    
    .block3 #daten-bla {
        margin-left: 0px;
    }
}

/* responsive header */
@media screen and (max-width: 980px) {
	#header {
		width: 95%;
	}
}

/* responsive footer next point */
@media screen and (max-width: 790px) {
	.block1,
	.block3 {
	    min-width: 180px;    
	}
	
	.block3 #daten-bla {
	    float: right;    
	}

}

/*responsive footer some more */
@media screen and (max-width: 760px) {	
	.block1 #first,
	.block2 #second {
		border-bottom: 1px solid white;
		margin-bottom: 10px;
	}
	
	#footer-widget-area .widget-area ul {
		margin-bottom: 0px;
	}
	
	.block1,
	.block2,
    .block3 {
        width: 100%;
        float: none;
        margin-top: 15px;
    }
   
    .block1 #first,
    .block2 #second,
    .block3 #daten-bla {
        max-width: 170px;
        margin-top: 10px;
    }

    .block2 #second {
        margin: auto;
        margin-top: 10px;   
    }

    .block1 #first {
        float: none;
        margin: auto;    
    }

    .block3 #daten-bla {
        float: none;
        margin: auto;
    }    
}

/* responsive header for iPad */
@media screen and (max-width: 870px) {
	#access .menu-header li, div.menu li {
        margin-left: -7px;
	}
	
	#site-description-custom {
	    font-size: 14px;
	    color: #353535;
	    margin: 0px 2px 10px 150px;
	    width: 510px;
	}
	
	#access .menu-header, div.menu {
	    font-size: 14px;
	}
}


/* 500-pixel layout for smaller screens, including modified header */
@media (max-width: 700px) {
	#access {
		position: relative;
		margin-top: 10px;
		right: 0;
		margin-left: 20px;
		margin-right: 0px;
	}
	
	.imginarticlefloatlefttwo {
	    margin-left: 0px !important;
	    margin-right: 0px !important;
	}
	
	#branding img {
		width: 300px;
	}
	
	#site-title {
		padding-left: 10px;
	}
	
	#site-description-custom {
	    float: left;
	    margin: 0px 2px 0 10px;
	    width: 540px;
	    font-size: 16px;
	}
	
	#access .menu-header, div.menu {
	    font-size: 16px;
	}
	
	ul {
		margin: 0 0 18px 1.2em;
	}
	
	#header hr {
		height: 2px;
	}
	
	#content img {
		max-width: 100%;
	}
	
	#container {
		width: 100%;
	}
	
	#header {
		padding: 0;
		width: 100%;
	}
	
	#buttons-top {
		right: 10px;
	}
	
	#search-in-header {
		right: 10px;
		position: relative;
		margin-top: 6px;
		float: right;
	}
	
	#masthead {
		float: none;
	}
	
	#twitter-button {
		margin-left: 0;
	}
	#flattr-widget {
		position: relative;
		right: 10px;
		padding: 0;
		/*margin-top: 60px;*/
	}
	
	#flattr-widget iframe,
	#Flattrmehr {
		margin-right: 0;
		padding-right: 0;
	}
	#branding,
	#main {
		width: 100%;
	}
	
	#content,
	.one-column #content {
		width: 500px;
		margin: auto;
	}
	
}

/*Floating around the header some more for even smaller screens */
@media (max-width: 580px) {
	#mast-top {
		padding-right: 0;
		position: relative;
		margin-top: 0px;
		margin-left: 30px;
		float: left;
	}
	
	#buttons-top {
		margin-top: 0px;
		position: relative;
		float: left;
	}
	
	#search-in-header {
		clear: both;
		margin-top: 0;
		float: right;
	}
	
	#flattr-widget {
		/*position: relative;*/
		margin-top: 0;
		position: static;
		padding-top: 6px;
		margin-left: 40px;
		right: 10px;
	}
	
	#flattr-widget iframe {
		margin-right: 10px;
		float: right;
	}
	
	#Flattrmehr {
		padding-right: 15px;
		margin-top: 0px;
	}
	
	#content img {
		max-width: 100% !important;
	}
}
	

/* 240-pixel layout for iPhone-sized screens */
@media (max-width: 520px) {
    
    /* Header Stuff */
	#access {
		position: relative;
		margin-top: -40px;
		float: left;
		right: 0;
		margin-left: 0;
	}
	
	#access .menu-header, div.menu {
	    font-size: 12px;
	}
	
	#access .menu-header li, div.menu li {
        margin-left: -10px;
        margin-right: 0px;
	}
	
	#branding img {
		width: 200px;
	}
	
	#buttons-top #backgroundbutton {
		width: 30px;
	}
	
	#site-description-custom {
	    float: left;
	    font-size: 13px;
	    margin: 0px 2px 5px 0px;
	    width: 100%;
	    font-family: Droid Sans, Helvetica, sans-serif;
	}
	
	#header hr {
		height: 2px;
		background: #062A47;
	}
	
	#search-in-header {
		float: left;
		right: none;
		position: relative;
		margin-top: -82px;
		right: 0;
	}
	
	input[id="search-top"] {
	    height: 26px;    
	}
	
	#mast-top {
		padding-right: 0px;
		position: relative;
		margin-top: 0px;
		margin-left: 0px;
		right: 0;
		float: none;
		margin: auto;
		width: 100%;
	}
	
	#header {
		padding: 0;
		width: 300px;
	}
	
	#branding {
		border-bottom: 2px solid #D6D6D6;
		margin-bottom: 10px;
	}
	
	#buttons-top { 
		margin-top: 0px;
		position: relative;
		float: right;
		right: 0;
		margin-right: 0px;
		width: 50% /*30px; */
	}
	
	#twitter-button,
	#rss-button {
		float: none;
		margin-bottom: 5px;
	}
	
	/* Hide RSS button in the header since it's still in the footer 
	#rss-button {
	    visibility: hidden;
	} */
		
	#flattr-widget {
		padding-top: 0px;
		margin-left: 0px;
		float: right;
		right: 0;
	}
	/*
	#flattr-widget iframe {
		margin-right: 10px;
		float: right;
	} */

	/* other stuff */
	#content pre {
	    width: 285px !important;
	}
	
	ul {
		margin: 0 0 18px 1.2em;
	}
		
	#site-title {
		padding: 0;
		width: 200px;
		float: none;
		margin: auto;
	}
	
	#content img {
		max-width: 100% !important;
	}
	
	#content .wp-caption img {
		margin: 0 !important;
	}
		
	#container {
		width: 100%;
	}
	
	#masthead {
		float: none;
	}
	
	.twtr-doc {
	    width: 100% !important;    
	}
	
	
	#branding,
	#main {
		width: 100%;
	}
	
	#colophon {
		margin: auto;
	}
		
	#Flattrmehr {
		padding-right: 12px;
		margin-top: 0px;
	}
	
	#content,
	.one-column #content {
		width: 300px;
		margin: auto;
	}
	
	#content,
    #content input,
    #content textarea {
	    color: #333;
	    font-size: 15px !important;
	    line-height: 24px;
    }
    
    .entry-meta {
        font-size: 11px !important;    
    }
    
    span.meta-prep-author {
        display: none;    
    }
    
    /* prevent strange floating in articles */
    #content img.alignleft,
    #content img.alignright {
        display: block !important;
        float: none !important;  
        margin: auto auto 10px auto !important;  
    }
    
    /* make author boxes more readable */
    #entry-author-info #author-description {
        margin: 0 !important;
    }
    
    #entry-author-info #author-avatar {
        float: none !important;
        margin: 0 !important;
        text-align: center;  
    }
    
    /* make comments text wider */
    .commentlist .avatar {
    	float: left;
    	position: relative !important;
    }
    
    .comment-author cite {
    	margin-left: 10px;
    }
    
    .commentlist li.comment {
    	padding: 0 !important;
    }
    
    .commentlist .children {
    	padding-left: 30px;
    }
    
    /* overflow to make long content (e.g. links) scrollable */
    .comment-body {
    	padding-top: 10px;
    	overflow: auto;
    }
    
    .reply {
    	padding: 0 0 10px 0;
    }
    
    /* make attachment pages nice in smartphone layout */
    #main .single-attachment {
    	width: 300px;
    	overflow: auto;
    }
    
    .single-attachment #content {
    	width: 300px;
    }
    
}

/* higher resolution images for retina displays */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
     
     #rss-button #backgroundbutton {
         background-image: url("/wp-content/themes/osmblog/images/feed-icon@2x.png") !important;   
     }
     
     #twitter-button #backgroundbutton {
         background-image: url("/wp-content/themes/osmblog/images/twitter-icon@2x.png") !important;   
     }
     
    input[id=searchsubmit] {
    	background: url("/wp-content/themes/osmblog/images/lupe_weiß@2x.png") no-repeat center #808080;
    	background-size: 50%;
    }
    
    input[id=search-top] {
    	background: url("/wp-content/themes/osmblog/images/lupe_grau@2x.png") no-repeat 5px #E6E6E6 !important;
    	background-size: 14px 13px;
    }
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 5px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}

/* Make pre content scrollable on small devices */
#content pre {
    overflow: auto;
    width: 100%;
    padding: 10px 5px 10px 10px;
}

#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #013859;
}
#content .entry-title {
	color: #252525;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #252525;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #013859;
}
.entry-meta {
	color: #888;
	font-size: 14px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 6px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #013859;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F1F1F1;
	border-radius: 3px;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	padding: 18px 20px;
	padding-bottom: 14px;
}

#entry-guestauthor-info {
	background: #F1F1F1;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	padding: 18px 20px 18px;
	margin-bottom: 20px
}

.author #entry-author-info {
	background: #F1F1F1;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	padding: 18px 20px;
	padding-bottom: 18px;
	margin-bottom: 20px;
}

#entry-author-info #author-avatar {
	float: left;
	margin: 0 -104px 0 0;
}

.author #entry-author-info #author-avatar {
	float: left;
	height: 60px;
	margin: 0 -104px 20px 0;
}

#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 100px;
	font-family: "Droid Sans", Helvetica, sans-serif;
}

#entry-author-info #author-link {
    text-align: right;    
}

#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

hr#categorie-linie {
    margin-left: -3px;
    margin-right: 18px;
    background-color: #C5C7C7;
    margin-bottom: 7px;
    margin-top: 0;
}

.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

.single .entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	padding-left: 22px;
	padding-bottom: 15px;
	background: #F1F1F1;
	border-radius: 3px;
	margin-top: -3px;
}

.entry-utility span.edit-link {
    float: right;
    margin-right: 20px;    
}

.entry-meta a,
.entry-utility a {
	color: #888;
	text-decoration: underline;
	border-bottom: none;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #013859;
}

.entry-meta .comments-link a {
    float: right;
}

#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* Swap Next/Prev Buttons, because it makes more sense for pictures this way */
.entry-attachment .nav-next {
	float: right;
}

.entry-attachment .nav-previous {
	float: left;
}

.single-attachment .entry-utility {
	height: 5px;
}


/* =Images
-------------------------------------------------------------- */

.imginarticlefloatleft {
    float: left;
}

.imginarticlefloatlefttwo {
    float: left;
    margin-right: 20px;
    margin-left: 20px;    
}

.clearer {
    clear: both;    
}

#content img {
	margin: 0;
	max-width: 640px;
	height: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* max-width für responsive design, besonders iPhone */

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 6px;
	max-width: 100%;
}

#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
	max-width: 100%
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
	width: 15px !important;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}

#nav-below.navigation a:link,
#nav-below.navigation a:visited {
	color: white;
	text-decoration: none;
	background-color: #808080;
	padding: 7px;
	line-height: 30px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.navigation a:active,
.navigation a:hover {
	color: #013859;
}

.nav-previous {
	float: right;
	text-align: right;
}

.nav-next {
	float: left;
}

#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 15px 0;
	padding-top: 5px;
    padding-bottom: 5px;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author {
    float: left;
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-family: "Droid Sans", Helvetica, sans-serif;
}
.comment-author .says {
	font-style: italic;
}

.comment-meta {
	font-size: 12px;
	float: right;
	text-align: right;
}

.comment-body {
    clear: both;    
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #013859;
}

.reply {
	font-size: 12px;
	padding: 0 0 20px 0;
	text-align: right;
	margin-top: -5px;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #013859;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#respond p {
	margin: 0;
}

#respond .logged-in-as {
    font-family: "Droid Sans", Helvetica, sans-serif;
    font-size: 0.9em; 
}

#respond .comment-notes {
	margin-bottom: 1em;
	font-family: "Droid Sans", Helvetica, sans-serif;
	font-size: 0.9em;
	float: left;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0 5px 0;
}

hr.comment-begin {
    background-color: #C5C7C7;
    height: 1px;    
}

#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #888;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}

#respond input {
	margin: 0 7px 9px 0;
	width: 215px;
	float: left;
	font-family: "Droid Sans", Helvetica, sans-serif;
	font-size: 0.9em;
	height: 25px;
	padding-left: 7px;
	line-height: 10px;
	border-radius: 2px;
}

#respond textarea {
	width: 98%;
	border-radius: 2px;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	float: right;
}

#respond .form-submit input {
    background-color: #046CA5;
    border: 1px none;
    border-radius: 5px 5px 5px 5px;
    color: white;
    float: right;
    font-size: 14px;
    height: 32px;
    padding: 5px;
    width: 140px;
    cursor:pointer;
    -webkit-appearance: none;
}

#respond .form-submit input:hover {
    background-color: #013859;
    box-shadow: 0px 1px 1px #666;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
	color: white;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 122px;
	display: block;
	float: left;
	margin-top: 2px;
	box-sizing: content-box;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: white;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color: white;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
	border-bottom: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #888;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Donate */
#donateID {
	text-align: center;
        margin: auto;
        margin-top: -10px;
}

#donate {
    line-height: 35px;
}
#donate .donationMoney{
    float: left;
    width: 50%;
}
#donate .donateDesc {
    float: right;
    width: 48%;
    font-size: 10px;
}

.donateBtn {
    font: 13px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

#donateID a:link, 
#donateID a:visited,
#donateID a:hover {
    color: white;
    text-decoration: none;
}

.donateBtn, #donate input[type="submit"] {
    background-image: url(/wp-content/themes/osmblog/images/bg-boxlinks-green.png);
    border-radius: 3px;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    display: inline;
    height: 15px;
    line-height: 14px;
    width: 50px;
    color: #fff;
    text-shadow: #666 0px 1px 1px;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 10px;
}
.donateBtn:hover, #donate input[type="submit"]:hover {
    background-image: url(/wp-content/themes/osmblog/images/bg-boxlinks.png);
    border-bottom: none;
}
#donate input {
    height: 23px !important;
    margin-bottom: 10px;
}


/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

/* This is part of making the Footer always stick to the bottom and look good (width, height, position, bottom) */
#footer {
	padding-bottom: 20px;
	background-color: #333333;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 400px;
}

#footer a:link,
#footer a:visited {
	color: white;
}

#colophon {
	overflow: hidden;
	padding: 18px 0;
}

#colophon a {
    text-align: left;    
}

#colophon iframe {
    text-align: left;    
}

#daten-bla {
    margin-left: 1px;
    float: left;
    font-family: Droid Sans, Helvetica, sans-serif;
    text-align: left;
}

#daten-bla iframe {
    font-size: 10px;
	background-color: #989898;
    border-radius: 5px;
    padding: 5px;
    width: 160px;
    height: 80px;
    margin-top: 3px;
}

#daten-bla iframe label {
	color: white !important;
	font-size: 14px !important;
}

#site-info {
	text-align: center;
	float: left;
	width: 100%;
	margin: 50px auto auto;
}

#osmdeLink,
#osmdeLink a:link,
#osmdeLink a:visited {
	font-size: 16px;
	font-family: "Droid Sans", Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
}

.widget-area .widget_pages,
.widget-area .widget_text {
    font-family: Droid Sans, Helvetica, sans-serif;    
}

#info-daten {
    margin-top: 1px;    
}

#site-info p a:link,
#site-info p a:visited {
	text-decoration: none;
	font-family: Garamond, "Adobe Garamond Pro", Georgia, serif;
	font-size: 56px;
	font-weight: normal;
	color: #999999;
}

#site-info a:hover,
#site-info a:active,
#info-daten a:hover,
#info-daten a:active {
	border-bottom: 1px solid white;
}

#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(/wp-content/themes/osmblog/images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
	border-bottom: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
