/* 
lylina news aggregator

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;
	/* hide from IE5 mac \*/
 	height: 100%;
 	/* end hack */
	height: auto;
	width: 100%;
	background: #383738;
	}
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;
	}

#c1 {
	color: #fff ;
	background: transparent;
	display: none;
}
#c2 {
	color: #ffffff ;
	background: transparent;
	display: none;
}

/*****************
  links
*/

a {
    text-decoration: none;
	padding: 0px 1px 0px 1px;
}

a:link {
	color: #666666;
}

a:visited {
	color: #EBEBEB;
}

a:hover {
	color: #FC7832;

}

a.backoff:hover, a.backoff, a.backoff:link, a.backoff:visited {
	background: transparent;
	border: 0px;
}

/****************

/* Topbar */
#navigation {
	position: relative;
	float: top;
	background: #ffffff;
	color: #000;
	padding: 8px;
	display: block;
}
#navigation ul, #navigation li {
	margin-left: 1px;
}

#navigation a:link {
	color: #383738;
}

#navigation a:visited {
	color: #9F7777;
}

#navigation a:hover {
	color: #FC7832;
	background-color: #383738;
}

#topbar {
	position: relative;
	float: right;
	display: block;
	margin: 0px;
	padding: 0 12px 0 5px;
	color: #FC7832;
	width: 250px;
	border: #000 solid 1px ;
	}
#topbar, #topbar a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
#navigation li {
	list-style: none;
	margin-top: 3px;
	display: inline ;
	}
#navigation ul {
	list-style: none;
	margin-top: 3px;
	display: inline ;
	}

#navigation li.img {
	margin-top: 2px;
	}
#navigation ul li.admin a {
	color: #990000;
	}
	
/* 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 #383738;
	border-bottom: 1px solid #383738;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #FC7832;
	}
.item {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	background: transparent;
	border-top: 1px solid #DADADA;
	padding-bottom: 2px ;
	}

.bmark { /* Bookmark image */
	
	}
.time { /* Time Posted */
	margin: 0 0px 0 0px;
	font-style: italic;
	color: #999999;
	}
.title { /* Title */
	font-weight: bold;
	color: #555;
	text-decoration: none;
	cursor: pointer;
	}
}
.source a {
	margin: 0 0 0 10px;
	color: #999;
	text-decoration: none;
}
.source a:visited {
	color: #EBEBEB;	
}
.source a:hover {
	color: #FC7832;
	text-decoration: underline;
}
.excerpt { /* Excerpted content from feed */
	margin: 3px 3px 3px 3px;
	font-size: 11px;
	color: #FFFFFF;
	width: 100%;
	display: none;
	background: #000000;
	}


/* Google */

.google {
	margin: 0 0 0 0 ;
	padding: 0px;

}
.google p { 
	display: block; 
	margin-bottom: 0 ;
	margin-top: 0 ;
	color: #555555 ;
}



/* Sources */

#sources {
	padding: 2px;
	color: #6f6f6f;
	display: block;
	border-top: 1px #aaa solid;
	}
#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: 2px;
	padding: 0px;
	}
#sources li {
	display: inline;
	padding-bottom: 2px;
	}
#sources a {
	text-decoration: none;
	border-bottom: 1px dotted ;
}



/* Edit */

.item ul {
	list-style: none;
	margin: 15px 0 0 0;
	}
.item li {
	font-size: 12px;
	}

/* Footer */

#footer {
	float: left;
         clear:both;
	margin: 0px;
	padding-top: 5px;
	border-top: 1px #383738 solid;
	background-color: #383738;
	font-size: 10px;
	text-align: center;
	width: 100%;
	}

#footer a:link {
	color: #999999;
}

#footer a:visited {
	color: #999999;
}

#footer a:hover {
	color: #FC7832;
	background-color: #383738;
}

#sarawho {
         background: #383738;
	width: 100%;
	margin:0 auto;
         height: 100%
}

#main {
	float: left;
	margin-left: 0;
	width: 100%;
	background: #FFFFFF;
	height: 100%;
}



/* begin styles for RSS Feed */

.rss-box-pps {
	 margin: 1em;
	 width: 300px;
	 background-color: #383738;
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#FC7832;
	text-align: left;
}
p.rss-title {padding:0.5em;}
.rss-title {
        text-transform:uppercase;
	text-decoration: none;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size: 12px;
	background-color:#383738;
	color:#FC7832;
	font-weight:bold;
	margin: 0px;
        margin-bottom: 10px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  font-size: 12px;
  font-weight : normal;
  list-style:none;
  padding-bottom:0em;
}

.rss-item a {
	text-decoration : none;
	color: #FC7832;
	font-size: 12px;
	font-weight:light;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	}
	
.rss-item a:hover {
	color:#fff;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #fff;
	}


blockquote {
}
blockquote div {
  padding: 0 48px;
}
