/*
Theme Name: Credit Crunch
Version: 1.0.2
Author: Billion Studio
Author URI: http://www.billionstudio.com/
Tags: blue, three columns, fixed width, widgets, gravatars
Description: Theme Designed by billionstudio.com
*/

@import url('./style-reset.css');
@import url('./style-common.css');

/* FONTS AND COLOURS
========================================== */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea,select { 
	color: #000;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
font-weight: bold;
}

/* @group Layout */

/* LAYOUT
========================================== */
html {
	background: url('images/bg.jpg') repeat-y center top;
	background-color: #264A67;
}
body {
	background: url('images/bg-page.jpg') no-repeat center top;
	font-size: 77%;
	line-height: 150%;
}

#page {
	width: 920px;
	margin: 0 auto;
	background-color: #DBDBDB;
}

div.container {
	width: 880px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

div.small {
	width: 160px;
	float: left;
}

div.large {
	width: 500px;
	float: left;
	margin-bottom: 10px;
}

div.largepost {
	width: 660px;
	float: left; 
	margin-bottom: 10px;


}

div.full {
	width: 100%;
	float: left;
}

/* CUSTOM LAYOUT
========================================== */
div.container.body {
	padding-top: 10px;
}
div.container.body .large {
	position: relative;
	left: 160px;
}

/* LAYOUT LEFT */
#content div.large.left {
	float: right;
	position: static;
	width: 718px;
}
#content #sidebar-left {
	float: left;
}
#content #sidebar-left #sidebar-1 {
	position: relative;
	left: 0;
}

/* LAYOUT RIGHT */
#content div.large.right {
	position: static;
	width: 718px;
}
#content #sidebar-right {
	float: left;
}
#content #sidebar-right #sidebar-1 {
	position: relative;
	left: 0;
}
#content #sidebar-right #sidebar-1 .sidebar {
	margin-left: 10px;
	margin-right: 0;
}

/* LAYOUT FULL */
#content div.container.body .full {
	width: 100%;
}

/* LAYOUT HOME */
#content div.large.home,
#content div.large.featured {
	position: static;
}
#content #sidebar-home {
	width: 380px;
	float: left;
}
#content #sidebar-home #sidebar-1 {
	position: relative;
	left: 220px;
}
#content #sidebar-home #sidebar-1 .sidebar {
	margin-left: 10px;
	margin-right: 0;
}
#content #sidebar-home #sidebar-2 {
	position: relative;
	left: -160px;
}

/* HOME FEATURED
========================================== */
#content div.large.featured {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	background: url('images/bg-post-featured.png') no-repeat left top;
	background-color: #11202B;
}
#content div.large.featured .post-image {
	padding: 20px 24px;
	float: left !important;
	width: auto;
}
#content div.large.featured .post-image.left {
	float: left !important;
	padding-right: 0;
}
#content div.large.featured .post-image.right {
	float: right !important;
	padding-left: 0;
}

/* FEATURED POST */
#content .post.feature {
	float: none !important;
	clear: none !important;
	background-color: transparent !important;
	margin: 0 !important;
	border: 0 !important;
}
#content .post.feature .post-content h1,
#content .post.feature .post-content h3,
#content .post.feature .post-content h4,
#content .post.feature .post-content p,
#content .post.feature .post-content li {
	color: #CCCCCC !important;
}
#content .post.feature h2,
#content .post.feature h2 a {
	color: #fff !important;
}
#content .post.feature p a {
	color: #fff;
}
#content .post.feature a:hover,
#content .post.feature h2 a:hover,
#content .post.feature .post-content a {
	color: #00ADEE !important;
}
#content .post.feature blockquote p {
	color: inherit !important;
}
#content .post.feature a.more-link {
	background-color: #1B364A;
}
#content .post.feature a.more-link:hover {
	background-color: #00ADEE;
	color: #fff !important;
}

/* HOME POST
========================================== */
#content div.large.home.grid .post {
	padding-bottom: 20px;
}
#content div.large.home.grid .post .post-title h2 {
	font-size: 200%;
	margin: 0;
}
#content div.large.home.grid .post .post-footer {
	display: none;
}
#content div.large.home.grid .post .post-content {
	font-size: 90%;
}
#content div.large.home.grid .post .post-content p {
	padding: 0;
}
#content div.large.home.grid .post .post-content p br {
	display: none;
}
#content div.large.home.grid .post .post-image {
	float: left;
	padding: 0 10px;
	padding-left: 0;
}

