/* 
Theme Name: Cordobo Green Park
Theme URI: http://cordobo.com/free-wordpress-templates/
Description: <strong>Cordobo Green Park</strong> is a 3 column theme for WP 2.x with <strong>Widgets</strong> and <strong>Color Schemes</strong> support. Originally designed for <a href="http://chungo.net">Chungo.net</a>. Valid XHTML and CSS. Head over to the <a href="http://cordobo.com/free-wordpress-templates/">Green Park Support Pages</a>.
Version: 0.9.3 BETA 4
Author: Andreas Jacob
Author URI: http://cordobo.com/ 
	
*/


/** BEGIN ADDED **/

/** These lines are for IE6 **/

* html #header { height: 47px; }

* html #content, * html .entry_firstpost, * html .entry {
	position: relative;
}



/** Removes any image borders **/
img {
	border: none 0px;
} 

.main ul {
	list-style-type: disc;
	margin: 0;
	padding: 0 0 0 20px;
	}

.main ul.readmore {
	list-style-type: none;
	}

.main p img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	
	/** If you want the images autoalign on the left side, uncomment this line
	
	float: left;
	margin-right: 20px;
	margin-bottom: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	
	**/
	
	/** If you want the images autoalign on the right side, uncomment this line
	
	float: right;
	margin-left: 20px;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	
	**/
	
}

.entry{
	/*background: #fff url(images/comment-area.gif) repeat-x left top;*/
	padding: 0 0 1px 0;
	margin: 0px;
	border-bottom:6px solid #CCCCCC;
}


.latest{
	background: #fff;
	padding: 0 15px 15px 15px;
	margin: 0px;
}

.entry_firstpost{
	/*background: #fafafa url(images/comment-area.gif) repeat-x left top;*/
	padding: 1px;
	margin: 0px;
	border-bottom:6px solid #CCCCCC;
}

.latest_firstpost{
	/*background: #F3F3F3 url(images/latest.gif) no-repeat bottom right;*/
	padding: 0 15px 15px 15px;
	margin: 0px;
}


h1 a img {
	border: none 0px;
	text-decoration: none;
	}


/** END ADDED **/


/* 1) -=-=-=- General selectors -=-=-=- */

html {
	/*background: #BEBEBE url(images/chungo_bg_grey_right.gif) repeat-y top right;*/
	background: #ffffff;
}

body {
	/*background: #BEBEBE url(images/chungo_bg_grey_left.gif) repeat-y top left;*/
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}

#header {
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 11px;
	/*background: url(images/blog-volskultur-title.jpg) no-repeat center;*/
}
	

#single_post_right {
	color: #000;
	margin: 0px 16px 0px 16px;
	padding: 0px;
	font-size: 11px;
	line-height: 18px;
	height: 19px;
	/*background: url(images/single_post_right.gif) repeat-x right top;*/
}

#single_post_left {
	color: #000;
	margin: 0px 16px 0px 0px;
	padding: 0px;
	padding-left: 16px;
	font-size: 11px;
	line-height: 18px;
	height: 19px;
	/*background: transparent url(images/single_post_left.gif) no-repeat left top;*/
}

#header h1, #header h1 a {
	margin: 0 0 0 15px;
	font-size: 18px;
	line-height: 47px;
	height: 47px;
	background: transparent;
	text-decoration: none;
	border: none 0px;
	color: #000;
}

h1 {
	margin: 0;
	font-size: 14px;
	line-height: 47px;
	height: 47px;
	background: none;
	text-decoration: none;
	border: none 0px;
}

h2 {
	/*color: #A63405;*/
	color: #000;
	font-weight: normal;
	font-size: 14px;
	line-height: 12px;
	margin: 0;
	padding: 15px 0 5px 0;
	background: none;
	}

.links h2 {
	font-size: 14px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
	/*background: url(images/h3_bg.gif) no-repeat;*/
	list-style: none;
}

#content h2 a{
	color: #0056DF;
	font-size: 14px;
	font-weight: bold;	
}


h3 {
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #000000;
	background: none;
}

.links h3 {
	font-size: 14px;
	line-height: 31px;
	height: 41px;
	margin: 0px;
	padding-left: 10px;
	font-weight: bold;
	color: #ffffff;
	/*background: url(images/h3_bg.gif) no-repeat;*/
}


blockquote {
	border-left: 4px solid #3F3F3F;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
	}

code {
	display: block;
	padding: 10px;
	/*background: #F8E8E8;*/
	font-size: 12px;
	border-top: 2px solid #ECA698;
	}

p {
	line-height: 1.4;
	}

/* 2)-=-=-=- Structure -=-=-=- */

#container {
	margin: 0 auto;
	padding: 20px;
	width: 850px;
	/*background: url(images/chungo_bg_grey_right.gif) repeat-y right bottom;*/
}

#wrapper {
	padding: 0px 16px 0 16px;
	margin-top: 0px;
}
	
div#content {
	width: 510px;
	margin: 18px 20px 0 20px;
	padding: 0px;
	float: left;
	text-align: left;
}

#right {
	float: left;
	margin: 0px;
	padding: 0px;
}
.main ul li{
margin-top:5px;
}
.links {
	text-align: left;
	width: 130px;
	float: left;
	margin: 15px 0 0 0px;
	padding: 0;
	background: none;
}


