/*
Theme Name: Last Kiss Comics (w/ Wide Presentation) - ComicPress Theme
Theme URI: http://comicpress.org
Description: The Last Kiss Custom Edition. <a href="http://comicpress.org">Visit the ComicPress website.</a>
Author: Tyler Martin
Author URI: http://mindfaucet.com/
Version: 2.7
Last edited:  10/15/09 by Eric Amundson @ <a href="http://www.ivycat.com">IvyCat.com</a>
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
Last Edit: 5/16/10 by Eric Amundson @ www.ivycat.com 
*/

#wrapper {max-width:990px}

/* STANDARD TAGS */

body {
	margin: 0;
	font-size: 14px;
	font-family: 'Georgia', sans-serif;
	color: #581a5f;
	background: #994491 url('images/background.jpg') -50px 0 repeat-x;
	}

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

  	a:hover {
		color: #b80000;
		}

	a:focus {
		outline: none;
		}

	a img {
		border: none;
		}

p {
	margin: 14px 0;
	}

img {
	max-width: 100%;
	padding: 0;
	}

small {
	font-size: 11px;
	}

hr {
	height: 1px;
	color: #b80000;
	background-color: #b80000;
	border: 0px;
	}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #000;
	}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

cite {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}

code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	border: 1px dotted #b80000;
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #b80000;
		}

form {
	margin: 0;
	}



/* HEADINGS */

h1, h1 a, h1 a:hover {
	padding: 10px 0 0 0;
	margin: 0;
	color: #b80000;
	font-size: 60px;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	letter-spacing: -4px;
	font-variant: small-caps;
	}

h2, h2 a, h2 a:hover {
	margin: 0;
	color: #b80000;
	font-weight: bold;
	font-family: 'Trebuchet MS', sans-serif;
	letter-spacing: -1px;
	font-size: 24px;
	}
	
	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		font-family: 'Trebuchet MS', sans-serif;
		font-size: 32px;
		font-weight: normal;		
		letter-spacing: -2px;
		}

h3, h3 a, h3 a:hover {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	font-family: 'Trebuchet MS', sans-serif;
	color: #b80000;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	}



/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */

#page {
	}



/* THE HEADER */

#header {
	width: 550px;
	height: 127px;
	padding: 76px 10px 0 0;
	margin: 0 0 0 20px;
	background: url('images/header.png') no-repeat;
	}


.wide-col #header {
	width: 750px;
	background: url('images/header-wide.png') no-repeat;
	}

	#header a {
		display: block;
		float: right;
		font-family: 'Trebuchet MS', serif;
		clear: both;
		font-size: 14px;
		padding: 1px 0 0 0;
		line-height: 20px;
		}
		
		#header a:hover {
			font-weight: bold;
			}
	
	.description {
		padding: 0 0 10px 0;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}



/* THE MENU */

#menubar {
	background: #000;
	}

#menunav {
	float: right;	
	}

	#menunav a  {
		width: 25px;
		height: 25px;
		display: block;
		float: left;
		color: #fff;
		font-size: 19px;
		font-weight: bold;
		line-height: 25px;
		text-align: center;
		border-left: 1px solid #fff;
		}

		#menunav a:hover {
			background: #800;
			}

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

	#menu a {
		padding: 0px 5px;
		display: block;
		color: #fff;
		text-decoration: none;
		border-right: 1px solid #fff;
		}

	#menu li {
		float: left;
		}

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

	#menu li:hover, #menu li.sfhover {
	    background: #800; /* Main menu highlighted background color */
	    }
	
	/* For submenu dropdowns - this order must be maintained */

	#menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		left: -10000px;
		width: 151px;
		line-height: 1;
		border-top: 1px solid #fff;
		}
	#menu li li {
		width: 150px;
		margin: 0 0 0 -1px;
		border-width: 0 1px 1px 1px;
		border-color: #fff;
		border-style: solid;
		}
	#menu li li a {
		width: 139px;
	    padding: 4px 5px;
		color: #fff;
		border: none;
		}
	#menu li ul ul {
	    margin: -21px 0 0 151px;
	    }
	#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 */
	    }
	#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: -10000px;
	    }
	#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: #222; /*Submenu background color */
		text-transform: none;
	    }



