/**
*	Theme Name: DW Blogs 2012
*	Theme URI: 
*	Description: For any questions please contact <a href="mailto:TvD@dw-world.de">TvD@dw-world.de</a>
*	Author: DW-WORLD.DE
*
*
*	content
*	
*	1		WordPress Backend styles
*	2		WordPress systemowned styles
*	3		General Elements
*	4		Header & Elements
*	4.1		Header Blog List (Metaheader)
*	4.2		headerWrapper
*	4.3		Keyvisual & Title
*	4.4 	DW.COM Link
*	5		Navigation & Elements
*	5.1 	Navigation
*   5.1.1   Navi level 2+3
*	5.2		Social Links
*	6		Main-Content
*	6.1		Artikel
*	6.1.1	Artikel Meta Header + Headline
*	6.1.2	Artikel Content
*	6.1.3	Artikel Footer
*	6.1.4	Artikel SBB
*	6.2		Pagination-Bar
*	6.3		Kommentare
*	6.4		Suchergebniss
*	6.5		Subnavbar on single pages
*   6.6     Categories
*   6.7     Related Content
*	7		Sidebar
*	7.1		Sidebar Tagcloud
*	7.2		Sidebar Linklist
*	7.3		Sidebar RSS
*	7.4		Sidebar HTML-Text
*	7.6		Sidebar Archiv
*	7.7		Sidebar Calendar
*	7.8		Sidebar Categories
*	7.9		Sidebar Search
*	7.10	Sidebar Polls
*	7.11	Sidebar Custom Menu
*	7.12	Sidebar Meta
*	7.13	Sidebar (Get) Recent Comments
*	7.14	Sidebar Recent Posts
*	7.15	Sidebar Simple Flickr Photos
*	7.16	Sidebar NextGen Slideshow
*	7.17	Sidebar NextGen Gallery
*	7.18	Sidebar Twitter-Tracker
*	7.19	Sidebar Twitter Widget Pro
*	8		Plugins & Widgets
*   8.1     (Get) Recent Comments
*   8.2     Twitter Widget Pro
*   8.4     Simple-Flickr-Plugin
*   8.5     Plugin Polls
*	9		Footer
*	10		Basic Blog
*
*/
/************************************************
*
*	1	WordPress Backend styles
*
************************************************/
.wp-admin td.info {
	background: url(https://blogs.dw.com/ice/wp-content/themes/DW_Blogs_2012/css/images/icon_info.jpg) repeat-y 0 0;
}


/************************************************
*
*	2	WordPress systemowned styles
*
************************************************/
.alignright {
	float: right !important; 
	margin: 20px  0 20px 20px!important;
	padding:0 !important;
}
.alignleft {
	float:left !important; 
	margin: 20px 20px 20px 0!important;
}
.aligncenter {
	display: block; 
	margin: 20px auto 20px auto!important;
}
/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
 
.wp-caption {
padding-top: 0px;
margin: 10px;
}
 
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
 
#main .wp-caption p.wp-caption-text {
	color: #888888;
	font-size: 13px;
	margin: 0 0 10px;
	padding: 0 0 4px 0;
}
/* End captions */


/************************************************
*
*	3	General Elements
*
************************************************/
body {
    background-color:#f5f4f2;
    background-image: url(images/background_shadowbox.png);
    background-repeat: no-repeat;
    background-position:top center;
	color: #3E3E3E;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}

#wrapper {
	background: #fff;
	width: 940px;
	margin: 0 auto 20px;
	padding: 0 20px 20px;
	text-align: left;
	position: relative;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* not mac-ie \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end not mac-ie */


/************************************************
*
*	4	Header & Elements
*	4.1	Header Blog List (Metaheader)
*	4.2	headerWrapper
*	4.3	Keyvisual & Title
*	4.4 DW.COM Link
*
************************************************/
/********************************************
*	4.1	Header Blog List (Metaheader)
********************************************/
#metaheader {
	height: 30px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	width: 960px;
}

#metaheader .content-sub {
	height: 23px;
	float: right;
	margin: 0;
	padding: 0;
	font-weight: bold;
	position: relative;
}

#metaheader .content-sub #categorylist 	{	
	width: 120px;
	padding: 0 0 3px;
}

#metaheader .content-sub span.select	{
	background: url(images/BG_dropdown.gif) no-repeat scroll -55px 4px;
	color: #00468F;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	padding: 7px 20px 0 5px;
	position: absolute;
	text-transform: uppercase;
	width: 100px;
}

#metaheader .content-sub select.styled	{	
	opacity: 0;
	filter: alpha(opacity = 0);
	position: relative;
	width: 140px;
	z-index: 5;
}

