/**
 * Theme Name: Hybrid News
 * Theme URI: http://themehybrid.com/themes/hybrid-news
 * Description: A news-style child theme of the Hybrid theme framework.
 * Version: 0.2
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: blue, theme-options, threaded-comments, sticky-post, microformats, two-columns, three-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2008 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid News 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/20px.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: "Segoe UI", helvetica, arial, sans-serif;
	color: #fff;
	text-shadow:1px 1px 1px #000;
	margin: 0 0 20px;
}

::selection {
	background: #426407; /* Safari */
	}
::-moz-selection {
	background: #426407; /* Firefox */
}

/* for resizable/scalable bg image (via css tricks */
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px;
		z-index: -1;}
}

/* Body container */
#body-container {
	position: relative;
	width: 960px;
	margin: 0;
}

.clearfloat {
	clear: both;
}

/* forum */
.forum {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow:3px 3px 4px #333333;
	background:rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	border-color:#CCCCCC #666666 #666666 -moz-use-text-color;
	border-style:solid solid solid none;
	border-width:1px 1px 1px medium;
	float: left;
	margin-bottom:20px;
	overflow:hidden;
	padding:20px 20px 20px 40px;
	width: 680px;
}
.forum-ad {
	float:left;
	margin-left:20px !important;
	padding:20px !important;
	width:155px !important;
}
	

/* ie-note */
#ie-note {
	width: 100%;
	height: 20px;
	background: #406005;
	border-bottom: 2px solid #F00;
	margin-top: -20px;
	padding: 7px 20px;
	color: #fff;
	font-size: 13px;
	position: fixed;
	z-index: 1;
}

#ie-note a {
	font-weight: bold;
}
#ie-note a:hover {
	color: #fff;
}
a.firefox {
	color: #DF731B;
}
a.chrome {
	color: #0F3;
}
a.safari {
	color: #0CF;
}
a.opera {
	color: #F00;
}


/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #D3BE34;
	text-decoration: none;
	}
a:hover, a:active {
	color: #fff;
	text-decoration: underline;
	}
.entry-content a {
	color: #D3BE34;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: "Segoe UI", helvetica, arial, sans-serif;
	color: #fff;
	text-shadow:1px 1px 1px #000;
	}

/* Lists */
.content ul {
	list-style: none;
	margin-left: 15px;
	}
.content ul li {
	overflow: hidden;
	padding-left: 20px;
	background: url(images/windows-bullet.png) no-repeat 0 6px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 20px 20px  0;
	padding: 10px 10px 10px 30px;
	font-style: italic;
	font-size: 14px;
	background: #5F7B1F url(images/blockquote.png) no-repeat 0 0;
	background:rgba(255, 255, 255, 0.1) url(images/blockquote.png) no-repeat 5px 5px;
	color:#A4E5E7;
	border: none;
	}
blockquote blockquote {
	color: #555;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 3px;
	font-size: 13px;
	background: #426407;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	background: url(images/code.png) repeat 0 0;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #ddd;
	}
caption {
	font: italic normal normal 12px/22px "Segoe UI", helvetica, arial, sans-serif;
	text-align: right;
	color: #ccc;
	text-shadow: 1px 1px 1px #000;
	}
tr {
	margin: 1px;
	border: 1px solid #ddd;
	}
td {
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #eee;
	}
th {
	padding: 3px;
	color: #fff;
	background: #093653;
	border: 1px solid #ddd;
	}
th a {
	font-weight: bold;
	color: #eee;
	}

/* Acronyms */
acronym {
	border-bottom: 1px dotted #333;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 48px/39px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #444;
	}

/* 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;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	border: 1px solid #ccc;
	padding: 10;
	max-width: 520px;
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
}
.post img.noshadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 0;
}


img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 590px;
	padding: 4px 4px 4px 4px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #666;
	}
.wp-caption img {
	max-width: 588px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/**
* Page Navigation
************************************************/
#navigation {
	width: 960px;
	height: 25px;
	margin: 0 auto;
	background: #00070f;
	}
#page-nav {
	float: left;
	width: 700px;
	margin: 0 0 0 -15px;
	}
