?/*
Theme Name: BDSA
Theme URI: http://www.bdsa.de
Version: 1.0
Author: Olaf Felten
Author URI: http://www.bdsa.de
*/

/*************************************
 +Containers
 *************************************/
* {	margin: 0;
	padding: 0;
	border: none;
	outline:none;
}

body{
        background:#e8e8e8 url(./images/background.gif) repeat top center;
	/*background:#e8e8e8;*/
        color:#000;
	/* font: 0.75em/120% "Arial", "Tahoma", Verdana, Helvetica, sans-serif; */
	font: 0.65em/100% "Trebuchet MS", "Tahoma", Verdana, Helvetica, sans-serif;
        line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}

#wrap{
        
	margin:0 auto;
	text-align:left;
        width:840px;
        background:url(./images/wrap-background.gif);

}

#content{
	font-size:1.2em;
	float:left;
	padding:1.3em;
	width:480px;
        padding: 0 0 0 40px;
}

#sidebar{
	font-size:1.1em;
        /* font-weight:bold; */
	float:right;
	margin-top:0em;
	width:240px;
        padding: 0px 0px 0px 0px;
        margin-right:40px;
        background-color: #fff;
        /* border-left: 1px dotted gray;*/
}
#header{
	margin:0 auto; /*  padding:0;*/
        background: url(./images/header-neu.jpg) no-repeat top;
        height:127px;
        width:760px;
        padding:81px 40px 0 40px;
        text-indent: -999em;
}

#menu{
        width:760px;
        height:25px;
        margin:0 40px 0px 40px;
        padding:0;
        /* float:right; */
        border: 0px solid red;
        background:#273b46 url(./images/navi-bg.gif) repeat top center;
        /* background-color: #273b46; */
        font-family: Georgia;
        font-variant:small-caps;
}
#submenu {
        clear: both;
        background-color: #699FBD;
        width:760px;
        height:20px;
        margin:0 40px 0px 40px; 
        font-family: Georgia;
        line-height:1.3;
        font-variant:small-caps;
}
	
#footer{
	width:760px;
	height:180px;
        margin: 20px auto 0 auto;
        background: url(./images/footer-neu.gif) no-repeat top left;
	color:#fff;
	font-size:1.1em;
	padding:0 40px 20px 40px ;
}
#footer-content {
        width:750px;
	height:180px;
        background-color: #F2F6F8;
        padding: 5px;
}
#footer-bereich1, #footer-bereich2, #footer-bereich3 {
        float: left;
        width:245px;
        color: black;
        margin-right: 5px;
}
#footer div#copyright {
        clear: both;
        width:750px;
        color: gray;
        padding: 0;
        font-size:0.9em;
        text-align: center;
}
/*************************************
 +Menu/Submenu for Pages only
 *************************************/
ul{
        padding: 0 0 0 0;
        margin: 0;
}
#menu ul, #submenu ul{
        margin: 0px 0px 0px 0px;
	list-style-type:none;
        float:left;
}

#menu li, #submenu li {
  float: left;
  position: relative;
}
#menu li {
        height:25px;
        border-right: 5px solid white;
        width:90px;
}
#submenu li{
        border-right: 0;
        height:20px;
        padding: 0 25px;
}
#menu li a, #menu li a:visited, #submenu li a, #submenu li a:visited{
        text-align: center;
	text-decoration: none;
        float:left;
        font-size: 1.2em;
}
#menu li a, #menu li a:visited {
	height:20px;
        padding-top: 3px;
	color: #FFF;
        width: 90px;
}
#submenu li a, #submenu li a:visited{
	height:17px;
        padding-top: 2px;
	color: #FFF;
}
#menu li a:hover, #menu li a:active{
        color:#dcdcdc;
        background:#A4BDCA url(./images/navi-bg-hover.gif) repeat top center;
        background-color: #A4BDCA
}
#menu .current_page_item, #submenu .current_page_item {
        background-color: #699FBD;
        text-decoration: underline;
}
#menu .current_page_ancestor {
        background-color: #699FBD;
}
/*************************************
 +Überschriften
 *************************************/
h1, h2, h3{
	font-weight:normal;
	margin: 0;
        font-family: Georgia;
        line-height:1.3;
        font-variant:small-caps;
}
#pagetop h1{
	font-family:Georgia;
        padding: 5px 0 0 40px;
	font-size:1.8em;
	color:#fff;
	letter-spacing:1px;
        text-indent: -999em;
}
#pagetop h1 a,
#pagetop h1 a:visited {
	color:#fff;
        text-decoration:none;
}
#pagetop h1 a:hover,
#pagetop h1 a:active {
	color:#E0E8F8;
        text-decoration:none;
}
#header h2{
	padding: 27px;
	font-size:1.6em;
	color:#fff;
	letter-spacing:2px;
}
.entrytitle {
        margin: 0 0 5px 0;
}
.entrytitle h2{
        font-family:Georgia;
	font-size:1.4em;
        padding:2px 0 2px 0px;
        font-variant:small-caps;
        text-indent: 30px;
}
.entrytitle h2 a{
	color:#1E689B;
}
.entrytitle h2 a:hover{
	color:#3b5b6d;
        text-decoration: underline;
}
.entrytitle .date {
	font-size:0.9em;
        padding:0 0 0 0px;
	color:#000;
}



/*************************************
 +Entry
 *************************************/
.entry {
	margin-bottom: 3em;
}
.entry a{
	color:#1E689B;
}
.entry ul{
        list-style-type: none;
        margin-left: 20px;
        padding: 0 0 1em 0;
}
.entry ul li{
        /*border-left:2px solid #121212;
        
        margin-top:2px;

        display:block; */
        padding-left:25px; 
        background: url(./images/dsa-bullet.gif) no-repeat top left;
}
.entry p{
        padding: 0 0 1em 0;
}

