/*
	Theme Name: Modern Clix
	Them URI: http://www.rodrigogalindez.com
	Description: A minimal, grid based, elastic theme. Wordpress 2.7 ready.
	Version: 1
	Media: Screen
	Version: Tue 6, Jan 2008
	Author: Rodrigo Galindez
	Author URI: http://www.rodrigogalindez.com
	Tags: black, white, three-columns, fixed-width, custom-header, custom-colors, theme-options, right-sidebar
*/

/* ----------------------------------------------- [ * ] */

/* @import url(css/grid-900.css); */

 @import url(css/raster.css); 
* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: "Ludica Grande", Arial, Verdana, sans-serif;
	font-size: 62.5%;
	/* background: transparent  url(images/grid-900.gif) repeat-y top center; */
 	background: #777c51 url(images/gardine.gif) center top repeat-y; 
 	/* url(images/back-top.gif) center 25px no-repeat; #d1c8c5 */
	color: #333;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
	color: #333;
	font-family: Georgia,"Times New Roman", sans-serif;
}

h1 {
	margin-bottom: .3em;
	font-size: 2.8em;
	line-height: .95em;
}

h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

h3 {
	margin-bottom: .8em;
/*	font-style: italic; */
	font-size: 1.83em;
	line-height: 1.3em; 
}

h4 {
	margin-bottom: .6em;
	font-size: 1.3em;
	line-height: 1.6;
}

h5 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;

}

p {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.6;
}
p, li, div, span {
	font-family: Verdana, Arial, sans-serif;
}
a {
	text-decoration: none;
	/*font-weight: bold; */
	color: #b40a29;
}

a:hover {
	color: #FF5D02;
}

acronym {
	border-bottom: 1px dotted #eee;
}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 930px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
/*	background: url(images/back-middle.gif) top left repeat-y; */
}

/* ---------------------------------------- [ Main Nav ] */

#gardine {
	margin: 0 auto;
	width: 930px;
	height: 90px;
	background: url(images/gardine_top.gif) center -20px;

}
#label {
	width: 108px;
	height: 140px;
	position: absolute;
	background: url(images/label.gif);
	top: 80px;
	left: 93px; /*195px;*/
}
#main-nav {
	padding: 0;
	overflow: hidden;
}
#main-nav ul {
	list-style-type: none;
	margin: 15px 48px auto auto;
	float: right;
}

#main-nav li.page_item {
	margin-right: .7em;
	float: left;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", serif;
/*	font-family: Arial, sans-serif;
	text-transform: uppercase; */
	letter-spacing: -0.01em;
	font-size: 1.01em;
}

#main-nav li a {
	font-size: 1.25em;
	line-height: 1.6;
	padding-left: 8px;
	color: #888;
}
#main-nav li a:hover {
	color: #FF5D02;
}
#main-nav li a:before {
	content: "\2764";
	color: #fff;
	padding-right: 3px;
}
#main-nav li a:hover:before, #main-nav li.current_page_item a:before {
	content: "\2764";
	color: #000;
	padding-right: 3px;
	color:#B40A29;
}
/* ------------------------------------------ [ Header ] */

#header {
/*	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; */
	overflow: hidden;
	height: 135px;
}

#header h1 {
	margin-top: .45em;
	display: none;
}

#header h1 a, #header h2 {
	color: #000;
	display: none;
}

/* ------------------------------------------ [ Content ] */

#content {
	padding-top: 1em;
	overflow: hidden;
}

ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

.nav li {
	color: #888;
	margin: 0;
	padding: .4em 8px .5em 8px;
	line-height: 1.5;
	border-bottom: 1px dotted #bbb;
}
.nav li.datum {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.28em;
	text-transform: lowercase;
	font-variant: small-caps;
}
.nav li.kategorie {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.28em;
	font-style: italic;
}
.nav li.kategorie .stapel {}
.stapel {
	font-style: normal;
	color: #aaa;
}
.nav li.kategorie .trenner {
	font-size: 0.85em; 
	color: #aaa;
}
.nav .kommentare {
	font-size: 10px;
	font-weight: bold;
	margin: 15px auto;
	padding: 2px 0 2px 0;
	text-align: center;
	width: 19px;
	height: 19px;
	background: url(images/comment_badge_inactive.gif) no-repeat;
}
.nav .kommentare:hover {
	background: url(images/comment_badge_active.gif) no-repeat;
}
.nav .kommentare a {
	color: #fff;
/*	display: block; */
}


.nav li.last {
	border-bottom: 0;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .5em 8px;
}

