/*
Theme Name: ComicPress Laughing Boy
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: William J. Clark
Author URI: http://laughingboycomics.com/
Version: 1.0
NOTE: When writing CSS in either Companion or the Child Theme, you put the CHANGES only, not the entire CSS.  
*/

@import url("../comicpress/style.css");

/* STANDARD TAGS */

body {
	background: #ffffff;
	padding: 0;
}

#page {
	width: 980px;
	border: solid 0px #000;
}

#content-wrapper, #footer {
	background: #fff;
}

.layout-standard .narrowcolumn, .layout-v .narrowcolumn {
	width: 700px;
}

#header {
	width: 980px;
	height: 127px;
	background: #fff url('http://laughingboycomics.com/images/amy_header.png') top center no-repeat;
	overflow: hidden;
        float: right;
}

#header h1 {
	padding: 0;
}

#header h1 a {
	display: block;
	width: 980px;
	height: 188px;
	text-indent: -9999px;
}
#header .description {
	display: none;
}

#menubar-wrapper {
        text-transform: uppercase;

}
h2.post-title {
        color: #F59BBB;
        background: #ffffff;
        border-bottom: 2px solid #F59BBB;
}

a {
	color: #ffffff;
        
}

a:hover {
	color: #F59BBB;
}

.post-info h2 a { 
        color: #F59BBB; 
        padding: 5px 5px 1px 5px;
} 

.post-info h2 
        a:hover { 
        color: #8C549B; 
}
.post-info h2 {
        line-height: auto; 
} 