#metaheader .content-sub .firstOption {
	font-weight: bold;
	font-style: italic;
	padding: 0 0 4px 2px;
	margin: 0 0 4px;
	border-bottom: 1px dashed #000;
}

#metaheader .content-sub option	{
	color: #424242;
	font-size: 10px;
}

.linked {
    pointer-events: none;
    cursor: default;
}
 
.hidden {
    display: none;
}

/********************************************
*	4.2	headerWrapper
********************************************/
#headerWrapper .logo {
	float: left;
}

#headerWrapper .logo a {
	background: url(images/dwlogo-all.png) no-repeat 0 0;
	width: 400px;
	height: 85px;
	display: block;
}

#headerWrapper .logo #dwclaim {
	font-family: Georgia,Times,serif;
	color: rgb(0, 135, 235);
	font-size: 18px;
	position: relative;
	left: -1px;
	top: -37px;
	letter-spacing: 0.02em;
}

#headerWrapper .search {
	margin: 33px 32px 0 0;
	float: right;
}

#headerWrapper .widget_search #searchform input#s {
	border: 1px solid #ccc;
	border-right: none;
	color: #888888;
	font-size: 11px;
	height:	20px;
	padding: 0 6px;
	width: 254px;
} 

#headerWrapper .widget_search {
	position: relative;
}

#headerWrapper .widget_search #searchsubmit {
	border: none;
	cursor: pointer;
	height: 22px;
	left: 267px;
	position: absolute;
	top: 0px;
	width: 32px;
}

headerWrapper .widget_search .screen-reader-text {
	display:none;
}


/********************************************
*	4.3	Keyvisual & Title
********************************************/
#headerWrapper #title {
	background-color: black!important;
	background-size: 940px 240px!important;
	height: 240px;
	width: 940px;
	position: relative;
}

#headerWrapper .titleText {
	background: url(images/black_alpha50-10x10.png) repeat 0 0;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 21px 30px 16px 20px;
	font-size: 16px;
	font-family: Georgia, serif;
	line-height: 24px;
	width:330px;
}

#headerWrapper .titleText a {
	text-decoration: none;
	color: #fff;
}

#headerWrapper .titleText h2 {
	font-size: 34px;
	line-height: 36px;
	padding: 0 0 13px;
}

#headerWrapper #header {
	height: 85px;
	padding: 0 0 0 0px;
}

#headerWrapper .links span a {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}


/********************************************
*	4.4 DW.COM Link
********************************************/
#metaheader .dwLink {
	float: right;
	padding: 7px 20px 0 0;
}

#metaheader .dwLink a {
	color: #00468F;
	font-size: 11px;
    line-height:11px;
    letter-spacing:0.1em;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#metaheader .dwLink a:hover {
	color: #0087EB;
}


/************************************************
*
*	5	Navigation & Elements
*	5.1 Navigation
*   5.1.1 Navi level 2+3
*	5.2	Social Links
*
************************************************/
/********************************************
*	5.1 Navigation
********************************************/
#nav {
	background: #0098ff;
	margin: 12px 0;
	padding: 10px 0 0;
	height: 40px;
	
}

#nav ul.hauptmenu {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 14px;
	text-transform: uppercase;
	width: 800px;
}

#nav ul.hauptmenu li {
	float: left;
	height: 40px;
	padding: 0;
	position: relative;
}

#nav ul.hauptmenu a {
	color: #ccebff;
	font-weight: bold;
	line-height: 30px;
	padding: 0 10px 3px;
	text-decoration: none;
}

#nav ul.hauptmenu li.current-cat a,
#nav ul.hauptmenu li.current_page_item a,
#nav ul.hauptmenu li.current-menu-item a,
#nav ul.hauptmenu li.current-menu-parent a {
	color: #fff;
}

#nav ul.hauptmenu a:visited  {
	color: #ccebff;
}

#nav ul.hauptmenu a:focus {
	color: #fff;
}

#nav ul.hauptmenu a:hover {
	color: #fff;
}

#nav ul.hauptmenu a:active {
	color: #000;
}


/********************************************
*   5.1.1 Navi level 2+3
********************************************/
#nav ul.hauptmenu ul.sub-menu {
    background-color: #fff;
    color: #000;
    position: relative;
    z-index: 100;
}

#nav ul.hauptmenu ul.sub-menu li {
	float: none;
	height: auto;
	margin: 0;
	xwhite-space: nowrap;
    z-index: 100;
}

#nav ul.hauptmenu ul.sub-menu li a {
    padding: 0 20px;
}
    
