/*
Theme Name: ComicPress KITH
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.2
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

@import url("../comicpress/style.css");

/* STANDARD TAGS */

body {
	background: #3E4781 url('images/background.png') top center repeat-x;
}

a {
	color: #800;
	text-decoration: none;
}

	a:link {
		color:#0B008E;
	}	
	a:hover {
		color: #f00;
	}

p {
	margin: 12px 0;
	margin-left: 20px;
}


/* HEADINGS */

h1, h1 a {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 56px;
	line-height: 46px;
	letter-spacing: -5px;
}

h2, h2 a {
	padding: 0 0 2px 0;
	margin: 0;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: -1px;	
}

	h2.pagetitle, h2.pagetitle a, h2.page-title, h2.page-title a {
		padding: 0 0 5px 0;
		margin-top: 10px;
		font-size: 28px;
		letter-spacing: -2px;
		clear: both;
	}

h3, h3 a {
	padding: 0;
	margin-left: 20px;
	font-size: 18px;
	clear: both;
	letter-spacing: -1px;
}

h4, h4 a {
	padding: 0;
	margin: 0;
	font-size: 15px;
	clear: both;
}


#page, #page-wide {
	background:none repeat scroll 0 0 #0F1050;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#page-wrap {
	padding: 0 10px;
	background: url('images/classic-background-narrow.png') top center repeat-y;
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px; 
}	

#page-wide-wrap {
	padding: 0 10px;
	background: url('images/classic-background-wide.png') top center repeat-y;
}

#header {
	background: #E1E6FA;
}

#header h1 {
	text-align: left;
	padding-left: 20px;
}

#header .description {
	text-align: left;
	padding-left: 60px;
}

/* THE MENU */

#menubar {
	background: #0F1050;
	text-align: left;
	list-style: none;
	padding-top: 1px;
	padding-bottom: 1px;
}

#menunav a {
	color: #fff;
}

	.menunav-rss:hover {
		background: #3E4781;
		color: #fff;
	}

#menu {
	text-transform: capitalize;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
	font-size: 12px;
}

	#menu a {
		padding: 0px 10px 0 10px;
		display: block;
		color: #fff;
		text-decoration: none;
	}

	#menu li .rss {
		padding: 5px 0 5px 0;
	}

	#menu li {
		float: left;
		cursor:pointer;
	}

	#menu li:hover a, #menu li.sfhover a {
		color: #fff; /* Main menu highlighted text color */
	}

	#menu li:hover, #menu li.sfhover {
		background: #3E4781; /* Main menu highlighted background color */
	}


#content-wrapper, #content-wrapper {
	background: #E1E6FA;
}

#subcontent-wrapper {
	background: #dfdfdf;
}

#footer {
	padding: 5px 0;
	color: #fff;
	border-bottom: solid 1px #000;
}

#comic_navi_wrapper, #comic, .pagenav {
	background: #E1E6FA;
}

.narrowcolumn, .widecolumn {
	background: #E1E6FA;
}

#header h1 a, #header .description {
	color: #fff;
}

.page .narrowcolumn { padding-top: 5px; }

#comic-head {
	padding: 0;
	margin-top: -15px;
}


#comic {
	background: #E1E6FA;
	margin-left: 25px;
	width: 500px;
	border-style:solid;
	border-width:7px;
	-moz-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px; 

}


/* THE FOOTER */

#footer {
	background: #0F1050;
	padding: 5px 0;
	text-align: center;

}

#footer a {
	color: #E1E6FA;
}
#footer a:hover {
	color: #f00;
}

.nav {
	padding: 0px;
}

/* MENU */
	
	.menunav-rss:hover {
		background: #ff6600;
	}

#menu {
	text-transform: uppercase;
	font-size: 12px;
}

	#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,
	#menu li:hover li, #menu li li:hover li, #menu li li li:hover li, #menu li li li li:hover li {
		text-transform: uppercase;
		font-size: 12px;
	}
	
#content {
}
	.post {
		margin-left:20px;
		margin-top: 15px;
		margin-bottom: 15px;
		background: #fff;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	
	.post-info {
		font-size: 12px;
}

	.post-text {
		overflow: hidden;
		display: block;
		margin:10px;
}


.entry {
	line-height: 18px;
	padding: 3px 0;
	margin-right: 18px;
	margin-top: -10px;
	margin
}
		
	.post-tags {
	margin-left: 10px;
	margin-bottom: 10px;
}

/* COMMENT  */

.comment {
	display: block;
	margin-top: 20px;
	margin-left:20px;
}

	.comment .comment {
		margin: 10px 0 0 70px;
	}

	.comment .comment .comment {
		margin-left: 20px;
	}

.comment-avatar {
	width: 64px;
	height: 64px;
	float: left;
	overflow: hidden;
}

	.comment .comment .comment-avatar {
		width: 40px;
		height: 40px;
	}

		.comment .comment .avatar {
			width: 40px;
			height: 40px;
		}

.comment-content {
	margin-left: 70px;
}

	.comment .comment .comment-content {
		margin-left: 45px;
	}

		
.comment-author cite {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}

	.comment .comment .comment-author cite {
		font-size: 14px;
	}

	.comment-link {
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}


.comment-meta-data {
	background: #ddd;
	border: dotted 1px #bbb;
}

	.comment .comment .comment-permalink {
		display: none;
	}

.comment-moderated {
	font-style: italic;
	font-size: 15px;
}

.comment-text  {
	padding: 5px;
	font-size: 12px;
}

	.comment-text p {
		padding: 5px 5px;
		margin: 0;
	}

.comment-note {
	width: 400px;
	display: block;
	font-size: 11px;
}
		
.comment-meta {
	display: inline;
	border-left: 1px solid #000;
}

.commentsrsslink {
	font-size: 11px;
	float: right;
}

#comment-textarea {
	width: 99%;
}



.bypostauthor .comment-meta-data {
	background: #fff;
	margin: 20px;
}

#comment-textarea {
	width: 500px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	background: #ccc;
}

#comment-textarea:focus {
	background: #fff;
}

#author, #email, #url {
	width: 40%;
    margin-left: 20px;   
}

.comment-submit {
	float: right;
	margin-bottom: 10px;
	margin-right: 25px;
}

/* OTHER */

/* Right Sidebar Themes */

#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;
	}



#sidebar-undercomic {
	text-align: center;
}

.sidebar h2, .sidebar h2 a {
		display: block;
		font-size: 16px;
		margin: 0;
		padding: 0;
	}

.widget_sociable_widget {
	margin: 0 auto;
	padding: 0 0;
}

.cpcal-cals {
	width: 516px;
	margin: 0 auto;
	padding-left: 5px;
}