/* HOME SIDEBAR
========================================== */
/* TABBED WIDGET */
#content #sidebar-3 .tabbertab.sidebar p {
	padding-bottom: 0;
}
#content #sidebar-3 .tabbertab.sidebar ul li {
	padding: 5px 12px;
	border-bottom: 1px solid #CCCCCC;
	background: url('images/bullet.gif') no-repeat 3px 10px;
	height: 100%;
	overflow: auto;
	clear: both;
}
#content #sidebar-3 .tabbertab.sidebar ul li:last-child {
	border: 0;
}

/* RECENT COMMENTS WIDGET */
#content #sidebar-3 #recent-comments-widget ul li {
	padding-left: 18px;
	background-image: url('images/icon-comment.png');
	background-position: 0 center;
}
#content #sidebar-3 #recent-comments-widget ul li img {
	float: left;
	margin: 0 10px 0 0;
}

/* MOST POPULAR WIDGET */
#content #sidebar-3 #most-popular-widget ul li {
	padding-left: 18px;
	background-image: url('images/icon-post.png');
	background-position: -0px center;
}

/* FEATURED VIDEO WIDGET */
#content #sidebar-3 #featured-video-widget {
	padding-top: 10px;
}
#content #sidebar-3 #featured-video-widget h3 {
	margin-top: -10px;
	margin-bottom: 10px;
}
#content #sidebar-3 #featured-video-widget ul {
	margin-top: 5px;
}
#content #sidebar-3 #featured-video-widget p {
	width: 100%;
}

/* @end */

/* @group Header */

/* HEADER
========================================== */
#header {
	width: 100%;
	margin: 0 auto;
	background: url('images/bg-header.jpg') repeat-x center top;
	background-color: #00ADEE;
}
#header .container {
	position: relative;
}

#header #logo {
	padding: 30px 10px;
	padding-left: 22px;
	float: left;
}

#header h1,
#header h1 a,
#header h1 a:visited {
	color: #fff;
	text-decoration: none;
}
#header h1 {
	display: block;
	text-align: left;
	text-shadow: 0 1px 2px #333;
	font-weight: bold;
}

#header p {
	color: #fff;
	padding: 42px 0;
}
#header #todays-date {
	float: right;
	padding-right: 22px;
}

/* SUB HEADER
========================================== */
#sub-header {
	background-color: #f6f6f6;
	border-top: 1px solid #fff;
}

#sub-header p {
	padding: 6px 10px;
	color: #666;
}

/* SEARCH */
#sub-header form#search-form {
	margin: 4px 12px 3px;
	width: 200px;
	background-color: transparent;
	float: right;
	overflow: hidden;
}

#sub-header form#search-form input.text,
#sub-header form#search-form label.overlabel-apply,
#sub-header form#search-form input.button-search {
	font-size: 90%;
}

#sub-header form#search-form input.text {
	width: 122px;
	height: 12px;
}
#sub-header form#search-form input.button-search {
	padding: 0;
	width: 67px;
	height: 21px;
	background-color: #DBDBDB;
	border: 1px solid #fff;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	color: #666;
}
#sub-header form#search-form input.button-search:active {
	border-color: #fff;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#sub-header form#search-form label.overlabel-apply {
	top: 6px;
}

/* MAIN NAVIGATION
========================================== */
#navigation {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url(images/nav-bg.gif) repeat-x left top;
	background-color: #11202B;
}
#navigation .container {
	height: 34px;
	overflow: visible;
}

#nav {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1;
	text-align: left;
	line-height: 150%;
	width: 100%;
}
#nav li,
#nav a {
	color: #fff;
}
#nav li {
	position: relative;
	float: left;
	height: 34px;
	font-size: 100%;
	background: url(images/nav-bg.gif) repeat-x left top;
}
#nav li a {
	display: block;
	float: left;
	background: url(images/nav-separator.gif) no-repeat right top;
	padding: 8px 10px 7px 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
#nav li a:hover,
#nav ul li a:hover {
	text-decoration: none;
}
#nav li:hover a,
#nav li a:hover,
#nav ul li a:hover,
#nav li ul {
	background-color: #11202B;
}
#nav li.current_page_item a,
#nav li.current_page_parent a {
	color: #00ADEE;
}
#nav ul li a:hover,
#nav li.current_page_item ul li a:hover,
#nav li.current_page_parent ul li a:hover {
	color: #00ADEE;
}
#nav li a:hover,
#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a {
	color: #fff;
}