#nav ul.hauptmenu > li > ul.sub-menu {
    display: none;
    padding: 10px 0 6px;
    position: absolute;
    top: 40px;
    width: 210px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
      behavior: url(../../../../../wp-content/themes/DW_Blogs_2012/js/css3pie/PIE.htc.html);
}	

#nav ul.hauptmenu ul.sub-menu a {
    color: #3e3e3e;
    display: list-item;
    font: bold 13px/20px Arial,Helvetica,sans-serif;
    padding-right: 20px;
    text-transform: none;
}

#nav ul.hauptmenu ul.sub-menu a:hover {
    color: #0087eb;
}

#nav ul.hauptmenu ul.sub-menu ul.sub-menu li {
    z-index: 100;
}
	
#nav ul.hauptmenu ul.sub-menu ul.sub-menu li a {
    font-weight: normal;
    padding: 0 20px 0 40px;
}
    
/********************************************
*	5.2	Social Links
********************************************/
#nav p.socialLinkBar {
	float: right;
	width: 105px;
	margin: 6px 20px 0 0;
}

#nav p.socialLinkBar span {
	float: right;
}

#nav p.socialLinkBar a img {
	border: none;
	padding: 0 0 0 10px;
}


/************************************************
*
*	6	Main-Content
*	6.1	Artikel
*	6.1.1	Artikel Meta Header + Headline
*	6.1.2	Artikel Content
*	6.1.3	Artikel Footer
*   6.1.3.1     Date Bar
*   6.1.3.2     Tag Bar
*   6.1.3.3     SBB Bar
*   6.1.3.4     Feedback Bar
*	6.2	Pagination-Bar
*	6.3	Kommentare
*	6.4	Suchergebniss
*	6.5	Subnavbar on single pages
*   6.6   Categories
*   6.7 	Related Content
************************************************/
#main {
	float: left;
	width: 620px;
	padding: 15px 20px 20px 0px;
	font-family: Georgia, Times, serif;
}

.entry ul, .entry ol {
	margin: 10px 0;
	padding: 0 0 0 40px;
}

.entry li {
	list-style-type: inherit;
	margin: 0 0 20px;
}

.entry em {
	font-style: italic; 
}

#main .entry div.mejs-controls {
	margin: 0px;
}

#main .entry div.mejs-container {
    background: none;
}

#main .entry div.mejs-container .mejs-time-float {
    font-size: 12px;
    line-height: 16px;
}

/********************************************
*	6.1	Artikel
********************************************/
#main .singleBlock {
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}
#main .singleBlock:nth-last-child(1) {
	margin-bottom: 10px;
}

/********************************************
*	6.1.1	Artikel Meta Header + Headline
********************************************/
#main .metaContainer {
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 0.1em;
}

#main p.metaHeader {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
}

#main p.author {
	color: #00468F;
}

#main p.metaHeader span {
    margin: 9px 0 0;
    display: inline-block;
}

#main p.metaHeader .theCategory {
	padding-right: 6px;
}

#main p.metaHeader .theCategory a {
	color: #00468f;
	text-decoration: none;
}

#main p.metaHeader .theCategory a:hover {
	text-decoration: underline;
}

#main .articleHL {
	font-size: 29px;
	line-height: 30px;
	margin: 9px 0 15px;
}

#main .articleHL a {
	color: #3E3E3E;
	text-decoration: none;
}

#main .articleHL a:hover {
	color: #0087EB;
}

#main .articleHLsingle {
	font-size: 35px;
	font-weight: normal;
	line-height: 40px;
	margin: 9px 0 15px;
	padding: 0;
}

#main .articleHLsingle span {
	color: #3E3E3E;
}


/********************************************
*	6.1.2	Artikel Content
********************************************/
#main .entry{
	color: #3E3E3E;
	border-bottom: 1px solid #d3cfca;
}
#main .entry strong{
	color:#000!important;
	font-weight: normal!important;
	font-size:17px!important;
}
#main .entry b{
	color:#000!important;
	font-weight: normal!important;
	font-size:17px!important;
}

#main .entry p, 
#main .entry div, 
#main .entry li,
#main .entry h4 {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 21px;
}

#main .entry h4 {
	margin: 35px 0 21px;
}

#main .entry a {
	color: #0087EB;
	font-size: 15px;
	text-decoration: none;
}

#main .entry a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}

#main .entry a:active {
	color: #003282;
}

#main .entry a.more-link {
	color: #0087EB;
	text-decoration: none;
}
#main .entry p.more-link{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#main .entry a.more-link:hover {
	color: #3e3e3e;
	text-decoration: underline;
}

