/*  
Theme Name: Bjoern-schmidt-net
Theme URI: http://www.bjoern-schmidt.net
Description: A two-column, fixed-width theme. Widget-ready .
Version: 3.0
Released: 20100402
Author: Bjoern Schmidt  
Author URI: http://www.webservices-bulgaria.eu
*/

body {
	margin: 0;
	padding: 0;
	
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333366;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #000000;
}

h1 { font-size: 31px; }
h2 { font-size: 15px; }
h3 { font-size: 18px; }

p, ul, ol, blockquote {
	margin-top: 0;
	padding-top: 0;
	text-align: justify;
	line-height: 18px;
}

a {
	color: #000000;
        font-weight:bold;
}

a:hover {
	text-decoration: underline;
        color: #000055;
}

/* Post */

.post {
        width: 100%;
	margin: 0 0 20px 0;
	padding: 10px 20px 30px 20px;
	
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #000000;
}

.post .date {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
}

.post .date strong {
	font-weight: bold;
	color: #5B6F88;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Header */

#header {
	width: 100%;
	height: 140px;
	margin: 0 auto;
        background: #000000 url(images/img1.gif) repeat-x;
}

/* Menu */

#menu {
	float: left;
        margin-top:8px;
}

#menu ul {
	margin: 0;
	padding: 3px 0 10px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 10px 15px 0 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	text-decoration:underline;
        text-transform:uppercase;
}

/* Search */

#search {
	float: right;
	width: 234px;
	padding: 113px 0 0 0;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 100px;
	background: #66CC99;
	border-color:#f9c92d ;
}

#ss {
	height: 19px;
	background: #6F9303;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: f9c92d;
}

/* Page */

#page {
	width: 100%;
	margin: 0 auto;
}

/* Sidebar */

#sidebar {
background:none repeat scroll 0 0 #66CC99;
float:left;
margin-top:78px;
position:absolute;
width:220px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 20px;
	;
}

#sidebar li ul {
	list-style: none;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0 7px 0;
	background: none;
	border-top: 1px solid #3B495A;
}

#sidebar li.first {
	border: none;
}

#sidebar h2 {
	font-size: 15px;
}

/* Logo */

#logo {
	margin: 0 0 20px 0;
	padding: 0 0 40px 20px;
	background: url(images/Logo.jpg) ;
        background-repeat: no-repeat;
}

#logo h1 {
	text-transform: lowercase;
	color: #000000;
}

#logo h2 {
	text-transform: lowercase;
	font-size: 12px;
	color: #000000;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Calendar */

#calendar table {
	width: 100%;
}

#calendar thead th {
	text-align: center;
}

#calendar tbody td {
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

#calendar a {
	font-weight: bold;
}

/* Content */

#content {
	float: left;
	width: 646px;
        margin-top:45px;
        margin-left:244px;
}

#comment {
	width: 500px;
}

.pagetitle {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/img6.gif) repeat-x left top;
}

#footer p {
	margin: 0;
	text-align: center;
}

#center {
background: #EEEEEE url(images/img1.gif) repeat-x;
margin-left:auto;
margin-right:auto;
width:1000px;
}