/*
Theme Name: bsc_v3
Theme URI: http://www.bavariansocialclub.de/
Description: Portfolio 10.08
Version: 1.0
Author: Stefan Alexander Wimmer
Author URI: http://bavariansocialclub.de/
Tags: white, fixed width, two columns, widgets

	bsc_v3 v1.0
	 http://www.bavariansocialclub.de/

	This theme was designed and built by Stefan Alexander Wimmer

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* css */


body {
	font: .85em/1.8em Georgia, serif;
	color: #065680;
	background: #fff;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

a, a img {
	border: none;
	outline: none;
}

#page {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	margin: 90px auto 0;
}
#top {
	height: 100px;
	border-bottom: 1px solid #d0dfb4;
}

#header {
	text-align: left;
	float: left;
	width: 500px;
}
#header h1 {
}
#header h1 a {
	background: url(images/bg_head.gif) no-repeat 0 0 ;
	text-indent: -999em;
	height: 50px;
	margin: 0 auto;
	display: block;
}
#header .description {
	font-style: italic;
	padding: 0 0 0 5px;
	clear: left;
}
#topcontact {
	padding: 25px 0 0 0;
	float: right;
	color: #396277;
	font-size:.9em;
}
#topcontact span {
	color: #888b8c;
}
#topcontact a {
	color: #396277;
}
#topcontact a:hover {
	color: #85B32E;
}



#container {
	padding: 22px 0 0 5px;
	clear: both;
}

#content {
	float: left;
	width: 500px;
	padding-top: 15px;
}

#sidebar {
	margin: 0 0 0 620px;
	width: 170px;
	xborder-bottom: 1px solid #d0dfb4;
}

#footer {
	clear: both;
	width: 800px;
	padding: 10px 0 20px;
	font-size: 0.9em;
	line-height: 140%;
	text-align: left;
	color: #888b8c;
	border-top: 1px solid #d0dfb4;
}

#sidebar ul {
	margin: 0;
	padding: .75em;
	list-style: none;
}
#sidebar ul ul {
	margin: 0;
	padding: 0 1.5em;
	list-style-type: none ;
}

li.page_item a {
	display: block;
	width: 110px;
	height: 40px;
	text-indent: -999em;
	margin: 0 0 .5em 0;
}

/*#works, */ li.page-item-14 a {
	width: 110px;
	height: 40px;
	background: url(images/nav_works.gif) no-repeat 0 0;
	text-indent: -999em;
	margin: 0 0 .5em 0;
}
/*#services,*/ li.page-item-17 a {
	width: 110px;
	height: 40px;
	background: url(images/nav_services.gif) no-repeat 0 0;
	text-indent: -999em;
	margin: .5em 0 0 0;
}
/*#clients,*/ li.page-item-19 a {
	width: 110px;
	height: 40px;
	background: url(images/nav_clients.gif) no-repeat 0 0;
	text-indent: -999em;
	margin: .5em 0 0 0;
}
/*#about,*/ li.page-item-21 a {
	width: 110px;
	height: 40px;
	background: url(images/nav_about.gif) no-repeat 0 0;
	text-indent: -999em;
	margin: .5em 0 0 0;
}
/*#contact,*/ li.page-item-23 a {
	width: 110px;
	height: 40px;
	background: url(images/nav_contact.gif) no-repeat 0 0;
	text-indent: -999em;
	margin: .5em 0 0 0;
}

#sidebar a, a {
	color: #065680;
	font-weight: normal;
	text-decoration: none;
}
#sidebar a:hover, a:hover {
	text-decoration: underline;
	color: #85B32E;
}

.post {
	xborder-bottom: 1px solid #d0dfb4;
	padding-bottom: .85em;
	margin-bottom: 1.5em;
}
.post img {
	border: 1px solid #e0e0e0;
}
.post a:hover img {
	border: 1px solid #85B32E;
}

h2 {
	font-weight: normal;
	margin: 0 0 1em 0;
	font-size: 1.2em;
}

.entry p {
	margin: .5em 0;
	text-align: justify;
}
.entry ul {
	margin:;
	margin: .9em 2.5em;
}


.postmetadata {
	line-height: 1.4em;
	padding: 1em 0 0 0;
}

small {
	color: #888b8c;
}
/* --------- */

.widget_pages h2 {
	display: none;
}
.navigation {padding: 0 0 2em 0;}
.alignleft { float: left; xwidth: 40%;}
.alignright { float: right; xwidth: 40%;}

