html, body, td, p, th, a {
	padding: 0;
}

body {
	margin: 0;
	text-align: left;
	color: #333;
	background: #dda;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

div#ctnr {
	background: white;
	margin: 2em;
	border: 1px solid #999;
}

/* Navigation */

div#nav {
	background: #f90 url(media/bgruber.jpg);
}

ul.navlist {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	font-size: small;
	border-left: 1em solid #333;
}

ul.navlist li {
	float: left;
	margin: 0;
	border: none;
}

ul.navlist li a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 5px;
	background: #333;
	color: #ccc;
}

ul.navlist li a:hover, ul.navlist li a:active {
	color: #fff;
	background: black;
}

ul.navlist li.date {
	padding: 0 5px;
	background: none;
	color: #333;
}

/* Sidemenu, Channels */

div#channels, ul#sidemenu {
	clear: left;
	width: 260px;
	float: left;
/* Notorious box model hack for IE5, thanks a bunch */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 235px;
	padding-left: 15px;
	padding-right: 10px;
}

ul#sidemenu {
	margin: 15px 0 1em 0;
}

#sidemenu li {
	position: relative;
	display: inline;
	float: left;
	padding: 0 0.5em 0 0;
	margin: 0;
	font-size: small;
	font-weight: 900;
	letter-spacing: 0.05em;
}

#sidemenu li.active a,#sidemenu li a:hover {
	color: black;
}

div#channels {
	padding-bottom: 15px;
}

div#channels li, div#opml li {
	display: block;
	padding: 0.6em 2px;
	margin: 0;
	position: relative;
	font-size: small;
}

#opmlimport {
	display: inline;
	text-align: left !important;
}

/* folder items */

div#channels li ul li, div#channels ul.fexpanded li {
	padding-left: 15px;
}

/* Items*/

div#items, div#searchfrm, div#update, div#errors {
	margin-left: 260px;
}

div#items {
	padding: 15px 15px 15px 5px;
}

div#items ul {
	padding: 0;
	margin: 0;
}

div#items li {
	padding: 4px 0px;
	clear: right;
}

div#items li.upnav {
	padding: 0;
	margin: 0;
	clear: right;
}

/* Footer */

div#footer {
	clear: both;
	padding: 10px;
	background: #ccc;
	font-size: small;
	color: #666;
	text-align: center;
}

div#footer a {
	font-weight: 900;
	color: #333;
}

div#footer span {
	padding: 0 5px;
	margin: 0;
}

div#channel_admin ul.navlist {
	margin-bottom: 0;
}

h2 {
	margin: 0;
}

h3 {
	padding: 0 5px;
	margin: 20px 0 0 0;
	clear: right;
}

h3 img {
	vertical-align: 10%;
}

h4 {
	margin: 0;
	display: inline;
	padding: 0 0.2em;
}

h5 {
	margin: 0 0 0.3em 0;
	padding: 0;
	display: block;
}

h5.il {
	display: inline !important
}

input {
	margin: 3px;
	vertical-align: middle;
}

ul, li {
	margin: 0;
	padding: 0;
}

/* folder icon */

div#errors {
	margin-bottom: 5px;
	margin: -15px;
}

h1 {
	margin: 0 0 1em 0;
	padding-left: 15px;
}

h3.collapsed {
	padding-bottom: 0.2em;
}

li.item {
	padding: 0;
	margin: 0;
}

h3.collapsed {
	margin: 0 0 20px 0;
}

table#configtable li,.content li {
	padding: 0.1em 0.2em !important;
	margin-left: 1.2em;
}

.content li * {
	margin: 0;
	padding: 0;
}

.content table td {
	padding: 0.1em;
	margin: 0
}

div.content {
	margin-top: 1em;
	padding: 0 1em;
	width: auto;
}

/* images inside posts */

div.content img {
	display: block;
}

div#items img.favicon {
	display: inline;
}

.content, h4 {
	height: auto;
	width: 99%;
	overflow: hidden;
	/* IE doesn't get overflow:visible right. */
	voice-family: "\"}\"";
	voice-family: inherit;
	overflow: visible;
}

td,th {
	padding: 5px;
}

table#channeltable,table#foldertable,table#updatetable,table#configtable {
	margin: 20px 0 5px 0;
	width: 99.2%;
}

table#foldertable {
	width: auto
}

td>input[type="text"] {
	width: 100%;
}

form#channeledit input {
	display: block;
}

form#channeledit input[type="text"] {
	display: block;
	width: 50%;
}

