/* Global Elements */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #ffffff;
	/* hide from IE5 mac \*/
 	height: 100%;
 	/* end hack */
	height: auto;
	/* width: 50%; */
 width: 850px;
align="left"
 margin: 2px auto;
 border-top: 1px solid #c0c0c0;
 border-bottom: 1px solid #c0c0c0;
 border-left: 1px solid #c0c0c0;
 border-right: 1px solid #c0c0c0;
	}
html, body, p, ul, input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	}

#banner {
	position: absolute;
	background: #ffffff;
	margin-top: 30px;
	margin-left: 685px;
	height: 800px;
	width: 160px;
	overflow: hidden;
	z-index: 3; /* to show it on top */
	background: url('./logo.gif') no-repeat;
	}


img, a {
	border: 0;
	vertical-align: middle;
	}

#c1 {
	color: #fff ;
	background: #fff ;
	display: none;
}
#c2 {
	color: #eeeeee ;
	background: #eeeeee ;
	display: none;
}

/* Topbar */
#navigation {
 	width: 800px;
	background: #ffffff;
	color: #000;
	padding: 2px;
	display: block;
}
#navigation ul, #navigation li {
	margin-left: 2px;
}

#topbar {
	position: relative;
	float: right;
	display: block;
	margin: 0px;
	padding: 0 12px 0 5px;
	background: #fff;
	color: #6f6f6f;
	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;
	}

/* Feed */

.feed { /* Container for items coming from the same feed */ 
	/* Add styling if you want consequent items from the same feed to look "grouped" */
 width: 680px;
}

h1 { /* Date */
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 2px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #333333;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #555555;
	}

h2 { /* headings */
	margin: 10px 6px 10px 5px;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #bbbbbb;
	font-size: 11px;
	font-weight: bold;
	color: #000040;
	background: #ffffff;
	}

.item {
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	font-size: 12px;
	border-top: 1px solid #aac ;
	border-right: 1px solid #aac ;
	background-color: #ffffff;
	}
.item img {
	margin: 2px 10px 0 0;
	}
.bmark { /* Bookmark image */
	
	}
.time { /* Time Posted */
	margin: 0 6px 0 5px;
	font-style: italic;
	color: #888888;
	}
.title { /* Title */
	font-weight: bold;
	color: #121212;
	text-decoration: none;
	cursor: pointer;
	}
.source { /* Direct link to weblog post */
	}
.source a {
	margin: 0 0 0 10px;
	color: #88341c;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	}
.excerpt { /* Excerpted content from feed */
	margin: 3px 0 0 60px;
	font-size: 11px;
	width: 90%;
	display: none;
	}



/* Panel */

#panel {
	position: absolute;
	top: 20px;
	right: 2px ;
	padding: 10px;
	background: #eeeeee ;
	color: #6f6f6f;
	width: 200px;
	display: block;

}
/* Sources */

#sources {
	padding: 4px;
	color: #6f6f6f;
	display: block;
	border-top: 1px #aaa solid;
	background: #dddddd;
	}
#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;
	}



/* Menus */

#menus {
	margin: 0px 0px 0px 0px;
	vertical-align: text-top;
	padding: 5px 4px 3px 4px;
	border-top: 1px solid #999999;
	border-bottom: 2px solid #ededed;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	background: #ededed;
	}

#main {
	display: block;
	margin-right: 0px;
	border-right: 0px #aaa solid;
}

