@charset "UTF-8";
@import "/themes/arne/css/default.css"; /* initial setting */

a:link {
	color: #3c458c;
	text-decoration: none;
}
a:visited {
	color: #3c458c;
	text-decoration: none;	
}
a:hover {
	color: #e84802;
	text-decoration: underline;	
}
a:active {
	color: #3c458c;
	text-decoration: none;
}
.photo {
  margin: 15px;
}
/*
 3.Base-Layout [
----------------------------------------------------------- */
#container {
	text-align: left;
	background: #fff;
	margin: 0 auto;
	width: 800px;
	padding: 0 20px;
	border-left: #d0d0d0 1px dotted;
	border-right: #d0d0d0 1px dotted;
}	
#content {
	margin: 20px 0;
	padding: 0;
	background: url(images/sideLine.jpg) repeat-y left top;
}
#main {
  float: right;
  width: 547px;
}
#sidebar {
  float: left;
	width: 212px;
}
/*
 4.Header [
----------------------------------------------------------- */
h1 {
	padding: 5px 0;
}
/*
 5.Control panel [
----------------------------------------------------------- */
/*
 6.Main Contents [
----------------------------------------------------------- */
/*  [ Simple Entry
--------------------- */
.blogEntry {
	margin-bottom: 2em;
}
.blogEntryHeader {
	background: url(images/entryHeader.jpg) no-repeat 0 0;
	padding: 3px 0 3px 25px;
}
.posted {
	font-size: 93%;
}
.blogEntryHeader h3 {
	font-size: 123.1%;
	font-weight: bold;
}
.blogEntryHeader a:link,
.blogEntryHeader a:visited,
.blogEntryHeader a:active {
	color: #7e8586;
	text-decoration: none;
}
.blogEntryBody {
	margin: 0 25px 5px 0;
	padding: 15px 0px 25px 25px;
	font-size: 108%;
 	line-height: 1.7;
	word-wrap: break-word; /* fix for long text breaking main-Column float in IE */				
	overflow: hidden;     /* fix for long non-text content breaking IE main-Column float */
	background: url(images/entryLogo.jpg) no-repeat right bottom;
}
.blogEntryPosted {
	text-align: right;
}
.blogEntryPosted,
.blogEntryPosted a:link,
.blogEntryPosted a:visited,
.blogEntryPosted a:active {
	color: #808080;
	font-size: x-small;
}
.blogEntryMetadata {
}
.blogEntryMetadata,
.blogEntryMetadata a:link,
.blogEntryMetadata a:visited,
.blogEntryMetadata a:active {
	color: #808080;
	font-size: x-small;
}
.blogEntryBottom {
	clear: both;
	padding: 10px 20px 15px 20px;	
}
.blogEntryLinks,
.itemLinks,
.commentLinks,
.trackbackLinks {
	color: #808080;
	text-align: right;
	font-size: x-small;
	float: right;	
}
.bodyContentEven,
.bodyContentOdd {
	padding: 5px 0;
	margin-bottom: 10px;
	border-bottom: #898989 1px dotted;
}
.pageable {
	padding: 0 0 15px 0;
}
.commentTitle {
	background: url(images/comment.jpg) no-repeat 0 0;
	padding-left: 25px;
}
.commentTitle h3 {
	font-size: 116%;
	font-weight: bold;
}	
/*
 7.Sidebar Contents [
----------------------------------------------------------- */
.sideSection {
	margin-bottom: 1.5em;
}
.sideSectionBody {
	padding: 10px 5px;
}
#sidebar img.photo {
	margin: 5px 0 0 0;
}
#sidebar h3 {
	background: url(images/sideItem.jpg) no-repeat 0 3px;
	font-size: 108%;
	font-weight: bold;
	padding: 0 0 18px 40px;
}
ul.menu li {
	background: url(images/menuPoint.gif) no-repeat 0 3px;
	padding-left: 15px;
}
/* [ calendar
----------------------------- */
.hrLine {
	border-top: #999 1px dotted;
	height: 1px;
	margin: 1em 0;
}
.calendar {
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-size: 93%;
}
.calendar a:link, .calendar a:hover, .calendar a:visited{
}
.calendarDayHeader {
	color: #666666;
}
.calendarDay {
	color: #333333;
}
.calendarDayWithEntries {
	background: #72898d;
}
.calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
	color: #ffffff;
	text-decoration: none;
 }
.calendarToday {
	background: #e84802;
	color: #fff;
	padding: 0px;
}
.calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
	color: #ffffff;
}
/* [ category 
----------------------------- */
.category {
  font-size: small;
}
.selectedCategory {
  color: #3f3f4d;
  font-size: small;
}
/*
 Sidebar Contents [
----------------------------------------------------------- */
#side_rss {
    text-align: center;
}
#side_rss ul {
}
#side_rss ul li {
	display: inline;
	margin-left: 3px;
}
/*
 9.Footer [
----------------------------------------------------------- */
.bottomLogo {
	background: url(images/bottomLogo.jpg) no-repeat right top;
	margin: 1em 0 0 0;
	height: 40px;
}
ul.bottoLinks {
	padding-top: 20px;
}
ul.bottoLinks li {
	background: url(images/bottomLine.gif) no-repeat 0 1px;
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
}
ul.bottoLinks li.lastChild a {
	background: url(images/bottomLine.gif) no-repeat right 1px;
	padding-right: 10px;
}
#footer {
	padding: 10px 0 0 0;
	background: url(images/bottomLine.jpg) no-repeat 0 0;
	height: 30px;
	clear: both;
	color: #898989;
	font-size: 12px;
}
.f-left {
	float: left;

}
.f-right {
	float: right;
}
.footer {
	background: #898989;
}
.f-left a:link,
.f-left a:visited {
	color: #fff;
}
.f-left a:hover {
	color : #898989;
}
.f-left a:active {
	color : #fff;
}
.e-office {
	padding-left: 10px;
}
.e-office a:link,
.e-office a:visited,
.e-office a:active {
	color : #898989;
}