/*
Theme Name: WordPress Zenwoche
Theme URI: http://www.zenwoche.de/
Description: The default WordPress Zenwoche theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Martin Stehle
Author URI: http://www.zenwoche.de/
Tags: dark red, custom header, fixed width, two columns, widgets
Text Domain: zenwoche

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* 
	YAML Style 
*/
@import url(css/layout_2col_left_31.css); /* Base Style YAML 2 Columns ordered col3 col1 */
@import url(css/navigation/nav_vlist.css); /* Style for navigation list */

/* 
==================================
	Customized Style 
================================== 
*/

/* 
----------------------------------
	Page 
----------------------------------
*/
body {
	background-image: url("images/bg_orange.jpg");
	background-color: #ee7f0d; /* orange */
	color: #000;
}

#navigation {
	margin-top: 2em;
}
/* 
----------------------------------
	Text Elements 
----------------------------------
*/
#header h1 {
	letter-spacing: 0;
	line-height: 1em;
}
#header p {
	padding-left: 228px; /* width of logo */
	background: url(images/logo.gif) no-repeat 0 0;
	font-style: italic;
	font-size: 2em;
	font-family: Georgia, serif;
}

a {
	text-decoration: underline;
}

#header p a {
	text-decoration: none;
}
#header p a:focus,
#header p a:hover,
#header p a:active {
	text-decoration: underline;
}


/* 
----------------------------------
	Form Elements 
----------------------------------
*/
textarea {
	width: 32em;
}

/* 
----------------------------------
	Styles of characters 
----------------------------------
*/
#teaser {
	border-bottom: 1px #D2232B; /* red */
	padding-bottom: .5em;
	font-weight: bold;
	font-size: 150%;
	text-transform: uppercase;
}

/* 
----------------------------------
	List Styles 
----------------------------------
*/
dd {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dl {
	margin-left: 1.5em;
}


/* 
----------------------------------
	Colors
----------------------------------
*/
.cs-1 {
	color: #EF7900; /* orange */
}
.cs-2 {
	color: #7E5E40; /* brown */
}

a,
a:visited {
	color: #7E5E40; /* brown */
	background-color: #fff; /* white */
}
a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #7E5E40; /* brown */
}
.vlist li.current_page_item a,
.vlist li.current-cat a,
.vlist li ul li.current-cat a,
.vlist li ul li.current_page_item a {
	color: #fff;
	background-color: #7E5E40; /* brown */
}

a:focus,
a:hover,
a.active,
.vlist li a:focus,
.vlist li a:hover,
.vlist li a:active,
.vlist li ul li a:focus,
.vlist li ul li a:hover,
.vlist li ul li a:active,
.vlist li ul li ul li a:focus,
.vlist li ul li ul li a:hover,
.vlist li ul li ul li a:active,
.vlist li ul li ul li ul li a:focus,
.vlist li ul li ul li ul li a:hover,
.vlist li ul li ul li ul li a:active {
	color: #000; /* black */
	background-color: #c99666; /* light brown */
}

.vlist,
.vlist a,
.vlist strong,
.vlist span,
.vlist li span,
h6.vlist {
	border-top-color: #EF7900;
	border-bottom-color: #EF7900;
}