#main .entry a img {
	border: none;
}


/********************************************
*	6.1.3	Artikel Footer
********************************************/
#main p.barTitle {
	float: left;
	padding: 0px 10px 0 0;
}

/********************************************
*   6.1.3.1   Date Bar
********************************************/
#main .dateBar {
	border-bottom: 1px solid #d3cfca;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 0;
}

#main .dateBar .theTime {
	color: #A79F95;
	font-weight: normal;
}

/********************************************
*   6.1.3.2   Tag Bar
********************************************/
#main .tagBar {
	border-bottom: 1px solid #d3cfca;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0 5px;
}

#main .tagBar a {
	text-decoration: none;
	color: #0087eb;
	font-weight: normal;
	line-height: 19px;
}
#main .tagBar a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}

#main .tagBar .tagSep {
	color: #3e3e3e;
}	

/********************************************
*   6.1.3.3   SBB Bar
********************************************/
#main .sbBar {
	border-bottom: 1px solid #d3cfca;
	color: #000;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	height: 16px;
	padding: 7px 0;
}

#main .sbBar span.barTitle {
	padding: 0 10px 0 0;
}

#main .sbBar .standardSB {
	position: relative;
	top: 1px;
}

#main .sbBar .sbMore {
	cursor: pointer;
	margin: 2px 14px 0 0;
    background: url(../images/sbIcons/mehr_frei_10x9.png);
}

#main .sbBar .open {
	background: url(../images/sbIcons/weniger_frei_10x9.png);
}

#main .sbBar .extendedSB {
	display: none;
	margin-left: 0px;
}

#main .sbBar a {
	margin-right: 14px;
}

/********************************************
*   6.1.3.4   Feedback Bar
********************************************/
#main .commentBar {
	border-bottom: 1px solid #d3cfca;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 0 5px;
}

#main .commentBar a {
	color: #0087eb;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
#main .commentBar a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}

#main .commentBar .commentIcon {
	margin: 4px 0 0;
}


/********************************************
*	6.2	Pagination-Bar
********************************************/
#main #pagination {
	color: #5F5F5F;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
}

#main #pagination .paginationWrapper {
	padding: 0 6px;
}

#main #pagination .paginationWrapper span {
	display: inline-block;
	padding: 0 4px;
	width: 24px;
}

#main #pagination .paginationWrapper a {
	color: #0087eb;
    display: inline-block;
	padding: 0 4px;
	text-decoration: none;
    width: 24px;
}
#main #pagination a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}

#main #pagination img.pagButton {
	padding: 0 10px;
}


/********************************************
*	6.3	Kommentare
********************************************/
#main #commentsArea {
	margin: 0 0 26px 0;
	border-bottom: 1px solid #D3CFCA;
}

#main #commentsArea .commentAuthor {
	color: #00aeff;
	font-weight: bold;
}

#main #commentsArea .commentAuthor a {
	text-decoration: none;
	color: #00aeff;
	font-weight: bold;
}

#main #commentsArea a.comment-edit-link {
	text-decoration: none;
	color: #00aeff;
}

#main #commentsArea a.comment-edit-link:hover {
	text-decoration: underline;
	color: #00aeff;
}

#main #commentsArea #commentlist {
	background: #e6e3e0;
}

#main #commentsArea #commentlist li {
	border-bottom: 10px solid #fff;
	padding: 6px 18px;
}

#main #commentsArea #commentlist li p {
	line-height: 20px;
}

#main #commentsArea #commentlist li p.metaData {
	font-family: Arial;
	font-size: 12px;
	margin: 0 0 5px;
}

#main #commentsArea p.commentsInfo {
	xborder-bottom: 1px solid #D3CFCA;
	color: #00468F;
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0.1em;
	xmargin: 0 0 13px;
	padding: 0 0 16px;
    text-transform: uppercase;
}

#main #kommentar_formular {
	font-family: Arial;
}

#main #kommentar_formular #respond {
	color: #3e3e3e;
	font-family: Georgia;
	font-size: 18px;
	margin: 0 0 19px;
}

#main #kommentar_formular form p.singleInput {
	padding: 0 0 17px;
	float: left;
}

#main #kommentar_formular form p.borderRight {
	margin: 0 20px 0 0;
}

#main #kommentar_formular form label {
	font-size: 13px;
	font-weight: bold;
}

#main #kommentar_formular form input {
	display: block;
	height: 24px;
	margin: 5px 0 0;
	padding: 0 5px;
	width: 288px;
}

#main #kommentar_formular textarea {
	height: 124px;
	margin: 5px 0 0;
}