.entry blockquote {
	margin:20px;
	padding:1px 10px 1px 25px;
        font-style:italic;
	background: transparent url( images/quote.png ) top left no-repeat;
}
.entry code{
        padding:4px;
        background:#ccc;
}
.entry h3{
        padding:2px;
        margin:2px;
        font-weight:bold;
        font-size:1.2em;
}
.postinfo {
	font-size: 0.7em;
}
.entrybody {
	margin-top: 0px;
}
.entrymeta {
	margin-top: 12px;
	color: #000;
	font-size: 1em;
        clear: both;
}
.entrymeta a{
	color:#585858;
}
.author {
	font-weight: bold;
	color: #FF6300;
}
.comments {
	background: #fff url(./images/comment.jpg) no-repeat;
	font-weight: bold;
        padding-left:20px;
	height:16px;
	font-size:11px;
}

.folder {
	background: #fff url(./images/folder.jpg) no-repeat;
	font-weight: bold;
        padding-left:20px;
	height:16px;
	font-size:11px;
}


.filedto {
	background: #fff url(./images/filed.jpg) no-repeat;
	font-weight: bold;
        padding-left:20px;
	height:16px;
	font-size:11px;
}

.postmetadata {
        background-color: #F2F6F8;
	padding: 5px;
        color: #000;
 	margin-top: 30px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar{
        background-color: #F2F6F8;
}
#sidebar ul ul a, #sidebar ul div a, #sidebar ul ul a:visited, #sidebar ul div a:visited{
        color:#264585;
        text-decoration: none;
}
#sidebar ul{
	width:240px;
	list-style-type:none;
	padding:0;
        padding-top: 0px;
        padding-bottom:15px;
        padding-left:0px;

}
#sidebar ul li{
	padding:0px;

}
#sidebar li{
	display: block;
        font-size: 1.0em;
        text-align: left;
	text-decoration: none;
}
#sidebar h2 {
        font-weight:bold;
        padding: 2px 4px 0 30px;
        background:#699FBD url(./images/dsa-mdm.gif) no-repeat top left;
        color: #fff;
        height: 22px;
        font-size: 1.3em;
}
#sidebar .widget_rss h2 {
        padding: 2px 4px 0 5px;
        background:#699FBD;
        color: #fff;
        height: 22px;
}
#sidebar li a, #sidebar li a:visited {
	text-decoration: none;
        color:#263B43;
	padding: 0;

}
#sidebar li a:hover, #sidebar li a:active {
        color:#263B43;
        text-decoration: underline;
}
#sidebar ul ul {
        padding: 0 5px 0 5px;
        margin: 10px 0 10px 0;
        color: #000;
        width: 230px;
}
#sidebar ul ul li{
        padding-left:25px; 
        background: url(./images/dsa-bullet.gif) no-repeat top left;
}

.st-tag-cloud a, .st-tag-cloud{
	display: inline ! important;
       color:#264585;
}
.textwidget, .widget_recent_comments ul{
        padding: 3px 5px 3px 10px;
}

#sidebar div#suche {
        padding: 10px;
}
ul#feeds {
        padding-left:10px;
	list-style-type:none;
	margin:0;
}

#feeds a {
	display:block;
	margin-left:30px;
	color:#263B43;
}

#feeds a:hover {
	color:#000;
}


/*************************************
 +Footer
 *************************************/
#footer p{
	padding-top:20px;
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
}
#footer h2 {
        color: #000;
        font-size: 1.2em;
}
#footer a, #footer a:visited {color:#gray}
#footer a:hover{color:#eee}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0;
	padding:0;
}

.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#000;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	padding: 0 0 1.5em 0;
}

.commentar_text{
	clear: both;
        padding: 20px 5px 5px 5px;
        color: #000;
        background-color: #fef7f0;
        background:#fef7f0 url(./images/comment-bg.gif) no-repeat top left;
}

h3#comments{
	font-size:1.3em;
}

h3#respond{
	font-size:1.3em;
        margin-top: 30px;
}

.countcomment{
	color:#000;
}

.commentmetadata
{
	font-size:0.9em;
}
.commentmetadata img
{
	border: 0;
        
}

/*************************************
 +Misc
 *************************************/

a{
	color:#565656;
	text-decoration:none;
}
a:hover{
	color:#000;
}

.nodisplay {
        left: -5000px;
        position:absolute;
}
.bold {
        font-size:1em;
        font-weight:bold;
}
.search {
	width:238px;
	padding:12px;
}

.entry img {
        max-width:440px;
}

input
{
   	border: 1px solid #939393;
}

textarea
{
   	border: 1px solid #939393;
   	padding: 2px;
}

.pagebar a, .pagebar span
{
outline-color:#DCDCDC;
outline-style:solid;
outline-width:1px;
margin: 2px;
padding: 2px 3px;
}
.pagebar span {
color: #DCDCDC;
}


/*************************************
 + Caption
 *************************************/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.alignleft,
.alignleft {
                float: left;
                margin-left: 0px;
}
div.alignright,
.alignright {
                float: right;
                margin-right: 0px;
}
img.alignleft {
                margin: 0 10px 10px 0;
}
img.alignright {
                margin: 0 0 10px 10px;
}
.wp-caption {
	border: 1px solid #699fbd;
	text-align: center;
	background-color: #F2F6F8;
	padding-top: 4px;
	margin: 0 10px 10px 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;
        color: #8E792F;
}
/* End captions */

