/*
Theme Name: SImonArc
Theme URI: http://www.simon-arc.de
Description: Clean and Stylisch
Version: 1.0
Author: Steffen Siegrist
Tags: fixed width, three columns, pink, widgets


/*-----------Block Level Elements--------------*/

* {
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:0;
}
Body {
	background: white url(./images/bg.png) repeat-x; 
	font-family: Helvetica, Arial, Georgia, sans-serif;
	font-size: 13px;
}
.frontpage{
	background: white url(./images/front-bg.png) repeat-x; 
	font-family: Helvetica, Arial, Georgia, sans-serif;
	font-size: 14px;
	}

#page {
	width: 953px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	overflow:hidden;
}
.contentjumpnumber, .contentjumplink, .contentjumpall {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EBE9E1 none repeat scroll 0 0;
border:1px solid #DADADA;
color:#66A325 !important;
line-height:2.5em;
padding:2px 6px;
text-decoration:none;
}
#tag_cloud-3 div{
	margin-left: 5px;
	margin-top: 5px;
	text-align: justify;
	}

#header {
height:99px;
margin-left:auto;
margin-right:auto;
width:953px;
}

#headerimg {
	margin-top:0;
padding-top:16px;
text-align:left;
width:234px;
margin-left:10px;
}

.description {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 450px;
	text-align: center;
}
#navigation{
	float: right;
	margin-top:-20px;
	margin-bottom:-10px;
	}
#navigation	ul {
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
}
#navigation	li {
float:left;
}
#site-intro{
	height:145px;
	width:	953px;
	}
	#frontpage-intro{
	height:310px;
	width:	953px;
	}

#wrapper {
margin:-8px 0 0 178px;
padding:0;
width:600px;
}

#content {
	color:#000000;
margin-left:auto;
margin-right:auto;
padding:0 5px 50px;
width:575px;
font-size:12px;
}

.content a {
	#000000;
}

#sidebar-lt {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(./images/sitebar-left-bg.jpg) no-repeat scroll 8px top;
	float:left;
	margin-left:3px;
	margin-right:0;
	margin-top:0;
	padding-top:45px;
	position:relative;
	top:-45px;
	width:180px;
	min-height:350px;
}

#sidebar-rt {
	float:right;
margin-left:0;
margin-right:0;
margin-top:1px;
width:180px;
border-left: 1px #BFBFBF solid;
}


#footer {
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#4A4A49 url(images/footer-bg.png) repeat-x scroll center top;
margin:35px auto 0px auto;
min-height:255px;
padding-bottom:0;
text-align:left;
width:100%;
}
#inner-footer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/footer-light.jpg) no-repeat scroll center top;
color:#DDDDDD;
font-size:90%;
margin:0 auto;
padding:10px 0 53px;
width:953px;
min-height:190px;
}

.footer-column {
margin-right:0;
padding:0;
width:238px;
}
.footer-column2 {
	border:0px;
background:transparent url(images/footer-sep.png) no-repeat scroll left top;
margin-right:0;
padding:0;
width:238px;
min-height: 180px;
}


.float-left {
display:inline;
float:left;
}
#footer h2{
	border-bottom:1px solid #333333;
color:#FFFFFF;
padding-bottom:3px;
width:204px;
}
#footer li{
	list-style: none;
	}
#footer a:hover,#footer a:hover, #footer a:visited, #footer a { 
	color: #fff;
}
#footer .footer-column2 a{
	border-bottom:1px solid #333333;
display:block;
padding:4px 2px;
text-decoration:none;
width:200px;
	}
#content-front{
	padding-top:25px
}
#content-front .post p{
	font-size:11px;
	text-align:justify;
	margin: 0px !important;
}
#content-front .post h2{
	background: none !important;
	color:#000 !important;
	font-size:12px !important;
	font-weight:normal !important;
	margin-bottom:0px !important;
	padding:0px !important;
	}
#content-front .post h2 a{
	background: none !important;
	color:#687F27 !important;
	font-size:12px !important;
	font-weight:normal !important;
	margin-bottom:0px !important;
	padding:0px !important;
	}	
#front-right .post{
	border-bottom:1px solid #000000;
	height:140px;
	margin-bottom:10px;
	padding:0;
}
#content-front .post{
	padding:0;
}
#content-front .entry{
	padding-bottom:10px;
}	

/*-------------Headings-------------*/

h1 {
	color: #000000;
}

