/*
Theme Name: 23theme
Theme URI: www.23dpi.com
Description: Remake of the original theme
Version: 3.0
Author: Simon Schmincke
Author URI: www.schminckes.de
Tags: blue, custom header, fixed width, two columns, widgets

*/

/*

rot = 			a40000		#a40000

grau = 			bbbbbb		#bbbbbb



*/


/* Header & Menu -------------------------------------------------------- */

#sepe {
	border-top: 1px solid #EFEFEF;
    margin-top: 10px;
}


.demo {
	color:#000033; background-color:#f9f9f9; layer-background-color:#cccccc;
    position:absolute; top:30px; left:30px; width:1000px; height:739px;
    z-index:99;  visibility:hidden;
	border: 1px solid #333333;
}

.popupheader {
	text-transform: uppercase;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

#grauborder{ // Grauer Strich im Header
	float: left;
	width: 750px;
	margin: 5px auto 0 auto;
	border-top: 1px dotted #bbbbbb;
	padding-top: 3px;

}

#grauborder2{
	border-top: 1px solid #EFEFEF;
	padding-top: 5px;
}

#headerd {
	margin: 30px auto 15px auto;
}

#content {
	padding-top: 18px;
}

#headerd .wrapper {
	height: 35px;
}

#logo {
	float: left;
	font: normal 28px Georgia, Gill Sans, Palatino, serif;
	width: 330px; 
	text-transform: lowercase;
	text-align: left;
	letter-spacing: -2px;
	color: #000;
}

#logo a:link, #logo a:visited { color: #000; }
#logo a:hover { color: #000; text-decoration: none; }

#menu {
	margin: 5px 0 0 0;
	float: right;
	width: 400px;
	font-size: 10px;
	text-align: right;	
	text-transform: uppercase;
}

#menu li {
	margin: 0 0 0 10px;
	display: inline;
}

/* BEGIN links ----------------------------------------- */

#menu a:link, #menu a:visited { color: #999; text-decoration: none; }
#menu a:hover, #menu a:active { color: #000; border-bottom: 1px dotted #a40000;}



a:link, a:visited {color: #5c5c5c; text-decoration: none; } 
a:hover, a:active {color: #000; } 

.postmetadata  a, .navigation a, .widget_tag_cloud a { 
	color: #777777;
	text-decoration: none; 
	background-color: #dfdfdf; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 2px; 
	padding-bottom: 2px;
}
	
.postmetadata af, .navigation a:hover, .widget_tag_cloud a:hover {
	color: #000000; 
	text-decoration: none; 
	background-color: transparent;
} 

.olderentr a, .newerentr a {color: #ffffff; text-decoration: none; background-color: #c00000; padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px;}
.olderentr a:hover, .newerentr a: hover{color: #000000; text-decoration: none; background-color: transparent; border: 1px solid #dfdfdf;}

.newerentr a {float: right;}
.olderentr a {float: left;}

.post h3 a, .narrowcolumn h2 {
	color: #000000;
	margin: 0 0 5px 0;
	font-size: 14px;
	letter-spacing: 1px;
	color: #333;
	text-align: left;
	text-transform: uppercase;
    font-weight: normal;
}

.post h2 a {
	color: #000000;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #333;
	text-align: left;
	text-transform: uppercase;
    font-weight: normal;
    padding-top: 15px;
}

.post h2 a:hover, .post h3 a:hover {
    color: #999999;
    border-bottom: 1px dotted #a40000;
}



/* END links -------------------------------------------*/
	
/* FOOOTER -------------------------------------------------------- */

#footer {

}



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font: normal 11px/17px Arial, Verdana, Helvetica, sans-serif;
	text-align: right;
}

html {
	min-height: 100.1%;
}

#page {
	background-color: white;
	text-align: left;
}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-top: 31px;

	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 750px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 0;
	margin: 0px 0 0;
	width: 500px;
}

.nosidebar {
	padding: 0 0 0;
	margin: 0px 0 0;
	width: 750px;
}


.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 500px;
}

.post {
	text-align: justify;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
#footer {
	border-top: 1px dotted #bbbbbb;
	width: 750px;
	text-transform: uppercase;
	color: #999;
	font-size: 10px;
    text-align: right;
    padding-top: 10px;
	clear: both; 
	padding-bottom: 30px;
}

/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 10px;
	font-size: 13px;

}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
    border: 0px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;


}

.alignright {
	float: right;
	
}

.alignleft {
	float: left

}

.alignright a, .alignleft a{
	background-color: white;

	height: 5px;

}

.alignleft a:before{
	content:"<< ";
	size: 17px;
	font-weight: bold;
	color: #a40000;
}

.alignright a:after{
	content:" >>";
	size: 17px;
	font-weight: bold;
	color: #a40000;
}




/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;f
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

/* .entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
    text-align: right;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	text-align: right;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: none;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
}

#sidebar #searchform #s {
	width: 142px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    border: 1px dotted #6d6d6d;
       
}

 #searchsubmit {
	padding: 1px;
    font-size: 11px;
    border: 2px solid #bfbfbf;

    color: #000000;
    background-color: #bfbfbf
    margin-right: 10px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;

}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 495px;
	height: 150px;
}

#commentform #submit {

	float: right;
	height: 20px;
	width: 150px;
	color: white;
	background-color: #a40000;
	border: 0px;
	margin-right: -2px;
	margin-bottom: 30px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}



/* End Comments */



/* Begin Sidebar baum*/
#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 207px;
	text-align: right;
}

#sidebar form {
	margin: 0;
}

/* End Sidebar */

/* BEGIN Categories ---------------------------------------------------------------- */

