/*   
Theme Name: Cultured
Theme URI: 
Description: Für den Kulturschnipsel.
Author: Marcel Langer
Author URI: 
Version: 1.0
Tags: Minimal

*/

/* Typograhpy */

@import url('type.css');

/* Basic Layout */

@import url('basic_layout.css');

/* Basic Colors 
BG: #fff, Text: #333, Meta: #777, Highlight/Accent: #E1471C
*/

body {
	/* background: url('grid.png');  */
	background-color: #FCE5CF; /* #FFC486*/
	color: #333;
	}
	
.post-meta, #footer {
	color: #777;
	}
	
a, a:hover {
	color: #E1471C;
	}
	
a:hover {
	text-decoration: underline;
	background-color: #ddd;
	}
	
a:active {
	color: #555;
	}
	
.post-content a:visited {
	color: #555;
	}
	
h1 a {
	color: #333;
	}
	
	
/* h1 a, */ h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #E1471C;
	}
	
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
	color: #E1471C;
	background-color: #ddd;
	}
	
.h /* Highlights */ {
	color: #E1471C;
	}
	
/* Global Styles */

a {
	text-decoration: underline;
	}


	
.feedlink {
	text-transform: uppercase;
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	line-height: 20px;
	text-decoration: none;
	color: #333;
	}
	
/* Wrapper */

#wrapper {
	
	}

/* Title */

#title {
	background: url('logo.png') no-repeat;
	}

h1 {
	margin: 0;
	letter-spacing: 2px;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	}
	
#title a {
	text-decoration: none;
	}
	
/* Top Status */

#top-status {
	margin-top: -2px;
	border: 2px solid #E1471C;
	padding-left: 3px;
	padding-right: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
#top-status .inline {
	display: inline;
	}
	
#top-feedlinks {
	display: block;
	}


/* Content */

#content {
	border-top: 0px solid #333; 
	}
	
/* Primary Content */


.post-meta {
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	line-height: 20px;
	text-transform: uppercase;
	text-align: right;
	}
	
.post-tags {
	display: block;
	}
	
.comment {
	font-style: italic;
	}
	
		
.link-older {
	float: left;
	}
	
.link-newer {
	float: right;
	}
	
.archive-title {
	margin-left: 160px;
	margin-bottom: 19px;
	border-bottom: 1px solid #E1471C;
	}	

.author-link {
	font-style: italic;
	text-decoration: none;
	color: #555;
	}

/* Secondary Content is a Sidebar ;-) */


#secondary a {
	display: block;
	margin-left: 5px;
	}
	
#secondary p {
	margin: 0 0 0 5px;
	}

	
/* Speech bubbles / Notes */

.note {
	padding: 3px;
	margin: 0 0 5px 0;
	border: 2px solid #E1471C;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
.note-tri {
	height: 5px;
	margin: 0 0 0 15px;
	padding: 0;
	}
	
/* Tool Tips  */

a.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-left:4px; 
	width:130px;
	}
	
a.tooltip:hover span {
	text-transform: none;
	display:inline; 
	position:absolute; 
	background:#ffffff; 
	border:1px solid #E1471C; 
	color:#333
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
/* Image Posts */

.post-content img {
	margin-top: 20px;
	}
	
.post-content h3 {
	margin-bottom: 20px;
	}
	
/* Redaktion */

.redaktion p {
	margin: 0;
	}
	
.redaktion .margin {
	margin-bottom: 20px;
	}




	

	
