/* 
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: 2px;
}

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

.login {
	position: relative;
	float: right;
}

/* 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 ;
	padding-left: 15px;
	}
.item 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 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 ;
}

/* 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;
	color: #6f6f6f;
	width: 200px;
	display: block;

}
/* Sources */

#sources {
	padding: 4px;
	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: 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 {
	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: 1000px;
	margin:0 auto;
         height: 100%
}

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

#sidebar {
float: left;
width: 35%;
margin-left: 0;
background: #383738;
height: 100%;
}

#sidebar a:link {
	color: #FC7832;
}

#sidebar a:visited {
	color: #FC7832;
}

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

#sidebar ul {
	margin-left: 0px;
}

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

#flickr {
padding:0 15px 0 25px;
margin-top:5px;
height:130px;
}

#flickr a
{
	display: block;
	float: left;
	padding: 0 1px 5px 4px;
	position: relative;
	height: 64px;
	width: 64px;
}

#flickr a:hover
{
	font-size: 100%;
	z-index: 1;
}

#flickr img
{
/*	border: 1px solid #ddc;  */
	padding: 1px;
}


#flickr a:hover img
{
	background: #fff;
	border-color: #000;
	position: absolute;
	width: 75px;
	height: 75px;
	top: -7px;
	left: -4px;
}

blockquote {
}
blockquote div {
  padding: 0 48px;
}
	/*             styles for the unit rater                */	
	.unit-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 300px;
		height: 30px;
		position: relative;
		background: http://sarawho.com/star_rating.gif top left repeat-x;		
	}
	
	.unit-rating li{
	    text-indent: -90000px;
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.unit-rating li a{
		display:block;
		width:30px;
		height: 30px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.unit-rating li a:hover{
		background: http://sarawho.com/star_rating.gif left center;
		z-index: 2;
		left: 0px;
	}
	.unit-rating a.r1-unit{left: 0px;}
	.unit-rating a.r1-unit:hover{width:30px;}
	.unit-rating a.r2-unit{left:30px;}
	.unit-rating a.r2-unit:hover{width: 60px;}
	.unit-rating a.r3-unit{left: 60px;}
	.unit-rating a.r3-unit:hover{width: 90px;}
	.unit-rating a.r4-unit{left: 90px;}	
	.unit-rating a.r4-unit:hover{width: 120px;}
	.unit-rating a.r5-unit{left: 120px;}
	.unit-rating a.r5-unit:hover{width: 150px;}
	.unit-rating a.r6-unit{left: 150px;}
	.unit-rating a.r6-unit:hover{width: 180px;}
	.unit-rating a.r7-unit{left: 180px;}
	.unit-rating a.r7-unit:hover{width: 210px;}
	.unit-rating a.r8-unit{left: 210px;}
	.unit-rating a.r8-unit:hover{width: 240px;}
	.unit-rating a.r9-unit{left: 240px;}
	.unit-rating a.r9-unit:hover{width: 270px;}
	.unit-rating a.r10-unit{left: 270px;}
	.unit-rating a.r10-unit:hover{width: 300px;}
	.unit-rating li.current-rating{
		background: http://sarawho.com/star_rating.gif left bottom;
		position: absolute;
		height: 30px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}	