/**
 * 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('../hybrid-news/css/tabs.css');

/**
* Body
************************************************/
html, body {
	font: 12px/22px arial, Verdana, Geneva, Tahoma, sans-serif;
	background:#ccc;
	color:#333;
	}

/* Body container */
#body-container {
	border-right:2px solid #999;
	border-left:2px solid #999;
	background:#fff;
	width:950px;
	margin:0 auto;
	padding:15px;
	}

/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color:#003366;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}
.entry-content a {
	color: #003366;
	font-weight:bold;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, Georgia, Times, 'Times New Roman', serif;
	color: #222;
	}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	font-weight:bold;
	padding:7px 12px;
	background:#ddd;
	border:1px solid #bbb;
	border-radius:3px;
	}

/* Lists */
.content ul {
	list-style: disc;
	margin:0 10px 15px 0;
	}
.content ul li {
	overflow: visible;
	padding: 0;
	margin:0 0 5px 20px;
	}
.content ol {
	list-style:decimal-leading-zero;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 20px;
	padding: 15px 20px 0;
	background:#f7f7f7;
	border:1px solid #ccc;
	border-left: 2px solid #336699;
	border-radius:3px;
	}
blockquote p {
	margin: 0 0 15px;
	}
blockquote blockquote {
	margin:0 15px 20px;
	}
blockquote em {
	}
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: 0 3px;
	font-size: 12px;
	background: #eee;
	}
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 arial, Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border: 1px solid #ddd;
	}
td {
	text-align:center;
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #eee;
	}
th {
	text-align:center;
	padding: 3px;
	color: #fff;
	background: #003366;
	border: 1px solid #001838;
	}
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;
	}

/* update */
h6.update {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	color: #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 {
	max-width: 623px;
	height:auto;
	border:1px solid #333;
	padding:0;
	}
img.alignright, img.alignleft {
	margin-bottom:15px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 605px;
	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: 603px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ccc;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: right;
	width: 100px;
	height: 100px;
	margin: 0 0 10px 20px;
	border: 1px solid #333;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 20px 10px 0;
	}
.category img.medium {
	float: left;
	max-width: 200px;
	margin: 0 20px 10px 0;
	}
/**
* Page Navigation
************************************************/
#secondary-menu {
	height: 30px;
	margin: 0px auto;
	padding: 0;
	text-transform:uppercase;
	}
#secondary-menu div.menu {
	height:20px;
	width: 950px;
	margin: 0px auto;
	background: #003366;
	padding:5px 0;
	border-radius:3px;
	}
#secondary-menu ul {
	list-style: none;
	margin: 0;
	}
#secondary-menu li {
	float: left;
	margin: 0;
	padding: 0;
	}
#secondary-menu li a {
	display: block;
	font: normal normal normal 10px/10px arial, Verdana, Geneva, Tahoma, sans-serif;
	color: #fff;
	padding: 5px 20px;
	border-right: 1px solid #336699;
	font-weight:bold;
	}
#secondary-menu li.menu-item-18056, #secondary-menu li.menu-item-18057, #secondary-menu li.menu-item-18058, #secondary-menu li.menu-item-18060, #secondary-menu li.menu-item-18061 {
	float:right;
	}
#secondary-menu li.menu-item-18056 a {
	text-indent:-9999px;
	background:url(http://www.hotlikesauce.com/images/twitter-20.png) no-repeat 0 0;
	padding:0;
	margin:0 5px;
	width:20px;
	height:20px;
	border:none;
	}
#secondary-menu li.menu-item-18057 a {
	background:url(http://www.hotlikesauce.com/images/facebook-20.png) no-repeat 0 0;
	padding:0;
	margin:0 5px;
	width:20px;
	height:20px;
	border:none;
	text-indent:-9999px;
	}
#secondary-menu li.menu-item-18058 a {
	background:url(http://www.hotlikesauce.com/images/rss-20.png) no-repeat 0 0;
	padding:0;
	margin:0 5px;
	width:20px;
	height:20px;
	border:none;
	text-indent:-9999px;
	}