/* DROP DOWN */
#nav li ul {
	width: 120px;
	position: absolute;
	visibility: hidden;
	float: none;
	top: 34px;
	left: 0;
	margin: 0;
	padding: 5px 9px 5px;
	z-index: 2;
	border: 1px solid #23425B;
	border-bottom-width: 2px;
	opacity: 0.92;
}

#nav li:hover ul,
#nav li.iehover ul {
	visibility: visible;
}
#nav ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: normal;
	border-bottom: 1px solid #23425B;
	background: none;
}
#nav ul li:last-child {
	border-bottom: 0;
}
#nav ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 5px 0;
	white-space: normal;
	color: #fff;
}
#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a {
	text-decoration: none;
}
#nav li ul li a:hover,
#nav li.current_page_item ul li a:hover,
#nav li ul li.current_page_item a {
	color: #00ADEE;
}

#nav li.nav-start {
	background: transparent url(images/nav-start.gif) no-repeat left top; 
	width: 2px;
	height: 34px;
}
#nav li.nav-end {
	background: transparent url(images/nav-end.gif) no-repeat right top; 
	width: 2px;
	height: 34px;
	float: right;
}

/* NAVIGATION CATEGORIES
========================================== */
#sub-navigation {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url('images/bg-sub-navigation.png') repeat-x left bottom;
	background-color: #E6E6E6;
}
#sub-navigation .container {
	height: 35px;
	overflow: visible;
}

#sub-nav {
	padding: 6px 0 6px 0;
	overflow: visible;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#sub-nav li {
	display: block;
	position: relative;
	float: left;
	white-space: nowrap;
	border-left: 1px solid #CCCCCC;
	padding: 0 0;
	text-shadow: 0 1px 1px #fff;
}
#sub-nav li.first {
	border-left: 0;
}
#sub-nav li a {
	display: block;
	line-height: 100%;
	float: left;
	padding: 5px 10px 6px;
	font-weight: normal;
}
#sub-nav li.current-cat a,
#sub-nav li.current-cat-parent a {
	color: #333;
	background-color: #CCCCCC;
}

/* RSS */
#sub-nav li.rss {
	float: right;
	margin-right: 10px;
	padding: 0;
	border: 0;
	background-color: transparent !important;
}
#sub-nav li.rss a {
	background-color: transparent !important;
	padding: 0;
}

/* DROP DOWN */
#sub-nav li ul {
	width: 120px;
	height: auto;
	display: block;
	background-color: #F6F6F6;
	position: absolute;
	visibility: hidden;
	float: none;
	top: 23px;
	left: -1px;
	margin: 0;
	padding: 4px 10px 5px;
	z-index: 2;
	border: 1px solid #CCCCCC;
	border-top: 0;
}

#sub-nav li a:hover,
#sub-nav li:hover a,
#sub-nav li:hover,
#sub-nav li.iehover {
	color: #00ADEE;
	background-color: #F6F6F6;
	text-shadow: none;
}
#sub-nav li:hover ul li a {
	color: #333;
	background-color: transparent;
}
#sub-nav li:hover ul,
#sub-nav li.iehover ul {
	visibility: visible;
}

#sub-nav li ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
	border-bottom: 1px solid #CCCCCC;
	background: none;
}
#sub-nav li ul li:last-child {
	border-bottom: 0;
}
#sub-nav li ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 5px 0;
	white-space: nowrap;
}
#sub-nav li ul li:hover,
#sub-nav li ul li a:hover,
#sub-nav li ul li.current-cat a {
	color: #00ADEE;
	text-shadow: none;
	background-color: transparent;
}

/* @end */

/* @group Content */

/* CONTENT
========================================== */
#content {
	clear: both;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

/* fixes other content inside content box */
#content #content {
	background: transparent;
	width: auto;
	padding: 20px;
	margin: 0;
	border: 0;
}

#content h2 {
	padding: 0 0 5px;
}
#content h2 a, 
#content h2 a:link, 
#content h2 a:visited,
#content h3 a, 
#content h3 a:link, 
#content h3 a:visited {
	color: #000;
	text-decoration: none;
}
#content h2 a:hover,
#content h3 a:hover {
	color: #00ADEE;
	text-decoration: none;
}
#content h3 {
	padding-top: 5px;
}

