/*
Theme Name: Distance To Here
Theme URI: http://www.distancetohere.com/
Description: Distance To Here Theme for Wordpress
Version: 1.0
Author: Joshua Wood
Author URI: http://www.distancetohere.com/
Tags: dth, custom header, fixed width, two columns, widgets

	Distance To Here v1.0
	 http://www.distancetohere.com/

	This theme was designed and built by Joshua Wood,
	whose blog you will find at http://www.distancetohere.com/
	
	Copyright (c) 2009 all rights reserved

*/

/* #############################################
# File: reset.css
############################################# */

/* v1.0 | 20080212 */

* {
   padding:0;
   margin:0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #############################################
# File: layout.css
# Author: Joshua Wood
############################################# */

* html, body {
	margin:0;
	padding:0;
	width:100%;
}
body {
	font-family:Lucida Grande, Lucida, Sans-Serif;
	font-size:12px;
	line-height:1.5em;
}

/* Html Elements */

p {
	margin:1.2em auto;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; line-height:1.3em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 28px; }

h2 { font-size: 26px; }

h3 { font-size: 22px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

blockquote, pre
{
	margin: 20px;
	padding: 20px;
	line-height: 1.8em;
}

ul,ol {
	margin:0 20px;
	padding:10px;
	line-height: 1.8em;
	list-style-position: inside;
}

	ul {
		list-style:circle;
	}

	ol {
		list-style:decimal;
	}

blockquote, pre { border: 1px solid; }

code {
	display:block;
	margin: 20px;
	padding: 10px;
	
	border: 1px dotted;
	
	line-height: 1.8em;
}

pre, code { overflow:scroll; }

ins { font-weight: bold; }

abbr, acronym { cursor: help; }

input {
	padding:3px;
}

/* Extra styles */

.underline-h2 {
	margin:0 0 20px 0 !important;
	padding:0 !important;
	font-size:15px;
	line-height:30px;
}


/* Structure
############################################# */

#screen {
	margin:0;
	padding:0;
	width:100%;
}

div#page {
	padding:0;
	margin:0;
	text-align:left;
}

.page-width,
#page,
#main {
	width:940px;
}

div#header {
	height:100px;
}

	img#logo {
		float:left;
		width:500px;
		height:100px;
		margin-left:-100px;
	}
	
	#search {
		position:relative;
		float:right;
		margin-top:15px;
		height:67px;
		width:320px;
	}
	
		.search-inner {
			padding:0px 10px;
		
		}
		
		#twitter {
			position:absolute;
			bottom:-9px;
			right:0;
			width:64px;
			height:64px;
		}
		
		#twitter img {
			border:0;
			width:64px;
			height:64px;
		}
		
		input.search {
			width:250px;
			margin-top:18px;
			padding:5px;
			padding-left:28px;
			
			border:3px solid;
			font-size:12px;
		}
		
		#sb.btn {
			border:0;
			width:40px;
			padding:5px;
			font-size:12px;
			font-weight:bold;
		}

#nav_container {
	height:28px;
	margin-bottom:10px;
	border-top:1px solid;
	border-bottom:1px solid;
}

	ul#nav {
		list-style:none;
		margin:0;
		padding:0;
	}

		ul#nav li {
			margin:0;
			padding:0;
			display:block;
			float:left;
			height:28px;
			line-height:28px;
			margin-right:1px;
		}

		ul#nav li a {
			line-height:28px;
			padding:6px 15px 6px 15px;

			font-size:13px;
		}

		ul#nav li a:hover { }

#topMenu {
	height:26px;
	margin:0 auto;
	border-bottom:1px solid;
	position:relative;
	z-index:9999;
}

	ul#topnav {
		list-style:none;
		margin:0;
		padding:0;
	}

		ul#topnav li {
			margin:0;
			padding:0;
			display:block;
			float:left;

			line-height:26px;
			font-size:10px;
			margin-right:1px;
		}
		
		ul#topnav a {
			display:block;
			height:26px;
			line-height:26px;
			margin:0;
			padding:0px 15px;
		}

			ul#topnav a:hover {
				padding-bottom:7px;
				margin-bottom:-7px;
			}

		ul#topnav li.current_page_item a {
			padding-bottom:7px;
			margin-bottom:-7px;
		}

