/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name : Kai Dröge
	Author Site	: http://romanticentrepreneur.net
	Style Name	: romanticentrepreneur
	Style URI	: http://romanticentrepreneur.net/romanticentrepreneur/wp-content/themes/k2/styles/romanticentrepreneur/romanticentrepreneur.css
	Version	: 0.1
	Comments	:
*/

/* Page Layout: */	

body {
	background: #FFFFFF url('bg.png') repeat-x;
	}

#page {
	/* The entire design is contained within the 'page' id */
	border-width: 0;
	padding-top: 0;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #bbb url('header.png') top no-repeat;
	height: 220px;
	}

.content {
	padding: 0 0 0px;
	background:#F6F6F6;
	width: 780px;
}

.columns-two #page #primary-wrapper {
    /* Hauptspalte umgebende Box */
	float: right;
	left: 230px;
	margin-left: 0px;
	margin-right: 0px;
	background: #FFFFFF;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	height: 100%;
	width: 550px;
}

.columns-two #page #primary {
    /* Hauptspalte */
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	background: #FFFFFF;
}
	
#sidebar-1 {
	/* The first sidebar */
	left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	width: 200px;
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	font-size: 1.1em;
	line-height: 1.7em;
	}
	
	
.columns-two #page #sidebar-2 {
	clear: none;
}	

.columns-three #primary {
	float: right;
}

.columns-three #sidebar-2 {
	clear: none;
}

/* Text-Elements */

.hidden {
	display:none;
}
	
.blog-title {
	font-weight: normal;
	letter-spacing:-1px;
	padding:125px 30px 0;
	color: #B9CC7B;
	text-align: right;
}
	
.blog-title a {
	color: #B9CC7B;
	text-decoration:none;
}

#header .description {
	/* Blog Description */
	color: black;
	text-align: right;
	font-size: 1.3em;
	margin: 0 30px;
	}	

	
h2 {
	text-align: left;
	}

body.page #current-content .entry-title {
	margin-left:0px;
	text-align:left;
	}	
	
.entry-content {
	font-size:1.3em;
	}

#dynamic-content {
	padding-top:5px;
	}
	
a {
	color: #6E8130;
	}

a:visited {
	color: #808080;
	}

.entry-content a:visited {
	color: #808080;
	}

h2, h2 a, h2 a:visited, h2 a:hover, h3, h3 a, h3 a:visited, h3 a:hover, h4, h4 a, h4 a:visited, h4 a:hover {
	color:#444444 !important;
	}
	
.meta-start {
/* Published by ... line */
   background:transparent url();
   padding:0px 0 0px 0px;
}

blockquote {
	text-align:left;
}

.entry-content .alignright, img[align="right"] {
	margin:0 0 4px 15px;
}

.entry-content .alignbottom {
	vertical-align:text-bottom;
}

.more-link {
	display:block;
	margin-top:15px;
	background:transparent url(readon.png) no-repeat scroll left 3px;
	border:medium none;
	padding:0px 0px 0px 23px;
}

.wp-caption-text {
	font-size: 0.9em;
}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
	padding: 3px;
	border: 1px solid #ddd;
	}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
    /* Align Menu with main column: */
	left:235px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #333;
	background: #DDDDDD;
	text-decoration: none;
	}
	
.hentry {
	/* Each entry is contained within the 'hentry' class */
	border-bottom: 1px dotted #DDDDDD;
	margin-bottom:30px;
	padding:0 0 15px;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}