#content ul {
	list-style-type: none;
}
#content ul, #content ol {
	padding: 0 0 20px;
}
#content ul li,
#content ol li {
	background: url('images/bullet.gif') no-repeat 15px 9px;
	padding: 3px 0 3px 30px;
}

#content ul ul {
	padding: 0;
}
#content ol { 
	margin-left: 30px;
}
#content ol li {
	padding-left: 0;
	background-image: none;
}

img.right,
img.align-right,
img.alignright {
	float: right;
	margin: 0 0 5px 10px;
	display: inline;
}
img.left,
img.align-left,
img.alignleft {
	float: left;
	margin: 0 10px 5px 0;
	display: inline;
}
img.centered { 
	display: block;
	margin: 0 auto 5px;
}
img.wp-smiley { border: none; }
.alignright { float: right; }
.alignleft { float: left; }

/* POST
========================================== */
#content .post,
#content .post-nav,
#comments,
#respond {
	clear: both;
	padding: 20px 24px 0;
	height: 100%;
	overflow: auto;
	background-color: #fff;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#content .post-content a {
	color: #00ADEE;
}
#content .post-content a:hover,
#content .post-content a:active {
	text-decoration: underline;
}

#content .post-content img {
	max-width: 440px;
}

#content .post a.more-link {
	padding: 1px 4px;
	padding-right: 10px;
	background: url('images/icon-more.png') no-repeat right center;
	text-decoration: none;
}
#content .post a.more-link:hover {
	color: #fff;
	background-color: #00ADEE;
	text-decoration: none;
}

#content .post-title h2 {
	margin-bottom: 10px;
}
#content .post-title p,
#content .post-title a {
	color: #aaa;
}
#content .post-title p {
	font-size: 90%;
	font-weight: normal;
	padding: 0;
	text-transform: uppercase;
}
#content .post-title p.post-edit {
	padding-bottom: 0;
	float: right;
}

#content .post-footer p,
#content .post-footer a {
	color: #999;
}
#content .post-footer a:hover {
	color: #00ADEE;
}
#content .post-footer span.post-comments {
	float: right;
}

#content .post table {
	background-color: #fff;
	border-collapse: collapse;
	border: 1px solid #EAEAEA;
	border-width: 1px 0 1px 1px;
	border-left-width: 3px;
}
#content .post table th {
	border: 1px solid #EAEAEA;
	border-width: 0 1px 0 0;
}
#content .post table td {
	border: 1px solid #EAEAEA;
	border-width: 0 1px 0 0;
}

/* NEXT AND PREVIOUS POST NAVIGATION
========================================== */
#content .post-nav {
	clear: both;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	background: transparent;
	border: 0;
}
#content .post-nav a:hover {
	color: #00ADEE;
}
#content .post-nav .previous {
	text-align: left;
	float: left;
}
#content .post-nav .next {
	text-align: right;
}

/* POST PAGES LINKS
========================================== */
#content p.pagenav {
	clear: both;
}
#content p.pagenav,
#content .pagenav a,
#content .pagenav a:link,
#content .pagenav a:visited {
	color: #000;
}

#content .pagenav a,
#content .pagenav span {
	border: 1px solid #EAEAEA;
	margin: 0 2px 0;
	padding: 3px 5px 4px;
	display: inline;
}
#content .pagenav span.extend {
	border: 0;
	padding: 0;
}

#content .pagenav a {
	text-transform: lowercase;
	background-color: #F3F3F3;
	text-decoration: none;
	line-height: 50%;
}
#content .pagenav a:hover {
	border-color: #BDAEB4;
	text-decoration: none;
}
#content .pagenav span.current {
	background-color: #fff;
}

/* @end */

/* @group Comments */

/* COMMENTS
========================================== */
#comments,
#respond {
	background: #F2F2F2;
	padding: 10px;
}

#comments.tabberlive {
	margin-left: 0;
	padding: 0;
}
#content #comments.tabberlive .tabbertab {
	padding: 0 0 10px 0;
}

#comments ol.comment-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#comments ol.comment-list li.comment {
	padding: 0 10px;
	background-color: #F2F2F2;
	border-bottom: 1px solid #ccc;
}

/* COMMENT AUTHOR NAME */
#comments ol.comment-list li.comment .comment-author {
	font-size: 100% !important;
	margin-top: 0 !important;
}
#comments ol.comment-list li.comment .comment-author cite {
	font-weight: bold;
	font-style: normal;
}

