/*
Theme Name: Tuna Carpaccio P.I.
Theme URI: http://mindfaucet.com
Template: comicpress
Description: A custom <a href="http://mindfaucet.com">Mind Faucet</a> theme.
Author: Tyler Martin
Author URI: http://mindfaucet.com/
Version: 1.0
*/

@import url("../comicpress/style.css");

body {
	color: #ccc;
	background: #000;
	font-family: Georgia, serif;
	font-size: 16px;
}

a {
	color: #961c0f;
}

	a:hover {
		color: #e6ac27;
	}

h2, h3 {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: normal;
}

h2, h2 a {
	font-size: 34px;
	line-height: 34px;
	letter-spacing: -3px;
	color: #b13d0d;
}

h2.page-title {
	font-size: 44px;
	line-height: 44px;
	letter-spacing: -4px;
	color: #b13d0d;
}

.sidebar h2 {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -2px;
	color: #3e4c51;
	padding: 10px 0;
}

#page {
	width: auto;
}

#header {
	height: 240px;
	background: url('images/header.jpg') center top no-repeat;
	border-bottom: 5px solid #961c0f;
}

.comic #header, .home #header {
	border: none;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	width: 1100px;
	height: 240px;
	margin: 0 auto;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/header.jpg') center top no-repeat;
}

.description {
	display: none;
}

#comic-head {
	padding: 0;
}

#comic img {
	max-width: none;
}

.layout-standard .narrowcolumn {
	width: 70%;
}

.sidebar {
	font-size: 16px;
}

	.sidebar a {
		color: #c56527;
	}
	
		.sidebar a:hover {
			color: #fabf26;
		}

#sidebar-right {
	width: 25%;
}

#sidebar-overcomic {
	padding: 0;
	background: url('images/header.jpg') center -240px no-repeat;
}

#sidebar-overcomic #comic_navi_wrapper {
	background: url('images/header.jpg') center -240px no-repeat;
}

#sidebar-undercomic {
	padding: 0;
	background: url('images/nav.jpg') center top no-repeat;
}

#sidebar-undercomic #comic_navi_wrapper {
	background: url('images/nav.jpg') center top no-repeat;
}

.navi {
	background: url('images/header.jpg') no-repeat;
}

#sidebar-undercomic .navi {
	background: url('images/nav.jpg') no-repeat;
}

#footer {
	text-align: left;
	padding-top: 40px;
	padding-left: 20px;
}

.post-content {
	padding-left: 20px;
}

#blogheader {
 height: 143px;
 background: url('images/blog.jpg') center 20px no-repeat;
}

#wp-paginav {
	margin-left: 20px;
}

.post-foot {
	padding-top: 40px;
}

#comment-wrapper {
	padding-left: 20px;	
}

.comment-link {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -2px;
}