/*
Theme Name: Farbwerte
Theme URI: http://farbwerte.com/
Description: Das WordPress-Theme für Farbwerte
Author: Compuccino
Author URI: http://compuccino.com
*/

/* @section: Layout */

.yui-t6 .yui-b { width: 22.0769em; }

#headline, #teasers .yui-g, #posts, .post { margin: 0 0 3em; }

#hd { margin: 0 0 2em; }

#doc4 {
	font-family: helvetica, "helvetica neue", arial, sans-serif;
	font-size: 100%;
}

#map_canvas {
	width: 100%;
	height: 40em;
	background: url(img/ajax-loader.gif) no-repeat center center;
	margin: 0 0 1em;
}

/* @section: Layout ends */

/* @section: Basics */

body {
	color: #000;
	background: #fff;
	padding: 1em 0 0;
	line-height: 130%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 .5em;
}

p { margin: 0 0 1em; }

ul, ol, dl { margin: 0 0 1em 2em; }

ul li { list-style-type: disc; }

ol li { list-style-type: decimal; }

strong { font-weight: bold; }

a {
	color: #000;
	text-decoration: none;
}

code {
	font-family: monospace;
	background: #e2e2e2;
	font-size: 85%;
}

em {  font-style: italic; }

blockquote {
	padding-left: 2em;
	border-left: 3px solid #989898;
	color: #989898;
	quotes: '\201E' '\201C';
	text-indent: -.2em;
}

blockquote * { quotes: ''; }

blockquote > *:before { content: '\201E'; }

blockquote > *:after { content: '\201C'; }

label { display: block; }

legend { color: #2e2e2e; }

button, input, textarea {
	font-family: georgia, 'times new roman', serif;
	background: #fff;
	border: 1px solid #2e2e2e;
}

/* @section: Basics ends */

/* @section: Headlines */

.post-caption { font-size: 146.5%; }

#ecard .post-caption { margin-bottom: 0; }

.post_content h1, .post_content h2, .post_content h3, .post_content h4 { line-height: 1.2; }

.post_content h1 { font-size: 167%; }

.post_content h2 { font-size: 153.9%; }

.post_content h3 { font-size: 138.5% }

.post_content h4 { font-size: 123.1%; }

.widget-caption {
	font-size: 146.5%;
	border-bottom: 1px solid #000;
}

#comments {
	margin: 1em 0;
	clear: both;
}

/* @section: Headlines end */

/* @section: Links */

#bd a { border-bottom: 1px dotted #989898; }

#bd .post-caption a { border: none; }

.blogname a {
	display: blocK;
	background: url(img/farbwertekranz.gif) no-repeat right center;
}

.blogname a:hover { background: url(img/farbwertekranz_grau.gif) no-repeat right center; }

#nav li a {
	margin: 0 1.09em;
	margin: 0 1.08em\9; /* less margin for IE =< 8 */
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

#nav .page-item-44 a {
	color: rgb(255,214,0);
	margin-left: 0;
}
#nav .page-item-13 a { color: rgb(240,138,0); }
#nav .page-item-15 a { color: rgb(255,0,0); }
#nav .page-item-57 a { color: rgb(255,0,122); }
#nav .page-item-46 a { color: rgb(130,0,126); }
#nav .page-item-17 a { color: rgb(28,0,115); }
#nav .page-item-19 a { color: rgb(43,89,191); }
#nav .page-item-21 a { color: rgb(0,158,224); }
#nav .page-item-2079 a { color: rgb(0,176,148); }
#nav .page-item-23 a { color: rgb(0,156,0); }
#nav .page-item-1390 a {
	color: rgb(0,88,0);
	margin-right: 0;
}

/* @section: Links end */

/* @section: Head */

