/* 
lilina news aggregator

lilina is a simple but powerful news aggregator written in PHP. 
No database is needed, RSS/ATOM parsing is done by the excellent 
MagpieRSS library (it is included, no additional installation needed). 
It features feed auto-discovery and an easy-to-use interface.

View a live demo @ http://lilina.sourceforge.net/ 
lilina is Open Source Software and is distributed under the GPL license
Written and developed by Panayotis Vryonis, http://vrypan.net/log/
*/



/* Global Elements */

html, body {
	margin: 0px 0px 0px 0px;
			background : #E0E0E0 url("http://www.cqcn.com/blog/img/background.gif") center repeat-y;
        	text-align: center;
	}
html, body, p, ul, li, input {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	}
img, a {
	border: 0;
	}

#container {
	line-height: 140%;
		margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 766px;
	
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
	}

#banner {
	font-family: Georgia, 'Times New Roman', serif;
	color: #FFFFFF;
	background-color: #B22222;
	background : transparent url("../blog/img/blogtitle.jpg") no-repeat;
	text-align: left;
	padding: 35px;
	border-bottom: 1px solid #FFFFFF;
	height: 50px;
	}

#nav { font-family: Verdana, Arial, sans-serif; font-size: small;; padding:2px; margin:0px; background-color:#6FA6CE; color:#fff; border-bottom: 0px solid #6FA6CE; } 
#nav a { 
color:#fff;
text-decoration:none;
}

#nav a:hover {
	color: #000;
}

#bottom {
	float : none
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	margin-top : 2px;
	padding: 5px;
	height: 70px;
	background : transparent url("../blog/img/footer.jpg") center no-repeat ;
}

/* Topbar */

#topbar {
	margin: 0px;
	padding: 0;
	background: #ffffff url(i/topbar.gif) repeat-x top left;
	color: #6f6f6f;
	height: 30px;
	width: 99%;
	}
#topbar .bgl {
	float: left;
	margin: 3;
	background: #ffffff url(i/topbgl.gif) no-repeat top left;
	height: 30px;
	width: 5px;
	}
#topbar .bgr {
	float: right;
	margin: 0;
	background: #ffffff url(i/topbgr.gif) no-repeat top right;
	height: 30px;
	width: 5px;
	}
#topbar, #topbar a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	}
#topbar ul {
	float: left;
	display: block;
	list-style: none;
	margin: 0 10px 0 15px;
	padding: 0;
	height: 30px;
	}
#topbar ul li {
	float: left;
	display: block;
	list-style: none;
	margin: 0 5px 0 5px;
	padding-top: 7px;
	text-align:  center;
	height: 25px;
	}
#topbar ul li.img {
	margin-top: -7px;
	}
#topbar ul li.admin a {
	color: #990000;
	}
#topbar img {
	float: left;
	margin: 5px 0 0 4px;
	}



/* Feed */

h1 { /* Date */
	margin: 15px 0 5px 20px;
	padding: 0;
	border-bottom: 1px #C7D0EB dotted;
	font-size: 16px;
	font-weight: bold;
	color: #3E5D7A;
	width: 500px;
	}
.item {
	margin: 7px 0px 7px 15px;
	font-size: 12px;
	}
.item img {
	margin: 0 0px 0 0;
	}
.bmark { /* Bookmark image */
	
	}
.time { /* Time Posted */
	margin: 0 4px 0 4px;
	font-style: italic;
	color: #999999;
	}
.title a { /* Title */
	font-weight: bold;
	color: #990000;
	}
.excerpt { /* Excerpted content from feed */
	margin: 3px 0 0 15px;
	border-top: 1px #f4f4f4 dotted;
	border-bottom: 1px #f4f4f4 dotted;
	font-size: 11px;
	width: 90%;
	}

.excerpt img { 
	margin: 0 0px 0 0;
	}

/* Edit */

.item ul {
	list-style: none;
	margin: 15px 0 0 0;
	}
.item li {
	font-size: 12px;
	}



/* Footer */

#footer {
	margin: 3px;
	padding-top: 5px;
	border-top: 1px #C7D0EB dotted;
	font-size: 10px;
	text-align: center;
	width: 96%;
	}

