comment/* Companion Custom CSS over-rides for [ Life of Ronnie ]: ComicPress - 2.8 */

/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {width: 980px; height: 135px; background: url('img/header-blank.png') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 135px; text-indent: -9999px;}
#header .description {display: none;}

#header-bg {background: url('img/header-logo.png') top left no-repeat;}

body {
	margin: 0;
	background: #2d5175 url('img/v2bg-slice.jpg') top center repeat-x; 
	z-index: 0;
}

a {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff9900;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}

p {
	margin: 12px 0;
}

/* HEADINGS */

h2, h2 a {
	margin: 0;
	color: #333;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 28px;
	line-height: 24px;
	padding-bottom: 10px;
	font-family: 'trebuchet ms';
	text-shadow: 1px 1px 2px #666;
}

h2 a:hover {
	color: #ff9900;
}

h2.pagetitle, h2.pagetitle a {
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	font-family: 'Georgia' , serif;
	font-color: #ff9900;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -2px;
	text-shadow: 1px 1px 2px #666;
	clear: both;
}

h3, h3 a {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	text-decoration: none;
	clear: both;
	font-family: 'trebuchet ms';
}

/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #content width by the same amount */

#page {
	width: 780px;
	margin: 0px auto;
}

#page-wide {
	width: 980px;
	margin: 0px auto;
}	
/* THE MENU */

#menubar {
	background: url('img/v2-menu.png');
	text-align: left;
	border-width: 1px 1px 1px 0;
	border-style: none;
	border-color: #999;
	list-style: none;
}

#menunav {
	float: right;
	text-align: center;
}

.menunav-search {
	padding: 1px 1px 0 0;
	float: left;
}

.menunav-rss {
	width: 25px;
	height: 25px;
	margin: 0 0 0 4px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/menu-nav.png') no-repeat;
}

	.menunav-rss:hover {
		background-position: 0 -25px;
	}

.menunav-prev, .menunav-next {
	display: block;
	float: left;
}

.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: url('images/menu-nav.png') -25px 0 no-repeat;
	}

	.menunav-prev a:hover {
		background-position: -25px -25px;
	}

.menunav-next a {
	background: url('images/menu-nav.png') -50px 0 no-repeat;
}

	.menunav-next a:hover {
		background-position: -50px -25px;
	}

#menu {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	float: left;
	line-height: 25px;
	font-size: 14px;
	border-right: 0px solid #3399cc;
}

	#menu a {
		padding: 0px 5px;
	margin-right: 5px;
		display: block;
		color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 1px #333;
	}

	#menu li .rss {
		padding: 5px 0 5px 0;
	}

	#menu li {
		float: left;
		cursor:pointer;
	}

	#menu li a {
		border-left: 0px solid #3399cc;
		border-right: 0px solid #3399cc;
	}

	#menu li:hover a, #menu li.sfhover a {
		border-left: 0px solid #3399cc;
		border-right: 0px solid #3399cc;
		color: #ff9900; /* Main menu highlighted text color */
		background: url('img/v2-menu-blank.png') 0 -75px;
	}

	#menu li:hover, #menu li.sfhover {
		/* 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: -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: #ff9900;
		border-left: 0px solid #3399cc;
		border-right: 0px solid #3399cc;
		background: url('img/v2-menu-blank.png') 0 -50px;
	}
	
/* THE COMIC */

#comic-head {
	padding-top: 0px;
	margin-top: 15px;
	height:53px;
	background: url('img/comic-bg-head.png') top center no-repeat;
	overflow: hidden;
}

#comic-foot{
	padding-top: 0px;
	height: auto;
	background: url('img/comic-bg-foot.png') bottom center no-repeat;
}

#comic {
	background: url('img/comic-bg.png') top center repeat-y;
	border: none;
	padding: 0px;
	text-align: center;
	z-index: 100;
	width: auto;
}

/* #comic img {border: 15px solid #fff;} */

.widget_comicpress_comictitle {
	font-size: 36px;
	font-family: 'trebuchet ms';
	letter-spacing: -2px;
	text-align: center;
	float:right;
}

/* NAVIGATION */

.nav {
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	padding: 8px 5px 5px 5px;
	display: none;
}

#pagenav a {color:#ff9900; text-decoration:none;font-weight:bold;}


/* POST STUFF */


.post, .post-page {
	clear: both;
	text-align: left;
	padding: 0 25px;
	background: url('img/post-bg-2.png') top left repeat-y;
}

.post-comic {
	clear: both;
	text-align: left;
	padding: 0 25px;
	background: url('img/post-comic-bg-2.png') top left repeat-y;
}

.post-head, .post-page-head {
	height: 20px;
	background: url('img/post-head-bg-2.png') top left no-repeat;
}

.post-comic-head {
	height: 35px;
	background: url('img/post-comic-head-bg-2.png') top left no-repeat;
}

.post-head, .post-page-head, .post-comic-head {
	padding:10px 0 0 0;
}

