/*
Theme Name: All Speeds v2.0
Theme URI: http://www.allspeeds.net
Description: Portfolio and blog for Chad Gowan of All Speeds.
Version: 2.0
Author: Chad Gowan
Author URI: http://www.allspeeds.net
Tags: ajax, blue, brown, orange, fixed width, multiple columns, widgets
*/
/*
Color Key:
Dark Brown       : #1b0c01
Med. Brown       : #351802
Light Brown      : #672e04
Dark Blue        : #2e576b
The Blue         : #3399cc
Light Blue       : #d4ebf7
Orange           : #cc6633
*/
 
@import "css/reset-fonts.css";	/* RESET BROWSERS TO START IN THE SAME PLACE - YUI 2.7.0 http://yuiblog.com/assets/pdf/cheatsheets/css.pdf */
@import "css/forms.css";		/* FORMS */

/* GENERAL
************************************************/
html, body { 
	background-color:#351802;
}
body {
	color:#fff;	
	text-shadow:#000 0 0 0; /* To fix goofiness in safari */
}
/* ANCHORS
************************************************/
a, a:visited {
	color:#3399cc; 
	text-decoration:none;
}
a:hover {  
	color:#cc6633; 
	text-decoration:underline;
}
.rss {
	padding:2px 0;
	padding-left:22px;
	background:url(images/icon_rss.png) no-repeat 0 0;
	line-height:146.5%;
}
a.rss:hover {
	background-position:0 -19px;
}
.check {
	padding-bottom:3px;
	padding-left:18px;
	background:url(images/icon_check.png) no-repeat 0 -1px;
	line-height:146.5%;
}
a.check:hover {
	background-position:0 -32px;
}
.zoom { 
	padding-left:25px;
	background: url(images/icon_zoom.png) no-repeat 0 50%;
}
.icon {
	margin:0 auto;
	width:25px;
	height:25px;
	display:block; 
	text-indent:-9999px !important;
	padding:0 !important;
	background-position:2px 2px;
	outline:0;
}
a.read-more, a.more-link {
	display:block;
	width:100px;
	height:25px;
	text-indent:-9999px;
	background:url(images/icon_read-more.gif) no-repeat right 0;
	clear:both;
	float:right;
	padding:0;
	outline:none;
}
a.read-more:hover, a.more-link:hover {
	background-position:right -30px;
}
/* CLEARING ELEMENTS
************************************************/	
div.clearer { 
	clear: both; 
	height: 0; 
	line-height: 0; 
}
hr { 
	border:none;
	color:#672e04;
	clear:both;
	height:2px;
	background:url(images/hr_310.png) no-repeat center;
	width:310px;
	margin:20px auto;
}
/* POSITIONING
************************************************/	
.aligncenter, .center {
	text-align: center;
}
.aligncenter, img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 0 0 4px 8px;
	display: block;
}
.alignleft {
	float: left;
	margin: 0 8px 4px 0;
	display: block;
}
.gallery a img, .wp-caption {
	background-color: #351802;
	border-top: 1px solid #1b0c01;
	border-right: 1px solid #672e04;
	border-bottom: 1px solid #672e04;
	border-left: 1px solid #1b0c01;
	padding: 3px;
	text-align: center;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.gallery a img:hover, .wp-caption:hover {
	padding: 2px;
	border: 2px solid #3399cc;
}
.wp-caption a img, .wp-caption a img:hover {
	padding: 4px 0px 0px;
	border: 0 none;
}
.wp-caption .wp-caption-text {
	margin: 4px 0 2px;
	font-size:93%;
	font-family:Georgia, serif;
}
.hidden {
	display:none; 
}
/* COMMON TAGS, SPECIAL STYLES
************************************************/
p, address { 
	padding:0 0 10px 10px;
}
strong {
	font-weight:bold;
}
q, em {
	font-style:italic;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:underline;
}
sup, sub {
	position: relative;	
}
sup {
	bottom:1ex;
}
sub {
	top:.5ex;
}
acronym, abbr {
	border-bottom-width:thin;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	cursor:help;
}
abbr.published {
	border:none!important;
}
code {}
/* HEADERS
************************************************/
h1, h2, h3, h4, h5, h6 {
	letter-spacing:-1px;
	margin-bottom:10px;
	padding:0;
	font-family:Georgia, serif;	
	font-style:italic;
	font-weight:bold;
}
h1 {
	font-size:197%; /*26px*/
	color:#cc6633;
	padding-bottom:3px;
	background:url(images/bg_headers.png) no-repeat 0 -14px;
	margin-bottom:20px;
}
h2 {
	font-size:167%; /*22px*/
	color:#3399cc;
}
h2 a { 
	padding-bottom:8px;
	background:url(images/bg_headers.png) no-repeat 0 20px;
	line-height:1.4;
}
h2 a:hover {
	text-decoration:none;
	background-position: 0 -20px;
}
h3 {
	font-size:153.9%; /*20px*/
	color:#3399cc;
}	
h4 {
	font-size:138.5%; /*18px*/
	color:#3399cc;
}
h5 {
	font-size:123.1%; /*16px*/
	color:#3399cc;
}
h6 {
	font-size:123.1%; /*16px*/
	color:#3399cc;
	text-align:center;
}
/* LISTS
************************************************/
ul, ol, dl {
	padding-bottom:20px;
}
ul {
	margin-left:.75em;
	/*margin-right:.5em;*/
}
li ul {
	padding-bottom:0px;
	margin-left:.75em;
}
ol {
	margin-left:3em;
	margin-right:.5em;
}
ol li {
	padding:10px 0 10px 20px;
	list-style-type:decimal;
}
ol.type-A li { 
	list-style-type:upper-alpha !important;
}
dl {
	margin-left:.75em;
	margin-right:.5em;
}
dt {
	font-weight:bold;
}
dd {
	background:url(images/bullet_arrow.png) no-repeat 0 1.5em; 
	padding:15px 0 15px 20px;
}
ul.bullet_arrow {
	padding-bottom:0;
}
ul.bullet_arrow li {
	background:url(images/bullet_arrow.png) no-repeat 0 1.2em;
	padding:10px 0 10px 15px;
	border-bottom:1px solid #000;
	border-top:1px solid #672e04;
}
ul.bullet_arrow li.first {
	border-top:none;
}
ul.bullet_arrow li.last {
	border-bottom:none;
}
ul.bullet_star li {
	 background:url(images/bullet_star.png) no-repeat 0 1em;
	 padding:10px 0 10px 20px;
}
ul.multi-column {
	width:300px;
}
ul.multi-column li {
	float:left;
	width:10em;
}
#recent-posts li a {
	border-right:1px solid #fff;
	font-weight:bold;
	padding-right:5px;
	margin-right:5px;
}
/* QUOTATIONS
************************************************/
blockquote {
	margin:0 auto;
	/*background:url(images/blockquote_l.gif) no-repeat left 10px; */
	font-style:italic;
}	
blockquote p {
	padding:10px 45px 10px 60px;
}
blockquote > p:last-child {	
	/*background:url(images/blockquote_r.gif) no-repeat right 80%;*/
}
/*blockquote .leader {
	font:40px "Times New Roman", Times, serif;
	font-weight:bold;
	color:#ccccff;
	float:left;
	margin:0 4px 4px 4px;
	padding-bottom:4px;
}*/
/* CONTAINERS & NAVIGATIONS
************************************************/
.wrapper {
	width:960px;
	margin:0 auto;
overflow: hidden;
}
#header, #content, #footer {
	width:100%;
	margin:0 auto;
}
#header {
	background:url(images/bg_header_sm.png) repeat-x;
}
#home #header {
	height:220px;
	background:url(images/bg_header.png) repeat-x;
}
#content {
	background:url(images/bg_content.png) repeat-x;	
	padding-top:20px;
	padding-bottom:60px;
}
#footer {
	background:url(images/bg_footer.png) repeat-x;
}
#content_wrap {
	width:630px;
	float:left;
	padding-right:10px;
}
#home #content #content_wrap, #work #content #content_wrap, #work-category #content #content_wrap {
	width:640px;
	float:left;
	padding-right:0;
	background:url(images/vr.png) no-repeat right 85%;
}
#work #content #content_wrap, #work-category #content #content_wrap {
	background-position:right top;
}
#sidebar {
	width:310px;
	float:left;
	padding-left:10px;
	font-size:93%; /*12px*/
}
#home #sidebar {
	padding-top:90px;
}
#header h1#logo {
	width:410px;	
	height:112px;
	margin:0;
	padding:0;
	float:left;
	background:none;
}
#header h1#logo a {
	display:block;
	width:410px;	
	height:112px;
	margin:0;
	padding:0;
	line-height:0;
	background:url(images/all-speeds_logo_sm.png) no-repeat;
	text-indent:-9999px;
	outline:0;
}
#header h1#logo a:hover {
	background-position:0 -115px;
}
#home #header h1#logo {
	width:410px;	
	height:220px;
	margin:0;
	padding:0;
	float:left;	
}
#home #header h1#logo a {
	display:block;
	width:410px;	
	height:220px;
	margin:0;
	padding:0;
	line-height:0;
	background:url(images/all-speeds_logo.png) no-repeat;
	text-indent:-9999px;
	outline:0;
}
#home #header h1#logo a:hover {
	background-position:0 -220px;
}
#header #header_right {
	float:left;
}
#header #intro {
	width:500px;	
	height:120px;
	margin:0;
	padding:0;
	padding-left:50px;
}
#header #intro a {
	display:block;
	width:500px;	
	height:120px;
	margin:0;
	padding:0;
	line-height:0;
	background:url(images/intro.png) no-repeat;
	text-indent:-9999px;
	outline:0;
}
/* Navigation */
ul#nav, ul#nav li {
	margin:0;
	padding:0;
}
ul#nav {
	width:460px;
	height:55px;
	background:url(images/bg_nav.png) no-repeat;
	margin-top:5px;
	margin-left:80px;
}
ul#nav li {
	width:115px;
	height:55px;
	float:left;
}
ul#nav li a {
	height:55px;
	display:block;
	outline:none;
	text-indent:-9999px;
	overflow:hidden;
}
ul#nav li.work a {
	background:url(images/bg_nav.png) no-repeat;
}
ul#nav li.work a:hover, ul#nav li.work a:focus, ul#nav li.work a:active, ul#nav li.work a.current {
	background-position:0 -55px;
}
ul#nav li.about a {
	background:url(images/bg_nav.png) no-repeat -115px 0;
}
ul#nav li.about a:hover, ul#nav li.about a.current {
	background-position:-115px -55px;
}
ul#nav li.blog a {
	background:url(images/bg_nav.png) no-repeat -230px 0;
}
ul#nav li.blog a:hover, ul#nav li.blog a.current {
	background-position:-230px -55px;
}
ul#nav li.contact a {
	background:url(images/bg_nav.png) no-repeat -345px 0;
}
ul#nav li.contact a:hover, ul#nav li.contact a.current {
	background-position:-345px -55px;
}
/* Standard Boxes (Rounded Corners) */
.sbox {
	margin-bottom:30px;
}
.sbtop, .sbtop div, .sbbot, .sbbot div { 
	width:100%; 
	height:5px; 
	font-size:1px;
}
.sbtop { 
	background:url(images/sbtop.png) repeat-x; 
	text-align:left; 
}
.sbtop div { 
	background:url(images/sbtop_l.png) no-repeat top left; 
}
.sbtop div div { 
	background:url(images/sbtop_r.png) no-repeat top right; 
}
.sbbot { 
	background:url(images/sbbot.png) repeat-x;
}
.sbbot div { 
	background:url(images/sbbot_l.png) no-repeat bottom left;
}
.sbbot div div { 
	background:url(images/sbbot_r.png) no-repeat bottom right;
}
.sbcontentwrap { 
	background:#351802 url(images/sb_l.png) repeat-y; 
	width:100%; 
}
.sbcontent { 
	background:url(images/sb_r.png) repeat-y right; 
	width:100%;
}
.sbcontent ul {	
	padding-right:.75em;
}
.tabbed .sbcontent ul {
	margin-left:0;
}
div.sbcontent ul.multi-column {
	padding-right:0;
}
.portfolio-item {
	width:310px;
	float:left;
	margin-bottom:20px;
	padding-right:10px;
}
.portfolio-meta {
	font-family:Georgia, serif;
	font-style:italic;
	font-size:93%; /*12px*/
}
.portfolio-meta .category {
	font-weight:bold;
}
.portfolio-item .sbox {
	margin-bottom:5px;
}
#portfolio-desc {
	padding-top:60px;
	padding-right:10px;
}
.portfolio-item ul.multi-column {
	width:310px;
	margin:10px 0;
}
.portfolio-item ul.multi-column li {
	width:10em;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:10px;
	font-size:93%;/*12px*/
	font-weight:bold;
	font-family:Georgia, serif;
	font-style:italic;
	border-bottom:1px solid #672e04;
	background-position: 3px 9px;
}
.featured_overlay, .recent_overlay {
	position:absolute;	
	top:-4px;
	left:-4px;
	width:86px;
	height:86px;
	z-index:1003;
	text-indent:-9999px;
}
.featured_overlay {
	background:url(images/overlay_featured.png) no-repeat;
}
.recent_overlay {
	background:url(images/overlay_recent.png) no-repeat;
}
/* slideViewer
************************************************/
.portfolio_slider_wrap {
	position:relative;
	width:300px;
	height:170px;
	margin:0 auto;
}
/*preload classes*/ 
.svw {
	width:300px;
	height:170px;
	background:#351802;
	margin:0 auto;
	/*border:3px solid #a39586;*/
}
img.ldrgif {
	margin:0 auto;
	width:32px;
	height:32px;
	display:block;
	padding-top:76px;
}
.svw ul {
	position:relative;
	left:-999em;
}
/*core classes*/ 
.stripViewer { 
	position:relative; 
	overflow:hidden;  
	/*border:3px solid #a39586;*/
} 
.stripViewer ul {
	margin:0; 
	padding:0; 
	position:relative; 
	/*left:0; 
	top:0; 
	width:1%;*/ 
	list-style-type:none;
} 
.stripViewer ul li {  
	float:left;
}
.stripTransmitter { 
	background-color:#1b0c01;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1002;
	opacity:.8;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	display:none;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, serif;
	font-size:123.1%;/*16px*/
	/*overflow:auto;*/
	/*width:1%;*/ 
} 
.stripTransmitter ul { 
	margin:0; 
	padding:2px 1px 2px 2px; 
	position:relative; 
	list-style-type:none;  
	float:right;
} 
.stripTransmitter ul li{ 
	width:20px; 
	float:left; 
	margin:0 1px 0 0;
	padding:0; 
	opacity:1.0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;	
} 
.stripTransmitter li a {
	text-align:center;
	line-height:25px;
	background:#3399cc; 
	color:#fff !important; 
	text-decoration:none !important; 
	display:block;
	outline:none;
	padding-bottom:2px;
} 
.stripTransmitter a.zoom, .stripTransmitter a.television {
	float:left;
	margin:1px 0;
	margin-left:2px;
}
.stripTransmitter li a:hover, .stripTransmitter li a.current { 
	background:#cc6633; 
	color:#fff; 
}
#footer {
	font-family:Georgia, serif;
	font-style:italic;
	font-size:93%; /*12px*/
}
#footer .wrapper {
	padding:60px 0;
	background:url(images/hr_940.png) no-repeat center top;
}
ul#footer-nav, ul#footer-meta {
	margin-bottom:20px;
}
ul#footer-meta li {
	float:left;
	padding-right:20px;
}
ul#footer-nav li {
	float:left;
	text-transform:lowercase;
}
ul#footer-nav li a, ul#footer-nav li.current a {
	border-right:2px solid #d4ebf7;
	font-size:123.1%;/*16px*/
	font-weight:bold;
	padding-right:10px;
	margin-right:10px;
	outline:none;
}
ul#footer-nav li.current a {
	color:#cc6633;
}
ul#footer-nav li.last a {
	border-right:none
}
#footer a#wordpress {
	width:94px;
	height:94px;
	display:block;
	outline:none;
	text-indent:-9999px;
	background:url(images/logo_wordpress.png) no-repeat;
	float:right;
	margin-right:20px;
}
.entry-head {
	font-family:Georgia, serif;
}
.entry-head .entry-date {
	background:url(images/bg_entry-date.png) no-repeat;
	float:left;
	width:80px;
	height:80px;
	font-weight:bold;
	text-align:center;
	padding-top:8px;
}
.entry-head .entry-date .month {
	text-transform:uppercase;
}
.entry-head .entry-date .month, .entry-head .entry-date .year {
	position:relative;
	left:-1px;
}
.entry-head .entry-date .day {
	display:block;
	color:#3399cc;
	font-size:300%;
	position:relative;
	top:-5px;
}
.entry-head .entry-title {
	float:left;
	width:550px;
}
.entry-head .entry-title h2 {
	float:left;
	max-width:495px;
	padding-right:10px;
}
.entry-head .entry-comments {
	float:left;
	display:block;
	width:45px;
	height:40px;
	position:relative;
	top:-10px;
}
.entry-head .entry-comments a {
	text-align:center;
	padding-top:6px;
	display:block;
	font-weight:bold;
	width:45px;
	height:34px;
	background:url(images/bg_entry-comments.png) no-repeat;
	color:#fff;
}
.entry-head .entry-comments a:hover {
	color:#fff;
	background-position: 0 -41px;
	text-decoration:none;
}
.entry-head .entry-categories {
	font-style:italic;
	font-size:93%;/*12px*/
	margin-top:10px;
	clear:both;
}
.entry-head .entry-categories .meta-prep {
	font-weight:bold;
}
.entry-content {
	padding-bottom:30px;
	padding-left:70px;
}
#blog-navigation {
	margin-top:10px;
	clear:both;
}
#blog-navigation a.older-entries {
	float:left;
	display:block;
	width:115px;
	height:23px;
	text-indent:-9999px;
	background:url(images/icon_older-entries.gif) no-repeat;
	margin-right:10px;
}
#blog-navigation a.previous-entries {
	float:left;
	display:block;
	width:140px;
	height:23px;
	text-indent:-9999px;
	background:url(images/icon_previous-entries.gif) no-repeat;
}
#blog-navigation a.top {
	float:right;
	display:block;
	width:55px;
	height:40px;
	text-indent:-9999px;
	background:url(images/icon_top.gif) no-repeat;
}
#blog-navigation a.older-entries:hover, #blog-navigation a.previous-entries:hover {
	background-position:0 -32px;
}
#blog-navigation a.top:hover {
	background-position:0 -39px;
}
/* jQuery TABS
***********************************************/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Georgia, serif;
    font-size:93%; /*12px*/
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position:relative;
    left:-10px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 10px;
    min-width: 90px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0;
    background: url(images/bg_tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #fff;
    font-weight: bold;
    /*line-height: 1.2;*/
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 2px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 90px; /* IE 6 treats width as min-width */
    min-width: 90px;
    height: 20px; /* IE 6 treats height as min-height */
    min-height: 20px;
    padding-top: 12px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
	color:#3399cc;
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -32px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #672e04;
    padding: 1em 10px;
    background: #351802; /* declare background color for container to avoid distorted fonts in IE while fading */
    font-family:Arial,sans-serif;
    font-size:93%; /*12px*/
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(images/loading.gif) no-repeat 0 50%;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
#twitter .sbox {
	margin-bottom:0px;
}
#twitter p {
	padding:5px 10px;
}
#twitter abbr {
	padding:0 10px 0 0;
	text-align:right;
	display:block;
	font-size:77%;
}
#twitter img {
	float:right;
	margin-bottom:20px;
}
.tabbed .sbtop { 
	background:url(images/rbtop.png) repeat-x; 
	text-align:left; 
}
.tabbed .sbtop div { 
	background:url(images/rbtop_l.png) no-repeat top left; 
}
.tabbed .sbtop div div { 
	background:url(images/rbtop_r.png) no-repeat top right; 
}
.tabbed .sbbot { 
	background:url(images/rbbot.png) repeat-x;
}
.tabbed .sbbot div { 
	background:url(images/rbbot_l.png) no-repeat bottom left;
}
.tabbed .sbbot div div { 
	background:url(images/rbbot_r.png) no-repeat bottom right;
}
.tabbed .sbcontentwrap { 
	background:#351802 url(images/rb_l.png) repeat-y;
}
.tabbed .sbcontent { 
	background:url(images/rb_r.png) repeat-y right;
}
#sidebar .ui-tabs-panel {
    border-top:none;
    background: transparent;
}
#sidebar-blog-tabs .ui-tabs-nav a {
    position: relative;
    top: 6px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