/* THE COMIC */

#comic-head {
	display: none;
	}
	
#comic {
	min-width: 714px;
	padding: 10px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	float: left;
	}


	
#comic-foot {
	clear: both;
	height: 1px;
	overflow: hidden;
	}



/* THE FOOTER */

#footer {
	padding: 20px 40px;
	clear:both;

	}

	#footer a {
		color: #D998D4;
		}

/* NAVIGATION */

.nav {
	padding: 3px 0 0 0;
	float: right;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Arial', sans-serif;
	letter-spacing: 0;
	}

.nav-single {
	color: #b80000;
	font-size: 12px;
	font-weight: bold;	
	/*float: right;*/
	font-family: 'Arial', sans-serif;
	clear:both;
	width: 100%;
	padding:0.2em 0;
	}
.nav-single a {
	display: block;
	float: right;
	color: #b80000;}
.pagenav {
	padding: 40px 20px 20px 20px;
	color: #b80000;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	}

	.pagenav-left {
		float: left;
		}

	.pagenav-right {
		float: right;
		}

.nav a, .pagenav a {
	display: block;
	float: left;
	color: #b80000;
	}

	.nav a:hover, .pagenav a:hover, .nav-single a:hover {
		color: #800;
		}

	.navdivider {
		padding: 0 5px 0 0;
		margin: 0 5px 0 0;
		border-right: 1px solid #b80000;
		}



/* POSTS - PAGES */

#column {
	width: 550px;
	padding: 5px 0 20px 10px;
	margin: 0 0 0 20px;
	overflow: hidden;
	background: url('images/column.png') repeat-y;
	}
	
.wide-col #column {
	width: 750px;
	background: url('images/column.png') repeat-y;

	}

.post, .post-comic, .post-page {
	padding: 0 20px;
	}

.post-head, .post-page-head, .post-comic-head {
	height: 0px;
	overflow: hidden;
	}
	
.post-foot, .post-comic-foot, .post-page-foot {
	margin: 0 0 40px 0;
	height: 0px;
	overflow: hidden;
	}
	
	.comicdate {
		font-family: 'Arial', sans-serif;
		font-size: 12px;
		color: #c657bd;
		letter-spacing: 2px;
		}

	
	.postmeta {font-family: 'Arial', sans-serif;
		font-size: 12px;
		color: #c657bd;
		letter-spacing: 2px;}
	.postdate {
		float:left;
		}
	.postcat {
		border-left:1px solid #D896D3;
		float:left;
		margin-left:8px;
		padding-left:8px;
		}
	.postcat span {margin-right:5px}

	.postcat ul.post-categories {margin:0;padding:0;float:right;letter-spacing:0;}
	.postcat ul.post-categories li {list-style-type:none;}

	

.more-link {
	border-top: 1px dashed #b80000;
	font-style: italic;
	display: block;
	clear: both;
	}
		
.tags {
	font-size: 11px;
	clear: both;
	}

.comment-link {
	font-family: 'Georgia', serif;
	font-size: 16px;
	text-align: right;
	}



/* THE BLOG HEADER */

#blogheader {
	font-family: 'Georgia', serif;
	padding: 25px 0 25px 20px;
	font-size: 32px;
	letter-spacing: -2px;
	border-top: 1px solid #000;
	}



/* COMMENTS */

.comment-wrap {
	padding: 0 20px 0 40px;
	}

	.comment-wrap a {
		color: #b80000;
		}
		
	.comment-wrap h3 {
		margin: 0;
		padding: 20px 0 0 0;
		font-weight: normal;
		font-size: 20px;
		clear: both;
		font-family: 'Georgia', serif;
		color: #f3c2ef;
		}

.comment {
	padding: 10px;
	margin: 10px 0 0 0;
	clear: both;
	min-height: 64px;
	background: #F3C2EF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	}

	.comment .comment  {
	border: 1px solid #792573;
	}

.comment-author {
	display:inline;
	}

.comment-meta {
	display:inline;
	padding: 0 0 0 5px;
	margin: 0 0 0 2px;
	border-left: 1px solid #b80000;
	}

.pingback {
	padding: 10px;
	margin: 10px 0 0 0;
	clear: both;
	min-height: 64px;
	background: #D998D4;
	border-radius: 8px;
	-moz-border-radius: 8px;}

.says {
	display:none;
	}

.avatar {
	margin:0 10px 0 0;
	float: left;
	}

#comment {
	width: 100%;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}
