/* 
Theme Name: Cordobo Green Park
Theme URI: http://cordobo.de/free-wordpress-templates/cordobo-green-park/
Description: <strong>Cordobo Green Park</strong> is a 3 column theme for WP 2.x with <strong>Widgets</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.de/free-wordpress-templates/">Green Park Support Pages</a>.
Version: 0.9.2 BETA 4
Author: Andreas Jacob
Author URI: http://cordobo.de/

	Cordobo Green Park v0.9.2 BETA 4
	 http://www.cordobo.de/

	This theme was designed and built by Andreas Jacob,
	whose blog you will find at http://cordobo.de/

	The CSS, XHTML and design is released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/


/** BEGIN ADDED **/

* html #header { height: 47px; }

* html #content, * html .entry_firstpost, * html .entry, * html img {
	position: relative;
}

ul.readmore {
	list-style: none;
	background: url(images/content_bullet.gif) no-repeat 0 9px;
	padding: 2px 0 6px 10px;
	margin: 0px;
}
	
img {
	border: none 0px;
}

.main p img {
	border: none 0px;
	margin-right: 20px;
	margin-bottom: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	width: auto;
	float: none;
}

/**

.entry {
	background: #fff;
	border: 0px dotted #CDE985;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	padding: 15px;
	margin: 0px;
}

**/

.entry{
	/*background: #fff url(images/comment-area.gif) repeat-x left top;*/
	border-bottom: 1px dotted #999999;/*#D5F0A4 pale green*/
	padding: 0px;
	padding-bottom: 1px;
	margin-left: 12px;
	margin-right: 12px;

}

.entry_firstpost{
	/*background: #fafafa url(images/comment-area.gif) repeat-x left top;*/
	border-bottom: 1px dotted #999999;/*#507E00 pale green*/ ;
	padding: 1px;
	padding-bottom: 1px;
	margin-left: 12px;
	margin-right: 12px;
}

.latest_firstpost{
	/*background: #FFFFFF url(images/latest.gif) no-repeat bottom right */;
	border: 0px solid #D5F0A4;
	padding: 15px;
	margin: 0px;
}

.latest{
	background: #fff;
	border: 0px solid #D5F0A4;
	padding: 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;*/
}

body {
	/*background: #BEBEBE url(images/chungo_bg_grey_left.gif) repeat-y top left;*/
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Verdana', Trebuchet MS, Helvetica,Arial, sans-serif;
	font-size: 80%;/*should be 80%*/
	color: #333333;/*black*/
	text-align: center;
}

#header {
	color: #FCFEF4;
	margin: 0px;
	font-size: .9em;
	height: 126px;
	line-height: 126px;
	width: auto;
	background: url(images/chungo_logo_headerbar_green.gif) repeat-x right bottom;
	}
	
#header_left_bg {
	margin: 0;
	padding: 0;
	height: 126px;
	width: auto;
	background: url(images/header_left.gif) no-repeat left bottom;
	}

#single_post_right {
	color: #FCFEF4;/*almost white*/
	margin: 0px 16px 0px 16px;
	padding: 0px;
	font-size: .9em;
	line-height: 20px;
	height: 19px;
	width: auto;
	/*background: url(images/single_post_right.gif) repeat-x right top;*/
}

#single_post_left {
	color: #888888;/*darkish grey*/
	margin: 0px 16px 0px 0px;
	padding: 0px;
	padding-left: 16px;
	font-size: .9em;
	line-height: 18px;
	height: 19px;
	width: auto;
	/*background: transparent url(images/single_post_left.gif) no-repeat left top;*/
}

/*topentry_bg is the styling for behind latest post that appears on homepage*/
#topentry_bg {
	/*border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;*/
	color: #ffffff; /*#FCFEF4;*/
	margin: 0px;
	padding: 0px;
	line-height: 104px;
	height: 104px;
	width: auto;
	/*background: url(images/topentry_bg.png) repeat-x;*/
	}
	
