/**
 * 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.2
 * 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 - 2010 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: 15px/22px Georgia, Times, 'Times New Roman', serif;
	color: #000;
	}
#body-container {
	width: 960px;
	margin: 0 auto 60px auto;
	}

/* Links */
a {
	color: #0000ff;
	text-decoration: none;
	}
a:visited {
	color: #663399;
	}
a:hover, a:active {
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	}

/* 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;
	}

/* 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 */
.hentry img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}

/* Thumbnails */
.blog .thumbnail, .archive .thumbnail, .search .thumbnail {
	width: 150px;
	height: 200px;
	margin: 8px auto 2px auto;
	padding: 3px;
	border: 1px solid #ddd;
	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: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* 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 {
	margin: 60px 0 40px 0;
	}
#site-title {
	margin: 0 0 20px 0;
	font: normal normal bold 30px/30px Arial, Verdana, sans-serif;
	}
#site-title a {
	color: #000;
	}
#site-description {
	font: italic normal normal 15px/20px Georgia, Times, 'Times New Roman', serif;
	color: #666;
	}

/* Utility: Header */
#utility-header {
	overflow: hidden;
	float: right;
	width: 468px;
	height: 60px;
	}

/* Navigation */
#primary-menu {
	overflow: visible;
	height: 34px;
	margin: 0 0 60px 0;
	z-index: 100;
	}
#primary-menu li {
	margin-right: 15px;
	}
#primary-menu li li {
	margin-right: 0;
	}
#primary-menu li a {
	padding: 8px 15px 8px 15px;
	color: #111;
	background: #fff;
	border: 1px solid #ddd;
	}

/* Drop-downs style */
#primary-menu li:hover ul, li.sfHover ul {
	top: 32px;
	}
#primary-menu li li a {
	border-top: none;
	margin-right: 0;
	}
#primary-menu li ul {
	background: #fff;
	border-top: 1px solid #ddd;
	}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul, 
#primary-menu li li li:hover ul, #primary-menu li li li.sfHover ul  {
	top: -1px;
	}
#primary-menu 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: 14px;
	color: #666;
	}

/* Content */
.content {
	width: 580px;
	}

/* Make content area wider when showing thumbnails. */
.blog .content, .archive .content, .search .content {
	width: 605px;
	}

/* Posts */
.hentry {
	overflow: hidden;
	margin-bottom: 25px;
	}

/* Archive-type posts. */
.blog .hentry, .archive .hentry, .search .hentry {
	float: left;
	width: 173px;
	height: 240px;
	margin: 0 25px 25px 0;
	border: 1px solid #ddd;
	}

/* Link category archives. */
.link_category .hentry {
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 25px 0;
	border: none;
	}

/* Post ratings */
.post-ratings {
	margin: 0 0 21px 0;
	}
.post-ratings-loading {
	display: none !important;
	}
.blog .hentry .post-ratings, .archive .hentry .post-ratings, .search .hentry .post-ratings {
	width: 60px !important;
	float: right;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	}
.blog, .post-ratings img, .archive .post-ratings img, .search .post-ratings img {
	margin: 0 !important;
	padding: 0 !important;
	}

/* Comments link */
.blog .comments-link, .archive .comments-link, .search .comments-link {
	float: left;
	width: 90px;
	margin: 3px 0 0 10px;
	font: italic normal normal 11px/15px Georgia, Times, 'Times New Roman', serif;
	color: #777;
	}

/* Post titles. */
.entry-title a {
	color: #000;
	}

/* Byline */
.byline {
	font-style: italic;
	color: #666;
	}
.byline a {
	color: #333;
	}

/* Entry meta */
.entry-meta {
	clear: both;
	font-style: italic;
	color: #666;
	}
.entry-meta a {
	color: #333;
	}

/* Page links (multiple-paged posts) */
p.page-links a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Archive information */
.archive-info, .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 */
.navigation-links {
	clear: left;
	margin-bottom: 21px;
	font-style: italic;
	}
.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;
	}

/* Primary */
#primary {
	position: static;
	}

/* Secondary */
#secondary {
	position: static;
	}

/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	overflow: hidden;
	margin: 0 0 25px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	}

/* Comments template */
#comments-template {
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* 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 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	}

/* 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 metadata */
.comment-meta {
	margin: 0 0 21px 0;
	color: #666;
	}
.comment-meta 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%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Submit and rest buttons */
.button, #submit {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
.button:hover, #submit:hover {
	cursor: pointer;
	background: #f9f9f9;
	}

/* Footer container */
#footer-container {
	margin: 0 0 60px 0;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}

/* Footer */
#footer {
	font-style: italic;
	color: #444;
	}
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
	}