/*  
Theme Name: BDS-online magazine
Description: A child theme for Mimbo
Version: 0.1
Author: .csp
Author URI: http://www.creativevisuals.de
Template: mimbo

Theme Files copyright by .csp www.creativevisuals.de

*/


@import url("../mimbo/style.css");


/*HTML*/

body {
	background:#3C3C3C 
	}

a, a:visited {
	color:#115c8d;
	text-decoration:none;
	}	
	
a:hover, a:active {
	color:#333333;
	text-decoration:underline;
	}


/*Structure*/

#masthead {
	border:none;
	background-image: url(images/bds-online_head.jpg);
	margin-bottom:8px;
	
	}

#wrapper {
	border:none
	}


/*Page Nav*/
#nav a, #nav a:visited {
	color:#CCC !important;
	}

#nav a:hover {
	color:#FFF !important;
	}
	
#nav a:active {
	background:#454545 !important;
	}
	
#nav li.current_page_item a, #nav li.current_page_item a:visited {
	color:#333 !important;
	}

#nav li li.current_page_item a, #nav li li.current_page_item a:visited {
	color:#DADADA !important
	}



/*Cat Nav*/
	
#nav-cat {
	background:#777 !important;
	border:none !important
	}

#nav-cat a, #nav-cat a:visited {
	color:#d8d8d8 !important;
	}

#nav-cat a:hover, #nav-cat a:active {
	color:#FFF !important;
	}
	
#nav-cat li li a, #nav-cat li li a:visited {
	color:#dadada !important;
	}	

#nav-cat li li a:hover, #nav-cat li li a:active {
	color:#FFF !important
	}
	




/*Headers*/

#s {
font-size:0.8em;
height:11px;
width:100px;
	}

h3 {
	border-bottom:1px solid #BBB;
	border-top:5px solid #BBB;
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.1em;
	}

.entry h3 {
	text-transform:none
	}
	
			

/*Content Styles*/

p {	
	margin: 15px 0 7px 0;
	line-height:160%;
	text-align: justify;
	}

#sidebar a, #sidebar a:visited,
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
#fullarchive a, #fullarchive a:visited, 
#more-posts a, #more-posts a:visited {
	color:#187FC2 !important;
	font-weight: bold;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active,
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
#fullarchive a:hover, #fullarchive a:active, 
#more-posts a:hover, #more-posts a:active {
	color:#333333 !important;
	text-decoration: underline;
	}

.commentcount {
	background:url(images/bubble.gif) no-repeat right;
	}	
	
.recent-excerpts {
	margin-bottom:20px;
	border-bottom: 1px dotted #BBBBBB;
	clear: both;
	}
	
	.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.9em arial;
	font-weight: bold;
	color:#737373;
	letter-spacing:0.03em;
	}
	
#sidebar li {
	list-style:none;
	margin:0 0 1px 0;
	padding:0;
	}
	
#sidebar li a, #sidebar li a:visited {
	background:#F7F7F7;
	display:block;
	text-decoration:none;
	padding:4px 8px;
	border-left:4px solid #187fc2;
	}

#sidebar li a:hover, #sidebar li a:active {
	background:#e4e9ec;
	text-decoration:none;
	border-left:4px solid #20a4fa;
	}

#sidebar li li a, #sidebar li li a:visited	{
	background:#EFEFEF;
	padding-left:25px;
	color:#818D6F;
	}

h1 a, h1 a:visited {
	color:#1c94e2;
	text-decoration:none;
	}	
	
h1 a:hover, h1 a:active {
	color:#333333;
	text-decoration:underline;
	}	
	
	h1 {
font-family: Arial Black;
font-size:2.7em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:-0.01em;
line-height:normal;
	}	
	
	#description {
-x-system-font:none;
border-left:1px dotted #7C7C7C;
color:#888787;
float:left;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.2em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:0.01em;
line-height:normal;
margin:13px 0 0 20px;
padding:0 0 0 20px;
	}	
	
#writer {
	background:#EEF5E1;
	border:none
	}

	
/*Post Styles*/

.single p.postmetadata {
	background:#cfdde6;
	padding:2px 6px;
	font-size:0.9em;
	border:none
	}




/*Footer*/

#footer {
	color:#e1e1e1;
	}

#footer a, #footer a:visited {
	color:#7a7a7a;
	}	

#footer a:hover, #footer a:active {
	color:#FFF;
	}	
		
.widget_date {
	background: none repeat scroll 0 0 #F7F7F7;
	/* border-left: 4px solid #000; */
	display: block;
	padding: 0px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	
	
