/*  ---------- sidemenu ----------  */

#side-menu,
#text{
	font-family:Tahoma;
}

div#catlist,
div#side-box{
	margin:0 0 10px 0;
}

#side-menu h2{
	border:none;
	font-size:12px;
	padding:0;
	margin:0 0 5px 0;
}


.newentry{
	line-height:16px;
	margin-bottom:1.5em;
}



/*  ---------- listview ----------  */

span.viewswitch{ font-size:11px; }

table.blogs{
}

table.blogs td{
	padding:2px 5px;
	height:20px;
	font-size:12px;
}


/*  ---------- entry ----------  */

.PrevNext{
	text-align:right;
	line-height:18px;
}
.PrevNext p{
	display:inline;
}

.EntryTitle {
	border-bottom:1px solid #005EA6;
	line-height:22px;
	height:22px;
	margin-bottom:5px;
}
.EntryTitle h2,
.EntryTitle h3 {
	background:none;
	border:none;
	line-height:22px;
	display:inline;
}
.EntryTitle img {
	margin:0; padding:0;
}
.EntryTitle p {
	font-size:11px;
	line-height:22px;
	display:inline;
}

.exview{ margin-bottom:1.5em; }

.entry h3,
.entry-left h3 {
	font-size:1.2em;
	margin-top:0.5em;
}
.entry p,
.entry-left p {
	margin-bottom:1em;
}

.entry {
	clear:both;
}

.entry-left {
	clear:both;
	width:330;
	float:left;
	margin-bottom:20px;
}

.entry-right {
	width:240px;
	float:right;
	margin:0 5px 20px;
	border:1px solid #C96;
	background:#FED;
}
.entry-right h2,
.entry-right h3,
.entry-right h4 {
	color:#005EA6;
	border:none;
	font-size:12px;
	line-height:24px;
	min-height:0px;
	margin: 5px;
	padding:0;
}
.entry-right p {
	margin:5px;
}