h2.widgettitle { // Title von z.b. categories
	margin: 0 0 5px 0;
	font-size: 11px;
	letter-spacing: 1px;
	color: #333;
	text-align: right;
	text-transform: uppercase;
    font-weight: normal;

}

/* Categories */

#categories-273111811 h2, #linkcat-14 h2, #linkcat-13 h2{
 background-color: #;
 width: 197px;
 margin-left: 10px;
 height: 16px;
 padding-top: 3px;
 border-bottom: 1px dotted #6d6d6d;

}



.widget li {
    background-color: #ffffff;
    list-style-type: none;
    border-bottom: 1px dotted #bbbbbb;
    
}

.widget li:hover {
    background-color: #ffffff;
    list-style-type: none;
        border-bottom: 1px dotted #a40000;
    
}


.widget ul {
    list-style-type: none;
}


.widget a {
    background-color: #ffffff;
    padding-left: 3px;
}

/*
.cat-item a { /* Links der Cateogries */
	color: #666666;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: left;
    font-weight: normal;
}
*/



/* END Categories  ----------------------------------------------------------------- */


/* BEGIN Calendar ------------------------------------------------------------------ */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
    background-color: #dfdfdf;
}

#wp-calendar a:hover {
	display: block;
	text-decoration: none;
    background-color: #ffffff;
    color: #000000;
}

#calendar_wrap table {
	width: 198px;
    text-align: right;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
    background-color: #dfdfdf;
    text-decoration: none;
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
    background-color: #ffffff;
}

#wp-calendar th {
    margin: 0 0 5px 0;
	font-size: 11px;
	letter-spacing: 1px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
    font-weight: normal;
}

#calendar_wrap {
    float:right;
    text-align: right;
    margin: 0px;
    padding: 0px;
} 

#calendar_wrap thead tr {
    background-color: #ffffff;
} 

#calendar_wrap caption { // Calendar Ã¼berschrift	
    margin: 0 0 5px 0;
	font-size: 11px;
	letter-spacing: 1px;
	color: #333;
	text-align: right;
	text-transform: uppercase;
    font-weight: normal;
}


#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}

/* End Calendar */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden-alt {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
    border: 0px;
}

.navigation {
	display: block;
	text-align: center;

	margin-bottom: 30px;
	padding-bottom: 30px;

}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: right;
	background-color: #dfdfdf;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



#comments h3 {
	color: #778899;
}

/* BEGIN Twitter ------------------------------------- */

li.twitter-item {
	background-color: #ffffff;
	border-bottom: 1px solid #EFEFEF;
}

a.twitter-link {
 color: ;
}

small.tw {
 float: left;
}

/* ENDE Twitter ---------------------------------------*/



/* BEGIN Dropdown Monate ------------------------------------- */

.widget select {
	width: 197px;
}

.widget option {
	width: 197px;
}


/* ENDE Dropdown ---------------------------------------*/


/* BEGIN Datumslinie ------------------------------------- */

.datums_linie {
	width: 100%;
	border-bottom: 1px dotted #bbbbbb; 
	padding-bottom: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 0.8em;
	color: #777;

	
}

/* ENDE Datumslinie ---------------------------------------*/

/* BEGIN Dropdown Karte ------------------------------------- */

#hidden-7 		{overflow:hidden;}
#toggle 		{display:none:}

/* ENDE Dropdown ---------------------------------------*/



/* BEGIN Overlay Map ------------------------------------- */
.infobox{
vertical-align: left;

width: 300px;
padding: 10px;
border-top: 1px dotted #3c3c3c;
border-bottom: 1px dotted #3c3c3c;
background-color: #fff;
overflow: hidden; 
position:absolute; 
top:130px; 
padding: 10px;
margin-left: 20px;
} 

a.map-info-header {
	font-size: 11px;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none; 
	vertical-align: left;
	}

a.map-info-header:hover {
	color: #333333;
	border-bottom: 1px dotted #a40000;
}	

.blogdate {
	font-size: 11px;
	color: #777777;
}
.blogdate:before {
	content:url(images/smallpin.png);
	padding-right: 4px;
}

/* ENDE Overlay Map ---------------------------------------*/


/* BEGIN Top Kalender ------------------------------------- */

.tc_linktag {
	background-color: #a40000; 
	height: 20px;
}

.tc_linktag:hover {
	border-top: 6px solid #a40000;
}


.tc_normaltag  {
	background-color: #bbbbbb;
}

.tc_normaltag:hover {
	border-top: 4px solid #bbbbbb;
}


.tc_heutetag {
	background-color: #000000; 
}

a.tc_top_link:link {
	text-decoration: none;
	text-transform: uppercase;
	
}

.tc_monats_div {
	border-left: 1px dotted black; 
	color: #9e9e9e; 
	float: left; 
	padding: 0px; 
	margin: 0px; 
	padding-left: 2px; 
	margin-right: 1px; 
	margin-left: 1px; 
	height: 31px;
}

.tc_monats_div:hover {
	background-color: #f7f7f7;
}
/*  */
 
#tooltip{
	position:absolute;
	top: 200px;
	border:1px solid #333;
	background:#f2f2f2;
	padding: 3px;
	color:#red;
	display:none;
	}	
 
#ficken:befored {
	content: "THE LAST 4 MONTHS:";
}


/* ENDE Top Kalender ---------------------------------------*/

/* Let's remove that Wordpress Stats Smiley Face ! */
img#wpstats {
     display: none;
}



.alignnone img{
    border: 1px solid red;
}

/* ANFANG FACEBOOK LIKE -------------------------------------- */

.fblikesend {

	float: right;
	width: 47px;
	margin-top: -12px;	
}

/* ENDE facebook like */