h1 a {
	color: #000;
}
.post h2 {
	color: #fff;
	background-color:#89a243;
	padding: 5px;
	font-size: 16px;
	font-weight:normal;
	margin-bottom:10px;
}
.post h2 a{
	color: #fff !important;
	font-size: 16px;
	font-weight:normal;
}
h2 {
	color: #000;
}

h3 {
	color: #000;
}

h4 {
	color: #000;
}

h5 {
	color: #000;
}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
	color: #000000;
	text-decoration: none;
}

.post {
	padding: 10px;
	text-align: justify;
	color: #000000;
}

.post p {
	color: #000;
	margin:10px 0px;
}

.post h3 {
	color: #000;
}

.post a {
	color: #687F27;
}

.post ul {
	margin:10px;
	padding:10px;
}

.post li {
	color: #000;
}

.post ol {
	color: #000;
	margin-left:30px;
}

.entry {

}

.entrytext .postmetadata {
	font-size: small;
	border-bottom:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
}

.postmetadata alt {
	font-size: small;
}

.postmetadata a {
	text-decoration: none;
}

.navigation {

}

.alignleft {
	float: left;
}

.alignright {
	float: right;	
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pagetitle {
	font-size: medium;
}

blockquote {
	background: #404040;
	padding: 2px;
}

cite {

}

a img {
	border: 0;
}

acronym, abbr {

}

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

.widget {
	margin-bottom: 10px;
}
#inner-footer .widget {
	background: none;
	margin-top: 10px;
	margin-left:16px;
}

#sidebar-lt ul, #sidebar-rt ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar-lt ul h2, .widget-title {
	color: #8da548;
	border-bottom: 1px solid #aaa;
	padding-left: 7px;
	font-size:16px;
	font-weight:bold;
}
#sidebar-rt ul h2, .widget-title {
	color: #403f42;
	padding: 5px;
	font-size:16px;
	font-weight:normal;
	background: #bfbfbf;
	margin: 0px;
}

#sidebar-lt ul li{
	list-style-type: none;
	list-style-image: none;
}
#sidebar-rt ul li {
	list-style-type: none;
	list-style-image: none;
	border-bottom: 1px #666 solid;
	margin: 0px 0px;
	padding: 5px 0px;
	font-size: 11px;
}
#sidebar-lt .self{
	background-color: #DDEEAA !important;
}
.pmc-excerpt{
	text-align:justify;
	}
.pmc-link{
	font-weight: bold;
	}
.pmc-read-more{
	color: #8DA548 !important;
	}
#sidebar-lt ul ul{

}
#sidebar-rt ul ul {
	padding-left: 5px;
	padding-top: 5px;
}
.collapsPage a{
	padding-left:17px !important;
	}
.collapsPage .collapsItem a{
	
	border-bottom: 1px #666 solid;
	}
#sidebar-lt ul ul li, #sidebar-rt ul ul li {
		width: 178px;
		
}
#sidebar-lt ul ul li a{
	display:block;
	border-bottom: 1px #aaa solid;
padding-bottom:10px;
padding-top:10px;
padding-left:10px;
}
#sidebar-lt ul ul li ul li a{
padding-left:30px !important;
font-size:12px;
}
#sidebar-lt ul ul li ul li ul li a{
padding-left:38px !important;
}
#sidebar-lt ul ul li ul li .sym{
margin:10px 0px 0px 15px; !important;
}
.sym{
	float:left;
	margin:11px 0 0 0;
	}
#sidebar-lt ul ul ul, #sidebar-rt ul ul ul {
}

#sidebar-lt p, #sidebar-rt p, .textwidget {
	text-align: justify;
	padding-left: 7px;
	padding-right: 7px;
	font-size:12px;
}

#sidebar-lt a, #sidebar-rt a {
	color: #000000;
	text-decoration: none;
}

#sidebar-lt a:hover, #sidebar-rt a:hover {
	color: #000000;
	text-decoration: underline;
}

#sidebar-lt a:visited, #sidebar-lt a:visited {
	color: #000000;
	text-decoration: none;
}



/*--------------Comments--------------*/

ol.commentlist, .replytext, small {
	color: white;
	list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

ol.commentlist li {
	color: white;
	color:black;
padding:20px;
}


ol.commentlist li.alt {
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
color:black;
padding:20px;
}

ol.commentlist a, .replytext a {
	color: #000000;


}

small.commentmetadata {
	color: #ff0000;
}

.avatar {
	float: right;
	margin-right: 5px;
	padding: 2px;
}

/*--------------Search Form-------------*/

#searchform {
	padding: 5px;
}

#searchform input {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {
	width: 100%;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}

img#wpstats {
	display:none
}