#main {
	float:left;
}

	.main {
		float:left;
		width:100%;
	}

	#content {
		float:left;
		width:620px;
		z-index:999;
	}

		.content {
			padding:20px;
		}

	.site_rss {
		display:inline;
		float:right;
		padding-left:21px;
		margin:20px;
		font-size:10px;
	}

/* Featured Content
############################################# */

#features {
	overflow:hidden;
	width:auto;
	height:210px;
	margin:0;padding:0;
	margin-bottom:10px;
}

	.features {
		width:auto;
		height:190px;
		margin:10px;
	}
	
	.featured-post {
		float:left;
		width:500px;
	}

	.featured-post-inner {
		padding:15px;
		line-height:1.3em;
	}

	#realtime {
		display:block;
		float:right;
		width:400px;
		height:157px;
		overflow:hidden;
		position:relative;
		top:12px;
		right:12px;
	}

		.realtime {
		}
	
		#realtime h2 {
			height:28px;
			line-height:28px;
			position:relative;
			margin:0 !important;
			padding:5px !important;
			font-size:16px;
		}

		.realtime-syndicate {
			float:right;
			position:absolute;
			top:10px;
			right:15px;
			z-index:999;
		}
		
		#realtime .widget {
			margin:0 !important;
			padding:0 !important;
		}
		
		#realtime .badge {
			margin:0 !important;
			padding:0 !important;
			margin-top:-18px !important;
		}
		
		#realtime .badge_list {
			margin:0 !important;
			padding:0 !important;
		}
		
		#realtime .badge_site {
			width:389px;
			height:21px;
			line-height:21px;
			overflow:hidden;
			white-space:nowrap;
			line-height:21px;
			padding:3px !important;
			padding-left: 5px !important;
			font-size:10px;
		}
		
		#realtime .badge_site img {
			vertical-align:middle;
			margin-right:5px !important;
		}

/* Posts
############################################# */

.post {
}
	
	#content .post {
		padding:20px;
		margin-bottom:10px;
	}

	.post-calendar {
		display:block;
		float:left;
		width:41px;
		height:52px;
		
		margin-right:8px;
		margin-top:3px;
	}
	
	.post-image {
		margin:0px 0 10px 0;
		border:5px solid;
	}

	.post-heading {
		display:block;
	}

		.post h2.post-title {
			display:inline;
			line-height:1em;
			margin:0;padding:0;
			font-size:24px;
		}

			.post h2.post-title,
			.post h2.post-title a,
			.post h2.post-title a:visited {
				font-size:24px;
			}

			.post h2.post-title a:hover { }
	
	.post-calendar-month {
		display:block;
		float:left;
		width:41px;
		height:14px;
		line-height:16px;
		text-align:center;
		font-family:Arial, Sans-Serif;
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
	}

	.post-calendar-day {
		display:block;
		float:left;
		width:41px;
		height:38px;
		line-height:25px;
		text-align:center;
		font-family:Arial, Sans-Serif;
		font-size:20px;
		font-weight:bold;
	}
	
	.post-info {
		padding:5px;
	}
	
	.post-author,
	.post-date,
	.post-comments,
	.post-trackbacks,
	.post-permalink {
		float:left;
		height:16px;
		line-height:16px;
		margin-right:5px;
	}
	
	.post-author {
		font-size:12px;
	}
	
	.post-date {
		padding-left:21px;
		font-size:12px;
	}
	
	.post-comments {
		padding-left:21px;
		font-size:12px;
	}
	
	.post-permalink {
		padding-left:21px;
		font-size:12px;
	}

	.post-trackbacks {
		padding-left:21px;
		font-size:12px;
	}
	
	.post-body {
		margin:10px 0;
	}
	
	#postmetadata {
		padding:10px;
		border:1px solid;
	}
	
	.postmetadata {
		font-size:.9em;
	}
		.postmetadata a { }
		.postmetadata a:hover { }
	
	span.post-divider {
		display:block;
		margin:20px 15px 5px 15px;
		border-top:1px solid;
	}
	
	div#postNav {
		padding:10px;
	}
		div#postNav .previous { float:left; }
		div#postNav .next { float:right; }
		
		div#postNav .previous a {
			display:block;
			width:85px;
			height:27px;
		}
		div#postNav .next a {
			display:block;
			width:85px;
			height:27px;
		}
	