#page-nav ul {
	list-style: none;
	margin: 0;
	}
#page-nav li {
	float: left;
	margin: 6px 0 0 0;
	padding: 0 0 8px 0;
	}
#page-nav a {
	display: block;
	font: normal normal normal 11px/11px "Segoe UI", helvetica, arial, sans-serif;
	color: #999;
	padding: 0 15px 0 15px;
	border-right: 1px solid #353535;
	}

/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 19px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul {
	border-top: 1px solid #222;
	background: #111;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #222;
	}
#page-nav li li a {
	padding: 7px 7px;
	border: none;
	}

/**
* Search form (in navigation)
************************************************/
#cat-navigation .search {
	float: right;
	width: 200px;
	height: 25px;
	}
#cat-navigation input {
	float: right;
	width: 120px;
	height: 18px;
	margin: 7px 0 0 0;
	padding: 0px 8px 2px 24px;
	font: normal normal normal 12px/14px "Segoe UI", helvetica, arial, sans-serif;
	color: #333;
	background: transparent url(images/search-icon.png) no-repeat 5px 0 !important;
	border: 0 !important;
	}
#cat-navigation .search-submit, #cat-navigation .button {
	display: none;
	}

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	height: 150px;
	}
#header {
	overflow: hidden;
	width: 960px;
	height: 131px;
	margin: 5px auto;
	padding: 10px 0 0 20px;
	}

h1#site-title {
	font-family: "Segoe UI", helvetica, arial, sans-serif;
	color: #fff;
	text-shadow:1px 1px 1px #333333;
	text-indent: -9999px;
}
#site-title a {
	background: transparent url(images/header.png) 0 0 no-repeat;
	display: block;
	width: 500px;
	height: 131px;
}

#site-description {
	font-family: "Segoe UI", helvetica, arial, sans-serif;
	color: #fff;
	text-shadow:1px 1px 1px #000;
	position: absolute;
	top: 115px;
	left: 310px;
	font-size: 14px;
}

#site-title {
	text-indent: -9999px;
}

/**
* Header utility widget
************************************************/
#utility-header {
	overflow: hidden;
	float: right;
	width: 500px;
	height: 60px;
	}
#utility-header .widget {
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #aaa;
	background: transparent;
	border: none;
	}
#utility-header .widget-inside div, #utility-header .widget-inside img {
	float: right;
	}

/**
* Category Navigation
************************************************/
#cat-navigation {
	width: 960px;
	height: 28px;
	margin: 0 auto;
	font: normal normal bold 14px/16px "Segoe UI", helvetica, arial, sans-serif;
	text-transform: uppercase;
	background: #5AA543;
	background:rgba(12, 147, 195, 0.3);
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	border: 1px solid #063;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom: 0;
	border-left: 0;
	}
#cat-nav {
	float: left;
	width: 740px;
	height: 25px;
	border-left: 1px solid #2b526b;
}
#cat-navigation ul {
	list-style: none;
	margin: 0;
	}
#cat-navigation li {
	float: left;
	border-right: 1px solid #2b526b;
	}
#cat-navigation a {
	display: block;
	padding: 7px 20px 6px 20px;
	text-transform: uppercase;
	color: #fafafa;
	}
#cat-navigation li li a {
	width: 140px;
	font: normal normal bold 11px/11px "Segoe UI", helvetica, arial, sans-serif;
	padding: 8px 20px;
	color: #fff;
	background: #406005;
	border-top: 1px solid #244960;
	}

/* Drop-down controls */
#cat-nav ul ul, #cat-nav ul ul ul {
	width: 180px;
	}
#cat-nav li li:hover ul, #cat-nav li li li:hover ul {
	left: 180px;
	}
#cat-nav li:hover ul, #cat-nav li.sfHover ul {
	top: 2.05em;
	}
#cat-nav li li:hover ul, #cat-nav li li.sfHover ul, #cat-nav li li li:hover ul, #cat-nav li li li.sfHover ul  {
	top: 0;
	}
#cat-nav ul ul {
	background: #2b526b;
	}

