/* Global Elements */

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: normal normal normal 16px/normal 'Droid Serif', Georgia, Times, 'Times New Roman', serif;
	color: #000;
	font-weight: 400;
	text-align: left;
}

a img {
	border: 0;
	vertical-align: text-bottom;
}

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #01A0C7;
}

#search
{
	float: right;
	text-align: right;
	padding-top: 0;
	padding-right: 2em;
    margin-bottom: 4px;
}

#search form
{
	display: inline;
}

#search form input[type=text]
{
	width: 150px;
	border: 1px solid #EEE;
	padding: 2px;
	font-size: 14px;
}

#search form input[type=text]:focus,
#search form input[type=submit]:focus
{
	border: 1px solid #01A0C7;
}

#search form input[type=submit]
{
	border: 2px solid #EEE;
	background: #F4F4F4;
	font-size: 14px;
}

#messagebox
{
    background-color: #494949;
    margin: 0;
    padding: 0;
}

#messagebox2
{
    background: #fff url(../images/nav_bg_darker.jpg) repeat-x left top;
    padding: 0 310px 0 0;
    margin: 0;
    text-align: right;
}

#messagebox_inner
{
    background-color: transparent;
    padding: 8px 12px 0 20px;
    margin: 0;
    
    font-size: 1.3em;
    color: #FFF;
    line-height: 30px;
}


/* Topbar */
#navigation {
	position: relative;
	float: left;
	background: #fff;
	color: #000;
	padding: 8px;
	display: block;
	font-size: 13px;
}
#navigation a {
	text-decoration:none;
}
#topbar {
	position: relative;
	float: right;
	display: block;
	margin: 0;
	padding: 0 12px 0 5px;
	background: #fff;
	color: #6f6f6f;
	width: 250px;
	border: #000 solid 1px ;
}
#topbar, #topbar a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

#times {
	text-align: right;
	padding-top: 0;
	padding-right: 2em;
    margin-bottom: 4px;
}
#times p {
	font-size: 1.0em;
    margin-top: 0;
    margin-bottom: 2px;
}
#times ul {
	list-style: none;
	margin-top: 3px;
	margin-left: 3px;
	padding-left: 3px;
	display: inline;
}
#times li {
	list-style: none;
	margin-top: 3px;
	margin-left: 3px;
	display: inline;
	border-right: 1px solid #aaa;
	padding-right: 3px;
}
#times .last {
	border-right: none;
}

#stats
{
    clear: both;
    text-align: center;
    padding: 4px;
    margin: 0;
    font-size: 1.0em;
    background-color: #EEE;
	color: #555;
	border-top: 1px solid #C7D0EB;
	border-bottom: 1px solid #C7D0EB;
}

#stats span
{
	cursor: pointer;
}

#stats big
{
	color: #900;
}

#style-panel
{
	float: right;
	margin-right: 15px;
}

#style-panel a
{
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}

#style-panel a:hover
{
	color: #494949;
}

#pagination
{
    padding: 10px;
    font-size: 1.0em;
    text-align: center;
    background-color: #eee;
	border-top: 1px solid #C7D0EB;
}

#pagination a
{
    padding: 2px 6px 2px 6px;
    margin: 1px;
    border: 1px solid #AAAADD;
    text-decoration: none; /* no underline */
    color: #555;
}

#pagination a:hover,
#pagination a:active
{
    border: 1px solid #000099;
    color: #000;
}

#pagination span.current
{
    padding: 3px 8px 4px 8px;
    margin-left: 4px;
    border: 1px solid #555;
    font-weight: bold;
    background-color: #900;
    color: #FFF;
	font-size: 1.2em;
}
#pagination span.disabled
{
    padding: 4px 8px 4px 7px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}

/* Date */
#main .date {
	margin: 0;
	padding: 3px 0 3px 15px;
	font-size: 1.1em;
	color: #fff;
	background: #01A0C7;
	clear: both;
	}
.item {
	font-size: 0.8em;
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;

	margin: 0;
	padding: 0 0 2px 15px;

	/* Make sure nothing ruins our layout - Lifehacker, we're looking at you :P */
	clear: both;
}
.item:hover
{
    background: #eee;
}

.item .bookmarks
{
	margin-left: 20px;
}

.item .bookmarks img
{
	padding: 0;
	margin: 0;
	
	opacity: 0.5;
}

.expanded {
	background: #eee;
}
.selected {
	border-top: 1px solid #00f;
	border-bottom: 1px solid #00f;
}
.item img {
	margin: 2px 10px 0 0;
}
.time { /* Time Posted */
	font-style: italic;
	color: #999;
    margin-right: 4px;
}
.title, .title a { /* Title */
	color: #555;
	text-decoration: none;
	cursor: pointer;
}
.title a:hover, .source a:hover
{
    text-decoration: underline;
}
.source { /* Direct link to weblog post */
	margin: 0 6px 0;
}
.source a {
	color: #900;
	text-decoration: none;
}
.excerpt { /* Excerpted content from feed */
	margin: 3px 0 0 60px;
	font-size: 11px;
	width: 90%;
}

/* Sources */
#sources {
	padding: 4px;
	color: #6f6f6f;
	display: block;
	border-top: 1px #aaa solid;
	background: #CBDFEB;
	/* Make sure nothing ruins our layout - Lifehacker, we're looking at you :P */
	clear: both;
	text-align: center;
	}
#sources h3 {
	display: block;
	margin: 0 0 10px;
	border-bottom: 1px #CBDFEB dotted;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	width: 98%;
	}
#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;
	border-bottom: 1px dotted ;
}

.clearer {
	clear: both;
}


/* Edit */
.item li {
	font-size: 12px;
	}



/* Footer */

#footer {
	margin: 0;
	padding-top: 5px;
	border-top: 1px #C7D0EB solid;
	font-size: 1.0em;
	text-align: center;
	width: 100%;
	}

#footer p
{
	margin-top: 10px;
}

#footer .copyright
{
	font-style: italic;
}

#main {
	display: block;
	clear: both;
	margin-right: 0;
	border-right: 0 #aaa solid;
	background-color: #eee;
    
    overflow: auto;
    height: 350px;
}

#flash-message
{
	color: green;
	text-align: center;
	margin: 20px;
	clear: both;
	font-size: 1.2em;
}

strong
{
	font-weight: bold;
}