#secondary-menu li.menu-item-18060 a {
	background:url(http://www.hotlikesauce.com/images/lastfm-20.png) no-repeat 0 0;
	padding:0;
	margin:0 5px;
	width:20px;
	height:20px;
	border:none;
	text-indent:-9999px;
	}
#secondary-menu li.menu-item-18061 a {
	background:url(http://www.hotlikesauce.com/images/mog-20.png) no-repeat 0 0;
	padding:0;
	margin:0 5px;
	width:20px;
	height:20px;
	border:none;
	text-indent:-9999px;
	}
#secondary-menu li li a {
	display: block;
	font: normal normal normal 11px/11px arial, Verdana, Geneva, Tahoma, sans-serif;
	color: #ddd;
	padding: 5px 20px;
	border:none;
	}

/* Drop-down styles */
#secondary-menu li:hover ul, #secondary-menu li.sfHover ul  {
	top: 25px;
	}
#secondary-menu li li:hover ul, #secondary-menu li li.sfHover ul, #secondary-menu li li li:hover ul, #secondary-menu li li li.sfHover ul  {
	top: 0px;
	}
#secondary-menu ul ul {
	background:#003366;
	border:none;
	padding:0 10px 3px;
	border-radius: 0 0 3px 3px;
	}
#secondary-menu li li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #336699;
	}
#secondary-menu li li a {
	padding: 7px 7px;
	}

/**
* Search form (in navigation)
************************************************/
#secondary-menu .search {
	display:none;
	float: right;
	width: 200px;
	height: 25px;
	}
#secondary-menu input {
	float: right;
	width: 170px;
	height: 14px;
	margin: 5px 0;
	padding: 2px;
	font: normal normal normal 10px/10px arial, Verdana, Geneva, Tahoma, sans-serif;
	color: #aaa;
	background: #444;
	border: 1px solid #222;
	}
#secondary-menu .search-submit, #secondary-menu .button {
	display: none;
	}

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	}
#header {
	overflow: hidden;
	width: 950px;
	height: 100px;
	margin: 0px auto;
	padding:15px 0px;
	}
#site-title {
	display:none;
	float: left;
	width: 450px;
	line-height: 35px;
	font-size: 28px;
	font-family: georgia, serif;
	margin: 12px 0 0 0;
	}
#site-title a {
	color: #fafafa;
	}
#site-description {
	display: none;
	}
.header-img {
	float:left;
	margin:0 15px 0 0;
	padding:0;
	height:90px;
	width:187px;
	background:#660000;
	border:5px solid #330000;
	border-radius:3px;
	color:#fff;
	font-size:75px;
	line-height:90px;
	text-align:center;
	font-weight:bold;
	}
.header-img img {
	height:100px;
	}

/**
* Header utility widget
************************************************/
#utility-header {
	float: right;
	height: 90px;
	width: 728px;
	border: 5px solid #999;
	margin: 0px 0px;
	overflow: hidden;
	border-radius:3px;
	}
#utility-header .widget {
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #aaa;
	background: transparent;
	border: none;
	}
#utility-header .widget-inside div {
	float:right;
	max-width:728px;
	height:100px;
	}
#utility-header .widget-inside img {
	float:right;
	max-width:728px;
	max-height:90px;
	}

/**
* Category Navigation
************************************************/
#primary-menu {
	height: 42px;
	margin: 0 auto;
	padding:0;
	font: normal normal normal 12px/12px arial, Verdana, Geneva, Tahoma, sans-serif;
	text-transform: uppercase;
	}
#primary-menu div.menu {
	width: 950px;
	height: 22px;
	background:#003366;
	padding:10px 0;
	margin: 0px auto;
	border-radius:3px;
	}
#primary-menu ul {
	list-style: none;
	margin: 0;
	}
#primary-menu li {
	float: left;
	}
#primary-menu a {
	display: block;
	padding: 5px 20px;
	border-right:1px solid #336699;
	text-transform: uppercase;
	color: #fff;
	font-weight:bold;
	}