/* Make sure page menu overlaps category menu */
#cat-nav ul.menu {
	position: relative;
	z-index: 98;
	}
#page-nav ul.menu {
	position: relative;
	z-index: 99;
	}

/**
* Subscribe/feed link (in navigation)
************************************************/
#cat-navigation #feed {
	width: 180px;
	float: right;
	margin-right: 20px;
	}
#feed li {
	float: right;
	border: none;
	}
#feed li a {
	padding: 7px 18px 6px 0;
	background: url(images/feed-icon.png) no-repeat right 7px;
	}

/**
* Container (content/primary/secondary)
************************************************/
#container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 20px 0;
	}
.page-template-no-widget #container, .primary-inactive.secondary-inactive #container {
	}

.content {
	overflow: hidden;
	float: left;
	width: 600px;
	padding: 0 20px 20px 0;
	}
.page-template-no-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 960px;
	padding: 0 0 20px 0;
	}

/**
* Posts
************************************************/
.post {
	background: #406005;
	background: rgba(0,0,0,.2);
	width: 545px;
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	padding: 20px 20px 20px 40px;
	border-top:1px solid #CCC;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left: none;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	}
.single .post, .page .post {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 20px;
	}

/* Post title */
.entry-title {
	margin-bottom: 3px;
	font: 24px/26px "Segoe UI", helvetica, arial, sans-serif;
	}
.entry-title a {
	color: #EBA21F;
	}
.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
	font: normal normal 26px/28px "Segoe UI", helvetica, arial, sans-serif;
	}
.page-title, .error-404-title {
	margin: 0 0 20px 0;
	}

/* Byline */
.byline {
	font-size: .75em;
	font-style: italic;
	color: #ccc;
	}
.archive .byline, .search .byline {
	margin: 0 0 3px 0;
	}
.byline a {
	font-style: normal;
	}

/* Entry */
.entry-content, .entry-summary {
	overflow: hidden;
	font-size: 16px;
	}

/* Post meta data */
.entry-meta {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: 12px;
	font-style: italic;
	color: #ccc;
	border-top: 1px solid #ccc;
	}
.entry-meta a {
	font-style: normal;
	color: #EBA21F;
	}

/* Page links */
p.pages {
	font-weight: bold;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* Series */
.series-title {
	font-size: 1.2em;
	}

/* Single-post author box */
.single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 9px 9px 0 9px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
.single .author-profile p {
	margin: 0 0 9px 0;
	}
.single .author-profile .avatar {
	margin: 0 20px 9px 0;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	margin-bottom: 20px;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	}
.post-box {
	overflow: hidden;
	margin-bottom: 20px;
	}

/* Archive templates */
.category-title, .tag-title, .date-title, .author-title, .search-title {
	font: normal normal bold 22px/22px "Segoe UI", helvetica, arial, sans-serif;
	}
.author-info, .category-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	margin: 20px 0 0 0;
	padding-left: 30px;
	}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
	}
.attachment object.video {
	width: 100%;
	height: 360px;
	}
.attachment object.audio {
	width: 100%;
	}
.attachment-image .post-meta-data {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 20px;
	}
.attachment-icon, .mime-type-icon {
	height: 20px;
	margin-right: 10px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 20px;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #666;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* Navigation links */
.navigation-links {
	background: #2B526B;
	background:rgba(0, 102, 51, 0.3);
	border-top:1px solid #CCC;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px 20px 0 40px;
	padding: 5px 20px;
	overflow: hidden;
	clear: left;
	}
	.navigation-links a {
			color: #D3BE34;
		}
.next, .previous {
	max-width: 45%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets in general
************************************************/
.widget, #subsidiary .widget {
	overflow: hidden;
	width: 300px;
	margin: 0 0 20px 0;
	padding: 9px;
	background: #C1DC71;
	background: rgba(255,255,255,.5);
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	border-top:1px solid #fff;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: none;
}
#subsidiary .widget {
	background: #C1DC71;
	background: rgba(211,190,52, 0.4);
}
	
#widget-container a {
		color: #426F3D;
	}