.post-page h3{color:#000;}

.post-foot, .post-page-foot {
	padding:10px 0 0 0;
	height: 20px;
	background: url('img/post-head-bg-2.png') bottom left no-repeat;
}

.post-comic-foot {
	padding:10px 0 0 0;
	height: 20px;
	background: url('img/post-comic-head-bg-2.png') bottom left no-repeat;
}

.post-text {
	overflow: hidden;
	display: block;
}

.post-date {
	color: #777;
	font-family: 'Georgia' , serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	margin-right: 3px;
}

.post-date .date {
	height: 50px;
	width: 45px;
	background: url(img/v2-calendar.png) center no-repeat;
	font: normal 22px Georgia;
	color: #000;
	text-align: center;
	line-height: 100%;
	padding: 0 10px 0 0;
}


.post-date .date span {
	height: 16px;
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}

#content-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	clip: rect(50px,auto,auto,auto);
	background: url(img/v2-content-bg.png) bottom left repeat-x;
}

.narrowcolumn {
	width: 560px;
	margin: 0 auto;
	float: left;
}

.column {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.sidebar {
	font-size: 11px;
	margin: 0 5px 0 5px;
	overflow: hidden;
	padding: 0 0 5px 0;
	color: #fff;
}
.sidebar a {
	text-decoration: none;
	font-weight: bold;
	color: #ff9900;
}

.sidebar a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ff9900;
}

.sidebar h2 {font-size: 20px; color: #fff;}

.sidebar h2 a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.sidebar h2 a:hover {
	font-size: 18px;
	color: #ff9900;
	text-decoration:none;
}

#sidebar-aboveheader{
	padding-top:25px;
	padding-left:50px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.sidebar ul li {
		margin: 0;
		padding: 0;
		text-align: left;
		list-style: none;
	}

	.sidebar ul li ul li {
		margin: 0 0 0 13px;
		padding: 0;
		text-align: left;
		list-style-type: square;
		list-style-position: outside;
	}

	.sidebar ul li ul li.archive-dropdown-wrap {
		margin: 0 0 0 13px;
		padding: 0;
		text-align: left;
		list-style: none;
	}


.sidebar li h2 {
	margin-top: 15px;
}


li#twitter-tools {
	background: url(img/v2-tweet.png) top right no-repeat;
}

li#twitter-tools h2{
	height: 25px;
}

li#twitter-tools li{background-color: #0e1a26;padding: 5px;margin:5px;}

.wp-polls {background-color: #0e1a26;padding: 5px;margin:5px;}

li#twitter-tools li.aktt_more_updates {
	background: none;
	text-align:right;
	list-style: none;
}

/* THE BLOG HEADER */

#blogheader {
	font-family: 'Georgia' , serif;
	padding: 5px 0 5px 0;
	font-size: 32px;
	letter-spacing: -2px;
	border-top: 0px solid #999;
	margin-top: 10px;
	width: 340px;
	height: 27px;
	background: url('img/in-other-news.png') top left no-repeat;
}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
}

li.comment {padding: 5px;}
li.odd {background-color: #FFF;}
li.even {background-color: #F5F5F5;}

ol.commentlist p {
	margin: 10px 0 0 74px;
}

.commentsrsslink {color: #fff;}
.commentsrsslink a {color: #ff9900;}

.comment-balloon {
	width: 30px;
	height: 25px;
	display: block;
	margin: 0 0 0 5px;
	float: right;
	overflow: hidden;
	text-align: center;
	line-height: 16px;
	font-family: 'Georgia', serif;
	font-size: 14px;
	font-weight: bold;
	background: url('img/v2-comment-balloon.png') no-repeat;
}

#respond p {color: #fff;}
#respond a {color: #ff9900;}

/* SEARCH */

#s-search, #s-transcript {
	width: 138px;
	padding: 4px 0 0 5px;
	font-size: 12px;
	height: 19px;
	font-family: 'trebuchet ms';
	color: #000;
	border: none;
	float: left;
	background: url('img/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('img/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;
	}

	.searchresults {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-color: #ff9900;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}

.archive-dropdown-wrap {
	background: url('img/browse-search.png') no-repeat;
}

.button {
	height: 19px;
	width: 50px;
	padding: 0 5px;
	background: url('img/v2-button.png');
	color: #000;
	font-family: 'trebuchet ms';
	font-size: 12px;
	line-height: 12px;
	border: 0px solid #999;
	cursor: pointer;
}
		
.button:hover {
	background: url('img/v2-button.png') 0 -19px;
}

/* Pagination */
#wp-paginav {
	background: none;
	color: #fff;
	text-align: center;
	border: 0px solid #999;
}



/* THE FOOTER */

#footer {
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-size: 10px;
	background-color: #0D1721;
}

#footer a {color: #ff9900; text-decoration: none; font-weight: bold;}
#footer a:hover {text-decoration:underline;}