#primary-menu li li a {
	width: 160px;
	font: normal normal normal 10px/10px arial, Verdana, Geneva, Tahoma, sans-serif;
	padding: 8px 10px;
	margin:0 10px;
	color:#ddd;
	border:none;
	border-top:1px solid #336699;
	}

/* Drop-down controls */
#primary-menu ul ul, #primary-menu ul ul ul {
	width: 180px;
	border:none;
	}
#primary-menu li li:hover ul, #primary-menu li li li:hover ul {
	left: 200px;
	}
#primary-menu li:hover ul, #primary-menu li.sfHover ul {
	top: 31px;
	}
#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: 0;
	}
#primary-menu ul ul {
	background: #003366;
	border-radius:0 0 3px 3px;
	padding-bottom:2px;
	}

/**
* Container (content/primary/secondary)
************************************************/
#container {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 0;
	}

.page-template-no-widget #container, .primary-inactive.secondary-inactive #container {
	}

.content {
	overflow: hidden;
	float: left;
	width: 625px;
	padding: 0;
	margin-right:15px;
	}
.page-template-no-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 970px;
	padding: 0;
	}

/**
* Posts
************************************************/
.hentry {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	}
.singular .hentry {
	margin-bottom: 0;
	}
.page-template-blog .hentry, .page-template-page-blog .hentry {
	margin-bottom: 20px;
	}

/* Post title */
.entry-title {
	font: normal normal bold 18px/20px arial, verdana, georgia, times, 'times new roman', serif;
	padding:5px 10px;
	background:#660000;
	border-radius:3px 3px 0 0;
	margin:0;
	}
.entry-title a {
	color: #fff;
	}
.blog .entry-title, .singular .entry-title, .error-404-title {
	font: normal normal bold 22px/30px arial, verdana, georgia, times, 'times new roman', serif;
	}
.page-title, .error-404-title {
	margin: 0 0 20px 0;
	border-radius:3px;
	}

/* Byline */
.byline {
	font-size: 10px;
	font-style: italic;
	color:#666;
	background:#f7f7f7;
	border:1px solid #ccc;
	border-top:none;
	padding:0 7px;
	border-radius:0 0 3px 3px;
	}
.archive .byline, .search .byline {
	margin: 0 0 15px 0;
	}
.archive .category-poster-of-the-day .byline {
	margin: 0 0 20px 0;
	}
.byline a {
	font-style: normal;
	color:#777;
	font-weight:bold;
	}
.category {
	float:right;
	}

/* Entry */
.entry-content, .entry-summary {
	overflow: hidden;
	}

/* Post meta data */
.entry-meta {
	clear: both;
	display: block;
	padding: 0px;
	margin:0;
	font-size: 10px;
	font-style: italic;
	color:#666;
	}
.entry-meta a {
	color:#777;
	font-style: normal;
	font-weight:bold;
	}
.entry-meta .permalink {
	float:right;
	}
.singular .entry-meta {
	padding: 0 0 15px;
	border:none;
	background:none;
	}

.singular .category-twitter-spotlight .entry-meta {
	display:none;
	}

/* Page links */
p.page-links {
	font-weight: bold;
	}
p.page-links 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 */
.singular-post .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 15px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	font-size:12px;
	border-radius:3px;
	}
.author-profile a {
	font-weight:bold;
	}
.singular-post .author-profile p {
	margin: 0 0 15px 0;
	}
.singular-post .author-profile .avatar {
	float:left;
	width:100px;
	height:100px;
	margin: 0 20px 0 0;
	padding:0;
	border: 1px solid #333;
	}
.author-bio {
	font-size:12px;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	margin-bottom: 20px;
	}
.author-profile .author-name {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	}

/* Archive templates */
.archive-title, .search-title {
	font: normal normal bold 26px/26px arial, verdana, georgia, times, 'times new roman', serif;
	color:#000;
	}
.archive-info, .search-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
.archive-description, .search-description {
	border-bottom:1px solid #ccc;
	}

