/*
Theme Name: Lost in Comics Theme, based on ComicPress Silver
Theme URI: http://comicpress.org
Template: comicpress
Description: A ComicPress child theme. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Zach Peacock (comicpress-silver authors: Tyler Martin, John Bintz, Philip M. Hofer)
Author URI: http://thoomtech.com/
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");


/* Thoom custom header */
html {
    background: #010f26 url('images/background.jpg') top left repeat-x;
    /* Height is 100%, so the body can be 100% */
    height: 100%;
}

body {
    background: transparent url('images/lostincomics.jpg') top center no-repeat;
    margin: 0;
    padding: 0;
    /* Height is 100%, so the tiled BG will tile all the way down
       the page, not just as far down as the page's content
       (when the content's height is less than the window's height) */
    height: 100%;
}

/* Fix for Firefox */
html>body {
	min-height: 100%;
	height: auto;
}
/*End Firefox fix */

#header {
	display: none;
}

#page {
	padding-top: 180px;
}

a {
	color: #85d3f6;
}

a:hover {
	color: #fff;
}

#homebuttoncontainer
{
	width: 100%;	
	z-index: 100;
	position:absolute;
	text-align: center;
	top:20px;

}

#homebutton
{
	width: 750px;
	display: inline-block;
	cursor: pointer;

}

/* End Thoom custom header */

button {
	color: #000;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	line-height: 16px;
	border: 1px solid #999;
	cursor: pointer;
}
		
	button:hover {
		color: #fff;
	}

h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-weight: normal;
}

h1, h1 a {
	color: #eee;
}

h1 a:hover {
	color: #fff;
}

h2 a, h3 a, h4 a {
	color: #333;
	color: #fff; /* Thoom custom */
}

.page-title {
	color: #fff;
}

/* THE HEADER */

.description {
	color: #555;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 2px;
}

/* THE MENU */


/* Thoom custom */
#menubar {
	background: transparent url('images/menu.png') top left no-repeat;
	border: 0px;
	margin-left: -19px;
	padding-top: 19px;
}

.ie #menubar {
	zoom: normal; /* IE fix, allows for variable height menu  */
	}

#comic-head {
	display: none;
}

#content-wrapper {
	_background-color: #0096c3;
}

#subcontent-wrapper, #comic-foot {
	position: relative;
	padding: 5px;
	background-color: #0096c3;
}

#footer {
	background-color: #0096c3;
	position: relative;
	font-size: 9pt;
	color: #1d2d48;
}

#blogheader {
	border: 0px;
}

#menunav {
	padding-right: 10px;
	width: 84px;
}

/* End Thoom custom */

.menunav-rss {
	width: 25px;
	height: 25px;
	margin: 0 0 0 4px;
	padding: 0;
	display: block;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/menu-nav.png') no-repeat;
}

.menunav-rss:hover {
	background: Transparent url('images/menu-nav.png') 0 -25px no-repeat;
}

.menunav-prev, .menunav-next {
	display: block;
	float: right;
}

.menunav a:hover {
	background: #fff;
}

.menunav-prev {
	margin: 0 0 0 5px;
}

.menunav-prev a, .menunav-next a {
	width: 25px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.menunav-prev a {
	background: transparent url('images/menu-nav.png') -25px 0 no-repeat;
}

.menunav-prev a:hover {
	background: transparent url('images/menu-nav.png') -25px -25px no-repeat;
}
	
.menunav-next a {
	background: url('images/menu-nav.png') -50px 0 no-repeat;
}

.menunav-next a:hover {
	background: transparent url('images/menu-nav.png') -50px -25px no-repeat;
}

#menu {
	padding: 0;
	margin-left: 32px;
	list-style: none;
	float: left;
	font-size: 10px;
}

#menu a {
	padding: 0px 10px 0 10px;
	display: block;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
}

#menu li .rss {
	padding: 5px 0 5px 0;
}

#menu li {
	float: left;
	cursor:pointer;
}

#menu li a {
	
}

#menu li:hover a, #menu li.sfhover a {
	color: #fff; /* Main menu highlighted text color */
}

#menu li:hover, #menu li.sfhover {
	/* Main menu highlighted background color */
	background-color: #f76013;
}

/* For submenu dropdowns - this order must be maintained */

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: -9999px;
	width: 175px;
	line-height: 1;
}
#menu li li {
	width: 165px;
	padding: 4px 5px;
	color: #fff;
}
#menu li li a {
	width: 174px;
	padding: 0;
	color: #fff;
	border: none;
}
#menu li ul ul {
	margin: -17px 0 0 170px;
}
#menu li ul li:hover a, #menu li ul li li:hover a, #menu li ul li li li:hover a, #menu li ul li li li:hover a {
	color: #fff; /*Submenu highlighted text color */
}
#menu li:hover li a, #menu li li:hover li a, #menu li li li:hover li a, #menu li li li li:hover li a {
	color: #fff; /*Submenu text color */
	border: none;
	background: none;
}
#menu li li:hover {
	background: #f00; /*Submenu highlighted background color */
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul, #menu li.sfhover ul ul ul ul {
	left: -9999px;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul, #menu li li li li.sfhover ul {
	left: auto;
	background: #000; /* Submenu background color */
	text-transform: none;
}

#menu .current_page_item a {
	color: #333;
	border: 0;
	background: transparent;
}

/* THE COMIC */

#comic {
	padding: 0px;
	text-align: center;
	border: 0px;
}


/* COMMENT LINK */

.comment-link {
	height: 25px;
	line-height: 20px;
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: right;
}
	
.comment-link a {
	color: #333;
	padding: 0 5px 0 0;
}
	