#footer {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	height: 47px;
	/*background: transparent url(images/footer_right.png) repeat-x right bottom;*/
	clear: both;
	position: relative;
	text-align: center;
}

#footer_left_bg {
	margin: 0;
	padding: 0;
	height: 47px;
	/*background: url(images/footer_left.png) no-repeat left bottom;*/
}
	
#footer_left_bg p {
	margin: 0;
	font-size: 11px;
	padding: 10px 0 0 0;
	background: none;
	text-align: center;
}


/* 3)-=-=-=- Left selectors -=-=-=- */	

.meta {
	background: #fff;
	font-size: 10px;
	padding: 5px 0;
	margin: 0px;
	/*border: 1px dotted #A63405;*/
	font-style: italic;
}

.highlight {
	background: #FEDDDC;
	}
	
.comments-nice-bg {
	padding: 1px;
	/*background: #E16549;*/
	color: #000;
}

.comments-nice {
	padding: 10px;
	padding-left: 12px;
	padding-right: 12px;
}

.comments {
	font-size: 12px;
	padding: 0 0 0 0;
	background: #fff;
	border: 1px solid #fff;
}

.comments a:link, .comments a:visited {
	font-weight: bold;
	text-decoration: none;
}

.commentlist {
	padding: 0;
	margin: 3px;
}

.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	margin: 10px 0px;
	color: #000000;
	border: 1px solid #cccccc;
}

p.metadate {
	font-size: 11px;
	margin: 0;
	padding: 0px;
	text-transform: uppercase;
}

p.comment_meta {
	margin: 0;
	font-size: 11px;
}

.comment_author a:visited {
	font-weight: bold;
	text-decoration: none;
	}

.reply {
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 10px 10px;
	padding-bottom: 10px;
}
	
.comments-nice .reply {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0 0 0px;
}

h3.reply {
	/*padding-left: 12px;
	padding-right: 12px;*/
}

.warning p { /* Used on the search page (image will appear if no result is found) */
	background: #FFF url(images/warning.gif) no-repeat left;
	height: 160px;
	padding: 20px 0 0 90px;
	font-size: 12px;
	margin: 0px;
}

.postinput {
	margin: 0;
	}

/* 4)-=-=-=- Right selectors -=-=-=- */	

#author li {
	list-style: none;
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: 11px;
	line-height: 1.4;
	}

#author ul {
	padding: 20px 0 0 0;
	margin: 0;
	}




#search {
	padding-bottom: 20px;
	height: 22px;
}

#searchform{
	margin: 10px 0 0 0;
}

#searchform input{
	margin-bottom:2px;
}

.searchfield {
	vertical-align: middle;
	padding: 1px;
	margin: 1px;
	width: 90px;
	font-size: 12px;
	height: 16px;
}


	
.searchsubmit {
	vertical-align: middle;
	padding: 1px;
	margin: 1px;
	width: 50px;
	font-size: 12px;
	height: 20px;
}


/* 6)-=-=-=- Forms -=-=-=- */

textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	border: 1px solid #BFBFBF;
	padding: 2px 5px 1px 5px;
	width: 90% !important;
	width: 250px;
	min-width: 100px !important;
	max-width: 450px !important;
	height: 100px;
	}

	
input {
	background: #fff;
	border: 1px solid #BFBFBF;
	}
	

	
.input-submit {
	text-align: center;
	background: none;
	border: 1px solid #BFBFBF;
}




/* 7)-=-=-=- Accessibility -=-=-=- */

#skip {
	display: none;
	}

hr {
	display: none;
	}
	
	
ul#navlist {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

ul#navlist ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#navlist li.page_item {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navlist li.page_item ul {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navlist a {
	padding: 0px 10px 0 0;
}

#navlist a:link, #navlist a:visited {
	text-decoration: none;
}

#navlist a:hover {
	text-decoration: none;
}

#languages ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 8px;
}

#languages li {
	float: left;
	padding-left: 15px;
}

.selected_language_item a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #0056DF;
}
a:hover{
	text-decoration: underline;
	color: #0056DF;
}
.links a:hover{
	text-decoration: underline;
	color: #0056DF;
}
.links ul li{
	padding-bottom:3px;
}
ul.links li{
	padding: 1px 0 3px 0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
}

.links ul {
}

.links ul li h2 {
	font-size: 11px;
	font-weight: bold;
	color: #0056DF;
}

.links ul li ul li {
	background: none;
}

.links ul li ul li a, 
.links ul li a  {
	color: #000000;
}

.links img{
	margin-top: 5px;
}

h2 a {
	color: #000000;
}

.readmore {
	background: none;
}

.readmore {
	padding: 0;
	margin: 0;
}

.readmore li a {
	font-size: 12px;
	font-weight: bold;
}

#recentcomments li, .top-commmented {
  margin-bottom: 5px;
}

/* CAPTCHA-Styles */
p.captcha_1, p.captcha_2, p.captcha_notvalid {
	/*margin-left: 30px;
	margin-right: 20px;*/
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
}
p.captcha_2
{
    vertical-align: middle;
	font-style: italic;
	font-weight: normal;
}
p.captcha_notvalid
{
	font-weight: bold;
	color: #FFAAAA;
}

.captchapict
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* border-style: solid;*/
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
}

/* Abstand für Home */
ul#lang_list li.home {
	padding-right:108px;
}