#main #kommentar_formular form p.submit {
	float: right;
	margin: 15px 0 0;
}

#main #kommentar_formular form p.submit input {
	background: #00aeff;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 4px 0 22px;
	width: 300px;
}


/********************************************
*	6.4	Suchergebniss
********************************************/
#main h1.searchTerm {
	color: #3E3E3E;
	font-size: 20px;
	margin: 0 0 5px;
}


/********************************************
*	6.5	Subnavbar on single pages
********************************************/
.single .subnavBar  {
    border-bottom: 1px solid #d3cfca;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin: 7px 0 26px;
	padding: 0 0 7px;
	color: #aaaaaa;
	xtext-align: center;
	xtext-transform: uppercase;
}

.single .subnavBar div  {
	line-height: 1.4em;
	display: inline-block;
	xwidth: 33.3%;
	xfloat: left;
}

.single .subnavBar a {
    color: #aaaaaa;
	text-decoration: none;
	padding: 0 8px;
}

.single .subnavBar a:hover {
	color: #3e3e3e;
}

.single .subnavBar .left {
	text-align: left;
}

.single .subnavBar .left a {
    background: no-repeat left 1px;
    background-image: url(images/button_arrow-left_aaaaaa.png);
    padding-left: 17px;
}
.single .subnavBar .left a:hover {
    background-image: url(images/button_arrow-left_3e3e3e.png);
}

.single .subnavBar .middle {
	text-align: center;
}

.single .subnavBar .middle a {
	line-height: 5px;
}

.single .subnavBar .right {
	text-align: right;
}

.single .subnavBar .right a {
    background: no-repeat right 1px;
    background-image: url(images/button_arrow-right_aaaaaa.png);
    padding-right: 17px;
}
.single .subnavBar .right a:hover {
    background-image: url(images/button_arrow-right_3e3e3e.png);
}


/********************************************
*   6.6     Categories
********************************************/
#main #cat_desk.v3 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 30px;
    padding: 10px;
    border: 1px solid #e3e3e3;
}

#main #cat_desk.v3 a {
    color: #0087EB;
    text-decoration: none;
}

#main #cat_desk.v3 a:hover {
    color: #3E3E3E;
    text-decoration: underline;
}


/********************************************
*   6.7     Related Content
********************************************/
#relatedContent {
    border-bottom: 1px solid #D3CFCA;
    padding: 0 0 10px;
    margin: 0 0 27px;
}

#relatedContent .RCheadline {
    color: #00468F;
    font-family: Arial;
    text-transform: uppercase;
    padding: 0 0 17px;
    font-size: 12px;
    letter-spacing: 0.1em;
}

#relatedContent .relatedImageContainer {
	width: 194px;
	height: 129px;
	overflow: hidden;
	position: relative;
    margin: 0 0 10px;
}

#relatedContent .relatedItem {
    width: 194px;
    padding-right: 19px;
    float: left;
}

#relatedContent .relatedImage {
    position: absolute;
}

#relatedContent .relatedHL {
	padding: 0 0 14px;
	font: 18px/25px Georgia,Times,serif;
}

#relatedContent .relatedHL .date {
    color: #888888;
    font-size: 12px;
    font-family: Arial;
    white-space: nowrap;
}

#relatedContent .relatedText {
    font: 14px/20px Georgia,Times,serif;
}

#relatedContent a {
    text-decoration: none;
    color: #3E3E3E;
}

#relatedContent a:hover {
}


/************************************************
*
*	7	Sidebar
*	7.1	Sidebar Tagcloud
*	7.2	Sidebar Linklist
*	7.3	Sidebar RSS
*	7.4	Sidebar HTML-Text
*	7.6	Sidebar Archiv
*	7.7	Sidebar Calendar
*	7.8	Sidebar Categories
*	7.9	Sidebar Search
*	7.10Sidebar Polls
*	7.11Sidebar Custom Menu
*	7.12Sidebar Meta
*	7.13Sidebar (Get) Recent Comments
*	7.14Sidebar Recent Posts
*	7.15Sidebar Simple Flickr Photos
*	7.16Sidebar NextGen Slideshow
*	7.17Sidebar NextGen Gallery
*	7.18Sidebar Twitter-Tracker
*	7.19Sidebar Twitter Widget Pro
*
************************************************/
#sidebar {
	width: 300px;
	float: left;
	padding: 20px 0;
	font-family: Georgia, serif;
	font-size: 13px
}

#sidebar a {
	text-decoration: none;
	color: #0087eb;
}

#sidebar a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}

