/*  
Theme Name: Ideenlos V.2
Theme URI: 
Description: Ideenlos Theme
Version: 2.0
Author: 72dpi
Author URI: http://www.72dpi.de
*/

@import url(accessoires.css);

body {
	margin: 0;
	padding: 0;
	background: #f5f5f5 url(images/page_bg.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-weight: normal;
	color: #333;
	text-align: center;
}

	#wrapper {
		width: 980px;
		margin: 25px auto;
		padding: 0;
		background-color: #fbfbfb;
		border: 5px solid #e9e9e9;
		text-align: left;
	}

	#header {
		border-bottom: 1px solid #e9e9e9;
		margin: 20px;
		height: 70px;
	}
	
	#content {
		clear: both;
		float: left;
		width: 460px;
		margin: 0 0 0 20px;
	}
	
	.sidebar {
		float: right;
		width: 210px;
		padding: 0 0 15px 0;
		margin: 0 0 15px 15px;
		background-color: #f5f5f5;
	}
	
		#sidebar1 {
			margin-right: 20px;
			width: 225px;
		}

	#footer {
		clear: both;
		padding: 10px 0;
		border-top: 1px solid #e9e9e9;
		color: #999;
		margin: 0 20px;
	}


/* Logo & Menu 
------------------------------------------------------------------------ */
#logo {
	float: left;
}

	#logo h1 {
		font-size: 48px;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	
		#logo h1 a {
			color: #AE3E32;
		}


#menu {
	float: right;
}

#menu ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

	#menu li {
		display: inline;
	}
	
		#menu li a {
			text-decoration: none;
			font-size: 16px;
			margin: 5px 15px 15px 0;
		}
		
		#menu li a:hover {
			color: #AE3E32;
		}
		
		#menu li.current_page_item a {
			color: #AE3E32;
		}



/* Content 
------------------------------------------------------------------------ */

h1 {
	font-size: 2.2em;
	margin: 0 0 .5em 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	margin: .5em 0 .3em 0;
	padding: 0;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	margin: 1em 0 .5em 0;
	padding: 0; 
	font-weight: normal;
}

h4 {
	font-size: 1.3em;
	margin: 1.5em 0 0 0;
	padding: 0; 
	font-weight: normal;
}

p {
	margin: 1em 0;
}
	
p.meta {
	margin: .4em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	line-height: 120%;
}

#content ul {
	list-style-type: none;
	margin: 1em 0;
	padding: 0 0 0 10px;
}

	#content ul li {
		background: url(images/bullet.gif) 0 8px no-repeat;
		padding-left: 12px;
	}



a:link, a:visited, a:active {
	text-decoration: none;
	color: #73432C;
}

	#footer p a:hover, #content p a:hover, #content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, li a:hover {
		border-bottom: 1px solid #DCD0CA;
	}



hr {
  line-height:0px;
  font-size:0;
  border:0px;
  height: 1px;
  border-bottom:1px solid #e9e9e9;
  margin:0;
  padding: 0;
}


/* the comments 
------------------------------------------------------------------------ */
#theCommentForm {
	
}

	#theCommentForm dd {
		margin: 0;
		padding: 0 0 .5em 0;
	}

textarea, input.text {
	width: 95%
}


.commentlist {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

#theComments {
	line-height: 150%;
}

.commentlist div .avatar { 
	float: right;
	}
	
	.commentlist div .avatar img { 
		background-color: #fff;
		padding: 3px;
		border: 1px solid #eee;
		margin-bottom: 5px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

/* the post 
------------------------------------------------------------------------ */

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
	line-height: 150%;
}

.post img {
	padding: 4px;
	border: 1px solid #B9A195;
	background-color: #fff;
}



a img {
	border: none;
}

	img.alignleft {
		float: left;
		margin: 0 10px 0 0;
	}
	
	img.alignright {
		float: right;
		margin: 0 0 0 10px;
	}



/* jQuery Countdown styles 1.5.2. 
------------------------------------------------------------------------ */

#theRun {
	text-align: center;
	background-color: #AE3E32;
	color: #fff;
	margin: 0;
	padding: 0;
}

p#runName  {
	font-size: 1.3em;
	margin: 0;
	padding: 10px 0;
}

p#runDate  {
	clear: both;
	margin: 0;
	padding: 10px 0;
}

.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 100%;
}
.countdown_show2 .countdown_section {
	width: 49.5%;
}
.countdown_show3 .countdown_section {
	width: 33%;
}
.countdown_show4 .countdown_section {
	width: 24.75%;
}
.countdown_show5 .countdown_section {
	width: 19.8%;
}
.countdown_show6 .countdown_section {
	width: 16.5%;
}
.countdown_show7 .countdown_section {
	width: 14.1%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}





/* Dirty Little Helpers
-------------------------------------------------------------------------- */

/*-- BREAK to terminate floats --*/
hr.clearfix, br.clearfix {
	visibility: hidden; 
	clear: both; 
	line-height: 0px; 
	background: #fff; 
	height: 0px; 
	font-size: 0px; 
	padding: 0; 
	margin: 0;
}
/*-- class to adjust height of container box to actual height of contained floating elements ------------------*/
/* see <http://www.positioniseverything.net/easyclearing.html> */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */

