/*
Theme Name: ComicPress Theater Hopper Child Theme
Theme URI: http://www.theaterhopper.com
Template: comicpress
Description: The website for Theater Hopper, the WebComic
Author: Tyler Martin, Philip M. Hofer, Tom Brazelton
Author URI: http://comicpress.org/
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");

/* Start Adding Modifications /overrides/ here */

body {
	background: #000 url('images/background.jpg') top center repeat-y;
}

#page {
	width: auto;
}

#page-wrap {
	width: auto;
	min-height: 1230px !important;
	min-width: 960px;
	margin: 0;
	padding: 0;
	background: url('images/header.jpg') no-repeat center top;
}

		#header {
			width: 960px;
			height: 208px;
			margin: 0 auto;
		}
		
			#logo {
				height: 208px;
				width: 379px;
				display: block;
				text-indent: -9999px;
				overflow: hidden;
				float: left;
			}
			
			#menu {
				width: 500px;
				height: 120px;
				float: left;
			}
			
				#menu a {
					height: 120px;
					width: 80px;
					display: block;
					float: left;
					text-indent: -9999px;
					overflow: hidden;
					background: url('images/menu.jpg') no-repeat;
					background-position: 0 120px;
				}
				
					#menu a.menu-about:hover {
						background-position: 0 0;
					}
					
					#menu a.menu-links:hover {
						background-position: -100px 0;
					}
				
					#menu a.menu-store:hover {
						background-position: -200px 0;
					}
					
					#menu a.menu-contact:hover {
						background-position: -300px 0;
					}
					
					#menu a.menu-thorum:hover {
						background-position: -400px 0;
					}
				
			#quote {
				width: 380px;
				height: 60px;
				padding: 20px 0 0 0;
				text-align: right;
				overflow: hidden;
				float: left;
			}	
			
		#content-wrapper {
			width: 960px;
			padding: 0 0 0 17px;
			margin: 0 auto;
		}
		
			.layout-standard .narrowcolumn, .layout-v .narrowcolumn {
				min-height: 1000px;
				width: 550px;
				padding: 0 10px;
			}

		#footer {
			padding: 0;
			height: 430px;
			background: #f00 url('images/footer.jpg') center top no-repeat;
		}
		
			#footer .footer-content {
				width: 940px;
				height: 264px;
				margin: 0 auto;
				padding: 30px 0 0 0;
				margin-bottom: 20px;
			}
			
			#footer-menu {
				font-size: 90%;
				letter-spacing:0.03em;
				margin-bottom: 10px;
			}
			
			#footer .footer-extra {
				width: 760px;
				margin: 0 auto;
				text-align: justify;
			}
			
#sidebar-left {
	width: 182px;
}

#sidebar-right {
	float: right;
	width: 182px;
	margin-right: 6px;
}

#wp-calendar-wrap {
	padding: 0;
	width: auto;
}

.blognav {
	margin-right: 20px;
}

.commentsrsslink {
	margin-right: 15px;
}

.post-blog .post-content, .post-comic .post-content, .post-page .post-content {
	background: #ebdbc1;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.post-foot {
	background: #bfa67f;
	height: 14px;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.post-author-gravatar {
	float: left;
	margin-right: 5px;
}

.entry {
	padding: 5px 10px;
}

#sidebar-overcomic {
	padding: 0;
	margin: 0;
}
	.ComicPressComicTitleWidget {
		font-size: 16px;
		font-weight:bold;
		margin: 0px 0px 3px 12px;
	}
	
/* calendar */

/* CALENDAR */

#wp-calendar-wrap {
	background: Transparent;
	border: none;
}

#wp-calendar {
	width: 170px;
}

#wp-calendar th {
	color: #705d3f;
	font-weight: normal;
	text-align: center;
	}

#wp-calendar caption {
	color: #705d3f;
	font-family: 'Georgia', sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	}

#wp-calendar td {
	color: #705d3f;
	min-width: 16px;
	padding: 0;
	text-align: center;
	border: 1px solid #705d3f;
	}

#wp-calendar a {
	color: #9a0000;
	display: block;
	text-decoration: none;
	background: #ebdbc1;	
	}
	
	#wp-calendar a:hover {

		color: #790102;
		background: #FFF;
		}

table#wp-calendar td {
	border-color: #705d3f;
}

/* SEARCH */


#s-search, .archive-dropdown {
	width: 137px;
	margin: 0;
	padding: 2px;
	color: #705d3f;
	font-family: 'Verdana', sans-serif;
	font-size: 110%;
	border: 1px solid #705d3f;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

	#s-search:hover {
		background: #eee;
		}

.sidebar button {
	margin: 0;
	padding: 0 0 0 2px;
	color: #705d3f;
	font-family: 'Verdana', sans-serif;
	font-size: 110%;
	background: #ebdbc1;
	border-width: 2px;
	border-style: solid;
	border-color: #705d3f;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	.sidebar button:hover {
		color: #FFF;
		cursor: pointer;
		background: #c8af86;
		}

/* footer widgets */

#text-436877525, #text-436877526 {
	float: left;
	display: inline-block;
	margin: 0px 5px;
}

.ComicPressSocialWidget {
float: left;
display: inline-block;
margin: 0px 5px;
}

#comicpresssocialwidget-3 {
margin-left: 12px;
}

.ComicPressCalendarWidget {
clear: both;
}

	#twitter {
		width: 160px;
		padding: 5px;
		margin-bottom: 20px;
		background: #ebdbc1;
		}

	#great_comics {
		width: 160px;
		padding: 5px;
		font-size: 110%;
		line-height:13px;
		background: #ebdbc1;
		}

.post-info {
border-bottom: 1px dashed #b00;
}