h2{
  text-align: center;
  color: #2e527a;
}

h3.title {
  background: #5a5a5a url('media/css/liarrow.gif') no-repeat 10px center;
	display: block;
  font-size: 13px;
  padding: 0 25px;
  line-height: 25px;
  margin: 15px 0 0 0;
  color: #fff;
}

#sidebar-tabs h3.title{
	margin-top: 5px;
	background: #6c6c6c;
	padding-left: 10px;
}

#sidebar-tabs h3.selected{
	background: #959595;
}

p{
  font-size: 14px;
  color: #111;
  padding: 10px 0px 0px 0px;
  text-align: justify;
}

small{
  font-size: 11px;
  color: #999;
}

small.tags, small.tags a{
  color: #706b6b;
}

small.tags a:hover, a.more-link:hover{
  text-decoration: underline;
  color: #36a;
}

.more-link{
  color: #82869c;
  font-weight: bold;
  font-size: 12px;
  float: left;
}

.post{
  line-height: 20px;
  clear: both;
  padding: 10px 0px 30px 0px;
}

.post h2 a, .post h2, .tag-cloud a{
  color: #82869c;
  text-align: left;
}

.sidebar-module{
	margin: 0;
	line-height: 15px;
	font-size: 11px;
	padding: 10px 15px;
	border-style: solid; border-width: 0 2px 2px 1px; border-color: #e8e8df;
	border-bottom-color: #b3b3b3;
  -moz-border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tag-cloud a{
  color: black;
}

.post h2 a:hover{
  color: #36a;
}

.thumbnail img{
  float: left;
  margin: 10px 6px 6px 0px;
  border: solid 1px #757575;
  border-right: solid 2px #a0a0a0;
  background: #fff;
}

.mainpanel{
  padding: 0px 0px 15px 0px;
  width: 670px;
  float: left;
}

.wp-pagenavi{
  clear: both;
  text-align: center;
}

.wp-pagenavi a:hover {
  text-decoration: underline;
}

.wp-pagenavi a, .wp-pagenavi span{
	color: #82869c;
	padding: 3px;
}

.wp-pagenavi span{ 
	font-weight: bold;
}

#breadcrumb{
  padding: 5px;
  background: #fff;
  font-weight: bold;
  border: solid 1px #bbb;
}

#breadcrumb a{
  font-weight: normal;
  color: #999;
}

#breadcrumb a:hover{
  text-decoration: underline;
}

#sidepanel{
  float: right;
  width: 310px;
  padding: 0px 5px 10px 5px;
}

#sidepanel ul{
  list-style-type: none;
}

#sidepanel li, #sidepanel ul{
  padding: 0px;
  margin: 0px;
}

#sidepanel li.plus{
	height: 5em;
	overflow: hidden;
}

.recent-comments .sidelink, #sidebar-tabs a, .widget a{
  display: block;
  background: #f9f9f9 url("media/css/smallliarrow.gif") no-repeat left 5px;
  overflow: hidden;
  margin: 0px;
  padding-left: 10px;
}

.recent-comments .sidelink:hover, .tag-cloud a:hover, #sidebar-tabs a:hover, .similar-posts a:hover, .widget a:hover {
	text-decoration:underline;
}

.sidelink img, .widget a img{
  background: #fff;
  float: left;
  border: solid 1px #ccc;
  margin: 0 5px 0 -10px;
  float: left;
  width: 80px;
}

.widget a:hover img{
	border-color: black;
}

.widget br{
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.attachment-250x150{
	width: 250px;
	height: 150px;
}

.attachment-100x75{
	width: 100px;
	height: 75px;
}

.attachment-66x50{
	width: 67px;
	height: 50px;
}


