/**
 * Sections of this stylesheet are Copyright (c) Ryan McCue, http://getlilina.org/
 * Released under GPL
 * $Id$
 */

/*body {
text-align: left;
color:  #335;
background-color: #dddddd; 
background-image: url(./media/bg.gif);
}*/

a { 
	text-decoration: none; 
	color: #3F4C6B;
}

body {
	font-family: Verdana,sans-serif ;
}

/*h1,*/h2,h3 {
	font-family: Verdana,sans-serif ;
	font-style: italic; 
	letter-spacing: 0.05em;
	line-height:1.1em;
}

#feedcontent {
	color: #005CB2 ;
	font-size: normal ;
}

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

h4 {
	font-size: 1em; 
	border-left: 1px solid #ddd;
	font-weight: normal;
}

a:hover,input:hover {color: #336; }
a,input,select,h4 { color: #667 }
h5 a { color: inherit }

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


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

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

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

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 li,div#opml li {
	border-bottom: 1px solid  #dddddd;
	background-color: #fff;
	font-size:small;
}
div#channels div { 
	font-size:small;
	margin:0;
	position:relative;
}
div#opml li { border: none }

/* folder items */
div#channels li ul li {
	border-bottom: none;
}


/* folder icon */
div#opml .folder span {
	font-size: smaller;
}

/* 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: #f8f8ff;
}

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

/** the main divs (nav, side, content, footer, ...) inherit this class */
div.frame {
	background-color: #fff;
	border: 1px solid #ccc;
}

div#nav {
	background-image: url(./media/arrows.gif); 
	background-color: #fff;
	background-position: top right;
	background-repeat: no-repeat; 
}

div#footer span { 
	border-right: 1px solid;  
	font-size:  smaller;
	color: #777;
}

/*h1 { 
	font-weight: 900;
	font-style:italic;
}*/

li.item.even, tr.even,div#alltags { background-color: #eeeeee; }
li.item.odd, tr.odd { background-color: #eeeeee; }
tr.active td { font-weight:900; background-color:#f8f8ff; }


h3.collapsed {
	border: 1px solid #ddd;
	border-color: #ddd;
	background-color: #f9f9f9;
}


li.item.unread,h3.collapsed.unread {
	border-color: #dddddd;
	background-color: #f8f8ff;
}

li.item {
	list-style-type: none;
	border: 1px solid #dddddd;
}

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

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

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: smaller;
}



/* 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: smaller !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: smaller;
}



/** from http://css.maxdesign.com.au/listamatic/horizontal11.htm **/

ul.navlist {
	list-style-type: none;
}

ul.navlist li,a.bookmarklet {
	border: 1px solid #ddd;
	background-color: #f4f4f4;
}

ul.navlist:hover li span { text-decoration:underline}

/* doubling because IE chokes on the submit selector */
input[type="submit"]{
	border: 1px solid #ddd;
	background-color: #f4f4f4;
}  


input[type="text"]:focus{
	border-color:#aaa;
}


.navlist li:hover,input[type="submit"]:hover {
	background-color:  #f8f8ff;
	border-color: #ddf;
}

.navlist li a {
	text-decoration: none;
	font-weight: bold;
	color: #667;
	letter-spacing: 0.1em;
}

.navlist li.active a,.navlist li a:hover { color: #336; } 

img.favicon { border:none; }

p.stats { font-size: smaller; margin-bottom:1em; }

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

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




.box { 
	border: 1px solid #dddddd;
	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:smaller}

div#alltags {
	background-color: #f9f9f9;
	border-color: #dddddd;
	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:smaller; 
	font-weight: bold; 
	color: #777; 
	line-height:1.35em; 
	width:0%; 
	background-color: #dddddd;
	margin:2px; 
	padding: 0; 
	border: 1px solid #bbb;
}

div.ief {
	border:1px solid #dddddd;
	margin: 0.5em 0;
	padding: 0.5em 1em;
}
div.ief p.sbm { margin-top: 1em }

div.ief p a { 
	font-size:smaller;
	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: #eeeeee; }

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

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

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

#loginfo { 
	font-size: smaller; 
	background-color: white;
	border: 1px solid #ccc;	
	opacity: .7;
	filter: alpha(opacity=70);
}

/* for the lilina theme */

.dateheader {
	margin: 0px 0px 0px 0px;
	padding: 4px 0 4px 15px;
	font-size: small;
	font-weight: bold;
	color: #000000;
	background: #3F68A5;
}
.dateheader a { color: #eeeeee; } 

ul#sidemenu { /*les choix du bloc de gauche*/
	display: none; 
	visibility: hidden;
	height: 0px;
}

p.stats { /*sous titre du bloc de gauche*/
	display: none; 
	visibility: hidden;
	height: 0px;
}

div#channels h2 { /* titre du bloc de gauche */
	display: none; 
	visibility: hidden;
	height: 0px;
}

h2#feedcontent {
	display: none; 
	visibility: hidden;
	height: 0px;
}

.topbox {
	text-align:center;
	color: #333333;
	background-color: #eeeeee;
	border:1px solid #dddddd;
	display:inline-block;
	height:auto;
	padding: 1em;
	text-align:center;
	vertical-align:top;
}

#rssbox {
	background: transparent url(/img/icon-rss.png) no-repeat;
	padding-left: 30px ;
	border: none !important;


}

#pagination {
	float: right;
}

.item_url {
	font-size: smaller;
	color: #333333;
	text-decoration: underline;
}

#sidemenuFeedList, #sidemenuCatList, #sidemenuTagList {
	visibility: hidden ;
	display: none;
}

