/*
Theme Name: ComicPress Anomaly
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Philip M. Hofer (Frumph)
Author URI: http://frumph.net
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 */

html {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url('images/background.jpg') top center no-repeat;
}

h1,h2,h3, #wp-calendar caption {
	text-shadow: 2px 2px 2px #333;
}

#page-wide-wrap {
	background: url('images/page-wide-wrap.png') bottom center no-repeat;
}

/*
#page-wide {
	background: url('images/moon.png') top left no-repeat;
	width: 980px;
	padding: 0 40px;
}
*/

#menubar-wrapper {
	background-color: Transparent;
	text-transform: uppercase;
}

	.menunav a {
		text-shadow: 2px 2px 4px #001F16;
	}
		
	.menubar ul li a {
		text-shadow: 2px 2px 4px #000;
	}

	.menubar ul li ul li a {
		text-shadow: 2px 2px 4px #000;
	}

	.menubar ul li a:link, .menubar ul li a:visited {
		text-shadow: 2px 2px 4px #000;
	}


	.menubar ul li ul li a:link, .menubar ul li ul li a:visited {
		text-shadow: 2px 2px 4px #000;
	}

#header {
	height: 150px;
	background: url('images/header.png') top center no-repeat;
}

#header h1 a {
	background: url('images/logo.png') top left no-repeat;
	float: left;
	text-indent: -9999px;
	height: 76px;
	width: 380px;
	display: inline-block;
	margin-bottom: -46px;
	position: relative;
	display: none;
}

#header .description {
	display: none;
}

#content-wrapper {
	background: #fff;
	margin-top: 3px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#comic, #comic-foot, #comic-head {
	padding: 0;
}

#comic {
	margin: 0 auto;
	padding-top: 5px;
}

.post-title, .post-title a {
	color: #005;
}

.post-title a:hover {
	color: #f00;
}

.post-blog, .post-page, .post-comic, .sidebar h2, #wp-calendar-wrap, #comment-wrapper {
	background: url('images/whitetrans.png') repeat;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	padding: 0 0 0 5px;
}

#comment-wrapper {
	padding: 0 5px;
}

.post-blog, .post-page, .post-comic {
	background: #fff;
}

#wp-calendar-wrap {
	width: auto;
	padding: 2px 0;
}

#wp-calendar {
	width: auto;
}

table#wp-calendar td {
	border-color: #444;
}

.sidebar h2 {
	margin-bottom: 5px;
}

a {
	color: #009;
}

.sidebar a:hover {
	color: #f00;
}


#text-3 {
	float: right;
	margin-right: 15px;
}

.narrowcolumn {
	min-height: 640px;
	width: 546px;
	padding: 5px 0;
}

#pagewrap-right {
	width: 766px;
}

#sidebar-overcomic {
	padding: 0;
}

#sidebar-overcomic #comic_navi_wrapper {
	width: 760px;
	margin: 0 auto;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

#sidebar-undercomic #comic_navi_wrapper {
	background: #fff;
	margin: 0 auto;
	-moz-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.comic_navi {
	width: 980px;
	margin: 0 auto;
}

.comic_navi_left {
	float: left;
}
.comic_navi_right {
	float: right;
}

.comment-link {
	margin-right: 5px;
}
	.comment-link a {
		color: #ccc;
	}
	
	.comment-link a:hover {
		color: #f00;
	}

#footer {
	color: #bbb;
}