/*
Theme Name: Own
Theme URI: 
Description: Eigenes Theme
Version: 0.1
Author: Sebastian Kraft
Author URI: 
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #5C5955;	
	color: #FFFFFF;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 0.75em;	
	background-image: url(back.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width:840px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
        margin-bottom:40px;	
	text-align: left;
	border-top: 0px solid #C1CFE1;
	border-bottom: 0px solid #C1CFE1;

}

#header {
	border-bottom: 3px solid #3B3936;
}

#title {
	font-family: Georgia, Bitstream Serif, serif;	
	font-weight: lighter;
	color: #C8BBAA;
	float: left;
}

#nav {
	background-color: #3B3936;
	float: right;	
	padding: 10px 15px;
	margin-top:40px;
	margin-bottom: 10px;
}

#nav  ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#nav li a {
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 10px 0 10px;
}

#nav li a:hover {
	color: #FFFFFF;
}

#sidebar {
	float: right;
	margin-bottom: 30px;	
	border-left: 1px solid #3B3936;
	padding-bottom: 40px;
	padding-left:10px;
	margin-top: 40px;	
	text-transform: lowercase;
	text-align: right;
	width: 110px;		
}

#sidebar ul {
	margin: 0px;
	padding: 0px;	
}

#sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar_portfolio {
	border-left: 1px solid #3B3936;
	padding-left: 15px;
	padding-bottom: 40px;
	text-align: right;
	float: right;
	margin-bottom: 30px;
	text-transform: lowercase;
	margin-top: 25px;
}

#sidebar_portfolio ul {
	margin: 0px;
	padding: 0px;	
}

#sidebar_portfolio li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.current_page_item > a{
	color: #FFFFFF;	
}

#sidebar_portfolio .flexipages_widget {
/*	padding: 20px 10px 20px 10px;*/
/*	background-color: #3B3936;*/	
	font-size: 1.1em;
	margin-bottom: 40px;		
}

#content {
	padding-bottom: 20px;
        padding-right:40px;
        padding-top:10px;
	float: left;	
	width: 675px;
	font-size:110%;
	line-height:130%;
}

#content img {

	background-color: transparent;

}

#content .post {
	margin-top: 40px;
	margin-bottom: 45px;
        padding-bottom: 15px;
	border-bottom: 1px solid #4C4945;
}

#content .post_title {
	font-family: Georgia, Bitstream Serif, serif;
	font-weight: lighter;	
	color: #C8BBAA;	
	font-size: 180%;
	line-height: 100%;
}

#content .post_title a {
	color: #C8BBAA;	
}

#content .post_title small {
	font-size: 45%;
	color: #aaaaaa;
}

#content .post_title small a {
	color: #9AB2C1;
}

.aLeft {
	float:left;
}

.aRight {
	float:right;
}

#blognextpage {

}

#footer {
	font-weight: lighter;		
	clear: both;
	margin-top: 40px;	
	border-top: 1px solid #3B3936;
	padding-top: 10px;
}

h1 {
        font-family: Georgia, Bitstream Serif, serif;
	font-weight: lighter;	
	color: #C8BBAA;
}

h2 {
	font-family: Georgia, Bitstream Serif, serif;
	font-weight: lighter;	
	color: #C8BBAA;
        font-size: 130%;

}

a {
	color: #9AB2C1;
	text-decoration:none;
	font-weight: normal;
	border: none;
}

a:hover {
	color: #FFFCF2;
	border: none;	
}

.size-thumbnail {
	border: 1px solid black;
}

.alignleft {
	float: left;
	margin-right:10px;
}

.alignright {
	float: right;
	margin-left:10px;
}

.aligncenter {
	margin-left:5px;
	margin-right:5px;
}

.alignnone {
	margin-left:0px;
	margin-right: 10px;
}