/* 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 .entry-meta {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 20px;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 20px;
	}

/* Breadcrumb */
.breadcrumb {
	display:none;
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #666;
	}
.singular-page .breadcrumb {
	display:block;
	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 {
	overflow: hidden;
	margin:0 0 15px;
	}
a .next, a .previous {
	padding:5px 10px;
	background:#eee;
	font-weight:bold;
	color:#666;
	border-radius:3px;
	}
a:hover .next, a:hover .previous {
	background:#bbb;
	color:#333;
	text-decoration:none;
	}
.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 {
	overflow: hidden;
	margin: 0 0 15px 0;
	}
.widget-title {
	margin: 0;
	padding: 10px;
	font: 14px/18px arial, verdana, georgia, times, 'times new roman', serif;
	font-weight: bold;
	color: #ddd;
	background: #660000;
	}
.widget-title a {
	color: #f7f7f7;
	}
#secondary .widget ul, #tertiary .widget ul {
	list-style: none;
	margin-left: 0;
	padding: 5px 7px 7px;
	border:1px solid #ccc;
	background:#fff;
	border-top:none;
	line-height:1.5;
	}
#secondary ul li a, #tertiary ul li a {
	}
.widget ul li {
	padding: 3px 0;
	border-bottom:1px dashed #ccc;
	}

/* Widget search */
#hybrid-search-2 {
	margin:0 0 10px;
	}
.widget-search .search-text {
	width: 224px;
	}

/* 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;
	padding: 10px;
	font: normal normal bold 14px/18px arial, verdana, georgia, times, 'times new roman', serif;
	color: #ddd;
	background: #660000;
	}
.content .widget-title a {
	color: #093653;
	}
.page-template-widgets .content .widget, .page-template-page-widgets .content .widget {
	margin: 0 0 20px 0;
	}

/**
* Primary, Secondary, and Tertiary
************************************************/
#primary {
	overflow: hidden;
	float: right;
	width: 310px;
	font-size:11px;
	}
#primary #text-35 img, #primary #text-27 {
	border:5px solid #999;
	border-radius: 3px;
	height:250px;
	width:300px;
	}
#primary a, #secondary a, #tertiary a, #primary h3, #primary h4 {
	font-weight:bold;
	}
.tb-content a {
	color:#660000;
	}
#secondary {
	overflow: hidden;
	clear: right;
	float: right;
	width: 162px;
	margin: 0 0 0 10px;
	font-size:11px;
	}
#tertiary {
	overflow: hidden;
	float: right;
	width: 135px;
	font-size:11px;
	}
#primary .widget ul {
	list-style:none;
	margin:0;
	padding:5px 0 0;
	border-top:1px dashed #ccc;
	}
#primary .widget ul li {
	margin: 0 0 5px 0;
	padding: 0 5px 5px;
	border-bottom: 1px dashed #ccc;
	line-height:1.5;
	}
#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 {
	margin-top: 20px;
	}

/* Comment headers */
#comments-number, #reply, #reply-title {
	font-size: 14px;
	line-height:18px;
	font-weight:bold;
	padding:10px;
	background:#660000;
	color:#eee;
	}

/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 20px;
	border-top:1px solid #ccc;
	}
#comments-template ol .children {
	border:none;
	margin:0;
	padding:0 0 0 30px;
	border-top:1px solid #ccc;
	}

/* Individual comments */
#comments li {
	overflow: hidden;
	margin: 0;
	padding: 20px 0 0;
	color: #333;
	border-bottom: 1px solid #ccc;
	}
#comments li li, #comments li li li li, #comments li li li li li li {
	border:none;
	border-top:1px solid #ccc;
	}
#comments ol.children li.even {
	}
#comments li li li, #comments li li li li li {
	}

/* Avatar */
#comments li .avatar {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 20px;
	margin-left: 0px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
#comments .comment-author {
	font-weight: bold;
	margin-bottom:10px;
	}
#comments .comment-meta {
	margin-bottom: 20px;
	}

