
/*
Theme Name: prototypen
Theme URI: http://www.d-complex.de
Description: basic style for prototypen
Version: 1.0
Author: Carsten Walter
Author URI: http://www.d-complex.de
Last: 06.04.2008
*/


/**
 *
 * @css-for (allgemein, Browser gleich setzen)
 */
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/**
 *
 * @css-for (body)
 */
body {
	background: #000 url(images/herzschlag_logo.jpg) no-repeat fixed center 260px;
	color: #00eb00;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	line-height: 1.5em;
	font-size: 80%;
	margin: 0;
	padding: 2px 2em;
}

/**
 *
 * @css-for (Tags)
 */
p {
	font-size: 100%;
}

h2 a {
	font-size: 120%;
}

h3 {
	font-size: 105%;
}

h4, h5, h6 {
font-size: 100%;
}

h1, h2, h3, h4 {
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
}

blockquote p:before {
	content:open-quote;
	font-size: 1.5em;
}

blockquote p:after {
	content:close-quote;
	font-size: 1.5em;
}

/**
 *
 * @css-for (All)
 */
#wrap {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

/**
 *
 * @css-for (Header)
 */
#header {
	height: 180px;
	text-align: center;
}

#header-logo {
	
}

#header-description {
	position: relative;
	top: -20px;
}
/**
 *
 * @css-for (Content)
 */
#content {
	margin-top: 20px;
	margin-bottom: 30px;
}

.post {
	margin-top: 4px;
	margin-bottom: 4px;
}

.post p{
}

.post p.info {
	font-size: 80%;
	text-align: right;
	margin-top: 5px;
}

.post-seperator {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}


/**
 *
 * @css-for (Sidebar)
 */

#sidebar {
	
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	position: relative;
	width: 97px;
	display: inline;
	float: left;
}

#sidebar a {
	display: block;
	text-decoration: none;
	width: 97px;
	text-align: center;
	margin-top: -4px;
	color: #ffffff;
}

#sidebar a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
 
/**
 *
 * @css-for (topnav)
 */
#topnav ul {
	list-style: none;
}

#topnav li {
	position: relative;
	width: 97px;
	display: inline;
	float: left;
}

#topnav a {
	display: block;
	padding-top: 4px;
	color: #ffffff;
	text-decoration: none;
	width: 97px;
	text-align: center;
	height: 20px;

}

#topnav a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

/**
 *
 * @css-for (Footer)
 */
#seperator {
	background-image: url(images/seperator.jpg);
	background-repeat: repeat-x;
	height: 11px;
	clear: both;
}

/**
 *
 * @css-for (Footer)
 */
#footer {
	text-align: center;
	font-size: 60%;
}

/**
 *
 * @css-for (Links)
 */
a:link, a:visited {
	font-weight: 400;
	color: #b0fd00;
	text-decoration: none;
}

a:hover, a:active {
	color: blue;
	text-decoration: none;
	border: none;
}


