/*  
Theme Name: Babble
Theme URI: http://elite-media.de/
Description: Widgetf&auml;higes Theme mit optimierter Navigation f&uuml;r weniger Barrieren.
Version: 1.2 Beta
Author: Astrid Sch&auml;fer
Author URI: http://www.elite-media.de/
*/


* {
	margin : 0;
	padding : 0;
}

#wp-calendar {
	background-color : #E4F0CA;
	width : 100%;
	background-image : url(images/e_leftbottom.gif);
	background-position : 0 100%;
	background-repeat : no-repeat;
	border-collapse : collapse;
	margin-bottom : 10px;
}
#wp-calendar caption {
	background-color : #F4F9E9;
	line-height : 1.5em;
	font-size : 90%;
}
#wp-calendar td, #wp-calendar th {
	text-align : center;
	border : 1px solid White;
	font-size : 90%;
}
#wp-calendar #today {
	background-color : #F4F9E9;
}
#wp-calendar a {
	color : #FF4500;
}
#wp-calendar a:hover {
	text-decoration : none;
	background-color : white;
	color : black;
}

#content {
	padding : 0px 10px 0 10px;
	height : auto;
}
#content h1 { margin-bottom:15px; }

#content .date {
	float:left;
	margin : 0px 10px 0px 0px;
	padding : 4px;
	border : 1px solid #989898;
	background:#ffffff url(images/bg_li.gif) repeat-x center top;
}
#content .date .d {
	font-size : 12px;
	text-align : center;
	color : #8b0000;
}
#content .date .m {
	font-weight:normal;
	font-size : 9px;
	text-align : center;
}
#content .post .posttitle, #content .posttitle { float:left; margin:0px; padding:0px; }
#content .post .posttitle h2, #content .posttitle h1.postheader { margin:0px; padding:0px; background:#ffffff; }
#content .post .posttitle p small {
	padding:0px;
	margin : 0px;
}
#content .post h2 { margin:0px; }

#content .post {border-bottom:1px solid #d8d8d8; margin-bottom:15px; }
#content .post .inhalt { margin:0px 0px 0px 0px; padding:0px; }
#content .post .postend {
	background-image : url(images/comment.gif);
	background-position : left;
	background-repeat : no-repeat;
	padding-left : 20px;
	margin-top : 15px;
}
#content .subtitle { font-size:13px; }
#content #xende {
	background-image : url(images/content_bottom.gif);
	background-position : 100% 100%;
	background-repeat : no-repeat;
	text-align : right;
	padding : 0px 0px 10px 0px;
	clear : both;
}
#content .navposts, #content .navposts_single { background:#f6f6f6; border:1px solid #d8d8d8; padding:5px 0px 5px 5px; }
#content .navposts_single { margin-bottom:10px; }

#foot {
	text-align : center;
	font-size : 80%;
	text-indent : 20px;
	clear : none;
	margin-top : 10px;
	border-top : 3px solid #E4F0CA;
	padding-top : 10px;
}

/* ------------------ General Definition --------------------*/
.none {
	display : none;
}

#content ol .user, #content ol .admin {
	margin-left : 0;
	list-style-type : none;
	background:#f6f6f6;
	border:1px solid #d8d8d8;
	padding : 5px 5px 7px 5px;
	margin-bottom : 10px;
}
#content ol .user {
	background-image : url(images/user.gif);
	background-position : 10px 5px;
	background-repeat : no-repeat;
}
#content ol .user cite, #content ol .admin cite {
	font-size : 130%;
	margin-left : 40px;
	margin-top : 10px;
	display : block;
}
#content ol .admin {
	background-color : white;
	background-image : url(images/admin.gif);
	background-position : 10px 5px;
	background-repeat : no-repeat;
}

#content ul li, #content ol li {
	margin-left : 20px;
}
blockquote {
	padding-left : 50px;
	background-color : #F4F9E9;
	border : 3px solid #E4F0CA;
	background-image : url(images/blockquote.gif);
	background-position : 5px 15px;
	background-repeat : no-repeat;
}
#content em {
	font-style : normal;
	color : #7a7a7a;
}
h1 {font-size: 17px; }
cite {
	font-style : normal;
	color : Green;
}
abbr, acronym {
	border-bottom : 1px dotted #708090;
}
samp {
	color : #1E90FF;
}
dfn {
	font-style : normal;
	color : #FF4500;
	font-family : Georgia, Arial, Helvetica, sans-serif;
}
div.pre {
	background:#f6f6f6;
	border:1px solid #d8d8d8;
	padding : 5px;
	margin-bottom:15px; 
	overflow : auto;
}
div.pre p { margin:0px; }
.klein {
	font-family : "Times New Roman", Times, serif;
	font-size : 10px;
}
/*----------------- Formulare ---------------------------*/

#content fieldset {
	border : 1px solid #d8d8d8;
	padding : 10px;
}
#content legend {
	padding-left : 10px;
	padding-right : 10px;
	font-size : 80%;
	color : black;
}
#content label {
	float : left;
	width : 130px;
}
#content .nonlabel {
	float : none;
	width : auto;
	text-align:left;
}
#content input {
	font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
	margin-bottom : 3px;
	background-color : #f6f6f6;
	border : 1px inset white;
}
#content .btn {
	border : 3px solid #E4F0CA;
	background-color : white;
}
#content .error {
	background-color : white;
	border : 1px solid #FF4500;
}
#content input:focus, #content textarea:focus {
	background-color : white;
}
#content textarea {
	width : 99%;
	background-color : #f6f6f6;
	margin-top : 5px;
	border : 1px inset white;
}
/* Captions & aligment */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.alignleft {
	float: left;
	margin-right:10px;
}

.alignright {
	float: right;
	margin-left:10px;
}



.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 & aligment */