/* COMMENT GRAVATAR */
#comments ol.comment-list li.comment .comment-author img.avatar {
	/*float: right;*/
}

/* COMMENT META */
#comments ol.comment-list li.comment .comment-meta {
	font-size: 90%;
	padding-left: 5px;
	float: right;
	text-transform: uppercase;
}
#comments ol.comment-list li.comment .comment-meta a {
	color: #999;
	font-weight: normal;
}

/* ODD COMMENT */
#comments ol.comment-list li.comment.odd {
	
}
/* AUTHOR COMMENT */
#comments ol.comment-list li.comment.bypostauthor {
	background-color: #fff;
}

/* COMMENT CONTENT */
#comments ol.comment-list li p {
	padding: 0 0 10px;
}
#comments ol.comment-list li blockquote,
#comments ol.comment-list li code,
#comments ol.comment-list li pre {
	margin: 0 0 10px;
}

/* RESPOND FORM
========================================== */
#respond #cancel-comment-reply {
	float: right;
	overflow: hidden;
}

#content #respond p {
	padding-bottom: 0;
}
#respond form {
	padding: 10px;
}
#respond form textarea {
	width: 446px;
}
#respond form input.button {
	border: 0;
	background-color: #333;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
}
#respond form input.button:hover {
	background-color: #00ADEE;
}

/* LEGACY COMMENTS
========================================== */
#comments .comment-wrap {
	height: 100%;
	overflow: auto;
	margin: 0 0 0 0;
	padding: 10px 10px 0;
	clear: both;
	border: 1px solid #ddd;
	border-top: 1px solid #fff;
}

#comments .comment-wrap img.avatar {
	margin: 0;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#comments .comment-wrap .comment-left {
	width: 62px;
	padding: 0 10px 10px 0;
	float: left;
}

#comments .comment-wrap .comment-right {
	width: auto;
	padding: 0 0 5px 0;
	display: block;
	height: 100%;
	overflow: auto;
}

#comments .comment-wrap .comment-right a {
	text-decoration: none;
}

#comments .comment-wrap .comment-right a:hover {
	text-decoration: none;
}

#comments .comment-wrap .comment-right cite {
	margin: 0;
	font-style: normal;
	display: block;
	height: 100%;
	overflow: auto;
}
#comments .comment-wrap .comment-right cite b {
	float: left;
}
#comments .comment-wrap .comment-right cite a {
	color: #000;
}
#comments .comment-wrap .comment-right cite a:hover {
	color: #00ADEE;
}
#comments .comment-wrap .comment-right cite small {
	font-size: 90%;
	padding-left: 5px;
	float: right;
	text-transform: uppercase;
}
#comments .comment-wrap .comment-right cite small a {
	color: #999;
	font-weight: normal;
}

#comments .comment-wrap .comment-right p {
	padding: 5px 0;
	clear: both;
}

#comments .comment-wrap .comment-right blockquote,
#comments .comment-wrap .comment-right code,
#comments .comment-wrap .comment-right pre {
	margin: 5px 0;
	clear: both;
}

#comments .alt {
	background-color: transparent;
}

#comments .author {
	background-color: #fff;
}

/* @end */

/* @group Sidebar */

/* MAIN SIDEBAR
========================================== */
#sidebar-1 {
	width: 160px;
}
#sidebar-2 {
	width: 220px;
}
#sidebar-3 {
	width: 380px;
}

#content .sidebar {
	font-size: 90%;
	padding: 10px;
	margin: 0 0 10px 10px;
	clear: both;
	height: 100%;
	overflow: hidden;
	background-color: #F2F2F2;
	border-bottom: 1px solid #ccc;
}

#sidebar-1 {
	position: relative;
	right: 500px;
}
#sidebar-1 .sidebar {
	margin-left: 0;
	margin-right: 10px;
}

#sidebar-2 .sidebar form#search-form input.text {
	width: 127px;
}

#content .sidebar h3,
#comments h3,
#respond h3,
#comments ol.comment-list li.comment .comment-author {
	display: block;
	width: auto;
	background: url('images/bg-groove.png') repeat-x left bottom;
	background-color: #F2F2F2;
	margin: -10px -10px 8px -10px;
	padding: 5px 10px;
	padding-bottom: 8px;
	font-size: 120%;
	text-shadow: 0 1px 0 #fff;
	border: 0;
}
#content .small h4 {
	padding: 5px 0 0;
}
#content .small p {
	padding-right: 0;
	padding-bottom: 5px;
	margin: 0;
	color: #666;
}

