/*
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;
}

a:link { color: #b00; }
a:visited { color: #6f0101; }
a:hover { color: #f00; }

#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: 100px;
					display: inline-block;
					float: left;
					text-indent: -9999px;
					overflow: hidden;
					background: url('images/menu.jpg') no-repeat;
					background-position: 0 120px;
					padding:0;
				}
				
					#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: 65px;
				padding-top:15px;
				font-size:150%;
				font-weight:lighter;
				color:#790102;
				float:left;
				text-align:center;
				vertical-align:middle;
				position:relative;
				
			
			}	
	
			#social-wrap {
				width: 158px;
				height: 45px;
				margin-right:13px; 
				margin-top:34px;
				display: block;
				float: right;
			}
			
				.social a {
					height: 45px;
					width: 45px;
					display: inline-block;
					float: left;
					text-indent: -9999px;
					overflow: hidden;
				}
				
					.social a.social-facebook:hover {
						background: url('images/social.jpg') 0 45px no-repeat;
						background-position: 0 0;
					}

					.social a.social-twitter {
						margin-left: 12px;
						
					}
					
					.social a.social-twitter:hover {
						background-image: url('images/social.jpg');
						background-position: -57px 0;
					}

					.social a.social-rss {
						margin-left: 10px;
					}
				
					.social a.social-rss:hover {
						background-image: url('images/social.jpg');
						background-position: -112px 0;
					}
			
		#content-wrapper {
			width: 960px;
			padding: 0 0 0 17px;
			margin: 0 auto;
			background: Transparent;
		}
		
			.layout-standard .narrowcolumn, .layout-v .narrowcolumn {
				min-height: 1000px;
				width: 550px;
				padding: 0 10px;
				float: left;
			}

		#footer {
			padding: 0;
			height: 430px;
			background: #000 url('images/footer.jpg') center top no-repeat;
text-align:center;
		}
		
			#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: center;
			}

			#footer p {
				padding: 0;
				margin: 0;
			}
			
#sidebar-left {
	float: left;
	width: 170px;

}

body.page #sidebar-left {
	float: left;
	width: 170px;
	padding-left: 10px;
}

#sidebar-right {
	float: right;
	width: 170px;
	margin-left: 5px;
	margin-right: 5px;

}

#wp-calendar-wrap {
	padding: 0;
	width: auto;
}

#comic { 
	padding: 2px 5px 5px 5px;
}

.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;
	margin-top:6px;
}

.comic_navi_wrapper {
	margin-left:auto; margin-right:auto;
}

.comicpress_facebook_like_widget {
	float: right;
}

.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: 2px 0 0 0;
}
	.comicpress_comic_title_widget a{
		font-size: 16px;
		font-weight:bold;
		margin: 0 0 0 14px;
	}
	
/* calendar */

/* CALENDAR */

#wp-calendar-wrap {
	background: Transparent;
	border: none;
}

#wp-calendar {
	width: 170px;
	padding:0;
	margin:0;
}

#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: 170px;
		padding: 0px;
		margin-top:20px;
		margin-bottom: 20px;
	}
	#twitter-meat {
		font-size:130%;	
		width:150px;
		padding:0 15px 0 5px ;
		background-image: url(http://www.theaterhopper.com/images/twitter-middle.jpg);
		background-repeat:repeat-y ;
	}

	#great_comics {
		width: 170px;
		padding: 5px 0;
		font-size: 85%;
		background: #ebdbc1;
		overflow: hidden;
		}

	#great_comics ul {
		margin: 0;
		padding: 0;
		list-style: none;
		} 

	#great_comics ul li a {
		width: 170px;
		display:block;
		padding:1px 0 2px 1px;
		margin:0;
		border-bottom: 1px dashed #9a0000;
		list-style-type:none;
		} 

	#great_comic ul li a:hover {
		background-color:#9A0000;
		color:#ebdbc1;
		}

.post-info {
border-bottom: 1px dashed #b00;
}

/* HEADINGS */

h1, h1 a, h1 a:hover {
	margin: 0;
	padding: 0 0 0 5px;
	color: #790102;
	font-family: 'Georgia', serif;
	font-size: 310%;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	letter-spacing: -2px;
	}

h2, h2 a {
	margin: 0;
	color: #790102;
	font-weight: bold;
	font-size: 140%;
	text-align: left;
	text-decoration: none;
	}

h3, h3 a {
	margin: 10px 10px 0 0;
	padding: 0;
	color: #790102;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	clear: both;
	}

h2 a:hover, h3 a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	}

#page-sidebar {
	width: 170px;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 105%;
	overflow: hidden;
	}
	

	#page-sidebar ul {
		margin: 0 0 20px 0;
		padding: 0;
		list-style: none;
		}

		#page-sidebar ul li a {
			width: 140px;
			display: block;
			background: #790102;
			padding: 5px;
			margin: 0;
			color: #fff;
			border: 5px solid #ebdbc1;
			}

			#page-sidebar ul li a:hover {
				background: #a40a0a;
				}
				
.sidebar .widget_archive select, .comicpress_archive_dropdown_widget select {
	width: 170px;
}

.sidebar .widget_archive option, .comicpress_archive_dropdown_widget option {
	background: #fff;
}

.widget_ratings {
	font-size: 11px;
}

.widget_ratings ul li {
	margin-bottom: 5px;
}

.facebook_like {
	padding-bottom: 5px;
}

#sidebar-footer .widget {
	float: left;
	display: inline-block;
}
