/* 
lylina news aggregator

Style: default
Description: Default lylina style, based on original lilina default style

Copyright (C) 2004-2005 Panayotis Vryonis
Copyright (C) 2006 Eric Harmon

lylina is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

lylina is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with lylina; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/



/* Global Elements */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #ffffff;
	/* hide from IE5 mac \*/
 	height: 100%;
 	/* end hack */
	height: auto;
	width: 100%;
	}
html, body, p, ul, input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	}
img, a {
	border: 0;
	vertical-align: text-bottom;
	}

/* Topbar */
#navigation {
	position: relative;
	float: top;
	background: #fff;
	color: #000;
	padding: 8px;
	display: block;
}
#navigation ul, #navigation li {
	margin-left: 2px;
}

#navigation li {
	list-style: none;
	margin-top: 3px;
	margin-left: 3px;
	display: inline ;
	}
#navigation ul {
	list-style: none;
	margin-top: 3px;
	margin-left: 3px;
	padding-left: 3px;
	display: inline ;
	}

#navigation li.img {
	margin-top: 2px;
	}
#navigation ul li.admin a {
	color: #990000;
	margin-left: 3px;
	}

#navigation a, #navigation a:active, #navigation a:link {
        background: #fff;
        color: #059;
        padding: 0.1em 0.2em;
        text-decoration: none;
}
#navigation a:hover {
        background: #059;
        color: #fff;
}

	
/* Login */

.login {
	position: relative;
	float: right;
}

/* Titel */

div#header h1 { /* Titel */
        font-size: 1.5em;
	background: #fff;
}



div#header a, div#header a:active, div#header a:link, div#header a:visited {
        background: #fff;
        border-bottom: 1px solid #ddd;
        color: #059;
        text-decoration: none;
}
div#header a:hover {
        background: #fff;
        border-bottom: 1px solid #999;
        color: #c30;
}



/* Feed */

.feed { /* Container for items coming from the same feed */ 
	/* Add styling if you want consequent items from the same feed to look "grouped" */
}

h1 { /* Date */
	margin: 0px 0px 0px 0px;
        padding: 4px 0 4px 15px;
        border-top: 1px solid #00005c ;
        font-size: 12px;
        font-weight: bold;
        background: #e5e5e5;
        color: #444;
	
}
.item {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	border-top: 1px solid #aac ;
	background-color: #ffffff;
	padding-bottom: 2px ;
	padding-left: 15px;
	}
	
.expanded {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	border-top: 1px solid #aac ;
	padding-bottom: 2px ;
	padding-left: 15px;
	}						

.item img, .expanded img {
	margin: 2px 10px 0 0;
	}
	
.bmark { /* Bookmark image */
	
	}
.time { /* Time Posted */
	margin: 0 4px 0 4px;
	font-style: italic;
	color: #999999;
	}
.title { /* Title */
	font-weight: bold;
	color: #555;
	text-decoration: none;
	cursor: pointer;
	}
.source { /* Direct link to weblog post */
	}
.source a, a:active, a:link {
        color: #059;
        text-decoration: none;
}
.source a:visited {
        color: #4080b3;
        text-decoration: none;
}
.source a:hover {
        color: #c30;
        text-decoration: none;
}

.excerpt { /* Excerpted content from feed */
	margin: 3px 0 0 60px;
	font-size: 11px;
	width: 90%;
	display: none;
	}
.integration a {
	text-decoration: none;
	color: #666666
}
.integration img {
	margin: 0 0 0 0;
}

/* Google */

.google {
	margin: 0 0 0 0 ;
	padding: 0px;
	/* background: #ffffff ; */

}
.google p { 
	display: block; 
	margin-bottom: 0 ;
	margin-top: 0 ;
	color: #555555 ;
}

/* del.icio.us */
.delicious_tags {
	display: inline ;
	text-align: right;
	padding: 0 0 0 10px;
}

/* Panel */

#panel {
	position: absolute;
	top: 20px;
	right: 2px ;
	padding: 10px;
	background: #eeeeee ;
	color: #6f6f6f;
	width: 200px;
	display: block;

}
/* Sources */

#sources {
	padding: 4px;
	color: #6f6f6f;
	display: block;
	border-top: 1px #aaa solid;
	background: #CBDFEB;
	}
#sources h3 {
	display: block;
	margin: 0 0 10px 0;
	border-bottom: 1px #CBDFEB dotted;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 98%;
	}
#sources ul {
	list-style-type: square;
	margin: 10px;
	padding: 0px;
	}
#sources li {
	display: inline;
	padding-left: 1em;
	padding-bottom: 2px;
	}
#sources ul li img {
	display: inline;
	height: 16px;
	width: 16px;
	vertical-align: text-bottom;
	}
#sources a {
	text-decoration: none;
	border-bottom: 1px dotted ;
}



/* Edit */

.item ul, .expanded ul {
	list-style: none;
	margin: 15px 0 0 0;
	}
.item li, .expanded li {
	font-size: 12px;
	}

.prefs {
	float:right;
	width:200px;
	background-color: #fff;
	padding:1em;
	margin:1em;
}

/* Footer */

#footer {
        clear: both;
        background: #fff; 
        color: #aaa;
        font-size: 0.9em;
        margin: 0;
	text-align: center;
        padding: 0.8em 0 0 0;
        }

div#footer a, div#footer a:active, div#footer a:link, div#footer a:visited {
        color: #aaa;
        background: #fff;
}
div#footer a:hover {
        color: #c30;
        background: #fff;
        text-decoration: none;
}


#main {
	display: block;
	margin-right: 0px;
	border-right: 0px #aaa solid;
}

.feedico {
	position: relative;
	float: right;
}