#commentform a{color: #D998D4}
#author, #email, #url {
	width: 200px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}

#submit {
	margin: 0 0 20px 0;
	float: right;
	}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	}

	ol.commentlist p {
		margin: 10px 0 0 74px;
		color:#581A5F;
		font-size:1.2em;
line-height:1.3
		}

ul.children {	
	margin: 0;
	padding: 0;
	list-style: none;
	}

.reply {
	padding: 10px 0 0 0;
	text-align: right;
	}



/* ARCHIVE */  
/* For the built-in WordPress archive pages (by month or category) as well as search result pages */  

.comicarchiveframe {
	padding: 5px;
	border: 1px solid #b80000;
	background: #fff;
	opacity: 0.99;
	filter: alpha(opacity=99);
	}
 
	.comicarchiveframe:hover {
		opacity: 0.70;
		filter: alpha(opacity=70);
		}

	.comicarchiveframe h3 {
		margin: 0;
		}

	.comicarchiveframe a small {
		display: block;
		color: #b80000;
		}

.archive-year {
	font-size: 48px;
	}

.archive-yearlist {
	padding: 0 0 10px 0;
	font-size: 14px;
	}



/* SIDEBAR */

.sidebar {
	width: 200px;
	padding: 5px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	}

.sidebar h2, .sidebar h2 a {	
	font-size: 16px;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	.sidebar ul li {
		margin: 0 0 10px 10px;
		padding: 0;
		}

		.sidebar ul li ul li {
			margin: 0 0 0 10px;
			padding: 0;
			}

			.sidebar ul li ul li a {
				}

				.sidebar ul li ul li a:hover {
					}



/* CALENDAR */

#wp-calendar {
	width: 165px;
	margin: 0 0 0 5px;
	}

#wp-calendar th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

#wp-calendar caption {
	font-family: 'Georgia', sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-variant: small-caps;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #000;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
background: #efc952;
	}

	#wp-calendar a:hover {
		color: #fff;
		background: #994491;
		}



/* SEARCH */

#s {
	width: 140px;
	margin: 0 2px 0 0;
	font-size: 1em;
	border:1px solid #994491;
	padding:3px;
	width:124px;
	font-family:'Georgia',serif;
	font-style:italic;
	}

#searchsubmit {
	padding: 0 5px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}



/* GALLERY */

.gallery-image {
	width: 518px;
	border: 1px solid #000;
	overflow: hidden;
	background: #000;
}

.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);
				}



/* POSTED IMAGES  */

.wp-caption  p {
	margin: 5px 0;
	line-height: 11px;
	font-size: 11px;
	}

.aligncenter {
	margin: 0 auto;
	display: block;
	}

.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
	}

.alignleft {
	margin: 10px 10px 10px 0;
	display: inline;
	float: left
	}



/* TRANSCRIPT */

#transcript {
	padding: 0 10px;
	font-size: 11px;
	border-left: 4px dotted #000;
	border-right: 4px dotted #000;
	}

	.transcript-border {
		padding: 0 5px;
		margin: 15px 0;
		border: 1px solid #000;
		background: #fff;
		clear: both;
		}

	a.transcript-title {
		padding: 0 0 5px 0;
		margin: 0 0 5px 0;
		display: block;
		font-family: 'Georgia', serif;
		font-style: italic;
		font-size: 16px;
		letter-spacing: -1px;
		border-bottom: 1px dashed #000;
		}

		#transcript-content {
			font-family: 'Courier New', monospace;
			overflow: hidden;
			}

#s-transcript {
	width: 124px;
	margin: 0 2px 0 0;
	font-size: 1em;
	font-family: 'Georgia', serif;
	font-style: italic;
	border:1px solid #994491;
	padding:3px;
	}

	#searchsubmit-transcript {
		padding: 0 5px;
		font-size: 12px;
		font-family: 'Arial', sans-serif;
		}