#sidebar-blog-tabs .ui-tabs-nav a span {
    width: 90px; /* IE 6 treats width as min-width */
    min-width: 90px;
    height: 35px; /* IE 6 treats height as min-height */
    min-height: 35px;
    padding-top: 0;
    padding-right: 0;
}
#sidebar-blog-tabs .ui-tabs-nav a, #sidebar-blog-tabs .ui-tabs-nav  a span {
    background: url(images/bg_blog_tabs.png) no-repeat 0 0 ;
	text-indent:-9999px;
}
#sidebar-blog-tabs .ui-tabs-nav #sidebar-blog-categories a, #sidebar-blog-tabs .ui-tabs-nav #sidebar-blog-categories a span {
    background: url(images/bg_blog_tabs.png) no-repeat -100px 0;
	text-indent:-9999px;
}
#sidebar-blog-tabs .ui-tabs-nav #sidebar-blog-archives a, #sidebar-blog-tabs .ui-tabs-nav #sidebar-blog-archives a span {
    background: url(images/bg_blog_tabs.png) no-repeat -200px 0;
	text-indent:-9999px;
}
#sidebar-blog-tabs .ui-tabs-nav .ui-tabs-selected a span, #sidebar-blog-tabs .ui-tabs-nav a:hover span, #sidebar-blog-tabs .ui-tabs-nav a:focus span, #sidebar-blog-tabs .ui-tabs-nav a:active span {
    background-position: 0px -35px;
}
#sidebar-blog-tabs .ui-tabs-nav #sidebar-blog-categories.ui-tabs-selected a span, #sidebar-blog-tabs .ui-tabs-nav #sidebar-blog-categories a:hover span, #sidebar-blog-tabs .ui-tabs-nav #sidebar-blog-categories a:focus span, #sidebar-blog-tabs .ui-tabs-nav #sidebar-blog-categories a:active span {
    background-position: -100px -35px;
}
#sidebar-blog-tabs .ui-tabs-nav #sidebar-blog-archives.ui-tabs-selected a span, #sidebar-blog-tabs .ui-tabs-nav #sidebar-blog-archives a:hover span, #sidebar-blog-tabs .ui-tabs-nav #sidebar-blog-archives a:focus span, #sidebar-blog-tabs .ui-tabs-nav #sidebar-blog-archives a:active span {
    background-position: -200px -35px;
}
.commentlist {
	margin:0;
	padding:0;
}
.commentlist .comment {
	border-bottom:1px solid #1b0c01;
	padding:10px 5px;
}
.commentlist li.even {
	background-color:#351802;	
}	
.commentlist li.odd {
	background-color:#672e04;
}	
.commentlist li.bypostauthor {
	background-color:#3399cc;
}
.commentlist li.bypostauthor .comment-meta a {
	color:#2e576b;
}
.commentlist .comment-meta {
	margin-bottom:15px;
}
.commentlist .comment-meta a {
	text-decoration:none;
	color:#cc6633;
}
.commentlist .comment-meta span {
	padding:0 7px;
	margin:0;
}
.commentlist .comment-meta span.comment-author a {
	font-weight:bold;
}
.commentlist .comment-meta .comment-author, .commentlist .comment-meta .comment-date {
	border-right:1px solid #2e576b;
}