/*
Theme Name: Classic Theme
Theme URI: http://getlilina.org/
Author: Ryan McCue
Description: The default Lilina theme, originally from 0.7.
*/


/* Global Elements */

html, body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

a img {
	border: 0;
	vertical-align: text-bottom;
}
#hhead {
	background-color: #fff100;
}

.c1 {
	background: #fff;
}
.c2 {
}

/* Topbar */
#navigation {
	position: relative;
	float: left;
	color: #000;
	display: block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#navigation a {
  text-decoration:none;
}
#times ul, #times li {
	margin-left: 2px;
}
#topbar {
	position: relative;
	float: right;
	display: block;
	margin: 0;
	padding: 0 12px 0 5px;
	color: #000000;
	width: 250px;
	border: #000 solid 1px;
	background-color: #fff100;
	}
#topbar, #topbar a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
	}
#times li {
	list-style: none;
	margin-top: 3px;
	margin-left: 8px;
	display: inline;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-right: 3px;
	}
#times li a {
	color: #000000;
	text-decoration: none;
}
#times li a:hover {
	color: #fff100;
	background-color: #000000;
}
#times li.last {
	border-right: none;
}
#times ul {
	list-style: none;
	margin-top: 3px;
	margin-left: 3px;
	padding-left: 3px;
	display: inline ;
	}

#times li.img {
	margin-top: 2px;
	}
#times ul li.admin a {
	color: #666666;
	margin-left: 3px;
	}

/* Date */
h1 {
	margin: 0;
	color: #F7DE00;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	}
.item {
	margin: 0;
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 10px;
	/* Make sure nothing ruins our layout - Lifehacker, we're looking at you :P */
	clear: both;
	color: #000000;
	padding-top: 3px;
}
.item img {
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	}
.bmark { /* Bookmark image */
	
	}
.time { /* Time Posted */
	font-style: italic;
	color: #666666;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	}
.title { /* Title */
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	}
.title a:hover {
}
.source { /* Direct link to weblog post */
	color: #000000;
	}
.source a {
	margin: 0 0 0 10px;
	color: #9a5408;
	text-decoration: none;
	}
.source a:hover {
	color: #9a5408;
	background-color: #FCEECB;
}
.excerpt { /* Excerpted content from feed */
	width: 750px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 75px;
	}

/* Panel */

#panel {
	position: absolute;
	top: 20px;
	right: 2px;
	color: #6f6f6f;
	width: 200px;
	display: block;
	background-color: #CCCCCC;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
/* Sources */

#sources {
	padding: 4px;
	color: #6f6f6f;
	display: block;
	/* Make sure nothing ruins our layout - Lifehacker, we're looking at you :P */
	clear: both;
	text-align: left;
	background-color: #EBEBEB;
	margin-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	}
#sources h3 {
	display: block;
	font-size: 14px;
	color: #666666;
	padding-left: 10px;
	}
#sources ul {
	list-style-type: square;
	margin: 10px;
	padding: 0;
	}
#sources li {
	padding: 0.2em 0 0.3em;
	display: block;
	float: left;
	width: 20%;
	}
#sources ul li img {
	display: inline;
	height: 16px;
	width: 16px;
	vertical-align: text-bottom;
	}
#sources a {
	text-decoration: none;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.clearer {
	clear: both;
}


/* Edit */

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



/* Footer */

#footer {
	margin: 0;
	padding-top: 5px;
	font-size: 10px;
	text-align: center;
	width: 100%;
	}

#main {
	display: block;
	clear: both;
	margin-right: 15px;
	border-right: 0 #aaa solid;
	margin-left: 15px;
	padding-top: 10px;
}

.currentItem {
}