/* STORYLINES */

.storyline-cats {
	padding: 0;
	margin: 0;
	list-style: none;
	}

.storyline-cats li {
	display: inline;
	}

	li.storyline-root {
		display: none;
		}



/* CLEAR FLOATS */

.clear {
	font-size: 0;
	height: 0;
	line-height: 0;
	clear: both;
	}
	


/* LAST KISS */

	.wrap-content{
		padding:0;
		width:585px;
		float:left;
		}

	.wide-col .wrap-content{
		padding:0;
		width:785px;
		float:left;
		}
	
	.wrap-sidebar {
		padding: 70px 0 0 0;
		width:400px;
		float:right;
		}

#sidebar-wrap {
	width: 400px;
	padding: 10px 0;
	background: #f1d069;
	border-radius: 8px;
	-moz-border-radius: 8px;
	}

div.wide-col #sidebar-wrap,
div.wide-col wrap-sidebar {
	width: 200px;
	
float:right;
	}

#column-foot {
	width: 560px;
	height: 25px;
	margin: 0 0 0 20px;
	background: url('images/column-foot.png') no-repeat;
	}

.wide-col #column-foot {
	width: 760px;
	background: url('images/column-foot-wide.png') no-repeat;
	}
	
#comic-wrap {
	padding: 8px 0 10px 0;
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom:10px;
}

	#column-comic {
		padding: 5px 0 20px 20px;
		margin: 0 0 0 20px;
		background: url('images/column.png') repeat-y;
		}
		
	.wide-col #column-comic {
		padding: 5px 0 20px 20px;
		margin: 0 5px 0 20px;
		}	
#comic-frontpage {
	xmin-width: 500px;
	padding: 10px;
	text-align: center;
	background: #fff;
	}
	
	#comic-frontpage img {
		max-width: none;
		}
		
.\ { 
	width: 400px;
	height: 70px;
	padding: 0 0 10px 0;
	background: url('images/promotion.png') no-repeat;
	}
	
.wide-col .wrap-sidebar,
.wide-col .promotion  {
width:200px;}

.wide-col .promotion  {background:none;
height:auto;}

	.promotion a {
		width: 200px;
		height: 70px;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		}

	.promotion a#lk-go-comics {
		background: url('images/promotion.png') no-repeat top left;
	margin-bottom:5px;
		}

 .promotion a#lk-greeting-cards {
background:url("images/promotion.png") no-repeat scroll -205px 50% transparent;
margin-bottom:5px;
}



		
.gap {
	height: 10px;
	overflow: hidden;
	}


/* =E-mail Signup
-----------------------------------------------------------------------------*/
#ml_signup {margin:0;padding:0.2em 0 1em;width:180px;border-bottom:1px dotted #994491;}
#ml_signup p {margin:0 0 0.3em;	font-style:italic;color:#581A5F;font-weight:normal;}
#ml_signup #text {width:124px;border:1px solid #994491;padding:3px;font-size:1em;}
#ml_signup #submit {margin:0;}


/* =Archive Presentation
-----------------------------------------------------------------------------*/

p#instructions {border-color:red transparent;
background:transparent url(images/mouse_pointer-h.png) no-repeat scroll left center;
border-style:solid;
border-width:1px;
margin:1em 20px;
padding:0.3em 28px;
font-size:1.2em
}

.group:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


.comic-meta {margin:0;font-size:11px}
.comic-meta .cm-date {float:left;}
.comic-meta .cm-comment{float:right;}

/* =Recent Comments Sidebar
-----------------------------------------------------------------------------*/
#get_recent_comments_wrap {margin:5px 5px 5px 0;}
#get_recent_comments_wrap li {margin:0.5em 0;padding:0.1em 0 0.3em;border-bottom:1px dotted #994491;}
#get_recent_comments_wrap .rc_img {float:left;width:25px;margin:5px 0 0 0}
#get_recent_comments_wrap .rc_text {float:right;width:150px;margin:0;padding:2px;}
#get_recent_comments_wrap img {border:1px solid #C657BD;float:left;padding:2px;}
.textwidget p {margin-top:3px;}