.widget-title {
	margin: 0 0 5px 0;
	padding: 3px 5px;
	font: 18px/20px "Segoe UI", helvetica, arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #3F6BEB;
	letter-spacing:1px;
	text-transform:uppercase;
	}
.widget-title a {
	color: #3F6BEB !important;
	}
.widget ul {
	list-style: none;
	margin-left: 0;
	}
.widget ul li {
	padding: 0 0 0 20px;
	background: url(images/windows-bullet.png) no-repeat 0 6px;
	}

/* Widget search */
.widget-search .search-text {
	width: 250px;
	color: #666;
	}
	.search-submit {
	width: 35px;
	margin: 0;
	padding: 3px 7px 4px;
	}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
	}


/**
* Content-area widgets (mostly utility widgets)
************************************************/
.content .widget {
	margin: 0;
	padding: 0;
	border: none;
	}
.content .widget-title {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font: normal normal bold 14px/20px "Segoe UI", helvetica, arial, sans-serif;
	color: #333;
	background: transparent;
	border-bottom: 1px solid #ddd;
	}
.content .widget-title a {
	color: #093653;
	}
.page-template-widgets .content .widget {
	margin: 0 0 20px 0;
	}

/**
* Primary, Secondary, and Tertiary
************************************************/
#widget-container {
	float: left;
	width: 320px;
	margin-left:15px;
	color: #333;
	font-size: 12px;
	}

#primary {
	overflow: hidden;
	float: left;
	width: 330px;
	}
#secondary {
	overflow: hidden;
	clear: right;
	float: left;
	width: 330px;
}
#secondary .widget {
	overflow: hidden;
	float: left;
	width: 137px;
	margin-right: 6px;
	}
#tertiary {
	overflow: hidden;
	float: right;
	width: 153px;
	}
#primary .widget ul li {
	margin: 0 0 5px 0;
	padding: 0 5px 5px 20px;
	background: url(images/bullet.gif) no-repeat 5px 7px;
	border-bottom: 1px solid #eee;
	}
#primary .widget ul ul {
	margin: 5px 0 0 0;
	}
#primary .widget ul li li {
	margin: 0 0 2px 0;
	padding: 0 0 2px 20px;
	border: none;
	}
#primary object {
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 9px 0;
	}

/**
* Comments
************************************************/
#comments-template {
	padding-left: 20px;
	margin-top: 40px;
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 1.2em;
	}

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

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0;
	}

/* Individual comments */
#comments li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	color: #fff;
	background: #467B28;
	background: rgba(1,105,171,.2);
	border:1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 535px;
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;

	}
#comments li li, #comments li li li li, #comments li li li li li li {
	background: #467B28;
	background: rgba(1,105,171,.25);
	}
#comments li li li, #comments li li li li li {
	background: #467B28;
	background: rgba(1,105,171,.3);
	}

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

/* Comment meta data */
#comments .comment-author {
	font-weight: bold;
	}
#comments .comment-meta-data {
	margin-bottom: 15px;
	}

	.comment-meta-data {
	color: #ccc;
	}
	.comment-meta-data a {
	color: #EBA21F;
	}
	.comment-meta-data a:hover {
	color: #fff;
	}

/* Comment text */
.comment-text {
	clear: left;
	font-size: 13px;
	}
	
#respond {
	padding-left: 40px;
}
#respond form {
	background: transparent;
}

/* Forms */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	font: 13px "Segoe UI", helvetica, arial, sans-serif;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font: 13px "Segoe UI", helvetica, arial, sans-serif;
	}
input, textarea {
	/*clear: left;*/
	/*display: block;*/
	width: 98%;
	font: 14px/20px "Segoe UI", helvetica, arial, sans-serif;
	}
	
textarea#comment {
	background: #3A5806;
	background: rgba(0,0,0,.3);
	width: 90%;
	color: #fff;
}
.button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: 13px "Segoe UI", helvetica, arial, sans-serif;
	font-weight: bold;
	color: #eee;
	background: url(images/btn-bkg.png) 0 0 repeat-x;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