/* Comments
############################################# */

#comments {
	margin:0 20px;
}

	h2.commh2{
		font-size: 1.5em;
		padding: 0 0 5px;
		margin: 0 0 15px 0;
		font-weight:bold !important;
	}
	ol.commentlist{
		margin: 10px 0 20px;
		padding: 0;
		list-style: none;
		font-size: 12px;
		line-height: 20px;
	}
	ol.commentlist p{
		margin-bottom:10px;
		line-height: 20px;
	}
	ol.commentlist cite{
		font-style: normal;
		font-weight: bold;
	}
	ol.commentlist li{
		padding: 20px 20px 0 20px;
	}
	ol.commentlist li.alt{
		padding: 20px 20px 0 20px !important;
		border:0;	
	}
	#comment {
		width: 100%;
	}

	/*========= THREADED COMMENTS =========*/

	ol.commentlist .comment-meta{
		font-size:0.8em;
	}
	ol.commentlist li .avatar { 	
		float:left;
		border: 3px solid;
		margin-right: 10px;
	}

	ol.commentlist li{
		border:0;
		margin:10px 0 10px;
		padding:20px 20px 0 20px;
	}

	.commentlist li ul li {
		margin-left:10px;
		margin-right:-5px;
	}

	ol.commentlist li .reply {
		padding:0 0 5px 0;
	}

	#respond p{
		margin-bottom:10px;
		line-height: 20px;
	}

#comment-form {
	margin:20px 15px;
	padding:15px;
}

	#comment-form h3 {
		width:100%;
		margin:-15px 0 20px -15px;
		padding:5px 15px;
		font-size:1.8em;
	}
	
	#comment-form input.text,
	#comment-form textarea {
		width:auto;
		padding:5px;
	}
	
	#comment-form input.text {
		width:300px;
	}
	
	#comment-form textarea {
		width:525px;
	}
	
	#comment-form label {
		display:block;
		float:left;
		padding:5px;
		margin-right:5px;
		width:70px;
		font-weight:bold;
		border-bottom:1px dotted;
	}
	
	#comment-form span {
		font-size:0.9em;
		font-style:italic;
	}
	
	#comment-actions { }
	
		#comment-actions #submit {
			float:left;
		}
		
		#comment-actions #fbc_login {
			margin:0;
			padding:0;
			float:right;
			margin-left:10px;
			margin-top:1.5px;
		}
		
		#comment-actions #fbc_login span,
		#comment-actions #fbc_login br {
			display:none;
		}

/* Buttons
############################################# */
	
.btn {
	display:inline;
	width:auto;
	margin:0;
	padding:5px 10px;
	border:0;
	font-size:14px;
	font-weight:bold;
}
	.btn:hover {
		cursor:pointer;
	}

/* Sidebar
############################################# */