.navlinks li a:hover {
	background: #000;
	color: #fff;
}
.archivinfo { 
	color: #888888; /*#d13300; */
	background: #fff; 
}
.archivinfo h2 { 
	color: #888888; /* #6C6F4C #888888 #777777; */
	padding-left: 168px; 
	font-weight: normal;
	margin: 0.15em 0 0.75em 0;
	font-style: italic;
}
.archivinfo p { 
/*	font-family: Georgia, "Times New Roman", serif; 
	font-size: 1.25em; */
	color: #666; /* #6E6F55#888888; #777777; */
	padding-left: 168px;
}
.archivinfo .post-meta {
	padding: .65em 0 0 .7em;
	font-family: Georgia, "Times New Roman", serif; 
	font-size: 1.28em; 
	color: #888888; /*#777777; */
/*	font-style: italic; */
}

/* -------------------------------------------- [ Post ] */


.page-content {
	padding: 0 5px 0 30px;
}

.post {
	padding: 1.5em 0 1.1em 0;
	border-top: 1px solid #c5c5c5;
	overflow: hidden;
	clear: both;
}

.post-content p, .post-content h5, .post-content code {
	/* width: 35.7em; */
}

.post-content h3 {
	padding-top: 6px;
	font-style: italic;
	font-weight: normal;
}
.post-content h3 a {
	color: #333; /* #545454; */
}
.post-content h3 a:hover {
	color: #E34907; /* #CB006B; */
}
.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

blockquote {
	margin: 0 1em 10px .4em;
	background: #F9F2EE url(images/bg_blockquote.gif) no-repeat 17px 18px;   
    padding: 12px 14px 5px 15px;  
    font-size: 0.9em;
}
blockquote p {
	width: 30em;
	/*font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25em;
	letter-spacing: 0.015em;
	font-style: italic; */
	color: #444;
}
blockquote p, blockquote h1, blockquote h2, blockquote h3, blockquote h4, .post-content blockquote h5, blockquote h6 {
	padding: 0 0 0 60px;
	color: #444;
}
.post-content blockquote ul {
	width: 30em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	width: 44.8em;
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 0;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}
a span.mehr { 
	font-family: Georgia, "Times New Roman", serif;
	color: #898989;
	font-style: italic;
}
/* -------------------------------------- [ Commentary ] */

#respond {
	border-top:1px dotted #CCC;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}
#respond h4, #comments h4 {
	padding-left: 170px;
	color: #888;
}
#respond h4 {
	border-bottom:1px solid #C5C5C5;
	padding-bottom: 7px;
	margin-bottom: 30px;
}
#comments {
	border-top:1px solid #C5C5C5;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}
.comment {
	margin: 0 0 5px 0;
	padding: 15px 0 0 0;
	border-top: 1px dotted #ccc;
	clear: both;
	overflow: hidden;
}
.comment .avatar { 
	float: left; 
	margin-bottom: 5px;
	margin-left: 51px;
}
.comment .comment_text { 
	padding-left: 169px; 
	width: 465px; 
	color: #888;
}
.comment .comment_meta { 
	font-size: 1.28em;
	font-style: normal;
	font-family: Georgia, "Times New Roman", serif;
	padding-bottom: 2px;
}
.comment .date {
	text-transform: lowercase;
	font-variant: small-caps;
}
.moderation {
	color: #B40A29;
}
.comment .comment_text p {
	padding-left: 0; 
	color: #333333;
}
#leave-comment {
	border-top: 1px dotted #ccc;
	padding: 1.2em 0 0 0;
	overflow: hidden;
	clear: both;	
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.comment-field {
/*	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #ccc; */
	clear: both;
	overflow: hidden;	
}

.comment-field label {
	display: block;
	font-size: 1.2em;
	line-height: 1.6;
	float: left; 
	text-align: right; 
	width: 160px;
}
input, textarea {
	width: 94%;
	padding: 4px 3px 4px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
	float: right;
	margin: 0 0 10px 11px;
}
.comment-field input#email, .comment-field input#url, .comment-field input#author, .comment-field textarea { 
	width: 290px; 
	float: left; 
}
.comment-field .info {
	font-size: 1em;
	line-height: 1.6;
	padding-left: 478px; 
}
.comment-field .comment_submit {
	margin-left: 170px;
	clear: both;
	width: 140px;
}
.clear {
	clear: both;
}

textarea {
	height: 10em;
}

/* ----------------------------------------- [ Sidebar ] */

.portraet { 
	float: left; 
	width: 80px;
	margin: 3px 10px 0 6px;
	border: 0px solid #ccc;
}

#sidebar {
	margin: 0 0 100px 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#sidebar h4 {
	color: #888;
	font-size: 1.28em;
	padding-bottom: 6px;
	line-height: 16px;
	border-bottom: 1px solid #C5C5C5;
}

#sidebar p {
	font-size: 1.1em;
	color: #111;
}

#sidebar .section input {
	width: 15.8em;
	margin: 0 0 1em 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #ccc;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	margin: 0 0 1em 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #bbb;
}

#content .first {
	border: 0;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

.navigation {
	margin: 0 0 1em 0;
	padding: 10px 0 .75em 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #c5c5c5;
}
.navigation li {
	font-size: 1.2em;
}