.blogname span {
	position: absolute;
	top: -999em;
}

	/* @subsection: Meta-Bar */
	
	#meta-bar {
		border-bottom: 1px solid #e9e9e9;
		padding: 0 0 .5em;
		margin: 0 0 2em;
		font-size: 85%;
	}
	
	#meta-bar ul {
		margin: 0;
		overflow: hidden;
	}
	
	#meta-bar li {
		list-style-type: none;
		display: inline;
	}
	
	#meta-bar a { color: #929393 }
	
		/* @subsection: Language Nav */
		
		#language_nav li { margin: 0 .2em 0 0; }

		#language_nav li a {
			display: inline-block;
			text-indent: -999em;
			width: 1.45em;
			height: 1em;
			overflow: hidden;
		}
		
		#language_nav .page-item-1385 a {
			background: url(img/usgb.png) no-repeat;
			width: 3.35em;
		}

		#language_nav .page-item-1387 a { background: url(img/cn.png) no-repeat; }

		#language_nav .page-item-2032 a { background: url(img/in.png) no-repeat; }

		/* @subsection: Language Nav end */
		
		/* @subsection: Legal */
		
		#legal li { margin: 0 0 0 .3em; }
		
		#legal .page-item-64 {
			border-left: 1px solid #d1d1d1;
			padding: 0 0 0 .5em;
		}
		
		/* subsection: Legal ends */
	
	/* @subsection: Meta-Bar ends */

	/* @subsection: Navigation */

	#nav {
		margin: 2em 0 1em;
		padding: 0 0 .35em;
		border-bottom: 1px solid #000;
		overflow: hidden;
	}
	
	#nav li {
		list-style-type: none;
		float: left;
	}

	/* @subsection: Navigation ends */

/* @section: Head ends */

/* @section: Headline */

#headline {
	font-weight: bold;
	font-size: 182%;
	line-height: 140%;
	margin: 0 0 .5em;
}

#headline ul, #headline ol { margin-left: 0; }

#headline li { list-style-position: inside; }


/* @section: Headline ends */

/* @section: Teasers */

#teasers { margin: 0; }

#teasers li {
	list-style-type: none;
	margin: 0 0 2em;
}

/* @section: Teasers ends */

.post-edit-link { float: right; }

/* @section: Teilnehmer-Seite */

.teilnehmer caption {
	font-weight: bold;
	font-size: 146.5%;
	margin: 0 0 1em;
}

.teilnehmer thead {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: 0 0 .3em;
	margin: 0 0 .5em;
}

.teilnehmer th, .teilnehmer td { padding: .5em; }

.teilnehmer tr { border-bottom: 1px dotted grey; }

.teilnehmer .name {	width: 25%; }

.teilnehmer .alter { width: 10%; }

.teilnehmer .herkunft { width: 30%; }

.teilnehmer .url { width: 25%; }

/* @section: Teilnehmer-Seite ends */

/* @section: Shop-Seite */

.shoplist { margin: 0; }

.shoplist li {
	list-style-type: none;
	width: 15.385em;
	min-height: 23.077em;
	display: -moz-inline-stack; /* inline-block for ff2 */
	display: inline-block;
	vertical-align: top;
	*zoom: 1; /* hasLayout for IE7 and IE6 */
	*display: inline; /* inline-block for IE7 and IE6 */
	margin: 0 0 .5em;
	_height: 23.077em; /* min-height-hack for IE6 */
}

.shoplist .center { margin: 0 2em; }

#bd .shoplist a { border: none; }

.shoplist strong {
	font-size: 153.9%;
	line-height: 1.1em;
	display: block;
	margin: .3em 0 0;
}

/* @section: Shopseite ends */

/* @section: Suchseite */

.searchhint { font-weight: bold; }

/* @section: Suchseite end */

/* @section: 404-Seite */

.search { margin: 1em 0 0; }

/* @section: 404-Seite ends */

/* @section: Pagenavi */

#top .wp-pagenavi, .post-nav {
	overflow: hidden;
	margin: 1em 0 0;
	color: #2E2E2E;
	clear: both;
}

#top .wp-pagenavi span {
	border: none;
	float: left;
}

#top .wp-pagenavi a {
	border: none;
	float: left;
}

