/* 
Theme Name: Bardok.Net WordPress Theme
Theme URI: http://bardok.net/wordpress/bardok.net.theme.tar.bz2
Description: <strong>Bardok.Net</strong> theme for WordPress 2.x with <a href="http://automattic.com/code/widgets/">Widgets</a> support. Valid XHTML and CSS. Based on <strong>Cordobo Green Park</strong> theme.
Version: 0.1
Author: Jorge García (aka Bardok)
Author URI: http://bardok.net/

	Bardok.Net WordPress Theme
	 http://www.bardok.net/

	This theme was designed and built by Jorge García, aka Bardok,
	based on Cordobo Green Park (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 8px;
	padding: 2px 0 6px 12px;
	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;
}

.entry {
	color: inherit;
	background: #fff;
	border: 0px dotted #CDE985;
	padding: 15px;
	margin: 0px;
}

.entry_firstpost{
	color: inherit;
	background: #F3F3F3 url(images/latest.gif) no-repeat bottom right;
	border: 1px solid #fff;
	padding: 15px;
	margin: 0px;
}

h1 a img {
	border: none 0px;
	text-decoration: none;
	}

/** END ADDED **/

/* 1) -=-=-=- General selectors -=-=-=- */

body {
	background: #BEBEBE url(images/chungo_bg_grey_left.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 0.76em;
	color: #000000;
	text-align: center;
}

#header {
	color: #FCFEF4;
	margin: 0px;
	font-size: .9em;
	height: 47px;
	line-height: 47px;
	width: auto;
	background: url(images/header_right.png) repeat-x right bottom;
}

#header_left_bg {
	margin: 0;
	padding: 0;
	height: 47px;
	width: auto;
	background: url(images/header_left.png) no-repeat left bottom;
}

#single_post_right {
	color: #FCFEF4;
	margin: 0px 6px;
	padding: 0px;
	font-size: .9em;
	line-height: 18px;
	height: 19px;
	width: auto;
	background: url(images/single_post_right.gif) repeat-x right top;
}

#single_post_left {
	color: #888888;
	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 {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	color: #FCFEF4;
	margin: 0px;
	padding: 0px;
	line-height: 104px;
	height: 104px;
	width: auto;
}
	
#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 {
	margin: 0px;
	margin-left: 15px;	
	font-size: 1.5em;
	line-height: 47px;
	height: 47px;
	text-decoration: none;
	border: none 0px;
	color: #fff;
}

h1 {
	margin: 0px;
	font-size: 2.2em;
	line-height: 47px;
	height: 47px;
	background: none;
	text-decoration: none;
	border: none 0px;
}

h1 a:link img, h1 a:visited img {
	text-decoration: none;
	border: none 0px;
}

h2 {
	color: #0505BB;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	background: none;
}

h2 a:link, h2 a:visited {
	color: #0505BB;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

h2 a:hover, h2 a:active {
	color: #0055FF;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #0505BB;
	background: none;
}

.links h3 {
	font-size: 1.4em;
	line-height: 31px;
	height: 41px;
	margin: 0px;
	padding-left: 10px;
	font-weight: bold;
	color: #ffffff;
	background: url(images/h3_bg.gif) no-repeat;
}

.links h3 a:link, .links h3 a:visited, .links h3 a:hover, .links h3 a:active {
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
}

a:link, a:visited {
	color: #0505BB;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	background: none;
	color: #0055FF;
}

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: 0.9em;
	border-top: 2px solid #D0EC98;
	font-family: monospace;
}

p {
	line-height: 1.4;
}

/* 2)-=-=-=- Structure -=-=-=- */

#container {
	margin: 0px;
	padding: 2px;
	text-align: justify;
	background: url(images/chungo_bg_grey_right.gif) repeat-y right top;
}

#wrapper {
	padding: 3px 6px 0px 6px;
}
	
div#content {
	width: auto;
	margin: 3px 185px;
	padding: 5px;
	background: #efefef;
}

#navibar {
	float: left;
	width: 182px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #fff url(images/container_left.jpg) no-repeat;
}

#right {
	float: right;
	width: 182px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #fff url(images/container_right.jpg) no-repeat;
}

.links {
	margin: 0px;
	margin-left: 15px;
	margin-top: 15px;
	padding: 0px;
	background: none;
	text-align: left;
}

