@charset "UTF-8";

/*-----------------------------------------------------------------------------
	OnlineCity Blog Theme
	Jari Berg <jb@onlinecity.dk>
	Copyright (c) 2009 OnlineCity ApS. All rights reserved.
	http://www.onlinecity.dk
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
	Standard Rules 
-----------------------------------------------------------------------------*/

/* fonts */
body, textarea, input {
	font: 100%/1.2 "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {color:#505050;}
html,body {margin:0; padding:0; width:auto; height:auto; letter-spacing:0;}
table {border-collapse:collapse; border-spacing:0; border:0;}
input,textarea,button {outline:none; margin:0;}
form {border:0; margin:0; padding:0; outline:none;}
img,a,div,span {margin:0; padding:0; clear:none; float:none; display:block; outline:none; border:0;}
ol,ul,li {list-style: none; margin:0; padding:0; outline:none;}
:focus {outline:none;}

html,body {height:100%;} /* for main content background to be set */

textarea, input {border: 1px solid #d2d2d2;}

body {
	font-size: 12px;
	background: #f5f5f5;
}

ul, ol, a {
	font-size: 12px;
}

a {color: #781212; text-decoration: none;} /* #424242; */
a:hover {text-decoration: none;}

a {
	display: inline;
}

a.more-link {
	clear:both;
	display: block;
	float: none;
	position: relative;
	overflow: visible;
	padding: 10px 0 0 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {color: #781212; font-weight: normal; line-height: 1em; margin: 0; padding: 0;}

h1 {font-size: 200%;}
h2 {font-size: 150%;}
h3 {font-size: 118%;}
h4 {font-size: 100%;}

div#wrapper {
	width: auto;
	height: 100%;
	margin: auto;
}

div#main {
	background: #fff;
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 5px 0;
}

div.autosize {
	display: table;
	width: auto;
}

div.autosize>div {
	display: table-cell;
}

input.highlight-error, textarea.highlight-error {
	/*border: 1px solid #dd3333;
	color: #aa2222 !important;*/

	border: 1px solid #b22a2a;
	color: #b22a2a !important;

}

input.highlight-focus, textarea.highlight-focus {
	/*border: 1px solid #33dd33;*/
	border: 1px solid #70ac4c;
}

/*-----------------------------------------------------------------------------
	Header Container
-----------------------------------------------------------------------------*/

div#headerContainer {
	background: url(../gfx/headerspacer.png) repeat-x;
	height: 203px;
}

div#headerContainer div.headerContent {
	background: url(../gfx/headercontent.png) no-repeat;
	width: 931px;
	height: 203px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*-----------------------------------------------------------------------------
	Header QuickLink Container
-----------------------------------------------------------------------------*/

div#headerQuickLinkContainer {
	float: none;
	top: 133px;
	right: -157px;
	text-align: right;
	margin: 0;
	padding: 0;
	position: relative;
	width: 50px;
	height: 18px;


	background: url(../gfx/rss.png) no-repeat 0px 3px;
	float: left;
}

div#headerQuickLinkContainer a {
	float: left;
	display: block;
	color: #ffffff;
	font-weight: bold;
	padding-left: 16px;
}

/*-----------------------------------------------------------------------------
	Header Navigation Container
-----------------------------------------------------------------------------*/

div#headerNavigationContainer {
	float: left;
	top: 148px;
	left: 61px;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}

div#headerNavigationContainer ul {
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 12px;
}

div#headerNavigationContainer ul li {
	background: url(../gfx/headernavspacer.png) repeat-x;
	width: auto;
	height: 36px;
	display: block;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#headerNavigationContainer ul li a {
	background: url(../gfx/headernavleft.png) no-repeat;
	color: #741212;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: block;
	float: left;
	clear: none;
	width: auto;
	min-width: 64px;
	height: 36px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: center;
	overflow: visible;
	text-transform:uppercase;
}