#content .sidebar a:link,
#content .sidebar a:visited {
	color: #666;
}
#content .sidebar a:hover,
#content .sidebar a:active {
	color: #00ADEE;
	text-decoration: none;
}

#content .sidebar p a,
#content .sidebar p a:visited {
	color: #00ADEE;
}
#content .sidebar p a:hover,
#content .sidebar p a:active {
	color: #00ADEE;
	text-decoration: underline;
}

#content .small ul {
	padding: 0;
}
#content .small ul li {
	color: #000;
	line-height: 125%;
	padding-left: 10px;
	background-position: 0 8px;
}
#content .small ul li a:link,
#content .small ul li a:visited {
	text-decoration: none;
}

#content .small ul li a:hover,
#content .small ul li a:active {
	text-decoration: none;
}

#content .small ul li ul {
	display: none;
}
#content .small ul li.current_page_item ul {
	display: block;
}
#content .small ul li.current_page_item,
#content .small ul li.current_page_item a {
	font-weight: bold;
}
#content .small ul li.current_page_item ul li a {
	font-weight: normal;
}

#content .small ul li ul {
	border: 0;
}
#content .small ul li input,
#content .small ul li select {
	margin-bottom: 0;
}

#content .small ul li span.recent_date {
	padding-left: 3px;
	font-size: 80%;
	font-weight: bold;
	color: #888;
}
#content .sidebar ul li a:hover {
	text-decoration: none;
}
#content .small ul ul {
	border: 0;
	padding: 0;
}
#content .small ul ul li {
	border: 0;
	padding: 3px 0;
	background: url('images/bullet.gif') no-repeat 3px center;
	padding-left: 14px;
}

/* @end */

/* @group Widgets */

/* ADS WIDGET
========================================== */
#content .sidebar.ads {
	padding: 0;
	background: none;
	border: 0;
}
#content #sidebar-home .sidebar.ads img {
	float: left;
	margin: 2px 1px 2px 2px !important;
	padding: 0 !important;
}

/* FLICKR RSS WIDGET
========================================== */
#content .sidebar .flickrtable {
	float: left;
	clear: none;
	margin-right: 0;
	list-style-type: none;
}
#content .sidebar .flickrtable li {
	background: transparent;
	margin: 0;
	padding: 0;
}
#content .sidebar .flickrtable a img {
	margin: 4px;
	padding: 5px;
	border: 1px solid #E7E7E7;
	background-color: #fff;
}

/* SEARCH WIDGET
========================================== */
form#search-form {
	height: 23px;
	margin: 0;
	position: relative;
	margin-top: 10px;
}

form#search-form input.text,
form#search-form label.overlabel-apply {
	font-size: 100%;
}

form#search-form input.text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 13px;
	padding: 4px 3px 4px 4px;
	margin: 0;
	z-index: 0;
}
form#search-form input.button-search {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	display: block;
	line-height: 100%;
	width: 55px;
	height: 23px;
	border: 0;
	font-size: 90%;
	text-align: center;
	background-color: #00ADEE;
	color: #fff;
	cursor: pointer;
}
form#search-form input.button-search:hover {
	background-color: #333;
}
form#search-form label.overlabel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
form#search-form label.overlabel-apply {
	display: block;
	color: #666;
	position: absolute;
	top: 7px;
	left: 5px;
	margin: 0;
	z-index: 1;
	cursor: text;
	line-height: 90%;
	text-transform: lowercase;
}

/* CALENDAR WIDGET
========================================== */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #333;
	text-align: right;
}
#wp-calendar td {
	padding: 3px;
}
#wp-calendar th {
	color: #333;
	font-size: 80%;
	padding-left: 0;
	padding-right: 0;
}
#wp-calendar a {
	font-weight: bold;
}

#wp-calendar tfoot td {
	text-align: left;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar td#today {
	background-color: #f3f3f3;
}

/* @end */

/* @group Tabs */

