/*
File:			custom.css
Description:	Custom Skin for Jim Olsen @ jimolsenguitar.com
Author: 		Greg Rickaby (www.gregrickaby.com)
*/

/* ----- HEADER ----- */
.custom #header {
	border: none;
	margin-bottom: -30px;
}
.custom #header #logo {
	background-color: #000;
	background-image: url(images/top_logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 150px;
	margin-right: -7px;
	margin-left: -7px;
}
.custom #header #tagline {
	text-indent: -9999px;
}
/* ----- CONTENT BOX ----- */
.custom #content {
	background-color: #FFF;
}
.custom #content_box {
}
.custom #column_wrap {
	background: none;
}
/* ----- POST BOX ----- */
.post_box, .teasers_box, .full_width #content_box .page {
	margin-top: 0pt;
	margin-right: 2.3em;
	margin-bottom: 0pt;
	margin-left: 1.1em;
}
.post_box {
	padding-top: 0.2em;
}

/* Background / Border Tweaks */
.custom .post, .custom .teasers_box {
	border: none;
}
.custom .prev_next, .bypostauthor .format_text, .custom #archive_info, .custom #trackback_list {
	border: none;
}
.custom #footer, .custom #footer a, .custom #footer a:active {
	border: none;
}
.custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom dl#comment_list dl dd .format_text {
	border: none;
}
.custom #sidebar_1, .custom #sidebar_2 {
	border: none;
}

.custom a {
	outline:none;
}
.custom ul#tabs {
	border:none;
}
.custom ul#tabs li {
	background:none;
	border:none;
}
.custom #image_box, .custom #custom_box, .custom #feature_box {
	background: none;
	border: none;
}
/* Text Tweaks */
.custom #tabs li a, .custom .prev_next, .custom #archive_info p {
	letter-spacing: normal;
	text-transform: none;
}
.custom .headline_meta {
	font-style: normal;
}
.custom .headline_meta span, .custom .headline_meta abbr, .custom .teaser abbr, .custom .teaser span {
	letter-spacing: normal;
	text-transform: none;
}
.custom .sidebar h3 {
	letter-spacing: normal;
	font-variant: normal;
}
.custom dl#comment_list dd p.reply a, .custom .comments_closed p {
	text-indent: -9999px;
}
.custom .bracket {
	display: none;
}
/* Nav Cursor Tweak */
.custom #tabs .current_page_item a, .custom #tabs .current-cat a {
	cursor: pointer;
}