div#headerNavigationContainer ul li span {
	background: url(../gfx/headernavright.png) no-repeat;
	float: left;
	display: block;
	width: 20px;
	height: 36px;
	padding: 0;
	margin: 0;
}

/*-----------------------------------------------------------------------------
	Header Search Container
-----------------------------------------------------------------------------*/

div#headerSearchContainer {
	text-align: left;
	margin: 0;
	float: right;
	width: 200px;
	height: auto;
}

div#headerSearchContainer div.searchArea {
	position: relative;
	top: 30px;
	left: 0px;
}

div#headerSearchContainer input {
	color: #bbb;
	text-align: left;
	font-size: 95%;
	border: 0;
	outline: none;
	background: transparent;
	padding: 1px 2px 1px 2px;
	margin: 2px 0 0 0;
	width: 156px;
	height: 18px;
	display: block;
}

div#headerSearchContainer div.label {
	display: block;
	width: 29px;
	height: 22px;
	position: absolute;
	right: 3px;
}

div#headerSearchContainer div.label label {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

div#headerSearchContainer div.input {
	display: block;
	float: left;
	top: 3px;
	left: 0px;
	width: 160px;
}

/*-----------------------------------------------------------------------------
	Widget Container
-----------------------------------------------------------------------------*/

div#widgetContainer {
	float: right;
	width: 200px;
	height: 100%;
	margin-left: 10px;
}

/*-----------------------------------------------------------------------------
	Comment Widget
-----------------------------------------------------------------------------*/

div#commentWidget {
	float: left;
	width: auto;
	overflow: hidden;
}

div#commentWidget div.tab a {
	color: #555;
	display: block;
	float: left;
	width: 100px;
	height: 38px;
	line-height: 31px;
	font-weight: bold;
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 2;
}

div#commentWidget div.tab a.active {
	background: url(../gfx/commentwidgettab.png) no-repeat;
	color: #fff;
}

div#commentWidget div.box div.commentscontainer {
	display: none;
}

div#commentWidget div.box div.commentscontainer.show {
	display: block;
}

div#commentWidget div.box {
	background: #f4f4f4;
	border: 1px solid #d2d2d2;
	border-bottom: 0;
	padding: 10px 0 0 0;
	margin: 0;
	margin-top: -7px;	
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	width: 198px;
}

div#commentWidget a.comment {
	display: block;
	padding: 0 10px 0 10px;
	font-size: 0.9em;
}

div#commentWidget a.comment span.title {color:#0c5252;}
div#commentWidget a.comment span.from {color:#333;}
div#commentWidget a.comment span.time {color:#666; display:inline; font-size: 10px; font-style: italic;}
div#commentWidget a.comment span.about {color:#666;}
div#commentWidget a.comment span.cite {color:#7e7e7e; font-style: italic; line-height:1.2em; overflow:hidden;}


div#commentWidget div.commentSeparator {
	background: #d9d9d9 !important;
	margin-left: 10px !important;
}

div#commentWidget div.separator {
	background: #e2e2e2;
	border-bottom: 1px solid #fff;
	display: block;
	float: left;
	clear: none;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 6px 0 6px 0;
	padding: 0;
}

div#commentWidget div.bottom {
	background: url(../gfx/commentwidgetbottom.png) no-repeat;
	width: 200px;
	height: 6px;
	float: left;
}

div#commentWidget div.more {
	float: left;
	display: block;
	overflow: hidden;
	padding: 0 0 0 10px;
}

div#commentWidget div.more a {
	background: url(../gfx/arrowgreen.png) no-repeat left center;
	float: left;
	display: block;
	overflow: hidden;
	color: #333;
	font-size: 0.9em;
	padding: 0 0 0 15px;
}

/*-----------------------------------------------------------------------------
	Tag Widget
-----------------------------------------------------------------------------*/

div#tagWidget {
	float: left;
	width: auto;
	overflow: hidden;
	margin: 20px 0 0 0;
}

div#tagWidget div.box {
	background: #f4f4f4;
	border: 1px solid #d2d2d2;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	width: 198px;
}