#topentry {
	border-bottom: 1px dotted #000;
	margin: 0px;
	padding: 25px;
	font-size: 1.1em;
	line-height: 1.1em;
	width: auto;
	background: transparent;
	}	

#header h1, #header h1 a {/*this is the header title for the whole site*/
	margin: 0px;
	margin-left: 15px;	
	font-size: 1.4em;
	line-height: 126px;
	height: 126px;
	background: transparent;
	text-decoration: none;
	border: none 0px;
	color: #fff;/*white*/
}

h1 {
	margin: 0px;
	font-size: 1.8em;
	line-height: 47px;
	height: 47px;
	background: none;
	text-decoration: none;
	border: none 0px;
}

/**

h1 a:link img, h1 a:visited img {
	background: transparent url(images/chungo_logo.gif) no-repeat left top;
	text-decoration: none;
	border: none 0px;
	}
	
	**/


h2 {
	color: #3366cc; /*#5CA605;green colour*/
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	background: none;
	}

.links h2 {/*this is the rule that specifies the nav heading text*/
	font-size: 1.1em;
	line-height: 31px;/*this affects line space from top between nav section headings*/
	height: 31px;/*this affects total line space between nav section headings*/
	margin: 0px;
	padding-left: 10px;
	font-weight: normal;
	color: #990000 ; /*This affects the colour (now red) of navbar list headings #5CA605; green colour*/
	background: url(images/h3_bg.gif) no-repeat;
	list-style: none;
}

h2 a:link, h2 a:visited {/*this is the text headings of posts that are also links*/
	color: #3366cc; /*#5CA605;*/
	font-weight: normal;
	text-decoration: none;
	background: none;
	}

h2 a:hover, h2 a:active {
	color: background: #2e6ed6; /*#679000;/*dark green*/
	font-weight: normal;
	text-decoration: none;
	background: none;
}

h3 {
	font-size: 1.4em;
	line-height: 1.0em;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #6666cc;
	background: none;
}
/*h4 {
	font-size: 1.1em;
	line-height: 1.4em;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #5CA605;
	background: none;
}my bit to add for another size heading*/


.links h3 {
	font-size: 1.1em;
	line-height: 31px;
	height: 41px;
	margin: 0px;
	padding-left: 10px;
	font-weight: normal;
	color: #ffffff;/*white*/
	background: url(images/h3_bg.gif) no-repeat;
}

a:link {/*link colour in general*/
	color: #3366cc; /*(#4ca2af new colour is bluey green) #78A515*/;/*green*/
	font-weight: normal;
	text-decoration: none;
	}

a:visited {
	color: #3366cc; /*#4ca2af #888888, #999*/;
	text-decoration: none;
	font-weight:normal;
	}

a:hover, a:active {
	background: none;
	color: #003399; /*(new hover colour is bluey green), old colour is #888888*/
	font-weight: normal;
	text-decoration: none;
	}

blockquote {
	border-left: 4px solid #3F3F3F;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
	}

code {
	display: block;
	padding: 10px;
	color: #444E1F;
	background: #F5F8E8;
	font-size: 1.2em;
	border-top: 2px solid #D0EC98;
	}

p {
	line-height: 1.4;
	}

/* 2)-=-=-=- Structure -=-=-=- */

#container {
	margin: 0px;
	padding: 20px;
	text-align: left;
	background: #ffffff;
	/*background: url(images/chungo_bg_grey_right.gif) repeat-y right bottom;*/
}

#wrapper {
	padding: 16px;/*original value is 16px*/
	padding-bottom: 0px;
}
	
div#content {/*this is the grey box behind the content*/
	border-left: 1px dotted #cccccc;/*placer holder*/
	border-right: 1px dotted #cccccc;/*placer holder*/
	width: auto;
	margin-top: 7px;/*this affects the central content area - distance from top*/
	margin-left: 196px;
	margin-right: 186px;
	padding: 0px;
	background:  #ffffff; /*#efefef;*/
}

