/* INFORMATIONEN ZUM WORDPRESS THEME */

/*  

Theme Name: René Rogge
Theme URI: http://www.renerogge.com/wp-content/themes/renerogge
Description: Theme für Portfolio von René Rogge
Version: 1.0
Author: Pink Jones
Author URI: http://www.pinkjones.de

Linkfarbe Text:	#86ce28
Highlight Text:	#9a9a9a

*/



/* ALLGEMEINE STYLES */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.3pt;
	word-spacing: 1.5pt;
	line-height: 17px;
	background-color: #ffffff;
	background-image: url(images/background.gif); }

#caption {}

#header-img {
	float: left;
	position: absolute;
	top: 140px;
	left: 12px;	}

header {
	display: block; }

nav {
	display: block; }

section {
	display: block; }

article {
	display: block; }

aside {
	display: block; }

footer {
	display: block; }



/* LINK STYLES */

a:link {
	text-decoration: none;
	color: #db98e5; }

a:visited {
	text-decoration: none;
	color: #db98e5; }

a:hover {
	text-decoration: none;
	color: #9a9a9a; }

a {
	outline: 0; }


/* HEADER STYLES */

header {
	margin: 125px 0 0 0;
	padding: 20px 0 0 0;
	float: left; 
	width: 210px; }

section {
	margin: 155px 10px 0 10px;
	padding: 0;
	float: left; 
	width: 384px;
	text-align: right; }

nav {
	margin: 125px 0 0 0;
	padding: 30px 0 0 8px;
	float: left; 
	width: 194px;
	text-align: left; }

#pic-portfolio {
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 66px;
	background-color: #ffffff;
	background-image: url(images/menu-portfolio.png); }

#pic-portfolio:hover {
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 66px;
	background-color: #ffffff;
	background-image: url(images/menu-portfolio-h.png); }

#pic-about {
	margin: 0px;
	padding: 0px;
	height: 17px;
	width: 66px;
	background-color: #ffffff;
	background-image: url(images/menu-about.png); }

#pic-about:hover {
	margin: 0px;
	padding: 0px;
	height: 17px;
	width: 66px;
	background-color: #ffffff;
	background-image: url(images/menu-about-h.png); }

#pic-blog {
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 66px;
	background-color: #ffffff;
	background-image: url(images/menu-blog.png); }

#pic-blog:hover {
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 66px;
	background-color: #ffffff;
	background-image: url(images/menu-blog-h.png); }

footer {
	clear: both; }
	


/* POST STYLES */

h1 {
	display: inline;
	font-size: 15px;
	font-weight: normal;
	color: #86afd2;
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0; }

h2 {
	display: inline;
	font-size: 11px;
	font-weight: normal;
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0; }

p {
	padding: 0 0 8px 0;
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0; }
	
article img {
	max-width: 384px;
	border: none; }

.post-container {
	margin: 0 0 16px 0; }

.post-title {}

.post-comments {}

.stroke {
	margin: 12px 0 0 0; }

.post-navigation {
	margin: 0 0 12px 0;
	text-align: center;
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0; }

.post-not-found {
	text-align: center;
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0; }