#sidebar .widget div,
#sidebar ul .widget ul {
	overflow: hidden;
}

#sidebar .widget li {
	line-height: 17px;
	font-size: 13px;
	margin: 0 0 14px;
}

#sidebar .widget {
	border-bottom: 1px solid #d3cfca;
	padding: 0 0 10px;
}

#sidebar .widget h3 {
	color: #00468f;
	letter-spacing: 0.1em;
	margin: 25px 0 0;
	padding: 2px 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
}

#sidebar .widget h3 a {
	color: #00468f;
	text-decoration: none;
}


/********************************************
*	7.1	Sidebar Tagcloud
********************************************/
#sidebar .widget_tag_cloud div {
	color: #003282;
	font-family: arial,sans-serif;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
	text-decoration: none;
}


/********************************************
*	7.2	Sidebar Links
********************************************/
#sidebar .widget_links ul {
	list-style: none;
}

#sidebar .widget_links ul {
	list-style: none;
	padding: 0;
}

#sidebar .widget_links ul li {
	margin: 0 0 4px;
}

#sidebar .widget_links ul p {
	margin: 2px 0 6px;
}

#sidebar .widget_links ul a {
	display: block;
}
	

/********************************************
*	7.3	Sidebar RSS
********************************************/
#sidebar .widget_rss h2 {
	background: url('images/icon_social_rss.png') no-repeat 282px 1px;
}

#sidebar .widget_rss li a {
	display: block;
	padding: 0 0 8px;
}

#sidebar .widget_rss h2 img {
	display: none;
}

#sidebar .widget_rss li {
	border-bottom: 1px solid #d3cfca;
	margin: 0 0 6px;
}

#sidebar .widget_rss li .rssSummary {
	padding: 2px 0 6px;
	text-transform: none;
}

#sidebar .widget_rss li .rss-date {
	display: block;
}


/********************************************
*	7.4	Sidebar HTML-Text
********************************************/
#sidebar .widget_text {
}
	
#sidebar .widget_text .textwidget {
	overflow: hidden;
	text-align: center;
} 

#sidebar .widget_text .textwidget p {
	font-size: 13px;
	line-height: 20px;
	text-align: left;
} 


/********************************************
*	7.6	Sidebar Archiv
********************************************/
#sidebar .widget_archive select {
	color: #3e3e3e;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
}

#sidebar .widget_archive option {
	margin: 0 0 4px;
}

#sidebar .widget_archive li {
	margin: 0 0 4px;
} 


/********************************************
*	7.7	Sidebar Calendar
********************************************/
#sidebar .widget_calendar #calendar_wrap {
	text-align: center;
} 

#sidebar .widget_calendar #wp-calendar {
	width: 100%;
}

#sidebar .widget_calendar {
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar .widget_calendar caption {
	background: #e6e3e0;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #3e3e3e;
	font-size: 16px;
	font-family: Georgia, Times, serif;
	padding: 10px 8px 11px 12px;
}

#sidebar .widget_calendar thead {
	background: #e6e3e0;
	border-bottom: 1px solid #fff;
}

#sidebar .widget_calendar thead th {
	border-left: 1px solid #fff;
	font-weight: bold;
	height: 37px;
	padding: 10px 0px 0px 15px;
	vertical-align: top;
}

#sidebar .widget_calendar tbody tr {
	border-bottom: 1px solid #fff;
}	

#sidebar .widget_calendar tbody tr td {
	border-left: 1px solid #fff;
	height: 36px;
	width: 36px;
	text-align: left;
	vertical-align: top;
	padding: 10px 0 0 16px;
	background: #f5f4f2;
}	

#sidebar .widget_calendar tbody tr td#today {
	background: #e6e3e0;
}
	
#sidebar .widget_calendar tfoot {
	background: #f5f4f2;
}

#sidebar .widget_calendar tfoot td {
	border-left: 1px solid #fff;
	padding: 10px 8px 11px 12px;
}


/********************************************
*	7.8	Sidebar Categories
********************************************/
#sidebar .widget_categories select {
	color: #3e3e3e;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
} 

#sidebar .widget_categories option {
	margin: 0 0 4px;
}

#sidebar .widget_categories li {
	margin: 0 0 4px;
} 


/********************************************
*	7.9	Sidebar Search
********************************************/
#sidebar .widget_search {
	display: none;
}


/********************************************
*	7.10Sidebar Polls
********************************************/
#sidebar .widget_polls-widget .pollsHL {
}

#sidebar .widget_polls-widget a {
}

#sidebar .widget_polls-widget li {
}


