/* @override http://www.bartooncentral.com.au/wp-content/themes/comicpress-bartoon/style.css */

/*
Theme Name: ComicPress Bartoon Central
Theme URI: http://comicpress.org
Template: comicpress
Description: This is a child theme based on ComicPress 'Boxed', modified for Bartoon Central.
Author: Michael Barter.
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");

/* STANDARD TAGS */

body {
	background: #ec7c32 url(images/bartoon_bkgd_gradient.jpg) repeat-x;
	margin: 0;
	font-family: 'Georgia' , serif;
	font-size: 14px;
	color: #000;
}

a {
	color: #a00;
	text-decoration: none;
}

a:link {
	color: #a00;
}

a:visited {
	color: #6b0004;
}

a:hover {
	color: #d68c1a;
}

#page, #page-wide {
	background: #ddd;
	width: 1000px;
}

#page-wrap {
	padding: 0 10px;
	background: url('images/classic-background-narrow.png') top center repeat-y;
}	

#page-wide-wrap {
	padding: 0 10px;
	background: url('images/classic-background-wide.png') top center repeat-y;
}

#header {
	margin-top: 12px;
	background: url(images/bartoon-banner_header.png) center;
	height: 164px;
}

#header h1 {
	text-align: left;
	padding-left: 20px;
	display: none;
}

#header .description {
	text-align: left;
	padding-left: 60px;
	display: none;
}

#content-wrapper, #content-wrapper {
	background: #fff;
}

#subcontent-wrapper {
	background: #e7d3b9;
	border: 1px solid black;
}

.narrowcolumn {
	width: 760px;
	padding: 0 5px;
	overflow: hidden;
	background-color: #fff;
}

/* add 10px to smaller width layouts */
.layout-standard .narrowcolumn, .layout-v .narrowcolumn {
	width: 760px;
	background-color: #f6f6f6;
}

#footer {
	padding: 2px 0;
	color: #fff;
	background: #222;
	margin-bottom: 12px;
	border-bottom: solid 1px #000;
	height: 24px;
}

#comic_navi_wrapper, #comic, .pagenav {
	background: #fff;
}

.narrowcolumn, .widecolumn {
	background: #fff8e4;
}

#header h1 a, #header .description {
	color: #fff;
}

.page .narrowcolumn {
	padding-top: 5px; 
}

#comic-head {
	padding: 0;
	margin: 0;
}

#sidebar-abovecomic {
	background: #fff;
}

#comic {
	margin: 0;
	border: 1px solid black;
}

#sidebar-right {
	float: right;
	margin-right: 10px;
	width: 200px;
	padding: 5px;
}

#sidebar-undercomic, #comic-foot {
	background: #fff;
	border-color: black;
	border-width: 1px;
}

#footer a {
	color: #ff0000;
}
#footer a:hover {
	color: #fff;
}

#footer p {
	margin-top: 4px;
}


/* 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;
	}

/* COMMENT  */

.comment-link {
	font-size: 9px;
}

.comment-meta-data {
	background: #ddd;
	border: dotted 1px #bbb;
}

.bypostauthor .comment-meta-data {
	background: #fff;
}

/* comments */

#comment, #author, #email, #url, #comment-textarea {
	padding: 2px;
	color: #000;
	font-family: 'Verdana' , sans-serif;
	font-size: 12px;
	background: #eee;
	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 {
	background: #fff;
}

/* THE MENU */

#menubar-wrapper {
	width: 100%;
	clear: both;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	background: #111;
}

.ie #menubar-wrapper {
	zoom: 1; /* IE fix, allows for variable height menu  */
}

.menunav {
	float: right;
	text-align: center;
}

.menunav a {
	color: #fff;
}

.menunav-search {
	float: left;
	padding: 2px;
}

.ie .menunav-search {
	padding-top: 3px;
}


.menunav-rss {
	font-size: 13px;
	line-height: 26px;
	padding: 0 5px;
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #fff;
}

.menunav-rss:hover {
	background: #ff9701;
	color: #000;
}

.menunav-prev, .menunav-next {
	display: inline-block;
	float: left;
}

.menunav-prev a, .menunav-next a {
	font-size: 24px;
	line-height: 25px;
	padding: 0 5px 1px 5px;
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #fff;
}

.menunav-prev a:hover {
	color: #fcff00;
	background: #f00;
}

.menunav-next a:hover {
	color: #fcff00;
	background: #f00;
}

.menu {
	float: left;
}

.menu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.menu ul li {
	font-family: 'Arial', sans-serif;
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.menu ul li a {
	font-family: 'Arial', sans-serif;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.menu ul li ul li a {
	text-align: left;
	background: #555; /* background of menu items (default state)*/
}

* html .menu ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

/* this is the color of the non-hovered text in the menubar */
.menu ul li a:link, .menu ul li a:visited {
	color: #fff;
}

/* color of the sub level non-hovered text */
.menu ul li ul li a:link, .menu ul li ul li a:visited {
	color: #fff;
	font-size: 12px;
}

.menu ul li a.selected {
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #888;
	color: #fff;
}

.menu ul li a:hover {
	color: #fcff00;
	background: #414141; /*background of menu items during onmouseover (hover state)*/
}

/*1st sub level menu*/
.menu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.menu ul li ul li a {
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
}

/* sub level menu hover color */
.menu ul li ul li a:hover {
	color: #fcff00;
}

/* this is the color of the text in the menubar when its on that page */
.menu .current_page_item a {
	color: #fcff00 !important;
}

/* Holly Hack for IE \*/
* html .menu {
	height: 1%;
}
/*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.arrowclass {
	position: absolute;
	top: 2;
	margin-left: 2px;
	font-size: 11px;
}

/* OTHER */

#sidebar-undercomic {
	text-align: center;
}

.widget_sociable_widget {
	margin: 0 auto;
	padding: 0 0;
}

.cpcal-cals {
	width: 516px;
	margin: 0 auto;
	padding-left: 5px;
}

.wp-caption {
	background: #fef0e6;
}

#calendar_wrap {
	background: #fef0e6}