div#tagWidget div.title {
	float: left;
	overflow: hidden;
	padding: 0px 0px 5px 10px;
	background: #fff;
	width: 100%;
}

div#tagWidget div.title span {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #196199;
}

div#tagWidget div.more {
	clear: both;
	float: left;
	display: block;
	overflow: hidden;
	padding: 0 0 0 10px;
	width: 100%;
	margin-top: 5px;
}

div#tagWidget div.more a {
	background: url(../gfx/arrowblue.png) no-repeat left center;
	float: left;
	display: block;
	overflow: hidden;
	color: #333;
	font-size: 0.9em;
	padding: 0 0 0 15px;
}

div#tagWidget div.top {
	background: url(../gfx/tagwidgettop.png) no-repeat;
	width: 200px;
	height: 6px;
}

div#tagWidget div.bottom {
	background: url(../gfx/tagwidgetbottom.png) no-repeat;
	width: 200px;
	height: 6px;
	float: left;
}

div#tagWidget ul.tags {
	width: 100%;
	height: auto;
	overflow: visible;
	float: left;
	clear: both;
	position: relative;
}

div#tagWidget ul.tags li {
	background: url(../gfx/tagwidgettabs.png) no-repeat 0px 0px;
	display: block;
	height: 31px;
	width: 200px;
	clear: both;
	float: left;
	margin-top: -1px;
}

div#tagWidget ul.tags li.active {
	background: url(../gfx/tagwidgettabs.png) no-repeat 0px -32px;
}

div#tagWidget ul.tags li a {
	background: url(../gfx/tagwidgettabs.png) no-repeat 0px -64px;
	display: block;
	position: relative;
	height: 30px;
	width: 100%;
	clear: both;
	float: left;
	color: #999;
}

div#tagWidget ul.tags li.belowActive a {
	background: url(../gfx/tagwidgettabs.png) no-repeat 0px -96px;
}

div#tagWidget ul.tags li.first a {
	background: none;
}

div#tagWidget ul.tags li a span {
	padding: 8px 0 6px 0;
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
	position: relative;
	float: left;
	display: block;
}

div#tagWidget ul.tags li a span.count {
	position: absolute;
	right: 0px;
}

div#tagWidget ul.tags li.active span.name {
	background: url(../gfx/tagwidgetactiveicon.png) no-repeat 0px 12px;
	padding: 8px 0 0 16px;
	font-weight: bold;
	color: #196199;
}

/*-----------------------------------------------------------------------------
	Main Container
-----------------------------------------------------------------------------*/
	
div#mainContainer {
	width: 931px;
	margin-left: auto;
	margin-right: auto;
}

/*-----------------------------------------------------------------------------
	Tag Cloud
-----------------------------------------------------------------------------*/

div#tagCloud {
	padding: 8px 8px 4px 8px;
	letter-spacing: normal;
	text-align: center;
	letter-spacing: 0.1em;
	float: left;
	width: 186px;
}

div#tagCloud a {
	border: 0;
	display: inline;
	padding: 1px;
	margin: 1px;
	text-align: justify;
	width: 75%;
	padding-left: 1px;
	padding-right: 1px;
	letter-spacing: 1px;
}

div#tagCloud a.tag1 {color: #518cbb; font-size: 10px;}
div#tagCloud a.tag2 {color: #7fa9c9; font-size: 11px;}
div#tagCloud a.tag3 {color: #196199; font-size: 12px;}
div#tagCloud a.tag4 {color: #7fa9c9; font-size: 13px;}
div#tagCloud a.tag5 {color: #196199; font-size: 14px;}
div#tagCloud a.tag6 {color: #518cbb; font-size: 15px;}

/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

div.sidebar-container {
	float: left;
	clear: both;
	margin-top: 20px;
}

div.sidebar-container a {
	/*color: #;*/
}

div.recentcommentscontainer {
	overflow: hidden;
}

