/*
Theme Name: ComicPress Joe Funnies
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Philip M. Hofer
Author URI: http://frumph.net/
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

@import url("../comicpress/style.css");

/* STANDARD TAGS */

body {
	background: url('images/background.png') repeat;
	color: #ccc;
        font-family:"Verdana",Serif;
}


a {
	color: #fff;
}

a:hover {
	color: #f00;
}

#page-wide {
	width: 800px;
}

#sidebar-left, #sidebar-right {
	width: 200px;
}

.narrowcolumn {
	width: 370px;
	padding: 0;
}

#sidebar-aboveheader {
	height: 30px;
	width: 800px;
	background: url('images/above-header.png') top center no-repeat;
	margin: 0 auto;
	margin-top: 20px;
}

#sidebar-aboveheader .widget {
	float: left;
}

	#sidebar-aboveheader .widget a {
		text-indent: -9999px;
		height: 30px;
		display: inline-block;
		zoom: 1;
		float: left;		
	}
	
	#sidebar-aboveheader .widget a.abhome {
		width: 57px;
	}

	#sidebar-aboveheader .widget a.ababout {
		width: 60px;
	}
	
	#sidebar-aboveheader .widget a.abarc {
		width: 48px;
	}
	
	#sidebar-aboveheader .widget a.abstore {
		width: 63px;
	}

	#sidebar-aboveheader .widget a.ablinks {
		width: 60px;
	}

	#sidebar-aboveheader .widget a.abcontact {
		width: 77px;
	}

#text-429147372 {
	width: 130px;
	height: 91px;
	padding: 5px 0 0 0;
	position: relative;
	zoom: 1;
	display: inline-block;
	margin-left: -44px;
	margin-top: -3px;
}

#header {
	background: url('images/header.jpg') top center no-repeat;
	height: 142px;
	width: 800px;
}

#header h1, #header .description {
	display: none;
}

#content-wrapper {
	background: #272727;
}

#comic-head, #comic-foot {
	padding: 0;
}

#footer {
	height: 137px;
	background: url('images/footer.gif') center center no-repeat;
	color: #fff;
	padding: 0;
	margin-bottom: 20px;
}

	#footer a {
		color: Yellow;
	}

	#footer a:hover {
		color: #fff;
	}
	
	#footer p {
		margin: 0;
		padding: 10px 0;
	}

#blogheader {
	border: 0;
	height: 25px;
	background: url('images/blogheader.png') no-repeat;
}