/**
 * Theme Name: Critical
 * Theme URI: http://themehybrid.com/themes/critical
 * Description: An image-based WordPress theme ideal for movie, TV, and book reviews.
 * Version: 0.1
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: theme-options, threaded-comments, translation-ready, sticky-post, microformats, two-columns, fixed-width
 * Template: hybrid
 * Status: publish
 *
 * Copyright (c) 2009 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/* Body */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333;
	background-color:#993366;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	}
#body-container {
	width: 960px;
	margin: 0 auto 60px auto;
	background-color:#FFFFFF;
	padding-left: 20px;
	}

/* Links */

.entry-content a:link, .entry-content a:visited {
	color: #333333;
	font-size:18px;
	text-decoration: underline;
	}
.entry-content a:hover, .entry-content a:active {
	color: #999999;
	}
#primary a:link, #primary a:visited,
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
	}
#primary a:hover, #primary a:active,
#footer a:hover, #footer a:active {
	color: #666666;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding:0;
	margin:0;
	}

h2 {
	margin:0 0 10px 0;
	padding: 0 6px;
	color: #ffffff;
	background-color:#993366;
	font-size: 20px;

	}


/* Blockquotes */
blockquote {
	font-style: italic;
	color: #444;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}
hr {
	border:1px dotted #CCCCCC;
	margin-top: 30px;
	}
/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 6px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Images */
.post img {
	border: 1px dotted #999;
	}

/* Thumbnails */
.blog .thumbnail, .archive .thumbnail, .search .thumbnail {
	width: 150px;
	height: 150px;
	margin: 8px auto 2px auto;
	padding: 3px;
	border: 1px dotted #999;
	display: block;
	}



/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: left;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 590px;
	padding: 0;
	margin:0;
	border: 1px dotted #999;
	}
	
	/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}



/* Header */
#header-container {
	overflow: hidden;
	height: 90px;
	}
#header {
	overflow: hidden;
	width: 960px;
	height: 170px;
	margin: 0 auto;
	}
#site-title {
	float: left;
	width: 368px;
	height: 100px;
	position:absolute;
	top: 40px
	}
#site-title a {
	display: block;
	width: 940px;
	height: 200px;
	background: url(images/header.jpg) no-repeat 0 10px;
	}
#site-title a span {
	display: none;
	}
#site-description {
	display: none;
	}

/* Utility: Header */
#utility-header {
	overflow: hidden;
	float: right;
	width: 468px;
	height: 60px;
	}
	

/* Navigation */
#navigation {
	overflow: visible;
	height: 34px;
	margin: 0 0 60px 0;
	z-index: 100;
	}
#page-nav li {
	margin-right: 15px;
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a, #page-nav li a:visited {
	padding: 8px 8px 8px 8px;
	color: #111;
	background: #fff;
	border-bottom: 1px solid #ddd;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-variant:small-caps;
	}
	
#page-nav li a:hover, #page-nav li.current_page_item a {
	display:block;
	background-color: #993366;
	color:#FFFFFF;
	}


/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 32px;
	}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#page-nav li ul {
	background: #fff;
	border-top: 1px solid #ddd;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul ul {
	margin-left: -1px;
	}

/* Container
#container {
	overflow: hidden;
	margin: 0 0 30px 0;
	}

/* Breadcrumb trail 
.breadcrumb{
	margin: 0 0 20px 0;
	font-style: italic;
	font-size: 8px;
	color: #666;
	}

.breadcrumb-title {				
	color: #666;
	}

.breadcrumb-trail .trail-begin { 
	color: #666;
	}

.trail-end {			
	color: #fff;
	}
*/
	

/* Content */
.content {
	border-right:0px dotted #999;
	}

	
/* Make content area wider when showing thumbnails. */
.blog .content, .archive .content, .search .content {

	}



/* Posts */
.post {
	overflow: hidden;
	margin-bottom: 25px;
	}
	
/* Archive-type posts. */
.blog .post, .archive .post, .search .post {
	float: left;
	width: 173px;
	height: 200px;
	margin: 0 25px 25px 0;
	border: 1px solid #ddd;
	}

/* Link category archives. */
.link_category .post {
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 25px 0;
	border: none;
	}

/* ------------------------------- Felder home ---------------------------------------------- */
/* ------------------ Post ratings - Sterne */
.post-ratings {
	margin: 0;
	font-size:0.7em;
	line-height:1.2em;

	}
	.post-ratings-loading {
	display: none !important;
	}
	
.blog .post .post-ratings, .archive .post .post-ratings, .search .post .post-ratings {
	width: 150px !important;
	float:left;
	margin: 8px 10px !important;
	padding: 0 !important;
	color:#333333 !important;
	}
	
.blog, .post-ratings img, .archive .post-ratings img, .search .post-ratings img {
	margin: 0 !important;
	padding: 0 0 2px 0 !important;
	}


/* Archive-type posts. --- Rahmen Home Posts -----------------------------------
.blog .post, .archive .post, .search .post {
	float: left;
	background-color:#eee;
	width: 175px;
	height: 230px;
	margin: 0 20px 20px 0;
	border: 1px dotted #666;
	}
	
 */

.blog .post, .archive .post, .search .post {
    float: left;
	margin: 0 20px 20px 0;
	padding: 4px 4px 40px 4px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 8px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 8px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 8px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	}










/* Link category archives. */
.link_category .post {
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 25px 0;
	border: none;
	}


	
	
	
	
	
	
	
	
