/*
Theme Name: ComicPress Amuck Reality
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Benjamin T. McCormick "Tovias"
Author URI: http://www.racomics.com/
Version: 1.1.7
.
Changes 
1.0 	2010-08-02	Launched with release of ComicPress 2.9.2.5 (Beta)	
1.0.1	2010-08-11	Fixed page width issue causing page to appear to have gap to the right of content
1.1	2010-08-14	Added custom menubar
1.1.1	2010-08-15	Changed background settings and colors
1.1.2  	2010-08-29	Adjusted Logo and Banner add placement to allow for new logo design
1.1.3	2010-11-27	LOST DUE TO NOT MAKING A BACKUP!!!!
1.1.4	2010-11-28	Adjusted Logo and Banner positions for ad placement due to new logo
1.1.5	2010-12-01	Decreased logo and increased banner sizes. Adjusted placements to match. Removed custom menubar
1.1.6	2010-12-09	Changed footer color to match new background image. Changed color of content wrapper to darker brown
1.1.7 	2010-12-11	Changed .narrowcolumn colors, added .post & #comment-wrapper colors so each blog post is separated, returned CP link colors.

The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
.
NOTE: When writing CSS in either Companion or the Child Theme, you put the CHANGES only, not the entire CSS.  
*/

@import url("../comicpress/style.css");

/* STANDARD TAGS */

#text-8 { float: right;}
#text-8 { margin-top: 25px; }
#text-8 { margin-right: 45px; }

/* Begin Banner Ad Placement */

#sidebar-aboveheader {
	width: 1px;
	height: 0px;
	margin: 0 auto;
	position:relative;
	top: 10px;
	left: -238px;
}
/* End Banner Ad Placement */


body { 
	background: #aeac9c url('images/background.png') repeat-x; 
}

#header {
	position: relative;
	margin-bottom: 0px;
	width: 230px; 
	height: 130px; 
	background: url('images/logo/ralogo.png') top left no-repeat; 
	overflow: hidden;
}

#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 200px; text-indent: -9999px;}
#header .description {display: none;}

#comic-head, #comic-foot { padding: 0; }

#comic { 
	border: 0; 
	background: #ffffff;
}

#comic { padding-top: 5px; }

#content-wrapper{
	background:#93907B;
	padding-top:0px;
}

a:link { color: #993333 }
a:visited { color: #336699 }
a:hover { color: #f00000 }


/* Begin Comic Blog Post Word Balloon around Text */

.comicpress_comic_blog_post_widget .widget-head
{
height: 33px;
padding: 5px;
background: url('images/abouthdr.png') no-repeat;
}

.comicpress_comic_blog_post_widget .widget-content 
{
padding: 12px;
background: url('images/abouttxt.png') repeat-y;
}

.comicpress_comic_blog_post_widget .comic-post-widget-title 
{
	font-size: 14px;
	font-weight:bold;
}

.comicpress_comic_blog_post_widget .widget-foot {
height: 40px;
padding: 5px;
background: url('images/aboutftr.png') no-repeat;
}
/* End Comic Blog Post Word Balloon around Text */


#sidebar-undercomic { background: #ffffff; }

#footer { background: #6E8096;
	color: #fff
}

#blogheader {
	margin: 0 0 0;
	padding: 2px 0;
	}
.narrowcolumn {
margin-top: 20px;
margin-bottom: 5px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #aeac9c;
}

.post {
margin-top: 5px;
margin-bottom: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #F2F1E5;
}

#comment-wrapper {
margin-top: 5px;
margin-bottom: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #F2F1E5;
}

.type-page {
margin-top: 5px;
margin-bottom: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #F2F1E5;
}


.page-id-3366 .type-page a:link, .page-id-3366 .type-page a:visited { color: #f00000; }


.facebook_like, .facebook-like {
	display: inline-standard;
}


/* BEGIN menunav social icons */

.menunav-social {
	text-indent: -9999px;
	display: inline-block;
	float: left;
	height: 25px;
	width: 25px;
}

.menunav-twitter {
	background: url('images/icons/twitter.png') no-repeat;
}

.menunav-rss2 {
	background: url('images/icons/rss.png') no-repeat;
	margin-right: 3px;
}

.menunav-facebook {
	background: url('images/icons/facebook.png') no-repeat;
}	

.menunav-social:hover {
	background-position: 0 -25px;
}

/* END menunav social icons */


