/* 
Theme Name: coUNDco EisBIC
Theme URI: http://www.eisbic.ch/
Description: Wordpress Theme for EisBIC
Version: 1.0
Author: Benjamin Wiederkehr
Author URI: http://coundco.ch/
/*
Import
/////////////////////////////////////////////////////////////////*/
@import "lib/reset.css";
@import "lib/comments.css";
@import "lib/widgets.css";

/*
Farben
/////////////////////////////////////////////////////////////////
Farbe				Light			Medium			Dark
Grau				#b4c0c3		#868e90
Blau															#0c0071
Orange			#ff3300

/*
Layout Basics
/////////////////////////////////////////////////////////////////*/

body {
	background: #fff url('images/header_bg.png') repeat-x;
	color: #343434;
	font-size: 11px;
	font-family: "Verdana", Sans-Serif;
	line-height: 1.4;
	margin: 0px auto 0px;
}
/*
Typography
/////////////////////////////////////////////////////////////////*/
/* Hyperlinks */
a, a:visited {
	color: #0c0071;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Paragraphs */
p#top	{ margin: 0 0 18px 0; }
p			{ margin: 9px 0 18px 0; line-height: 1.5em;}
/* Headlines */
h1	{ font-size: 36px; line-height: 36px; margin: 22px 0; }
h2	{ font-size: 28px; line-height: 28px; margin: 22px 0; }
h3	{ font-size: 13px; margin: 22px 0 11px 0; }
h4	{ font-size: 13px; font-weight: bold;}
h5	{ font-size: 13px; font-weight:bold; }
h6	{ font-size: 10px; font-weight:bold; }

/* Misc */
strong	{	font-weight: bold; }
em			{	font-style: italic; }
.quiet	{ color: #777;}
small		{ font-size: 10px; }
code		{	font:0.9em "Monaco", monospace; }
pre	{
	margin-bottom: 18px;
	line-height:18px;
	background: #eee;
	padding:8px;
	border:1px solid #ddd;
}
blockquote{  }
/* Some default classes
/////////////////////////////////////////////////////////////////*/
.left		{ float: left; }
.right	{ float: right; }
.clear  { clear: both; }
/*
Header
/////////////////////////////////////////////////////////////////*/
#header {
	width: 875px;
	height: 110px;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
}
#header h1 {
	float: left;
	width: 238px;
	height: 110px;
	padding: 0;
	margin: 0 0 0 -4px;
	text-indent: -9999px;
	background: url('images/logo_bg.png') no-repeat;
}
#header #navigation a, #header #navigation a:visited {
}
#header #navigation a:hover {  }
/*
Navigation
/////////////////////////////////////////////////////////////////*/
#navigation{ height: 37px; margin-left: 238px; }
/*
Container
/////////////////////////////////////////////////////////////////*/
#container{
	position: relative;
	background: transparent;
	width: 875px;
	margin: 0px auto 20px;
}
/*
Content
/////////////////////////////////////////////////////////////////*/
#content{
	width: 637px;
	margin-left: 238px;
	background: transparent;
}
	#content h2{
		border-bottom: 2px solid #868e90;
		font: bold 28px "Georgia", Georgia, Times serif;
		text-decoration: none;
		color: #f30;
		margin: 0 0 2px 0;
	}
	#content h2.narrow{
		margin: 0 21px 2px 0;
	}
	#content h3{
		font: bold 22px "Georgia", serif;
		text-decoration: none;
		color: #f30;
		margin-top: 33px;
		border-bottom: 1px solid #868e90;
	}
	#content .column h3{ 
		font: bold 22px "Georgia", serif;
		text-decoration: none;
		color: #f30;
		border-bottom: 2px solid #868e90;
	}
	#content h4{
		margin: 15px 0 0 0;
	}
	#content .news h4{ margin-top: 0;}
	#content .column{ float: left; width: 308px; margin-right: 21px; }
	#content .post.column{ float: left; width: 297px; margin-right: 21px; }
	#content .last{ margin-right: 0; }
	
	#content .loud{ font: bold 14px "Georgia", serif; }
	#content .intro{
		display: block;
		margin: 10px 0 0 0;
		font: bold 14px "Georgia", serif;
	}
	#content hr.clear{
		height: 0px;
		background: #fff;
		color: #fff;
		font-size: 0px;
		border: 0;
		outline: none;
		clear: both;
	}
	#content em{ font-style: italic; }
	#content strong{ font-weight: bold; }
	#content ul{ margin: 5px 0 18px 20px }
	#content ul li{
		font-weight: normal;
		list-style: none;
		line-height: 1.5em;
		padding: 0 0 0 18px;
		list-style-position: outside;
		background: url("images/li_bullet_s.gif") 0 3px no-repeat;
		}
	#content ul li span{
		padding: 0 0 0 10px;
		font-weight: normal;
	}
	
	#content dl{  }
	#content dt{ font-weight: bold; }
	#content dd{ margin: 0 0 18px; }
	#content p.manager_images img{
		float: left;
		margin: 0 11px 10px 0;
	}
	#content p.manager_images img.right{
		margin-right: 0;
	}
	#content .archive_content	{ margin-left: 100px;}
	#content .archive_date		{ float: left;}
	#content .news_date				{ }
	
	#td_demo	{padding-right: 10px;}

/*
Left Sidebar
/////////////////////////////////////////////////////////////////*/
#sidebar {
	float: left;
	width: 205px;
	margin: 30px 21px 11px 0;
	padding: 0 11px 0 0;
	border-right: 1px dotted #868e90;
}
#sidebar ul{ margin: 0 0 22px 0; }
#sidebar ul li{  }
#sidebar ul li a{  }
#sidebar ul li a:hover{  }
#sidebar h3{
	color: #868e90;
	text-align: right;
	text-transform: uppercase;
	border-bottom: 2px solid #868e90;
}
/*
Footer
/////////////////////////////////////////////////////////////////*/
#footer {
	clear: both;
	background: #868e90 url('images/footer_bg.png') repeat-x;
	width: 873px;
	margin: 0px auto 0px;
	border-right: 1px solid #AEB2B5;
	border-left: 1px solid #AEB2B5;
}
#footer a, #footer a:visited {  }
#footer a:hover {  }