/* Comments link */
.blog .comments-link, .archive .comments-link, .search .comments-link {
	float: left;
	width: 140px;
	margin: 3px 0 0 10px;
	font: italic normal normal 11px/15px Georgia, Times, 'Times New Roman', serif;
	color: #777;
	}

/* Post titles. */

.entry-title {
margin-bottom:20px;
	}
.single-title {
display:none;
	}
	
/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 35px 0 0;
	}
.entry-content p {
margin:4px 0 12px 0;
padding:0;
	}
.entry-content ol, .entry-content ul {
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
	}
.entry-content li {
	margin: 0;
	padding: 0;
	}
	
.entry-content h1, .entry-title a {
	padding:0;
	color: #993366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height:1.0em;
	letter-spacing: 1px;
	margin:0 0 10px 0;
	}
	
.entry-content h3 {
	color: #993366;
	font-size: 1.8em;
	line-height:1.0em;
	margin:0 0 20px 0;
}

	
.entry-title a:hover {
	color: #000;
	}
	
.byline {
	font-style: italic;
	font-size:12px;
	margin:0 0 10px 0;
	padding:0;
	color: #666;
	}
.byline a {
	color: #333;
	}




/* Entry meta */
.entry-meta {
display:none;
	clear: both;
	font-style: italic;
	color: #666;
	margin:0;
	padding:0;
	}
	
.entry-meta a {
display:none;
	color: #333;
	}

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Series */
.series {
	overflow: hidden;
	margin-bottom: 25px;
	}



/* Navigation links ------  Nächste Figur */
.navigation-links {
	width:570px;
	clear:left;
	margin:0 20px 10px 0;
	padding-top:10px;
	font-size:16px;	
	border-top:1px dotted #ccc;
	}
	
.navigation-links .next {

	}
	
	
a.more-link,
.navigation-links a {
color: #666;
background-color:#ddd;
padding: 1px 4px;
font-style:none;
text-decoration:none;
margin:0;

}

a:active.more-link, a:hover.more-link,
.navigation-links a:active, .navigation-links a:hover {
color: #fff;
background-color:#993366;
padding: 1px 4px;
font-style:none;
text-decoration:none;

}
	
	
	
	
	
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}

/* WP Pagenavi */
.wp-pagenavi {
	display: block;
	clear: left;
	margin: 20px 0;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px !important;
	padding: 3px 9px 3px 9px !important;
	border: 1px solid #ddd !important;
	}


.aside {
border-top:8px solid #f2f2f2;
}


/* Primary */
#primary {
	position: static;
	width:320px;
	}

#primary ul  {
list-style-type:none;
margin:0;
padding:0;
}

#primary li {
height:auto;
font-size:0.8em;
padding: 3px 0;
border-bottom:1px dotted #CCC;
}

.widget-title {
font-size:1.2em;
margin:0 0 4px 0;
padding:0 0 4px 0;
border-bottom: 5px solid #CCCCCC;
color:#666666;
}

#primary .widget-inside	{
margin-bottom:30px;
	}

#ratings-3 a { padding-right:25px; }

/*---------------------------------------- Secondary */
#secondary {
	position: static;
	}
	
#secondary ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#secondary li {
	list-style-type:none;
	padding-bottom:2px;
}

#secondary a {
	padding: 0 15px 0px 2px;
	color: #111;
	background: #fff;
	border-bottom: 1px solid #ddd;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#secondary a:hover {
	background-color: #993366;
	color:#fff;
}

	
#ngg-webslice {
	background-color:#CCCCCC;
	margin: 20px 0 00;
	color: #993366;
	border-bottom: 1px solid #ddd;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#ngg-webslice a {
	background-color:#FF0000;
	}
	
	#ngg-webslice a:hover {
	background-color:#00ff00;
	}
	

/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	overflow: hidden;
	margin: 0 25px 15px 0;
	padding: 4px 15px 6px 15px;
	background-color:#f2f2f2;
	}

	/* Comments template */
#comments-template {
	margin: 0 40px 0 0;
	}

/* Comment headers - Headline */
.comments-header {
	margin:0;
	padding: 0 6px;
	color: #ffffff;
	background-color:#993366;
	font-size: 20px;
	}


/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
ol.comment-list, ol.ping-list, ol.comment-list ol, ol.ping-list ol {
	list-style: none;
	margin: 0 0 21px 0;
	}

/* Comments, pingbacks, and trackbacks. */
li.comment, li.pingback, li.trackback {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 10px 0 10px;
	background: #fff;

	}

/* Comments by the post author. */
li.entry-author {
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right:15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 0 0 21px 0;
	color: #666;
	}
.comment-meta-data a {
	font-style: italic;
	color: #333;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form ----------------------------------------*/
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
	
/* Form Titel */
#comments-template label {
	margin:0;
	padding:0 5px;
	color: #993366;
	font-size: 28px;
	letter-spacing:1px;
	}

/* Respond textarea */
textarea {
	width: 100%;
	height: 160px;
	background-color:#f2f2f2;
	border:none;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: auto;
	margin-right: 4px;
	color:#666666;
	font-size:20px;
	background: #ddd;
	border:none;
	}
	
.form-submit {
margin-bottom:50px;
	}
	
	
.submit-comment button {
	padding:10px;
	}
	
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	color:#FFFFFF;
	background: #993366;
	}






/* Footer container */
#footer-container {
	margin: 30px 0 10px 0;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}

/* Footer */
#footer {
	font-style: italic;
	color: #999;
	font-size:10px;
	height:20px;
    margin: 30px 0 0 0;
	}
#footer a {
text-decoration:underline;
	}
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
	}
	