/* TABBED WIDGETS
========================================== */
/* hide the non-active tab content */
.tabberlive .tabbertabhide {
	display: none;
}
/*
.tabber = before the interface is set up
.tabberlive = after the interface is set
*/
.tabber {
	margin-right: 1px;
	margin-top: 0;
}
.tabberlive {
	margin: 0 0 10px 10px;
}
#content .tabberlive .sidebar {
	margin: 0;
	padding: 8px 10px 10px !important;
}
#content .tabberlive ul,
.tabberlive ul li {
	padding: 3px 0;
}
#content .tabberlive .sidebar ul {
	padding: 0;
}
#content .tabberlive .sidebar ul li {
	background: none;
	padding: 1px 0;
}
#content .tabberlive .sidebar ul li ul {
	display: block;
	padding-left: 10px;
}
/*
ul.tabbernav = the tab navigation list
li.tabberactive = the active tab
*/
#content ul.tabbernav li.tabberactive a {
	color: #00ADEE !important;
	background-color: #F6F6F6 !important;
}

#content ul.tabbernav {
	background: url('images/bg-groove.png') repeat-x left bottom;
	background-color: #F2F2F2;
	padding: 0 0 2px 0px;
	height: 100%;
	overflow: auto;
}
#content ul.tabbernav li {
	background: none;
	font-size: 90%;
	text-transform: uppercase;
	line-height: 175%;
	margin: 0;
	margin-right: 0px;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
}
#content ul.tabbernav li a {
	color: #333;
	background-color: transparent;
	padding: 3px 10px 3px;
	text-decoration: none;
	display: block;
	float: left;
	white-space: nowrap;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
#content ul.tabbernav li a:link {
	color: #333;
}
#content ul.tabbernav li a:hover {
	color: #00ADEE;
	text-decoration: none;
}
#content ul.tabbernav li.tabberactive a {
	
}
#content ul.tabbernav li.tabberactive a:hover {
	color: inherit;
	cursor: default;
}
/*
.tabbertab = the tab content
Add style only after the tabber interface is set up (.tabberlive)
*/
#content .tabberlive .tabbertab {
	padding: 10px 20px;
	padding-left: 0;
	padding-right: 0;
}
/* hide the heading since its on the tab */
#content .tabberlive .tabbertab h2,
#content .tabberlive .tabbertab h3 {
	display: none;
}

/* @end */

/* @group Footer */

/* FOOTER
========================================== */
#footer {
	clear: both;
	background-color: #0D171F;
	border-top: 1px solid #ccc;
}
#footer .sidebar,
#footer .tabberlive {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#footer .grid {
	padding: 20px 0;
}
#footer .grid .sidebar {
	float: left;
	clear: none;
	width: 177px;
	padding: 0 20px;
	background: transparent;
	border: 0;
}
#footer .grid .sidebar p,
#footer .grid .sidebar ul {
	padding-bottom: 0;
}
#footer .grid .sidebar p,
#footer .grid .sidebar h1,
#footer .grid .sidebar h2,
#footer .grid .sidebar h3,
#footer .grid .sidebar h4,
#footer .grid .sidebar h5,
#footer .grid .sidebar h6,
#footer .grid .sidebar a,
#footer .grid .sidebar a:visited {
	color: #999;
}
#footer .grid .sidebar a:hover {
	color: #00ADEE;
}
#footer .grid .sidebar h3 {
	padding: 0 0 3px;
	margin: 0 0 3px;
	background: none;
	text-shadow: none;
	font-size: 100%;
	color: #ccc;
}
#footer .grid .sidebar ul li {
	line-height: 125%;
	padding: 3px 0;
	background: none;
}
#footer .grid .sidebar.first-child,
#footer .grid .sidebar:first-child {
	border: 0;
}

/* CREDITS
========================================== */
#credits {
	clear: both;
	width: 100%;
	padding: 10px 0 0;
	background-color: #11202B;
	border-top: 1px solid #1B364A;
}

#credits p {
	padding: 0 10px 10px;
	margin: 0;
	color: #999;
	font-size: 90%;
}

#credits a,
#credits a:visited {
	color: #999;
}

#credits a:hover,
#credits a:active {
	color: #00ADEE;
}

#credits ul.nav {
	padding: 0 10px 10px;
	text-align: left;
	font-size: 90%;
	float: right;
}

#credits ul.nav li {
	color: #999;
	margin: 0;
	display: inline;
}

#credits ul.nav li a {
	display: inline;
	margin: 0;
	padding: 0 5px 0 4px;
	border-right: 1px solid #666;
}
#credits ul.nav li a,
#credits ul.nav li a:visited {
	
}
#credits ul.nav li a:hover,
#credits ul.nav li a:active {
	
}
#credits ul.nav li a.top {
	border: 0;
	padding-right: 0;
}

/* @end */