#sidebar {
	float:left;
	width:319px;
}

	.sidebar {
		padding:10px;
	}
	
	#sidebar .widget {
		width:auto;
		margin:0;
		padding:0 10px 10px 18px;
	}
	
	#sidebar .widget h2 {
		width:100%;
		margin:0;
		padding:16px 10px;
		padding-left:18px;
		margin-left:-18px;

		line-height:1.3em;
		font-size:1.4em;
		font-weight:bold;
	}
	
	#sidebar div.subcol {
		margin:0;
		padding:0;

		width:159px;
		float:left;
		overflow:hidden;
	}
	
		#sidebar div.subcol .widget {
			margin:0;padding:0;background:none;
			float:left;
			width:auto;
			overflow:hidden;
		}
	
		#sidebar div.subcol .widget h2 {
			background:none;
			width:160px;
			font-size:1.4em;
			margin:0;
			padding-top:16px;
			padding-bottom:16px;
		}
		
	#sidebar ul.links {
		list-style:none;
		margin-top:20px;
		padding:0 !important;
	}
			
	/* Start Menu-Style List */

	#sidebar div.menu-widget {
		padding:0 0 1px 18px;
	}
	
	#sidebar div.menu-widget h2 {
		width:auto;
		margin-bottom:1px;
	}

	#sidebar ul.menu {
		list-style:none;
		display:block;
		float:left;
		width:319px !important;
		margin:0;
		padding:0;
		margin-left:-18px;
	}

		#sidebar ul.menu li {
			list-style:none;
			display:block;
			float:left;
			width:319px !important;
			margin:0;
			padding:0;
			padding-left:18px;
			margin-left:-18px;
		}

		#sidebar ul.menu li a {
			display:block;
			width:auto;
			padding:10px;
			margin:0;
			margin-bottom:1px;
			padding-left:18px;

			text-decoration:none;
			font-size:12px;
		}

		#sidebar ul.menu li a:hover { }

		#sidebar ul.menu li a span {
			display:block;
			text-decoration:none;
			font-size:10px;
		}
		
		#sidebar ul.menu li.cat_feed {
			font-weight:bold;
		}

	/* End Menu-Style List */

	/* Start Flickr */
	
	#flickr div.flickr_badge_image img {
		float:left;
		margin:3px;
		border:0;
		width:55px;
		height:55px;
		border:5px solid;
	}
	
	#flickr {
		padding-top:10px;
	}
	
	/* End Flickr */

/* Footer
############################################# */

#footer {
	text-align:left;
	padding:0;
	font-size:10px;
}
	#footer a { }

	#footer a:hover { }

	.copyright {
		float:left;
		text-align:left;
	}
	
	.poweredby {
		float:right;
		text-align:right;
	}
	
span.clear {
	display:block;
	clear:both;
}
/* #############################################
# File: effects.css
# Author: Joshua Wood
############################################# */

/* filter:alpha(opacity=80); /* for IE */
/* opacity:0.8; /* CSS3 standard */

#main {
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#sidebar {
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#features {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

	#features .features {
		border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
	}

#search {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
}

	#search input.search {
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
	#sb.btn {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

/* Buttons
############################################# */
	
.btn {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Comments
############################################# */
	
ol.commentlist li {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	
#comment-form {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

	#comment-form h3 {
		border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		
		border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
	}
	
	#comment-form input.text,
	#comment-form textarea {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}/* #############################################
# File: palette.css
# Author: Joshua Wood
############################################# */

body {
	background:#000 url(images/bg/bg_3.png) repeat-x 0 156px;
	color:#333;
}

a,
a:link,
a:active,
a:visited {
	color:#b74242;
	text-decoration:none;
}

a:hover {
	color:#660000;
}

h1 {
	color:#333;
}

ul, ol, blockquote, pre
{
	color: #555555;
}
blockquote, pre, code { background-color: #f9f9f9; border-color: #bbbbbb; }
ins { text-decoration: none; color: #555555; }
del { color: #555555; }


/* Extra styles */
.underline-h2 {
	color:#000;
	background:url(images/underline-h2.gif) repeat 0 0;
}

/* Main Structure
############################################# */

#screen { }

div#page { }

div#header {
	background:#000 url(images/header_bg.png) repeat-x 0 0;
}

	img#logo {
		background:url(images/logo-1.png) no-repeat 0 0;
	}
	
	#search {
		background-color:#333;
	}

		input.search {
			background:#666 url(images/search_input_bg.png) no-repeat 0 50%;
			border-color:#999;
			color:#e0e0e0;
		}
		
		#sb.btn {
			background:#666;
		}
	
	#twitter {
		background:url(images/twitter_icon.png) no-repeat 0 0;
	}

#nav_container {
	background: url(images/nav_bg.png) repeat-x 0 0;
	border-top-color:#333;
	border-bottom-color:#666;
}

	ul#nav li {
		background: url(images/nav_item.png) repeat-x 0 0;
	}

	ul#nav li a {
		background: url(images/nav_item.png) repeat-x 0 0;
		color:#000;
	}

	ul#nav li a:hover {
		background: url(images/nav_item_over.png) repeat-x 0 0;
		color:#FFF;
	}