#navibar {
	float: left;
	width: 182px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	/*background: #fff url(images/container_left.gif) no-repeat;*/
}

#right {
	float: right;
	width: 182px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	/*background: #fff url(images/container_right.gif) no-repeat;*/
}

.links {
	margin: 0px;
	margin-left: 12px;/*orig value 15px*/
	margin-top: 15px;
	padding: 0px;
	background: none;
}

#navi_end_left {
	width: 182px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	/*background: #fff url(images/container_left_end.gif) no-repeat left bottom;*/
}

#navi_end_right {

	width: 182px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	/*background: #fff url(images/container_right_end.gif) no-repeat left bottom;*/
}

#footer {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0;
	padding-top: 20px;
	height: 47px;
	width: 100%;
	/*background: transparent url(images/chungo_logo_headerbar_green.png) repeat-x right bottom;*/
	clear: both;
	position: relative;
	text-align: center;
	
}

#footer_left_bg {
	margin: 0;
	padding: 0;
	height: 47px;
	width: auto;
	/*background: url(images/footer_left.png) no-repeat left bottom;*/
	}
	
#footer_left_bg p {
	color: #ffffff;
	margin: 0;
	font-size: .9em;
	padding-top: 10px;
	background: none;
	text-align: center;
}


/* 3)-=-=-=- Left selectors -=-=-=- */	

.meta {
	background: #fff;
	font-size: .9em;
	color: #999999;
	padding-top: 4px;
	/*border: 	1px dotted #5CA605;*/
	}
	
.meta a:link, .meta a:visited {
	color: #999999;
	}	
	
.meta a:hover {
	color: #3366cc;
	}
	

.highlight { /* Basic highlight for text */
	background: #F7FEDC;
	}
	
.comments-nice-bg {
	padding: 1px;
	/*background: #ACE149;*/
	/**
	background: #507E00;
	**/
	color: #000;
}

.comments-nice {
	padding: 10px;
	/*background: #FAFAFA /** C0DF89 **/ /*url(images/comment-area.gif) repeat-x left top;*/
	/*border: 1px solid #D5F0A4;*/
}

/**

.comments-nice:hover {
	background: #E2E2E2 url(images/comment-area-bottom.gif) repeat-x left bottom;
	border: 1px solid #ACE149;
}

**/

.comments {
	font-size: 0.9em;
	padding-bottom: 0px;
	padding-left: 0px;
}

.comments a:link, .comments a:visited {
	color: #3366cc /*#78A515*/;
	font-weight: normal;
	text-decoration: none;
	}

.comments a:hover, .comments a:active {/*hilte bg colour for comment? at end of each post*/
	background: #3366cc /*#78A515*/;
	color: #fff;
	text-decoration: none;
	}	

.alt {
	background: #EAF8CF !important; 
	border: 1px solid #D5F0A4 !important;
	padding: 10px 10px 0 10px !important;
	}

.alt:hover {
	border: 1px solid #ACE149 !important;
	}

.commentlist li:hover {
	border: 1px solid #ACE149;
	}

.commentlist {
	padding: 0;
	margin: 3px;
	}

.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #F6FCEB;
	border: 1px solid #DEF3B6;
	margin: 10px;
	color: #3C452D;
	}

p.metadate {
	font-size: .8em;
	margin: 0;
	text-transform: uppercase;
	}

p.comment_meta {
	margin: 0 0 10px 10px;
	font-size: .9em;
	}

.comment_author a:visited {
	font-weight: bold;
	text-decoration: none;
	}

.reply {
	font-weight: bold;
	font-size: 1.2em;
	margin: 30px 0 0 10px;
	}
	
.comments-nice .reply {
	color: ; #5CA605; /*#6666cc; this is the colour of Post a comment*/
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px 0 0 0px;
	}

.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: 1.5em;
	margin: 0px;
	border: 1px solid #efefef;
}

.postinput {
	margin-left: 0px;
	}

