/* ######################################## */
/* ###	CSS: sites.css					###	*/
/* ###									###	*/
/* ###									###	*/
/* ######################################## */
/* Order: 	1. overflow, float...
			2. position
			3. margin, padding
			4. witdh, height
			5. border
			6. background
			7. font...
*/

/*/// Standardformatierungen ///*/

p {
  margin: 5px;
  padding: 5px 0;

	line-height: 1.4em;
	font-weight: 400;
}

/* BEGIN Links */
a, h2 a:hover, h3 a:hover {
	color: #147;
	text-decoration: none;
}

a:hover {
	color: #06c;
	text-decoration: underline;
}

a img, img {
	border: none;
}

.entry p a:visited {
	color: #b85b5a;
}
/* END Links */


/* BEGIN Überschriften */

h1, h2, h3 {
  margin:0;
	}

h1 {
  padding: 5px;
	text-align: center;
  }
h2, h2.pagetitle {
	font-size: 1.5em;
	}
h3 {
	font-size: 1.2em;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


h2 {
	padding: 4px 5px;
	margin: 10px 0px 5px 0px; /* TODO: unten zu viel Abstand */

	width: auto;

	border-left: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;

	background-image: url("../images/sites/background_header.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #cecfcf;
}

.entry h2 {
  border: none;

	background-image: none;
	background-color: transparent;

	font-size: 1.6em;
	font-weight: bold;
}

/*/// Unterüberschrift ///*/
h3 {
	padding: 1px 5px;
	margin: 10px 0px 5px 0px; /* TODO: unten zu viel Abstand */

	width: auto;

	border-left: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;

	background-image: url("../images/sites/background_footer.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fbfafa;
	font-size: 1em;
}

.entry h3 {
  border: none;

	background-image: none;
	background-color: transparent;

	font-size: 1.3em;
	font-weight: bold;
}

h3#comments {
	border-left: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;

	background-image: url("../images/sites/background_footer.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fbfafa;

	font-size: 1.2em;
}

/* END Überschriften */


/* Begin Lists */

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

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

ol li {
	list-style: decimal outside;
	}

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

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

/* End Entry Lists */


/* Begin Various Tags & Classes */
b, strong {
	font-size: 110%;
	font-weight: bold;
}

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

	/*font-style: italic;*/
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

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

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

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

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

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

/* End Various Tags & Classes*/

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

table {
  border-collapse: collapse;
}

span.edit a, span.edit a:visited {
  margin: 20px 0 0 0;
  color: red;
  }
span.edit a:hover, span.edit a:focus {
  margin: 20px 0 0 0;
  color: #FFF;
  background-color: red;
  }

/* BEGIN Pages */
.post {
	text-align: justify;
	}

.post hr {
	display: block;
	}

/* END Pages */

/* Begin Images */

div#content img,p img {
	padding: 5px 2.5px 5px 2.5px;
	max-width: 100%;
	}

div#content .entry img {
  background-color: #FFF;
	border:1px solid #CCCCCC;
  padding:5px;
  }
/* Korrektur für Linkbilder */
div#content .entry a img, div#content .entry img.noframe {
  background-color: transparent;
	border:none;
  }

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

img.alignright {
	padding: 4px;
	margin:  2px 0px 2px 10px;

	display: inline;

	background-color: #FFF;
	}

img.alignleft {
	padding: 4px;

	margin:  4px 10px 4px 0px;

	display: inline;

	background-color: #FFF;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


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

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: auto;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}

.alt {
	margin: 0;
	padding: 10px;
	}

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

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

	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

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

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

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

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

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

.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;
	}
/* End Comments */


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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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 */

/*##### Extras Container #####*/

/*/// Kategorie-Überschriften ///*/
div#extras h2, h2#comments, h2.pagetitle {
	padding: 2px 5px;

  border-left: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;

	background-image: url("../images/sites/background_header.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #cecfcf;

	font-size: 1.2em;
	text-align: center;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
}

/*##### Extras Container END #####*/

/*/// Mitteilungen in div#content ///*/
/*/// BLOG_MESSAGE etc.           ///*/
p#message {
	margin: 3px 5px;

	text-align: center;

	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
}



/*  ####################################
    ##      Blog-News
    ####################################    */

div.entry {
	margin: 10px 0 15px 0;

	width: auto;

	background-color: #f8f8f8;
}

div.entry h1 {
	padding: 4px 5px;

	width: auto;

	border-left: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;

	background-image: url("../images/sites/background_header.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #cecfcf;
	/*border-left: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;

	background-image: url("../images/sites/background_footer.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fbfafa;*/

	color: #003545;
	font-size: 1.4em;
  font-weight: 400;
}

div.entry div.date {
	margin: 3px 10px 17px 10px;

	width: auto;

	font-size: 10px;
	text-align: right;
	letter-spacing: +1px;
	color: #04b100;
	font-family: Arial, sans-serif;
}

div.entry p {
	padding: 5px 0;

	width: auto;

	font-size: 1em;
}

div.entry div.footer {
	padding: 1px 5px;

	width: auto;

	border-left: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;

	background-image: url("../images/sites/background_footer.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fbfafa;

	font-size: 1em;
	text-align: center;

	clear: both;
}


/*  ####################################
	##      Datebook.php site
	####################################    */

/*##### Terminliste #####*/

h1.datebook {
	display: block; /* Für den IE inline-block nicht block */

	clear: both;

	padding: 4px 5px;
	margin: 10px 0 10px 0;

	width: auto;

	border-left: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;

	background-image: url("../images/sites/background_header.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #cecfcf;

	color: #003545;
}

th.dateentry_title {
	padding: 1px 5px;

	border-left: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;

	background-image: url("../images/sites/background_footer.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fbfafa;

	font-size: 12px;
	font-weight: bold;
	text-align: center;

}

table.past_event th.dateentry_title {
	color: #909090;
}

table.dateentry {
	margin: 0px 1% 10px 1%;

	border-collapse: collapse;

	float: left;

	width: 47%;

	text-align: left;
}

table.future_event {
	background-color: #caffc8;
}

table.past_event {
	background-color: #fafafa;
}

table.dateentry td {
	padding: 5px;
}

table.past_event * {
	color: #909090;
}

td.dateentry_time {
	text-align: left;
}

td.dateentry_location {
	text-align: left;
}

td.dateentry_legend {
	text-decoration: underline;
	text-align: right;
}

td.dateentry_text {
	text-align: left;
}



/*##### Beitrags-Kalender rechts #####*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	padding: 1px 0 4px 0;

	font-style: normal;
	text-transform: capitalize;
	color: #545454;

	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

/* Begin Calendar */
#wp-calendar {
	/*empty-cells: show;*/
	margin: 10px auto 0;
	/*width: 155px;*/
	width: auto;

	table-layout: fixed;
	border-collapse: collapse;

	border: 1px solid #000;
	background-color: #fff;
	}

#wp-calendar td.today {
	background-color: #FF5B4C;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;

	width: auto;

	color: #04b100;
	font-weight: bold
	}

#wp-calendar a:hover {
	background-color: #0089CF;

	color: #FFFFFF;
}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar td {
	padding: 2px 4px 2px 4px; /* TODO: BUG - Abstände oben/unten rechts/links irgendwie anders angleichen */

  text-align: right;
	font-size: 13px;
	}
/* End Calendar */