#topMenu {
	background: #333;
	border-color:#999;
}
	
	ul#topnav a {
		background: #666;
		color:#FFF;
	}

		ul#topnav a:hover {
			background: url(images/topnav-active.png) repeat-x 50% 100%;
			color:#000;
		}

	ul#topnav li.current_page_item a {
		background: url(images/topnav-active.png) repeat-x 50% 100%;
		color:#000;
	}

#main .site_rss {
	background: url(images/icons/rss.png) no-repeat 0 50%;
}

/* Featured Content
############################################# */

#features {
	background: url(images/opacity/55.png) repeat 100% 0;
}

	.features {
		background: url(images/opacity/75.png) repeat 100% 0;
	}

	.featured-post {
	}

	.featured-post-inner {
	}

	#realtime {
		border:5px solid #fff;
	}

	.realtime {
		border:1px solid #CCC;
		border-right:2px solid #CCC;
	}
	
	#realtime  h2 {
		background-color:#666;
		border-bottom:2px solid #B2B2B2;
		color:#000;
	}

	.realtime-syndicate {
	}
	
	#realtime .badge {
		background-color:#333;
	}
	
	#realtime .badge_site {
		background-color:#e0e0e0;
		border-bottom:2px solid #B2B2B2;
	}

/* Main Content
############################################# */

#main {
	background-color:#333;
}

	#content {
		background-color:#FFF;
	}

/* Posts
############################################# */

.post {
}

	#content .post {
		background:url(images/post-div.png) no-repeat 50% 100%;
	}

	.post-calendar {
		background: url(images/calendar_back.gif) no-repeat 50% 50%;
	}
	
	.post-image {
		border-color:#333;
	}

	.post-heading { }

		.post h2.post-title {
			color:#000;
		}

			.post h2.post-title,
			.post h2.post-title a,
			.post h2.post-title a:visited {
				color:#000;
			}

			.post h2.post-title a:hover {
				color:#666;
			}

	.post-calendar-month {
		color:#444;
	}

	.post-calendar-day {
		color:#666;
	}

	.post-info { }

	.post-date,
	.post-comments,
	.post-trackbacks,
	.post-permalink { }

	.post-date {
		background:url(images/icons/calendar_day.png) no-repeat 0 50%;
		color:#666;
	}

	.post-comments {
		background:url(images/icons/comments.png) no-repeat 0 50%;
		color:#000;
	}

	.post-permalink {
		background:url(images/icons/link.png) no-repeat 0 50%;
		color:#666;
	}

	.post-trackbacks {
		background:url(images/icons/trackback.png) no-repeat 0 50%;
		color:#666;
	}

	.post-body { }

	#postmetadata {
		background:#f4f4f4;
		border-color:#e0e0e0;
	}

	.postmetadata {
		color:#999;
	}
		.postmetadata a {
			color:#666;
		}
		.postmetadata a:hover {
			color:#333;
		}

	span.post-divider {
		border-color:#e0e0e0;
	}

	div#postNav { }
	
		div#postNav .previous a {
			background:url(images/post-previous.png) no-repeat 0 0;
		}
		div#postNav .next a {
			background:url(images/post-next.png) no-repeat 0 0;
		}

/* Sidebar
############################################# */