/* 4)-=-=-=- Right selectors -=-=-=- */	

#author li {
	list-style: none;
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: .9em;
	line-height: 1.4;
	}

#author ul {
	padding: 20px 0 0 0;
	margin: 0;
	}

.links li {
	list-style: none;
	background: url(images/content_bullet.gif) no-repeat 0 9px;
	padding: 2px 0 2px 0px;
	padding-bottom: 5px;
	margin: 0px;
}

div.links ul li#linkcat-1 {
	list-style: none;
	display: inline;
	background: none;
	padding: 0px;
	margin: 0px;
}

.links ul li {
	border-bottom: 1px solid #e7e7e7;/*grey text colour of nav links*/
}

.links ul li ul li {
	border-top: 1px solid #e7e7e7;
	border-bottom: 0px solid #e7e7e7;
}

.links li li {
	list-style: none;
	background: url(images/content_bullet.gif) no-repeat 0 9px;
	padding: 2px 0 2px 12px;

}
	
.links li li li {
	background: url(images/sub_icon.gif) no-repeat 0 7px;
	padding: 3px 0 2px 13px;
	font-size: 1em !important;
}

.links ul {
	padding: 0px;
	margin: 5px;
}

.links ul ul {
	padding: 0 !important;
	margin: 2px 0 0 0 !important;
	}

.links ul ul ul {
	padding: 0 !important;
	margin: 0 0 -4px 0 !important;
	}

.links a {
	font-size: .9em;
	text-decoration: none;
	}

.links a:link {
	color: #888888;
	font-weight: normal;
	}

.links a:visited {
	color: #888888;
	font-weight: normal;
	}

.links a:hover, .links a:active {/*hilte colour bars for links rollovers*/
	background: #447bdf; /*#215cbd #80BE14;*/
	color: #fff;
	font-weight: normal;
	}

#search {
	padding-bottom: 15px;
	height: 22px;
}

.searchfield {
	vertical-align: middle;
	padding: 1px;
	margin: 1px;
	background: #efefef;
	border: 1px solid #BFBFBF; /*#ACE149;*/
	color: #666666;
	width: 90px;
	font-size: 12px;
	height: 16px;
}

.searchfield:hover {
	background: #efefef;
	border: 1px solid #BFBFBF; /*#BFBFBF;*/
	color: #949494;
	}
	
.searchsubmit {
	vertical-align: middle;
	padding: 1px;
	margin: 1px;
	background: #efefef;
	border: 1px solid #BFBFBF; /*#ACE149;*/
	color: #666666;
	width: 50px;
	font-size: 12px;
	height: 20px;
}

.searchsubmit:hover {
	background: #efefef;
	border: 1px solid #BFBFBF;
	color: #949494;
	}


/* 6)-=-=-=- Forms -=-=-=- */

textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #BFBFBF;
	padding: 2px 5px 1px 5px;
	width: 450px;
	}
	
textarea:hover {
	background: #fff;
	border: 1px solid #666666;
	color: #7DA721;
	}
	
input {
	background: #fff;
	border: 1px solid #BFBFBF;
	}
	
input:hover {
	border: 1px solid #666666;
	}
	
.input-submit {
	height: 39px;
	width: 163px;
	text-align: center;
	background: none;
	border: 0px solid #BFBFBF;
	}


.input-submit:hover {
	background: none;
	border: 0px solid #BFBFBF;
	}

/* 7)-=-=-=- Accessibility -=-=-=- */

#skip {
	display: none;
	}

hr {
	display: none;
	}
	
/*the section below deals with horizontal page navigation links under header graphic*/
	
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 12px 0 0; 
	color: #888888;
	font-weight: normal;
	font-size: 1em;
}

#navlist a:link, #navlist a:visited
{
color: #888888;
text-decoration: none;
font-weight: normal;
}


#navlist a:hover
{
color: #3366cc; ?*#15af68;
text-decoration: none;
font-weight: normal;
}
