table#comic-nav-wrapper {
    background-color: #ddd!important;
    	/*font-weight: bold;*/
    border: 0;
	text-align: center;
	border-collapse: collapse;
	margin: 6px auto;
	border: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	display: inline-block;
}

	td.comic-nav {
	    border: 0;
		display: inline-block;
		padding: 0 10px;
	}
	
	.comic-nav a:link {
	    color: #204dc9;
	}
	
    .comic-nav a:hover {
color: #e21679;
	}
	
	.comic-nav a:visited {
	color: #8224e3;
	}
	
	.comic-nav-embed {
	    width: 99%;
	}



#comment-wrapper {
display:none;
}

.widget-content {

	background: #ddd;

	padding: 10px;

	-moz-border-radius: 11px;

	-webkit-border-radius: 11px;

	border-radius: 11px;

}

body {

	margin: 0;

	font-family: 'Arial', sans-serif;

	font-size: 14px;

	color: #000;

	background-color: #EEEEEE;

}



a {

	color: #004A95;

	text-decoration: none;

}



	a:hover {

		color: #0171e2;

		text-decoration: underline;

	}



	a:focus {

		outline: none;

	}



	a img {

		border: none;

	}



p {

	margin: 12px 0;

}




hr {

	height: 2px;

	color: #004A95;

	border: 0px;

}

/* HEADINGS */



h1, h1 a {

	font-family: Arial, Helvetica, sans-serif;

	/*font-weight: normal;*/

	padding: 10px 0 0 0;

	margin: 0;

	font-size: 30px;

	line-height: 28px;


}



h2, h2 a {

	font-family: Arial, Helvetica, sans-serif;

	padding: 0 0 2px 0;

	margin: 0;

	font-size: 22px;

	line-height: 24px;

}





	h2.pagetitle, h2.pagetitle a, h2.page-title, h2.page-title a {

		padding: 0 0 5px 0;

		margin-top: 10px;

		font-size: 22px;

		clear: both;

	}



h3, h3 a {

	font-family: Arial, Helvetica, sans-serif;

	padding: 0;

	margin: 0;

	font-size: 20px;

}



h4, h4 a {

	font-family: Arial, Helvetica, sans-serif;

	padding: 0;

	margin: 0;

	font-size: 15px;
	


}



/* THE PAGE WRAPPER */


#page-wide {

	width: 980px;

	margin: 0px auto;

	background-color: #fff;

	border: 3px solid #004A95;

}


/* THE MENU */

#menubar-wrapper {

	width: 100%;

	clear: both;

	display: block;

	margin: 0 auto;
	
	background-color: #004A95!important;
	
	font-weight: bold;

}		

#menubar-wrapper a:hover {

	display: block;

	text-decoration: none;
	
	background-color: #072652!important;
}

#menubar-wrapper a {
   color: #fff;

.menubar .current_page_item a {
   color: #f00;
}

.menubar ul li ul li a {
   text-align: left;
   background: #414141; /* background of menu items (default state)*/
}

* html .menubar ul li a {
   /*IE6 hack to get sub menu links to behave correctly*/
   display: inline-block;
}

.menubar ul li a:link, .menubar ul li a:visited {
   color: #fff;
}

.menubar ul li ul li a:link, .menubar ul li ul li a:visited {
   color: #fff;
}

.menubar ul li a.selected {
   /*CSS class that's dynamically added to the currently active menu items' LI A element*/
   background: black;
   color: #fff;
}

.menubar ul li a:hover {
   color: #fff;
   background: black; /*background of menu items during onmouseover (hover state)*/
} 

/* SIDEBAR */



/* Left Sidebar Themes */

#sidebar-left {

	float: left;

	width: 200px;

	padding: 5px;

}



/* Right Sidebar Themes */

#sidebar-right {

	float: right;

	width: 200px;

	padding: 5px;

}







	

/* WIDGETS */

.widgettitle {

	color: #555;

	font-variant: small-caps;

	/*text-decoration: underline;*/

}