div.feedaction {
	padding: 0;
	margin: 0;
	text-align: right;
	display: block;
}

/** this rule is hidden from IE6 and below as it messes the rendering */

div>div.feedaction {
	float: right;
}

div.feedaction form, div.feedaction form p {
	text-align: right;
	margin: 0;
	padding: 0;
}

div.feedaction.withmargin {
	margin-bottom: 0.8em;
}

form#frmShow {
	margin-bottom: 0.4em !important;
}

#items h2 {
	margin-bottom: 10px;
	clear: right
}

p.error {
	color: red;
	font-weight: bold;
	text-align: center;
}

div.readmore {
	display: block;
	height: 1em;
	margin-top: 1em;
}

/* doubling because IE chokes on the submit selector */

input[type="submit"] {
	height: 23px;
	margin: 2px 2px 0 2px;
	padding: 0.05em 0.1em;
}

img.favicon {
	width: 16px;
	height: 16px;
	border: none;
	margin-right: 0.5em;
	display: inline;
}

p.stats {
	margin: 0 0 1.5em 0;
	padding: 0;
}

input#search_go {
	margin-left: 100px;
}

div#channel_admin h2 {
	margin-top: 1em;
}

span.updateres {
	position: absolute;
	left: 60%;
}

.clearer {
	clear: both;
	height: 0;
}

.clearer.hidden {
	display: none;
}

.indent {
	margin-left: 2em !important;
}

/* margin to footer */

div#channels, div#items, div#searchfrm, div#channel_admin, div#about, div#update {
	margin-bottom: 5px;
}

table#updatetable .lc {
	width: 60%
}

table#updatetable .mc {
	width: 30%
}

table#updatetable .rc {
	width: 10%;
	text-align: center
}

.hidden {
	display: none;
}

.fl {
	display: inline;
	float: left;
}

.fr {
	display: inline;
	float: right;
}

fieldset {
	text-align: center;
	display: inline;
	padding: 10px;
	margin: 0 10px 0 0;
}

fieldset.tags {
	width: 120px;
}

fieldset.tags input, fieldset.tags select {
	display: block;
	width: 110px;
	margin: 5px 0;
}

div#alltags {
	margin: 30px;
	padding: 20px;
}

#loginfo {
	float: right;
	padding: 0.2em 0.5em;
}

/** admin dashboard **/

#db_main {
	width: 72%;
	float: left;
}

#db_main .item {
	padding: 1em;
}

#db_main h4,#db_side h4 {
	border: none !important;
	margin-left: 0;
	padding-left: 0
}

#db_side {
	width: 24%;
	margin: 0 1em 0 73%;
	padding: 0 1em;
	border-color: #eef;
	background-color: #f8f8ff;
}

#db_side h3 {
	border: none;
	padding: 0;
	margin: 0.5em 0
}

#db_side ul {
	list-style-type: square;
	margin: 0 0 2em 0
}

#db_side li {
	margin: 1em 0 1em 1em;
	padding: 0 0.2em;
	color: #ccc;
}

#db_side li h5 a {
	color: #666 !important;
}

#db_side li h5 a:hover {
	color: #333 !important
}

/* LOOK */

a {
	text-decoration: none;
}

h1,h2,h3 {
	line-height: 1.1em;
}

h5,h5 input.tagedit {
	font-size: small !important;
	font-weight: normal !important;
	color: #aaa !important;
}

h4 {
	font-weight: 400;
}

h4 a {
	color: #930;
}

a:hover,input:hover {
	color: #333;
}

a,input,select {
	color: #666
}

h5 a {
	color: inherit
}

input {
	font-size: small;
	font-weight: bold;
}

span.feedaction form p input {
	font-size: small !important;
	font-weight: 400 !important;
}

input.tagedit {
	font-weight: normal;
	font-size: smaller;
}

label, div#channel_admin span, p.bookmarklet {
	font-size: small;
}

ul {
	list-style-type: none;
}

div#errors ul {
	list-style-type: square !important;
}

div#errors {
	padding: 1em 2em;
}

table#configtable li, content.ul {
	list-style-type: circle;
}

div#channels div {
	margin: 1em 0 0.5em 0;
	padding: 0 0 0 0.5em;
	font-size: small;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	border-left: 1em solid #999;
	letter-spacing: 0.05em;
}

div#opml li {
	border: none
}

/* folder items */

div#channels li ul li {
	border-bottom: 1px solid #333;
}

/* folder icon */

div#opml .folder span {
	font-size: 150%;
}

/* folder labels */

