/*  
Theme Name: DPSG Dioezesanverband Paderborn 2.0
Theme URI: http://unfug.gehirnbrand.de	
Description: Das Theme fuer den WP-Auftritt des Dioezesanverbandes
Version: 0.1.8 (milestone!)
Author: Bjoern Stomberg, 2008
Author URI: http://www.data-systems.de
*/

/* Body */
body 	{
	font-size: 62.5%; /* 1em auf 10px relativ skalieren */
	font-family: Verdana, Tahoma, Sans-Serif, Calibri, Arial, Helevetica;
	color: #292929;
	margin: 0px;
	padding: 0px;
	background: url(images/header-bg.jpg) repeat-x;
	}

/* Header */
div#header-bg {
	height: 110px;
	}

	/* ie-hack :p */
	*+html div#header-bg {
		height: 120px;
		}

div#header-bg h1 {
	font-size: 2em;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 0px;
	}

div#header-bg h1 a {
	display: block;
	padding-left: 200px;
	padding-top: 15px;	
	padding-bottom: 23px;
	color: white;
	font-weight: normal;
	}

	/* ie-hack :p */
	*+html div#header-bg h1 a {
		padding-bottom: 1px;
		}

div#header-bg h1 a:hover {
	text-decoration: none;
	}


/* Tabmenu mit Page_Fold_List */

ul#tabmenu {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	}

ul#tabmenu > li#pagenav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul#tabmenu  li#pagenav ul li {
	float: left;
	}

ul#tabmenu li#pagenav ul li.page_item a {
	color: white;
	display: block;
	font-weight: bold;
	float: left;
	padding: 4px 9px 4px 9px;
	font-size: 1.2em;
	background: url(images/tab-bg.jpg) repeat-x;
	margin-right: 3px;
	border-left: 1px solid #df4067;
	border-right: 1px solid #831926;
	border-top: 1px solid #df4067;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	text-decoration: none;
	}

ul#tabmenu li#pagenav ul li.page_item a:hover {
	background: url(images/tab-bg-checked.jpg) repeat-x;
	color: black;
	font-weight: bold;
	border-left: 1px solid #f0c5d0;
	border-right: 1px solid #dd6d8a;
	border-top: 1px solid #f7ced9;
	}


ul#tabmenu li#pagenav ul li.current_page_item a, ul#tabmenu li#pagenav ul li.current_page_ancestor a {
	background: url(images/tab-bg-checked.jpg) repeat-x;
	color: black;
	font-weight: bold;
	border-left: 1px solid #f0c5d0;
	border-right: 1px solid #dd6d8a;
	border-top: 1px solid #f7ced9;
	}

/* breadcrumb */
div#breadcrumb {
	clear: both;
	border-top: 1px solid #c0c0c0;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #efefef;
	border-bottom: 1px solid #c0c0c0;
	}

div#breadcrumb a {
	color: #292929;
	text-decoration: underline;
	}

/* Inhalt > komplett */
#page 	{
	background: url(images/page-bg.jpg) repeat-x;
	}

h2 a:hover, h3 a:hover {
	text-decoration: underline;
	}

a  	{
	color: #0066cc;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

h1, h2, h3 {
	font-family: Verdana, Tahoma, Sans-Serif, Calibri, Arial, Helevetica;
	font-weight: bold;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

div.post h2 {
	color: #0066cc;
	font-size: 1.7em;
	background: url(images/wegzeichenoben.gif) no-repeat center left;
	padding-left: 35px;
	}

div.post small {
	font-family: Verdana, Tahoma, Sans-Serif, Calibri, Arial, Helevetica;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-left: 35px;
	}

small, .nocomments, blockquote, strike {
	color: #777;
	}

div.post small a {
	color: #777;
	}


/* Navigation (Sidebar) */
div#sidebar {
	float: left;
	width: 200px;
	margin: 10px 0 20px 10px;
	}

#sidebar h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul ul li {
	margin: 0;
	padding: 0;
	}

#sidebar ul ul ul {
	margin-left: 5px;
	padding-left: 7px;
	}

#sidebar ul ul ul ul {
	border-left: none;
	}

/* Navigation (Sidebar) > Pages-Faltmenue */

div#sidebar #pagenav {
	background-color: white;
	border: 1px solid #b3dcec;
	}

	/* alle mouseovers */
	div#sidebar ul li.page_item a:hover {
		color: #114477;
		text-decoration: underline;
		}

	/* alle menuepunkte,vor allem die OHNE untermenue */
	div#sidebar li#pagenav ul li.page_item a {
		font-size: 1.2em;
		color: #147;
		display: block;
		border-bottom: 1px solid white;
		padding: 3px 0 3px 15px;
		background:url(images/nav_arw-right.gif) no-repeat 5px center;
		}

	/* menuepunkte mit untermenues, nicht ausgew�hlt */
	div#sidebar li#pagenav ul li.page_item.page_folder a {
		background:url(images/nav_arw-right.gif) no-repeat 5px center;
		}

	/* menuepunkt mit untermenues, ausgewaehlt, alle ebenen */
	div#sidebar li#pagenav ul li.page_item.current_page_item.page_folder > a {
		font-weight: bold;
		background:url(images/nav_arw-down.gif) no-repeat 3px center;
		}

	/* menuepunkt, untermenue ausgewaehlt */
	div#sidebar li#pagenav ul li.page_item.current_page_ancestor.page_folder > a {
		font-weight: bold;
		background:url(images/nav_arw-down-dark.gif) no-repeat 3px center;
		}

	/* menuepunkt, ausgewaehlt */
	div#sidebar li#pagenav ul li.page_item.current_page_item > a {
		font-weight: bold;
		background:url(images/nav_arw-right-dark.gif) no-repeat 5px center;
		}