#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: 20px;
	margin-bottom: 20px;
	padding: 0;
	height: 47px;
	width: 100%;
	background: #B11BE6 url(images/footer_right.png) repeat-x right bottom;
	clear: left;
	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: #DDDDDD;
	margin: 0;
	font-size: .9em;
	padding-top: 10px;
	background: none;
	text-align: center;
}

#footer_left_bg a:link, #footer_left_bg a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footer_left_bg a:hover, #footer_left_bg a:active {
	color: #FFFFFF;
	text-decoration: underline;
	border-collapse:collapse;
}

/* 3)-=-=-=- Left selectors -=-=-=- */	

.meta {
	background: #fff;
	font-size: .9em;
	padding: 5px;
	border: 1px dotted #5C05A6;
}

.highlight {
	background: #F7DCFE;
}

.comments {
	padding-bottom: 25px;
	padding-left: 0px;
}

.comments a:link, .comments a:visited {
	color: #0505BB;
	font-weight: bold;
	text-decoration: none;
}

.comments a:hover, .comments a:active {
	color: #0055FF;
	text-decoration: none;
	}	

.alt {
	background: #DDDDFF !important; 
	border: 1px solid #BBBBFF !important;
	padding: 10px 10px 0 10px !important;
}

.alt:hover {
	border: 1px solid #0000FF !important;
}

.commentlist li:hover {
	border: 1px solid #0000FF;
}

.commentlist {
	padding: 0;
	margin: 0;
}

.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #EEEEEE;
	border: 1px solid #BBBBFF;
	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: 10px 0 0 10px;
}

.warning p {
	background: url(images/warning.gif) no-repeat left;
	height: 160px;
	padding: 20px 0 0 90px;
	font-size: 1.5em;
	margin: 0 0 0 10px;
}

.postinput {
	margin-left: 10px;
}

/* 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 12px;
	margin: 0px;
}

.links ul li {
	border-bottom: 1px solid #efefef;
}

.links ul li ul li {
	border-top: 1px solid #efefef;
	border-bottom: 0px solid #efefef;
}

.links li li {
	background: url(images/sub_icon.gif) no-repeat 0 4px;
	padding: 2px 1px 2px 13px;
	font-size: 1em !important;
}
	
.links li li li {
	background: url(images/sub_icon.gif) no-repeat 0 5px;
	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, .links a:visited {
	color: #565D4A;
	font-weight: normal;
}

.links a:hover, .links a:active {
	color: #222222;
}

#search {
	padding-bottom: 20px;
	height: 22px;
}

#search_button {
	width:85%;
	text-align:right;
	margin-bottom: 10px;
}

.searchfield {
	vertical-align: middle;
	padding: 1px;
	margin: 1px;
	background: #efefef;
	border: 1px solid #0505BB;
	color: #2121A7;
	width: 96px;
	font-size: 12px;
	height: 16px;
}

.searchfield:hover {
	background: #efefef;
	border: 1px solid #BFBFBF;
	color: #949494;
	}

.searchsubmit {
	vertical-align: middle;
	padding: 1px;
	margin: 1px;
	background: #efefef;
	border: 1px solid #0505BB;
	color: #2121A7;
	width: 40px;
	font-size: 12px;
	height: 20px;
}

.searchsubmit:hover {
	background: #efefef;
	border: 1px solid #BFBFBF;
	color: #949494;
	}

/* 6)-=-=-=- Forms -=-=-=- */

textarea {
	border: 1px solid #BFBFBF;
	width: 98%;
}

textarea:hover {
	border: 1px solid #0505BB;
}

input.comment_submit {
	border: 1px solid #0505BB;
	color: #2121A7;
}

input.comment_submit:hover {
	background: #fff;
	border: 1px solid #BFBFBF;
	color: #949494;
}

input.comment_textbox {
	font-family: sans-serif;
	font-size: 1em;
	border: 1px solid #0505BB;
	color: #2121A7;
}

input.comment_textbox:hover {
	background: #fff;
	border: 1px solid #BFBFBF;
	color: #949494;
}

/* 7)-=-=-=- Accessibility -=-=-=- */

#skip {
	display: none;
}

hr {
	display: none;
}