#top .wp-pagenavi a.first, #top .wp-pagenavi a.last { display: none; }

#top .wp-pagenavi a {
	color: #000;
	border-bottom: 1px dotted #989898;
	margin: 0 .3em;
}

#top .wp-pagenavi span.pages {
	display: block;
	margin: 0 0 .5em;
	font-weight: bold;
	padding: 0;
	float: none;
	color: #2E2E2E;
}

#top .wp-pagenavi span.current {
	color: #2e2e2e;
	margin: 0 .3em;
	font-weight: bold;
}

/* @section: Pagenavi ends */

/* @section: Lightbox */

#stimuli_caption { color: #e2e2e2; }

/* @section: Lightbox ends */

/* @section Ecard Pages */

#ecard .post_content { margin-top: -.2em; }

.wp-greet-form { overflow: hidden; }

.wp-greet-form > img { float: left; }

.wp-greet-form form, .preview_data {
	float: right;
	width: 305px;
	margin-left: 10px;
}

.wp-greet-form label, .wp-greet-form input { margin: 0 0 .5em; }

.wp-greet-form input, .wpg-preview input { padding: .25em; }

.wp-greet-form #message {
	width: 303px;
	height: 100px;
	margin: 0 0 1em;
}

.wpg_preview { overflow: hidden; }

.preview_data span {
	display: block;
	margin: 0 0 .5em;
}

.wp-greet-form input[type="submit"], .wpg-preview input[type="submit"] {
	margin: 0 .5em .5em 0;
	cursor: pointer;
}

#ecard p.error {
	margin: 1.2em 0 0;
	color: red;
}

/* @section Ecard pages ends */

/* @section: Comments Area */

#commentform { margin: 0 0 2em; }

#commentform label { margin: 0 0 1em; }

#commentform input { padding: .25em; }

#comment {
	display: block;
	margin: 0 0 1em;
	padding: .25em;
}

.commentlist { margin-left: 0; }

.commentlist li {
	list-style-type: none;
	margin: 0 0 1em;
}

.commentlist .avatar {
	float: left;
	margin: 0 .5em .5em 0;
}

.commentlist .fn { font: italic 167% georgia, 'times new roman', serif; }

.commentlist .commentmetadata a {
	color: #989898;
	font: italic 93% georgia, 'times new roman', serif;
}

.commentlist .cmmttxt { margin: 1em 0; }

#respond { margin: 3em 0 0; }

/* @section: Comments Area ends */

/* @section: Sidebar */

.widget { margin: 0 0 2em; }

	/* @subsection Twitter Badge */

	#twitter_update_list { margin-left: 0; }
	
	#twitter_update_list li {
		margin: 0 0 1em;
		list-style-position: inside;
	}
	
	#twitter_update_list li a {
		color: #989898;
		font: italic 93% georgia, 'times new roman', serif;
	}

	/* @subsection Twitter Badge ends */

	/* @subsection Tag Cloud */

	.ctc { line-height: 1.4; }
	
	.ctc a { vertical-align: middle; }

	/* @subsection Tag Cloud ends */

/* @section: Sidebar ends */

/* @section: Footer */

#ft {
	border-top: 1px solid #000;
	padding: 1em 0 0;
	margin: 3em 0 0;
}

/* @section: Footer ends */

/* @section: Helper */

.clear { clear: both; }

.float_left { float: left; }

.float_right { float: right; }

.align_left { text-align: left; }

.align_right { text-align: right; }

.align_center { text-align: center; }

/* @section: Helper ends */

/* @section: WP-requiered styles */

.post_content .alignright {
	float: right;
	margin: .1em 0 .7em .7em;
}

.post_content .alignleft {
	float: left;
	margin: .1em 0.7em .7em 0;
}

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

.post_content .wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: .4em 0;
}

.post_content .wp-caption img {
	display: block;
	margin: 0 auto;
}

.post_content .wp-caption p.wp-caption-text {
	margin: .5em 0 0 .5em;
	text-align: left;
	font-size: 85%;
}