#sidebar {
	background:#CCC url(images/sidebar.png) repeat-y 0 0;
}

	.sidebar { }
	
	#sidebar .widget { }
	
	#sidebar .widget h2 {
		background:#e0e0e0 url(images/sidebar_bg.png) repeat-y 0 0;
	}
	
	#sidebar div.subcol { }
	
		#sidebar div.subcol .widget { }
	
		#sidebar div.subcol .widget h2 { }
	
		#sidebar div.subcol.fl .widget h2 {
			background:#e0e0e0 url(images/sidebar_bg.png) repeat-y 0 0;
		}
		
		#sidebar div.subcol.fr .widget h2 {
			background:#e0e0e0;
		}
		
	/* Start Menu-Style List */

	#sidebar div.menu-widget { }
	
	#sidebar div.menu-widget h2 { }

	#sidebar ul.menu { }

		#sidebar ul.menu li { }

		#sidebar ul.menu li a {
			background:#CCC url(images/sidebar.png) repeat-y 0 0;
			color:#000;
		}

		#sidebar ul.menu li a:hover {
			background:#f4f4f4 url(images/sidebar_bg_over.png) repeat-y 0 0;
		}

		#sidebar ul.menu li a span {
			color:#666;
		}
		
		#sidebar ul.menu li.cat_feed { }

	/* End Menu-Style List */

	/* Start Flickr */
	
	#flickr { }
	
		#flickr div.flickr_badge_image img {
			border-color:#FFF;
		}
	
	/* End Flickr */

/* Comments
############################################# */

#comments { }

	h2.commh2{
		color:#000;
	}
	
	ol.commentlist { }

		ol.commentlist li .avatar {
			border-color: #666;
		}

		ol.commentlist li.comment-author-joshuap {
			background:#999 !important;
			color:#FFF !important;
			border:0;
		}
			ol.commentlist li.comment-author-joshuap a {
				color:#FFF !important;
			}

		ol.commentlist li {
			background:#e0e0e0;
		}

		ol.commentlist li.alt {
			background:#f4f4f4;
		}

		ol.commentlist li .comment-body {

		}

	#comment-form {
		background-color:#f4f4f4;
		border:1px solid #e0e0e0;
	}

		#comment-form h3 {
			background-color:#e0e0e0;
		}

		#comment-form input.text,
		#comment-form textarea {
			background-color:#FFF;
			border:2px solid #e0e0e0;
		}
		
		#comment-form label {
			border-bottom-color:#CCC;
		}
		
/* Buttons
############################################# */

.btn {
	background:#e0e0e0;
	color:#333;
}
	.btn.dark {
		background:#333;
		color:#CCC;
	}
		.btn.dark:hover {
			background:#000;
			color:#FFF;
		}

/* Footer
############################################# */

#footer {
	color:#999;
}
	#footer a {
		color:#666;
	}

	#footer a:hover {
		color:#CCC;
	}

	.copyright { }

	.poweredby { }/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/

/*- SideTabs -*/

div#tabs {
	
}

div.idTabs {
	position:relative;
	width:auto;
	
	float:left;
	
	width:328px;
	height:34px;
	margin-bottom:1px;
	
	font-weight:bold;
	border-top:3px solid #333;
}

#sidebar ul.idTabs {
	position:absolute;
	list-style:none;
	display:block;
	width:327px !important;
	height:41px;
	margin:0;
	padding:0;
	font-size: 12px;
}
#sidebar ul.idTabs li{
	float: left;
	display:inline;
}
#sidebar ul.idTabs li a{
	float: left;
	display:inline;
	line-height: 34px;
	font-weight: bold;
	font-size: 11px;
	text-align:center;
	padding:0px 10px;
	display: block;
	margin: 0px;
	text-align: left;
}
#sidebar ul.idTabs li.last a{
	margin: 0
}
#sidebar ul.idTabs li a:hover,
#sidebar ul.idTabs .selected{
	text-decoration: none
}

#tabs ul.menu {
	margin:0;
}

/* Colors */

#sidebar div.idTabs {
	background:#999;
	color:#FFF;
	border-bottom:1px solid #333;
}

#sidebar ul.idTabs li a:hover,
#sidebar ul.idTabs .selected{
	color: #FFFFFF;
	background:#e0e0e0 url(images/heading-red.png) repeat-y 0 100%;
}
#sidebar ul.idTabs{
	/*background:#333 url(images/sidebar_bg.png) repeat-y 0 0;*/
	
	background:url(images/widgetheading-corner.png) no-repeat 100% 100%;
}

#sidebar ul.idTabs li{
	background: #CCC;
	color: #000;
}
#sidebar ul.idTabs li a {
	color: #000;
	border-right:1px solid #333;
}