/********************************************
*	7.11Sidebar Custom Menu
********************************************/
#sidebar .widget_nav_menu li {
	margin: 0 0 4px;
} 

/********************************************
*	7.12Sidebar Meta
********************************************/
#sidebar .widget_meta li {
	margin: 0 0 4px;
} 

/********************************************
*	7.12Sidebar Meta
********************************************/
#sidebar .widget_pages li {
	margin: 0 0 4px;
} 


/********************************************
*	7.13Sidebar (Get) Recent Comments
********************************************/
#sidebar .widget_get_recent_comments,
#sidebar .widget_recent_comments {
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar .widget_get_recent_comments a,
#sidebar .widget_recent_comments a {
	font-family: Georgia, Times, serif;
}

#sidebar .widget_get_recent_comments ul {
	list-style: none;
}

#sidebar .widget_get_recent_comments ul li a {
	font-weight: normal;
}

#sidebar .widget_get_recent_comments ul li a:hover {
	text-decoration: underline;
}

#sidebar .widget_get_recent_comments ul li span {
	color: #A79F95;
	font-weight: normal;
}

#sidebar .widget_recent_comments ul li {
	margin: 0 0 4px;
}


/********************************************
*	7.14Sidebar Recent Posts
********************************************/
#sidebar .widget_recent_entries ul li {
	margin: 0 0 4px;
}


/********************************************
*	7.15Sidebar Simple Flickr Photos
********************************************/
#sidebar #flickr img {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px solid #ccc;
	position: relative;
}

#sidebar li div.flickr_badge_image {
	margin: 0 9px 9px 0;
	padding: 0;
	width: 94px;
	height: 94px;
	float: left;
	overflow: hidden;
	position: relative;
}


/********************************************
*	7.16Sidebar NextGen Slideshow
********************************************/
#sidebar .widget_slideshow .ngg_slideshow {
	border-bottom: none;
	padding: 0;
}

#sidebar .widget_slideshow .ngg-widget-slideshow {
	padding: 0;
}

/********************************************
*	7.17Sidebar NextGen Gallery
********************************************/
#sidebar .ngg_images .entry-content {
	padding: 0;
}


/********************************************
*	7.18Sidebar Twitter-Tracker
********************************************/
#sidebar .widget_twitter-tracker h2 {
	background: url('images/icon_social_twitter.png') no-repeat 282px 1px;
	padding: 2px 30px 17px 0;
}

#sidebar .widget_twitter-tracker p {
	margin: 0;
}

#sidebar .widget_twitter-tracker ol.tweets * {
	overflow: hidden;
}

#sidebar .widget_twitter-tracker ol.tweets * {
	padding: 0;
}

#sidebar .widget_twitter-tracker ol.tweets img {
	border: none;
	max-width: 48px;
}

#sidebar .widget_twitter-tracker ol.tweets li+li {
	border-top: 1px solid #D3CFCA;
	margin: 4px 0 0;
	padding: 7px 0 6px;
}

#sidebar .widget_twitter-tracker ol.tweets li {
	margin: 0;
	padding: 0 0 2px;
}

#sidebar .widget_twitter-tracker div.avatar {
	float: left;
	padding: 0 6px 2px 0;
}

#sidebar .widget_twitter-tracker div.info {
	clear: both;
}


/********************************************
*	7.19Sidebar Twitter Widget Pro
********************************************/
#sidebar .widget_twitter h2 {
	background: url('images/icon_social_twitter.png') no-repeat 282px 1px;
	padding: 2px 30px 10px 0;
}

#sidebar .widget_twitter li {
	padding: 7px 0;
	margin: 0;
}

#sidebar .widget_twitter li+li {
	border-top: 1px solid #D3CFCA;
}

#sidebar .widget_twitter .twitter-avatar img {
	border: none;
}

#sidebar .widget_twitter li .entry-meta {
	display: block;
}

#sidebar .widget_twitter li .entry-content a {
	text-decoration: none;
}

#sidebar .widget_twitter li .entry-content a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}



/************************************************
*
*	8	Plugins & Widgets
*	8.1	(Get) Recent Comments
*	8.2	Twitter Widget Pro
*	8.4	Simple-Flickr-Plugin
*	8.5	Plugin Polls
*
************************************************/
/********************************************
*	8.4	Simple-Flickr-Plugin
********************************************/


/********************************************
*	8.5	Plugin Polls
********************************************/
	#main .wp-polls {
		border: 1px solid #3d77e0;
		padding: 6px;
		background-color: #f3f3f3;
	}

	#main .wp-polls .pollsHL {
		color: #333;
		font-weight: bold;
	}

	#main .wp-polls li {
		width: 555px;
	}