/* Comment text */
.comment-text {
	clear: left;
	font-size: 13px;
	}

/* Forms */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
#comments-template label {
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
textarea {
	clear: left;
	display: block;
	width: 98%;
	font: 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
.button, #submit {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	color: #eee;
	background: #001838;
	border: none;
	}
.button:hover, #submit:hover {
	cursor: pointer;
	background: #093653;
	}
.search-form input {
	margin:0;
	}

/**
* Footer container (wraps Subsidiary and Footer)
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	}

/**
* Subsidiary
************************************************/
#subsidiary {
	overflow: hidden;
	width: 950px;
	max-height:115px;
	margin: 0px auto;
	padding: 0;
	text-align:center;
	}
#subsidiary .widget {
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 0 0 15px;
	color: #777;
	background: transparent;
	border: none;
	}
#subsidiary img {
	border:5px solid #999;
	}
#subsidiary .widget-title {
	background:#660000;
	color:#ddd;
	font-size: 14px;
	line-height:18px;
	margin:0 0 5px;
	padding:10px;
	}
#subsidiary a {
	color: #aaa;
	}
#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;
	}
#subsidiary #text-32 {
	margin:0;
	float:right;
	}

/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 0;
	margin:0 auto;
	width:950px;
	}
#footer {
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
	padding: 10px 15px 5px;
	color: #f7f7f7;
	background: #660000;
	font-size:11px;
	border-radius:3px;
	}
#footer a {
	font-style: normal;
	color: #aaa;
	font-weight:bold;
	}
#footer .copyright {
	float:left;
	}
#footer .credit {
	text-align: right;
	float:right;
	}
#footer .slogan {
	font-size:12px;
	float:left;
	margin:0 0 0 182px;
	font-weight:bold;
	}
#footer .counter {
	float:right;
	margin-left:20px;
	}

/***
* Additional CSS
**********************/
.onrotation {
	width:180px;
	height:180px;
	float:left;
	margin:5px;
	border:2px solid #111;
	}
#text-20 {
	margin:0 0 10px;
	text-transform:uppercase;
	}
.networking a {
	color:#000;
	padding-left:25px;
	}
a.twitter-link {
	color:#22bbbb;
	}
a.facebook-link {
	color:#336699;
	}
a.rss-link {
	color:#cc6600;
	}
a.lastfm-link {
	color:#990033;
	}
.twitter-link {
	float:left;
	background:url(http://www.hotlikesauce.com/images/twitter-20.png) no-repeat top left;
	}
.facebook-link {
	float:left;
	margin-left:13px;
	background:url(http://www.hotlikesauce.com/images/facebook-20.png) no-repeat top left;
	}
.rss-link {
	float:right;
	background:url(http://www.hotlikesauce.com/images/rss-20.png) no-repeat top left;
	}
.lastfm-link {
	float:right;
	background:url(http://www.hotlikesauce.com/images/lastfm-20.png) no-repeat top left;
	}
.networking-header {
	display:none;
	text-align:center;
	background:#660000;
	color:#F7F7F7;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px;
	padding:10px;
	}
.fan_box .connections {
	margin-left:25px;
	}
.social-buttons {
	border:1px solid #ccc;
	background:#f7f7f7;
	padding:5px;
	height:22px;
	margin:0 0 15px;
	border-radius:3px;
	}
.tweet, .fb-like, .fb-share, .google-plus {
	float:left;
	}
.tweet {
	width:136px;
	padding-top:1px;
	}
.fb-like {
	width:133px;
	padding-top:2px;
	}
.fb-share {
	width:146px;
	}
.google-plus {
	width:122px;
	margin-left:2px;
	padding-top:2px;
	}
.stumble {
	float:right;
	padding-top:3px;
	}

/**
* advertisements
*****************/
#tertiary img {
	border:5px solid #999;
	margin-bottom:15px;
	}

.series {
	display:none;
	}
.wpp-comments {
	display:block;
	}

#tab-set-1 a {
	color:#003366;
	}
