/*
Theme Name: Haiku Ewe
Theme URI: http://mindfaucet.com
Template: comicpress
Description: Custom ComicPress Child Theme
Author: Tyler Martin
Author URI: http://mindfaucet.com/
Version: 1.0
*/


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


/* STANDARD TAGS */

body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	color: #fff;
	background: #009900 url('images/background.jpg') top center repeat-x;
}

a {
color: #81ad00;
}

	a:hover {
	color: #ffff00;
	}

/* PAGE */

.entry img {
	border: 2px solid #fff;
}

	.entry img.wp-smiley {
		border: none;
	}
	
#page-wrap, .comic.archive #page-wrap, .home.paged #page-wrap {
background: url('images/logo.png') center top no-repeat;
}
	
.home #page-wrap, .comic #page-wrap {
background: url('images/tree.png') center top no-repeat;
}

#page {
width: 900px;
}

hr {
	clear: both;
	color: #81ad00;
	background: #81ad00;
}

/* THE HEADER */

#header {
	height: 80px;
	width: 500px;
}

	#header a {
		color: #eee;
	}

	#header .description {
	display: none;
	}

	#header h1, #header h1 a {
	width: 550px;
	height: 80px;
	padding: 0;
	margin: 0;
	display: block;
	text-indent: -9999px;
	}

.home #header, .home #header h1, .home #header h1 a, .comic #header, .comic #header h1, .comic #header h1 a {
	height: 50px;
}

	
/* THE COMIC */

#comic {
width: 400px;
height: 400px;
padding: 45px 77px 0 63px;
margin: 0 0 0 60px;
float: left;
background: url('images/polaroid.png') no-repeat;
}

#comic-foot {
width: 540px;
height: 95px;
margin: 0 0 0 60px;
background: url('images/polaroid.png') 0 -445px no-repeat;
}


#subcontent-wrapper-head {
height: 50px;
background: url('images/blog-sidebar.png') no-repeat;
}

#subcontent-wrapper {
padding: 0 34px 0 55px;
background: url('images/blog-sidebar.png') -900px 0 repeat-y;
}

#subcontent-wrapper-foot{
height: 30px;
background: url('images/blog-sidebar.png') 0 -50px no-repeat;
}

.narrowcolumn {
padding: 0;
}

.nav {
display: none;
}

h2, h2 a, h2 a:hover {
font-family: 'Comic Sans MS';
margin: 0 0 5px 0;
color: #fff;
}

#sidebar-right {
padding: 0 5px 5px 5px;
color: #333;
}

#sidebar-right  h2{
font-family: 'Comic Sans MS', sans-serif;
letter-spacing:  0;
text-align: center;
font-size: 24px;
line-height: 24px;
letter-spacing: -1px;
margin: 20px 0 10px 0;
padding: 0;
}

#sidebar-right  li {
margin: 5px 0;
}

#sidebar-right ul li a {
color: #003100;
font-size: 16px;
text-align: center;
display: block;
font-weight: bold;
letter-spacing: -1px;
}

#sidebar-right a:hover {
color: #009900;
}

#footer a {
color: #ffff00;
}

#footer a:hover {
text-decoration: underline;
}

p.footer {
	display: none;
}

#blogheader {
display: none;
}

.cpcal-cals {
color:#333;
}


/* COMMENT LINK */

.comment-link {
	height: 25px;
	line-height: 20px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	text-align: right;
}

	.comment-link a {
		padding: 0 5px 0 0;
	}
		
	.comment-balloon {
		width: 30px;
		height: 23px;
		padding-top: 2px;
		display: block;
		float: right;
		overflow: hidden;
		text-align: center;
		line-height: 15px;
		font-size: 15px;
		font-weight: bold;
		background: url('images/comment-balloon.png') no-repeat;
		color: #003100;
	}
	
		.comment-link a:hover .comment-balloon {
			color: #003100;
			background-position: 0 -25px;
		}
		
	.comment-balloon-empty {
		font-size: 20px;
		line-height: 30px;
		}