.folder span {
	font-weight: bold;
	text-transform: capitalize;
}

/* channels and sub channels */

div#channels li:hover, div#channels li.folder ul li:hover,div#channels li.active {
	background-color: #ccc;
}

div#channels li.folder:hover {
	background-color: transparent
}

h1 {
	font-weight: 900;
	color: white;
}

tr.active td {
	font-weight: 900;
}

li.item {
	list-style-type: none;
}

div#items li.upnav {
	text-align: right;
}

div#items li.upnav a {
	border-left: 1px solid;
	font-size: small;
}

img {
	border: none
}

.content,.content * {
	font-size: small;
	line-height: 1.4em;
	text-align: justify;
}

.item:hover .content a, .item:hover h5 a {
	border-bottom: 1px solid #ccc;
}

th {
	background-color: #f4f4f4;
	font-weight: bold;
}

table#plugintable,table#channeltable,table#foldertable,table#updatetable,table#configtable,.content table {
	border: 1px solid #ddd;
	font-size: small;
}

table tr:hover td {
	background-color: #f8f8ff;
}

form.markread p, form.markallread {
	text-align: right;
}

form.markallread {
	text-align: center;
}

.error,.error_l0 {
	color: red;
	font-weight: bold;
}

#errors li {
	font-size: medium !important;
	line-height: 1.5em;
}

input, select, textarea {
	border: 1px solid #ddd;
	background-color: #f4f4f4;
}

input[type="radio"], input[type="hidden"] {
	border: none;
	background-color: transparent;
}

div.readmore {
	text-align: right;
	font-size: small;
}

img.favicon {
	border: none;
}

p.stats {
	font-size: small;
}

.searchhit {
	border-bottom: 1px solid;
	font-weight: 900;
}

label, input[type="submit"] {
	cursor: pointer;
}

.box {
	border: 1px solid #999;
	text-align: center;
}

span.updateres {
	font-weight: bold;
}

span.updateres.ok {
	color: green
}

span.updateres.ko {
	color: red
}

table#updatetable td.mc.error {
	color: #700
}

table#updatetable td.rc {
	font-weight: bold
}

fieldset {
	text-align: center;
	border: 1px solid #ddd;
}

fieldset.prune p {
	text-align: left
}

.cntr {
	text-align: center !important
}

optgroup {
	margin: 1em 0 0.2em 0;
}

legend {
	font-size: small
}

div#alltags {
	background-color: #f9f9f9;
	border-color: #eee;
	text-align: justify;
}

#alltags a {
	margin: 15px 10px;
	vertical-align: middle;
	line-height: 50px;
}

div.content img {
	padding: 0.4em;
	margin: 0.8em 0;
	border: 1px solid #ddd;
}

div#pbholder {
	border: 1px solid #ccc;
	width: 99.2%;
	text-align: left;
	height: 1.5em;
	padding: 0;
	margin: auto;
}

div#pbar {
	font-size: small;
	font-weight: bold;
	color: #777;
	line-height: 1.35em;
	width: 0%;
	background-color: #eee;
	margin: 2px;
	padding: 0;
	border: 1px solid #bbb;
}

div.ief {
	border: 1px solid #eee;
	margin: 0.5em 0;
	padding: 0.5em 1em;
}

div.ief p.sbm {
	margin-top: 1em
}

div.ief p a {
	font-size: small;
	margin: 0 1em 0 0;
	padding: 0.1em 0.8em;
}

div.ief p a:hover {
	background-color: #e8e8ff;
}

li.item.unread div.ief {
	background-color: #f3f3ff;
}

li.item.unread div.ief p a {
	background-color: #e5e5f0;
}

li.item.odd div.ief {
	background-color: #e7e7e7;
}

li.item.odd div.ief p a {
	background-color: #d8d8d8;
}

li.item.even div.ief {
	background-color: #f2f2f2;
}

li.item.even div.ief p a {
	background-color: #e3e3e3;
}

div.ief form,div.ief form p {
	padding: 0;
	margin: 0
}

span.vr {
	border-left: 2px solid #ccc;
	margin: 0 1em;
}

#loginfo {
	font-size: small;
	background-color: white;
	opacity: .7;
	filter: alpha(opacity=70);
}

/* for the chironis theme */

.dateheader {
	margin: 0;
	margin-top: 1em;
	padding: 4px 0 4px 15px;
	font-size: small;
	font-weight: bold;
	background: #eec;
	border-top: 2px solid #cca;
}

.dateheader a {
	color: #666;
}
