/*
Theme Name: ComicPress Lust
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: ComicPress Developement Team
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: #11253d url('images/background.jpg') top center no-repeat;
}

a {
	color: #0077a8;
}

a:hover {
	color: #3acff9;
}

#header {
background: url('images/header.gif') no-repeat;

}

 
#header .description { 
display: none;	
}


#header h1 {
float: left;
height: 200px;
width: 281px;
background: url('images/headerlogo.gif') top center no-repeat;
margin-left: 10px;
margin-bottom: -25px;
position: relative;
zoom: 1;
padding: 0;
}

#header h1 a {
display: block;
text-indent: -9999px;
overflow: hidden;
height: 200px;
width: 281px;
}

#menubar {
	height: 46px;
	background: url('images/menubar.gif') top center repeat-x;
}

	#menunav {
		margin-right: 10px;
	}
	
	#menunav a:hover {
		background-color: Transparent;
		background: url('images/menuhover.gif') center right repeat-x;
		color: #143443;
		color: #fff;
	}

.menunav-prev a, .menunav-next a, .menunav-prev, .menunav-next {
	height: 46px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	background: url('images/menudivider.gif') no-repeat center left;
}

		.menunav-prev a:hover, .menunav-next a:hover {
			margin: 0;
			padding: 0;
			background: url('images/menudivider.gif') no-repeat center left;
		}

.menunav-rss {
	width: 46px;
	height: 46px; 
	padding: 0;
	display: block;
float: left;
	text-indent: -9999px;
	background: url('images/rss.png') no-repeat;
}

	#menunav a.menunav-rss:hover {
		background-color: Transparent;
		background: Transparent url('images/rss.png') -46px 0 no-repeat;
	}

#menu {
	height: 46px;
	line-height: 46px;
	text-transform: uppercase;
	font-size: 14p;
float: right;
}

	#menu li a {
		background: url('images/menudivider.gif') no-repeat center right;
	}
	
	#menu li:hover, #menu li.sfhover {
		background-color: Transparent; /* Main menu highlighted background color */
		background: url('images/menuhover.gif') center right repeat-x;
		color: #143443;
	}
	
	#menu li:hover a, #menu li.sfhover a {
		background: url('images/menudivider.gif') no-repeat center right;
		color: #fff; /* Main menu highlighted text color */
	}

	#menu li li {
		border-right: solid 1px #fff;
	}

	#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 {
		background: #00548d;
	}

	#menu li li:hover {
		background: #0077a8; /*Submenu highlighted background color */
	}

	#menu .current_page_item a {
		color: #fff;
		background-color: transparent;
	}
	
	#menu .page-item-home {
		margin-left: 10px;
		background: url('images/menudivider.gif') no-repeat center right;
	}

#comic {
	background: #fff;
}

#comic-head, #comic-foot {
	padding: 0;
	margin: 0;
}

#subcontent-wrapper {
	background: #fff url('images/subcontentwrapper.jpg') top center no-repeat;
	padding-top: 10px;
}

	
	

#footer {
	border-top: solid 1px #3acff9;
	background: #00558d;
	color: #fff;
}
	#footer a {
		color: #fff;
		border-bottom: solid 1px #fff;
	}

	#footer a:hover {
		color: #3acff9;
		border-bottom: solid 1px #fff;
	}
	
#sidebar-right {
	margin-top: 90px;
	margin-right: 0px;
	padding: 5px 0px 5px 5px;
}

	#sidebar-right h2 {
		height: 48px;
		line-height: 48px;
		width: 200px;
		background: url('images/sidebar-title.jpg') center left no-repeat;
		color: #fff;
		padding-left: 5px;
	}
	
#comic_navi_wrapper {
	background: url('images/naviwrapper.jpg') top center no-repeat;
}

/* comments */

#comment-textarea {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	padding: 3px;
	background: #ccc;
}

#comment-textarea:focus {
	background: #fff;
}

#comment, #author, #email, #url, #comment-textarea, #captcha_code {
	padding: 2px;
	color: #000;
	font-family: 'Verdana' , sans-serif;
	font-size: 12px;
	background: #ccdde4;
	border: 1px solid #888;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#comment-textarea:focus, #comment:hover, #author:hover, #email:hover, #url:hover, #comment:focus, #author:focus, #email:focus, #url:focus, #captcha_code:focus {
	background: #fff;
}

.uentry {
	border: solid 1px #ccc;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.post-blog, .post-page, .post-comic {
	background: #fff;
	border-right: solid 2px #aaa;
	border-bottom: solid 2px #aaa;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	padding: 2px 5px;
}

.home .post-blog .post-foot, .page-template-blog-php .post-foot {
	padding: 0;
	margin: 0;
}
