/*
Theme Name: mimbo3-child
Theme URI: http://www.karrieretrends.de/
Description: Child Theme for Mimbo3
Author: JW
Author URI: http://www.karrieretrends.de
Template: mimbo3
Version: 1.0
*/

@import url("../mimbo3/style.css");
@import url("css/nav.css");


/* ---------- @ Header Picture -----------*/
#headerpic
{
	position: relative;
	height: 125px;
	background: #fff url(/wp-admin/images/karrieretrends-logo-4.gif);
	margin-bottom: 2px;
}

/* ------------- @ Header --------------*/
h1 {
	font: bold 2.7em Verdana, Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.01em;
	float:left;
	}

/* ---------- @ HTML Tags -----------*/

body, select, input, textarea {
	font: 95% Arial, Verdana, Sans-Serif;
	}

p {	
	margin: 15px 0;
	line-height:150%;
	}


table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;
	}

td {
	padding:4px 6px;
	background:#F5F3EE;
	border-bottom:1px solid #FFF;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	



/* ---------- @ Structure -----------*/
        /* Kopflinie der Navigation */
        #masthead {
	padding:22px 0;
	border-bottom:1px solid #ff9b19;
	}

#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#ffba68;
	padding: 0 0 0 20px;
	border-left:1px dotted #7c7c7c;
	margin:13px 0 0 20px;
	float:left;
	letter-spacing:0.01em;
	}




/* ---------- @ Content Styles -----------*/
/*Misc*/
/*Hauptteaser-Story*/
#lead {
	margin:22px 0;
	background:#fcf0e2;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	}

/*Hauptteaser-Story on-mouse-over-Effekt*/
#lead:hover {
	background:#ffe0b5;
	border-bottom:1px solid #cbcbca;
	border-right:1px solid #cbcbca;
	}

#lead-text {
	float:left;
	width:430px;
	padding:13px 15px 16px 0;
	}



/*Single Posts*/

#tags {
        line-height:1.8em;
	}

/*Archives*/

.archive-list li {
	width:285px;

	float:left;
	height:103px;
	margin: 8px 25px 18px 0;
	border-bottom:1px dotted #b1b1b1;
	}

.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:4px 0 0 0;
	}