.button:hover {
	cursor: pointer;
	background: #093653;
	}
.search-form input {
	margin-right: 9px;
	}
p.form-submit {
	height: 40px;
}
.form-submit input {
	float: left;
}

/**
* Footer container (wraps Subsidiary and Footer)
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
	}

/**
* Subsidiary
************************************************/
#subsidiary {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 14px auto;
	padding: 2px 20px 10px 20px;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 210px;
	margin: 0 10px;
	padding: 15px 20px 15px 20px;
	font: 12px/21px "Segoe UI", helvetica, arial, sans-serif;
	color: #777;
	/*background: transparent;
	border: none;*/
	}
#subsidiary .widget-title {
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	font-size: 15px;
	color: #fff;
	background: transparent;
	border-bottom: 1px solid #072145;
	}
#subsidiary a {
	color: #fff;
	text-shadow:1px 1px 1px #000;
	}
#subsidiary .widget ul {
	margin-left: 0;
	}
#subsidiary .widget ul li {
	margin: 0 0 3px 0;
	padding: 0 5px 3px 5px;
	background: transparent;
	border-bottom: 1px solid #072145;
	}

/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
	}

#footer {
	overflow: hidden;
	width: 570px;
	margin: 0;
	padding: 20px 0 0 40px;
	font-size:11px;
	color: #fff;
	text-shadow: none;
	line-height: 1.2em;
	}

#footer a {
	color: #D0B884;
	font-weight: bold;
	font-style: normal;
}
#footer a:hover {
	color: #fff;
}


#footer p {
	margin: 0;
	display: block;
}
.credits {
	width: 285px;
	float:right;
	text-align: right;
	font-size: 13px;
	line-height:1.45em;
	color: #333;
}
#footer .credits a {
	color: #333;
}
#footer a.company {
	color: #D0B884;
	font-style: italic;
	padding: 2px;
	background: #333;
}
.disclaimer {
	width: 280px;
	float:left;
}
p.credit, p.theme, p.sm {
}
#footer p.copyright {
	float: left;
}

/** Twitter widget */
.twitter-top {
	background: transparent url(images/twitter-bird.png) 255px bottom no-repeat;
	width: 330px !important;
	height: 50px;
	position: absolute;
	margin: -50px 0 0 0;
}
.twitter-top h6.follow {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	color: #000;
	text-shadow:1px 1px 1px #fff;
}

span.white {
	color: #000 !important;
}
span.gold {
	color: #EBA21F !important;
	text-shadow:0.5px 0.5px 3px #000000;
}

.twitter {
	width: 300px !important;
	margin-top: 42px;
	font-size: 12px;
	color: #000;
	text-shadow:1px 1px 1px #fff;
	background: #C1DC71;
	background: rgba(211,190,52, 0.4);
}
a.twitter-link {
	color: #000 !important;
}
a.twitter-link:hover {
	color: #3f6beb !important;
	text-shadow: none;
}
.twitter-timestamp {
	color: #666;
	float:right;
}

/** rss-widget */
#rss {
	width: 300px !important;
	margin-top: -10px;
	font-size: 12px;
	color: #000;
	text-shadow:1px 1px 1px #fff;
	background: #C1DC71;
	background: rgba(235,132,13, 0.35);
}

p.rss {
	background: url(images/rss-icon.png) top right no-repeat;
	padding: 5px 40px 0 0;
	font-size:13px;
	margin: -5px 0 -10px;
	height: 32px;
	text-align: right;
	font-weight: bold;
}
#rss a {
	color: #333;
}
#rss a:hover {
	color: #fff;
	text-shadow:1px 1px 1px #000;
}
/** top-ads */
.top-ads {
	padding: 2px 5px;
}

.top-ads img {
	margin: 4px 10px 4px;
	float: left;
}

/** simple:forum mods */
#sforum {
	text-shadow: none;
}
#sforum img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
li.sftagli {
	line-height: 1.25em;
}
.sftagli a {
	color:#000000;
	text-shadow:1px 1px 1px #FFFFFF;
}
.sftagli p {
	color: #555;
	margin: 0 0 8px;
}