/* iheartbears.com v 2.0 styles */

/* reset */
@import url(http://yui.yahooapis.com/2.8.0r4/build/reset/reset-min.css);

/* main elements */
body{
	background:#fff;
	color:#000;
	font:14px/20px Helvetica, "Trebuchet MS", sans-serif;
}
p, textarea, button, input{margin-bottom:20px;}
a:link, a:visited{
	color:#fe0075;
	text-decoration:none;
}
a:hover, a:active{
	text-decoration:underline;
}
small{
	color:#999;
	font-size:10px;
}
em{font-style:italic;}
strong{font-weight:bold;}
#page{
}
#menu, #comic, #content-wrapper{
	margin:0 auto;
	padding:0 10px;
	width:940px;
}
.clear, .clear-margins{
	clear:both;
}

/* header */
#header{
	background:url(images/custom/header_bg.png) repeat-x -5% -20px;
	border-bottom:1px solid #eee;
}
#header h1{
	margin:0 auto;
	width:960px;
}
#header h1 a{
background:url(images/custom/header.png) no-repeat 0 0;
display:block;
height:120px;
text-indent:-9999px;
width:960px;
}

/* menu */
#menu{
	height:20px;
	padding:0 10px 30px;
}
#menu li{
	float:left;
	margin-right:20px;
	width:60px;
}
#menu li a:link, #menu li a:visited{
	background:#000;
	color:#fff;
	display:block;
	font-size:12px;
	height:16px;
	line-height:13px;
	padding-top:4px;
	text-align:center;
	text-decoration:none;
	width:60px;
}

#menu li a:hover, #menu li a:active{
	background:#fe0075;
}

/* comic-head */
#comic-head{
	left:50%;
	margin-left:170px;
	position:absolute;
	top:140px;
	width:300px;
}
#comicpress_buyprint-3 h2.widgettitle{
	display:none;
}
#comicpress_buyprint-3 .buythis{
	float:right;
}

/* comic */
#comic{
	padding:20px 0 40px;
	text-align:center;
	width:960px;
}

/* nav */
.nav{
	height:30px;
	margin-bottom:10px;
}
.nav div{
	float:left;
	margin-right:20px;
}
.nav div a:link, .nav div a:visited{
	background:#000;
	color:#fff;
	display:block;
	font-size:12px;
	height:13px;
	line-height:13px;
	padding-top:2px;
	text-align:center;
	text-decoration:none;
	width:60px;
}

.nav div a:hover, .nav div a:active{
	background:#fe0075;
}

/* content */
#content.narrowcolumn{
	float:left;
	width:620px;
}
h2, table#wp-calendar caption{
	border-bottom:1px solid #000;
	font:12px/20px Helvetica, "Trebuchet MS", sans-serif;
	height:20px;
	margin:0 0 19px;
	padding:0 1px;
}
.post-text h2{font-size:18px;}
.post-text{margin-bottom:20px;}
.post-text small{
	float:right;
}
.entry p{
	padding:0 1px;
}
h3{
	border-bottom:1px solid #999;
	color:#999;
	font:12px/20px Helvetica, "Trebuchet MS", sans-serif;
	height:20px;
	margin:0 0 19px;
	padding:0 1px;
}

/* comments */
.comment-link{
	font-size:12px;
	float:right;
}
.comment-balloon{display:none;}
button{
	background:#000;
	border:0;
	color:#fff;
	cursor:pointer;
	font-size:12px;
	height:20px;
	line-height:13px;
	padding:0 20px 0;
	text-align:center;
}
#commentform{font-size:12px;}
button:hover{background:#fe0075;}

/* sidebar */
#sidebar-right{
	float:right;
	width:300px;
}
.sidebar>ul>li{
	padding-bottom:40px;
}
div.comic-bookmark{
	height:40px;
}
body.page div.comic-bookmark, body.archive div.comic-bookmark, body.single-category-blog div.comic-bookmark{
	display:none;
}
table#wp-calendar{
	width:300px;
}
table#wp-calendar th, table#wp-calendar td{
	text-align:center;
}
table#wp-calendar td{
	background:#000;
	border:1px solid #fff;
	color:#fff;
	line-height:28px;
}
table#wp-calendar td a:link, table#wp-calendar td a:visited{
	background:#fe0075;
	color:#fff;
	display:block;
}

/* footer */
#footer{
	background:url(images/custom/header_bg.png) repeat-x -5% -100px;
	border-top:1px solid #eee;
	margin-top:20px;
	padding:40px 0;
}
#footer p{
	margin:0 auto;
	text-align:center;
	width:940px;
}
