/*
Theme Name: juliatheme
Theme URI: http://www.juliawolf.info
Description: Portfolio-Theme
Version: 1.0
Author: Dominic Bünning
Author URI: http://www.dominicbuenning.com
*/

* {
margin: 0;
padding: 0;
}

body{
	color: #000;
	background-color: #fff;
}

#container {	width: 600px;	margin: 0 auto 0 150px;
	background-color: #fff;
}

/* @group header */

#header {
	width: 600px;
	height: 60px;
}



/* @end */

/* @group navigation */ 

#navigation {
	position: fixed;
	left: 770px;
	top: 25px;
}

#navigation ul {
	list-style-type: none;
	top: 22px;
	position: relative;
}

#navigation li {
	list-style-type: none;
}

#navigation ul li {
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	padding-left: 32px;
}



/* @end */

#content {
	float: left;	width: 600px;
}

.post {
	background: #fff 0;
	border-top: 1px solid #000;
	margin-bottom: 30px;
}

/* @group links */

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

a:hover {
	color: #0f0;
	text-decoration: none;
}



/* @end */

/* @group text und bild */

.more {
	font-weight: bold;
	text-align: right;
	float: right;
	margin-top: 2px;
}

.tags {
	margin-top: 2px;
}

#line {
	background-color: #000;
	width: 600px;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.ort_datum {
	text-align: right;
	top: -30px;
	position: relative;
	float: right;
}

p{
	color: #000;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
}

h1,h2,h3,h4,h6{
	color: #000;
	font: normal 12px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
	text-decoration: none;
}

h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #000;
}

h2 a:hover {
	color: #0f0;
	text-decoration: none;
}

img{
	border-style: none;
}

a:hover img {
	border-style: none;
	color: #0f0;
}

embed, object {
	background-color: #fff;
}



/* @end */