.comment-link a:hover {
	color: #fff;
}
	
.comment-balloon {
	width: 30px;
	height: 25px;
	display: block;
	float: right;
	overflow: hidden;
	text-align: center;
	line-height: 16px;
	font-family: 'Georgia', serif;
	font-size: 16px;
	font-weight: normal;
	background: url('images/comment-balloon.png') no-repeat;
}

	.comment-link a:hover .comment-balloon {
		color: #fff;
		background-position: 0 -25px;
	}
	
.comment-balloon-empty {
	font-size: 20px;
	line-height: 30px;
	}


/* WIDGETS */

.widgettitle {
	color: #fff;
}

#follow_widget-3{
	margin: 15px 0 0 0;
}

#twitter-2{
	margin: 15px 0 25px 0;
	color: #89fde3;
}

#twitter-2 li{
	margin: 5px 0 10px 0;
}

.twitterwidget.twitterwidget-rss,.from-meta,.reply-to {
	display: none;
}

.time-meta a {
	color: #49b3ed;
	font-size: 11px;
}

.archive-dropdown-wrap {
	background: url('images/browse-search.png') no-repeat;
}

	.archive-dropdown-wrap:hover {
		background-position: 0 -23px;
	}

.archive-dropdown {
	margin: 0;
	padding: 0;
	width: 166px;
	height: 23px;
	font-size: 12px;
	font-family: 'Arial' , sans-serif;
	border: none;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}


/* SEARCH */

#s-search, #s-transcript {
	width: 138px;
	padding: 4px 0 0 5px;
	font-size: 12px;
	height: 19px;
	font-family: 'Arial' , sans-serif;
	color: #000;
	border: none;
	float: left;
	background: url('images/browse-search.png') 0 -46px no-repeat;
}

#s-search:hover, #s-search:focus, #s-transcript:hover, #s-transcript:focus {
	color: #550000;
	background-position: 0 -69px;
}

#searchform button, #searchform-transcript button {
	padding: 0;
	margin: 0;
	border: none;
	height: 23px;
	width: 23px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	text-indent: -9999px;
	background: url('images/browse-search.png') -143px -46px no-repeat;
}

#searchform button:hover, #searchform-transcript button:hover {
	background-position: -143px -69px;
}

#searchform button:hover, #searchform-transcript button:-moz-focus-inner {
	border: 0;
}

/* GALLERY */

.gallery-image {
	width: 518px;
	border: 1px solid #000;
	overflow: hidden;
	background: #000;
	text-align: center;
}

.gallery-caption {
	font-size: 11px;
}

.gallery-caption p {
	width: 510px;
	padding: 5px;
	margin: 0;
	text-align: center;
	color: #fff;
	background: #000;
}

.imagenav-wrap {
	margin: 5px 0 0 0;
}

.imagenav {
	width: 77px;
	height: 77px;
	float: left;
	overflow: hidden;
}

.imagenav-center {
	width: 344px;
	height: 65px;
	margin: 0 5px;
	padding: 10px 5px 0 5px;
	float: left;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	overflow: hidden;
}

.imagetitle {
	color: #000;
	font-size: 18px;
}

.imagenav-bg {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 0;
	background: #ddd;
	border: 1px solid #000;
	overflow: hidden;
}

.imagenav-bg img {
	width: 75px;
	height: 75px;
}

.imagenav-arrow {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height: 75px;
	text-align: center;
	border: 1px solid #000;
	float: left;
}

.imagenav-link {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 2;
	border: 1px solid #000;
	float: left;
	overflow: hidden;
}

.imagenav-link img {
	width: 75px;
	height: 75px; 
/*		opacity: 0.50; 		filter: alpha(opacity=50); */
}

.imagenav-link img:hover {
/*		opacity: 0.00;  	filter: alpha(opacity=0); */
}

/* Pagination */

#wp-paginav {
	/* background: url('images/menu.png'); */
	text-align: left;
	/* border: 1px solid #999; */
}

#paginav {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
	font-size: 13px;
	/* border-right: 1px solid #aaa; */
}

#paginav .paginav-pages, #paginav .paginav-extend {
	padding: 0 15px 0 15px;
}

#paginav a {
	padding: 0px 10px 0 10px;
	display: block;
	color: #000;
	text-decoration: none;
}

#paginav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#paginav li {
	float: left;
}

#paginav li a {
	/* border-left: 1px solid #aaa;
	border-right: 1px solid #ccc; */
}

#paginav .paginav-next, #paginav .paginav-previous {
	font-size: 20px;
}

#paginav .paginav-current, #paginav .current {
	padding: 0px 10px 0 10px;
	color: #fff;
	/* border-left: 1px solid #aaa;
	background: url('images/menu.png') 0 -150px; */
}

#paginav li:hover a {
	/*border-left: 1px solid #8b160f;
	border-right: 1px solid #c28380;*/
	color: #fff; 
	/*background: url('images/menu.png') 0 -75px;*/
}

#wp-calendar-wrap {
	border-color: #999;
}

#blogheader {
	border-color: #999;
}

#sidebar-right{
	width: 170px; 
	padding-left: 35px;
}

blockquote {
	border: 0px;
	font-size: 10pt;
	font-style:italic;
	font-family: 'Arial', sans-serif;
}

.readmore {
	text-align: right;
	padding-right: 42px;
	padding-bottom: 10px;
}

.post-title {
	padding-bottom: 10px;
}

.post-tags {
	padding-bottom: 5px;
	padding-bottom: 15px;
}

.buyprint-us-form, .buyprint-int-form {
	padding-bottom: 10px;
	padding-left: 60px;
}