/********************************************
*	NextGen-Gallery Plugin
********************************************/
	

/************************************************
*
*	9	Footer
*	9.1	Footer-Link-Liste
*	9.2	Footer Logo
*
************************************************/
#footer {
	background: url(images/bg_footer.jpg) repeat-x 0 0;
	clear: both;
	height: 222px;
	margin: 19px 0 0 0;
	padding: 18px 0 18px 18px;
	position: relative;
}

/********************************************
*	9.1	Footer-Link-Liste
********************************************/
#footer .listslot {
	float: left;
	padding: 0 50px 0 0;
	width: 150px;
}

#footer ul.footerList {
	color: #fff;
	list-style-type: none;
	font-size: 12px;
	line-height: 15px;
}

#footer ul.footerList li {
	margin: 0 0 6px;
}

#footer li.footerListHL {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer li.listEntry {
	line-height: 13.5px;
}

#footer li.listEntry a {
	text-decoration: none;
	color: #fff;
}

#footer li.listEntry a:hover {
	text-decoration: underline;
}

.sixthList {
	padding-right:18px!important;
}

/********************************************
*	9.2	Footer Logo
********************************************/
#footer #footerLogo {
	clear: both;
	color: #fff;
	position: absolute;
	bottom: 5px;
}

#footer #footerLogo p {
	font-size: 11px;
}


/********************************************
*	10	Basic Blog
********************************************/
#main_basic {
	margin: 20px 0 0;
}

#main_basic .blogDiv {
	border-bottom: 1px solid #D3CFCA;
	margin: 10px 0 17px;
	padding: 10px 0 26px;
}

#main_basic .blogDiv div {
	float: left;
	width: 460px;
}

#main_basic .blogDiv .textDiv {
	float: right;
	font-family: Georgia, Times, serif;
}

#main_basic .blogDiv .textDiv div {
	float: none;
	line-height: 20px;
	width: 100%;
	padding: 5px 0;
}

#main_basic .blogDiv .textDiv p {
	line-height: 20px;
	padding: 5px 0;
}

#main_basic .blogDiv .textDiv h1 {
	font-size: 21px;
	padding: 0 0 2px;
}

#main_basic .blogDiv .textDiv h2 {
	color: #00468f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding: 0 0 13px;
	text-transform: uppercase;
}

#main_basic .blogDiv .textDiv h4 {
	font-size: 15px;
	line-height: 20px;
	margin: 12px 0 21px;
}

#main_basic .blogDiv .textDiv h4 {
}

#main_basic .blogDiv .textDiv p.linkToSite {
	background: url("images/button_basicblog_visit.gif") no-repeat 4px 12px;
	border-bottom: 1px solid #D3CFCA;
	border-top: 1px solid #D3CFCA;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 20px;
	margin: 15px 0 0 0;
}

#main_basic .blogDiv .textDiv a {
	color: #0087EB;
	text-decoration: none;
}

#main_basic .blogDiv .textDiv a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}


/************************************************
*
*	Customized Dropdown
*
************************************************/
#blogselect, #blogselect ul {
/*	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1000;
	display: inline;*/
}

#blogselect li {
/*	position: relative;*/
}

#metaheader .mainitems{
/*	background: url(images/pulldownBG.gif) repeat-x top left;
	height: 19px;*/
}

#metaheader .mainitems a{
/*	background: url(images/langPulldown_bg2.gif) no-repeat top right;
	color: #000;
	line-height: 19px;
	padding: 4px 106px 2px 10px;
	position: relative;
	text-decoration: none;*/
}

#metaheader .subuls {
/*	background-color: rgba(255,255,255,.75);
	position: absolute;
	left: 0;
	top: 19px;
	display: none;
	min-width: 155px;*/
}

#metaheader .subuls li {
/*	line-height: 17px;*/
}

#metaheader .subuls li a {
/*	text-decoration: none;
	color: #000;
	background-image: none;
	padding: 0 10px;*/
}

#metaheader .subuls li a:hover{
/*	text-decoration: underline;
	color: #000;*/
}
	
	
	
	
	
#blogselect li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 19px;
	left: auto;
}
	* + html #blogselect li>ul { top: 13px; left: 0; }

#blogselect li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#restofcontent { /*wrap rest of content of the page inside a div with id=content*/
	clear: left;
}





















#main .flashPicGal, #main .flashVideo {
	margin-bottom: 15px;
}

#main .singleBlock .entry li.listEntryBasicblog a {
	color: #003282;
	font-weight: bold;
	text-decoration: none;
}
