body{
	margin:0;
	padding:0;
	line-height: 1.2em;
	color:#4B3D2C;
	background-color:#FFF;
	font-family: Verdana, Tahoma, Arial;
	background: url("images/top.gif") no-repeat scroll 100% 0 transparent;
	
}

a,
a:visited{
	color: #1A86D4;
	text-decoration:underline;
}

a:hover,
a:active{
	color:#497A9E;
	text-decoration:none;
}

.text{
	font-size:0.8em;
}

div.pattern{
	background: none;
	height: 16px;
}

div#maincontainer{
	padding:0 1.8%;
}

#topsection{
	float: left;
	width: 100%;
	margin-bottom:1.5em;
}

#topsection #logo{
	width:200px;
	padding:10px 0;
	float:left;
}
#topsection #title{
	float:left;
	padding:15px 0 0 20px;
}
#title h1{
   color: #B41E5A;
    font-family: "Arial Narrow",sans-serif;
    font-size: 24px;
    font-weight: normal;
	margin:0 0 0.2em 0;
}
#title h2{
 color: #595959;
	 font-family: "Arial Narrow",sans-serif;
	color:#000;
	font-weight:normal;
	margin:0;
}

#topsection #topright{
	float: right;
	width: 210px; /*Width of right column in pixels*/

    border-radius: 8px 8px 8px 8px;
		background: rgba(206, 232, 251, 0.8);

	padding:10px;
}
#topsection #topright ul{
	font-size:0.8em;
	margin:0;
	padding:0;
	line-height:1em;
	list-style-type: none;
}
#topsection #topright ul li{
	margin-bottom:0.5em;
	margin-left:0;
	padding-left:0;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-right: 250px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
	float: left;
	width: 250px; /*Width of right column in pixels*/
	margin-left: -251px; /*Set left margin to -(RightColumnWidth) */

}

#footer{
	clear: left;
	width: 100%;
}
#footer #copyright{
	font-size:0.7em;
	margin-right:250px;
}

.innertube{
	margin: 1.5em; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
.rightinnertube{
	margin: 0 1em 1em 1.5em;
}
.topinnertube{
	margin:1.5em 0 0 1.5em;
}
.footerinnertube{
	margin:1.5em;
}

div.navigation{
	padding:1em 0;
	font-size:0.8em;
}

.alignleft{
	float:left
}
.alignright{
	float:right
}

div.post{
	background: rgba(246, 246, 246, 0.8);
	padding:1em;
	margin-bottom:1em;
	clear:both;
	 border-radius: 8px 8px 8px 8px;
}
div.post h2{
  color: #B41E5A;
    font-family: "Arial Narrow",sans-serif;
	font-size:24px;
	font-weight:normal;
	margin:0 0 1em 0;
}


H1, H2, H3 {
	    font-family: "Arial Narrow",sans-serif;
		font-weight:normal;
}

div.post h2 a,
div.post h2 a:visited{
	  color: #B41E5A;
    font-family: "Arial Narrow",sans-serif;
	text-decoration:underline;
}
div.post h2 a:hover,
div.post h2 a:active{
	color:#993D62;
	text-decoration:none;
}
div.post div.date{
	font-size:0.7em;
	margin-top:-1em;
}

div.post div.postcontent{
	font-size:0.8em;
}
div.post div.postcontent p{
	font-size:1em;
}

.postmetadata{
	font-size:0.7em;
}
.posttags{
	font-size:0.7em;
	margin-right:200px;
	padding:2px;
}

.posttags a {
	 color: #FFF:
}

.postcommentscount{
	font-size:0.7em;
	float:right;
}

h3#comments,
h3#respond,
h2.pagetitle{
	font-size:1.2em;
	color:#B8A790;
	font-weight:normal;
	margin:0;
}

li.comment{
	font-size:0.8em;
}

li.comment .author{
	font-weight:bold;
}
li.comment .date{
	font-size:0.85em;
}

#rightcolumn div.block{
	margin:0;
	padding:0;
}

#rightcolumn h2{
	font-size:1em;
	margin:1em 0 0.2em 0;
	font-weight:bold;
color: #1A86D4;
}
#rightcolumn ul{
	margin:0;
	padding:0;
	line-height:1em;
	list-style-type: none;	

}
#rightcolumn ul li{
	margin-bottom:0.5em;
	margin-left:0;
	padding-left:0;
	font-size:1em;
}

#rightcolumn ul li a {
	color:#4B3D2C;
}

#rightcolumn ul li li,
#rightcolumn ul li p{
	font-size:0.8em;
}

div.addzakl{
	font-size:0.7em;
}

div.addzakl img{
	margin:0 3px;
}

form#commentform label{
	font-size:0.8em;	
}

form#commentform label.block{
	width:210px;
	display:block;
	float:left;
}
form#commentform input{
	width:200px;
}
form#commentform textarea{
	width:80%;
}

div.commentsbg{
	background:#F5F0EA;
	padding:1em;
	  border-radius: 8px 8px 8px 8px;
}