/* Navigation (Sidebar) > Kategorielinks */

li.categories ul li a {
	color: #147;
	}

/* Sidebar - Teaser */
ul#teaser {
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0 0;
	}

ul#teaser li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	}

ul#teaser li a img {
	margin: 10px 0 0 0;
	border: none;
	}

/* Social-Block */
div#social {
	margin: 10px 0 10px 0;
	padding: 5px;
	background-color: white;
	border: 1px solid #b3dcec;
	text-align: center;
	}

div#social a {
	margin-right: 5px;
	}

/* Suchfeld */
#searchform div {
		position: absolute;
		right: 80px;
		top: 60px;
		margin: 1px;
		}

#searchform div input#s {
		font-size: 0.9em;
		padding: 2px;
		border: 1px solid #05397b;
		background-color: #d6f1fd;
		}

#searchsubmit	{
		font-size: 1em;
		background-color: #c0ecff;
		border: 1px solid #05397b;
		}

#searchsubmit:hover	{
		background-color: #e6e6e6;
		}

/* Komplette Seiteninhaltsspalte */
.narrowcolumn, .widecolumn {
	float: left;
	width: 700px;
	padding: 10px;
	margin-left: 10px;
	}

/* vorherige/naechste Eintraege */
div.navigation {
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	}

div.navigation a {
	color: #0066cc;
	padding: 3px 0px 3px 0px;
	margin-left: 5px;
	border: 1px solid white;
	}

div.navigation a:hover {
	color: #114477;
	}


/* Inhalt > Eintraege */

div.post {
	border: 1px solid #b3dcec;
	background-color: white;
	margin: 0 0 25px;
	padding: 0px 10px 0px 45px;
	}

div.post p.postmetadata {
	}

div.entry {
	padding-bottom: 10px;
	}

.entry table {
	font-size: 1.2em;
	border: 1px solid #b3dcec;
	}

.entry table td {
	margin: 0px;
	padding: 3px;
	border: none;
	}

.entry p a:visited {
	color: #114477;
	}

.entry table {
	}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {
	}


div.post div.entry h2 {
	color: black;
	background: none;
	font-size: 1.4em;
	}


.entry p {	
	font-size: 1.2em;
	line-height: 1.5em;
	margin-right: 20px;
	}

.entry ul li, .entry ul li ul li, .entry ul li ul li ul li {
	list-style-type: disc;	
	font-size: 13px;
	padding-left: 15px;
	}

.entry ol {
	padding: 10px 0 0 25px;
	margin: 0;
	line-height: 2em;
	}

.entry ol li {
	margin: 0;
	font-size: 1.2em;
	}

.entry ol li ol li  {
	font-size: 1.1em;
	line-height: 1.1em;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	color: #777;
	}

/* Kommentarkram */

h3#comments {
	border-top: 1px solid #b3dcec;
	}

.commentlist li {
	font-size: 1.1em;
	}

.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 20px 3px;
	list-style: none;
	background-color: #f1f1f1;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color: #0066cc;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.4em;
	text-align: justify;
	margin: 10px 5px 10px 0;
	}

.commentlist .alt {
	background-color: #f0f9ff;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

#commentform p {
	display: block;
	width: 400px;
	margin: 5px 0 10px 60px;
	}

h3#respond {
	margin-left: 60px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	text-align: center;
	font-family: Verdana, Tahoma, Sans-Serif, Calibri, Arial, Helevetica;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	font-family: Verdana, Tahoma, Sans-Serif, Calibri, Arial, Helevetica;
	font-size: 1.4em;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

select {
	width: 130px;
	}

/* Post/Page > Bilder  ACHTUNG - Der WP-Editor vergibt diese Tags beim bearbeiten! */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	float: right;
	margin-left: 15px;
	}

img.alignleft {
	float:left;
	margin-right: 15px;
	}

img.aligncenter {
	display: block;
	}

/* Captions im Fliesstext */
.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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float:left;
	}

.aligncenter {
	display: block;
	margin: 10px auto 10px auto;
	}

/* IE-HACK */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

/* IE-HACK */
html>body .entry li {
	margin: 7px 0 8px 10px;
	}


/* Der Rest */

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

address {
	padding-left: 35px;
	font-size: 1.3em;
	line-height: 1.3em;
	}

pre	{
	padding-left: 35px;
	font-size: 1.8em;
	}

blockquote {
	margin: 15px 0 25px 35px;
	padding-left: 0px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr 	{
	display: none;
	}

a img 	{
	border: none;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

/* DDSG- Wrapper (HTML Sitemap Generator) */

div.ddsg-wrapper {
	padding-left: 25px;
	}

div.ddsg-wrapper h2 {
	display: none;
	}

div.ddsg-wrapper p {
	display: none;
	}

div.ddsg-wrapper ul li, div.ddsg-wrapper ul li ul li, div.ddsg-wrapper ul li ul li ul li, div.ddsg-wrapper ul li ul li ul li ul li {
	font-size: 13px;
	line-height: 20px;
	background: none;
	list-style-type: none;
	}

div.ddsg-wrapper ul li ul li  {
	background: none;
	}

/* linkliste mit wp_list_bookmarks */
ul.linklist li {
	list-style-type:none;
	line-height: 20px;
	}

ul.linklist li ul li{
	list-style-type:none;
	margin: 0 0 0 40px;
	}

/* Footer */
div#footer {
	border-top: 1px solid #676767;
	clear: both;
	}

div#footer p {
	background: url(images/wegzeichenunten.gif) no-repeat center right;
	color: #676767;
	margin: 0 5px;
	padding: 5px 18px;
	text-align: right;
	}