.st-tag-cloud, li#better-tag-cloud a {
	line-height: 150%;
/*	text-transform: lowercase; */
	margin-left: 7px;
	font-family: Georgia, "Times New Roman", serif;
}
.st-tag-cloud, li#better-tag-cloud {
	text-align: center;
}
.st-tag-cloud, li#better-tag-cloud h2 {
	text-align: left;
}
.st-tag-cloud a.st-tags:hover {
	color: #000;
}
input#s { 
	width: 175px; 
	float: left; 
	padding-top: 5px;
	margin: 0 0 0 5px; 
}
input#searchsubmit { 
	width: 35px; 
	margin: 0 4px 0 0; 
	font-weight: bold;
	font-size: 12px;
	color: #666;
}

#pflege {
	width: 38px;
	height: 107px;
	background: url(images/pflege.jpg); 
	position: absolute;
	bottom: 90px;
	right: 12px;
}



/* --------------------------------------- [ Footnotes ] */

#footnotes {
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	width: 930px;
	height: 35px;
	padding: 45px 0 0 0;
	background: url(images/gardine_bottom.gif) center 0px;
	color: #2B2B1F;
}
#footnotes a {
	color: #2B2B1F;
	border-bottom: 1px dotted #52533A;
}
#footnotes p {
	text-align: center;
	margin-bottom: .2em;
	font-size: 1.1em;
}

#footnotes .rss {
	margin-left: 8px;
	padding-left: 16px;
	background: transparent url(images/feed-icon.gif) no-repeat center left;
}
.herz {
	color: #52533A;
}
/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {
	margin-left: -1.2em;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 0 1.2em 1.2em;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}
.flickr a { 
	display: block;	
	margin: 4px 0px 0px 4px; 
	float: left;
}
.flickr a img { 
	width: 73px;
}
/* --------------------------------- [ General Classes ] */

.small {
	font-size: 1em;
	line-height: 1.6;
}

/* If you want a text in ALL CAPS */

.ver {
	text-transform: uppercase;
	color: #999;
	font-family: Arial, sans-serif;
}

/* For by-lines */

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
	padding: 0;
}

/* Use for full width images (596px) */

.full-image {
	margin-left: -15.2em;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover {
	background: #000;
}

/* ---------------------- [ Wordpress required classes ] */

ul.widgetized-sidebar {
	list-style-type: none;
}

ul.widgetized-sidebar li {
	margin: 0 0 2em 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 6px;
	padding-bottom: 6px;
	color:#888888;
	font-size: 1.28em;
/*	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	color: #999;
	font-family: Arial, sans-serif; */
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
	font-size: 1.1em;
}

ul.widgetized-sidebar li.widget_categories ul li {
	font-family: Georgia, "Times New Roman", serif;
	color: #aaa;
	font-size: 1em;
	line-height: 200%;
	padding-right: 0;
	font-size: 1em;
}
.widget_categories ul li a {
	font-style: italic;
	display: block;
	width: 210px;
	float: left;
	line-height: 160%;
	font-size: 1.28em;
}

ul.nav.kategorien li {
	font-family: Georgia, "Times New Roman", serif;
	color: #ccc;
	font-size: 1em;
	line-height: 200%;
	text-align: right;
}
#sidebar ul.nav.kategorien li {
	padding-right: 1px;
	font-size: 1.2em;
}
ul.nav.kategorien li a {
	font-style: italic;
	display: block;
	width: 207px;
	float: left;
	line-height: 160%;
	font-size: 1.07em;
	text-align: left;
}
ul.nav.kategorien li span {
	font-family: Georgia, "Times New Roman", serif;
}
#sidebar h2.widgettitle #recentcomments { 
	margin-bottom: 0;		
	}
#recentcomments {
	line-height: 160%;
}
#recentcomments td {
	vertical-align: top;
	padding: 3px 0 6px 5px;
	border-bottom:1px dotted #BBBBBB;
}
#recentcomments td img {
	margin: 4px 2px 0 0px;
}
ul.widgetized-sidebar li ul.tddrecentposts li { 
	line-height: 157%;
	font-size: 1em;
}
.tddrecentposts li .sidebardate {
	color: #888;
	font-style: italic; 
}



.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   padding: 0 1em 1em 0;
}
img.titel {
	margin-bottom: 12px;
}
.alignright {
   float: right;
}

.wp-caption {
	margin: 0 0 .5em 0;
	padding-left: 4px; 
	padding-bottom: 1em; 
	text-align: left;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: .5em 0 0 0;
	padding: 0 0 0 5px;
	font-size: 1.23em;
	line-height: 1.6;	
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #777; 
/* font-weight: bold; */
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }
.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }

#wp-calendar {
	border-collapse: collapse;
	font-size: 1.1em;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 1.1em;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 1em;
}

#wp-calendar td {
	padding: 1em;
}

#wp-calendar tr {
	padding: 1em;
}

