/*
Theme Name: Anhedonia Blue
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Denis "Joenis" Caron
Author URI: http://abluecomic.com/
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
1. Modify the directory name to one of your chosing.
2. Change the 'Theme Name, Author and Author URI' to your custom names.
3. Put your custom sets of navigation, avatars, calanders, moods in the images folder in this Child Theme, uses the same base structure as the main ComicPress theme.
4. If you are using a custom-header.php, that too goes into this child theme.
5. The widgets directory in the child theme is where you can place custom widgets that you make.
6. Design your site with Companion or putting the CSS into this child theme's style.css
7. Take a screen capture of your designed site and replace the screenshot.png file in this child theme.
.
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 */

body { 
margin: 0;
	color: #ccc;
	font-size: 12px;
background: transparent url(../comicpress-ablue/images/layout/ablue-bg.jpg) repeat 00;
}

#page {
margin:15px auto 0;
width:980px;
}


#header {width: 980px; height: 217px; background: url('../comicpress-ablue/images/layout/header.png') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 217px; text-indent: -9999px;}
#header .description { display:none;}

#content-wrapper {
width:973px;
}

#sidebar-left {
width:340px;
padding-right: 0px;
padding-top: 0px;
margin-left:-8px;
}

#pagewrap-right { background: #000;
width:635px;
-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;
-khtml-border-radius-bottomleft:10px;-khtml-border-radius-bottomright:10px;-khtml-border-radius-topleft:0;-khtml-border-radius-topright:0;
-webkit-border-radius-bottomleft:10px;-webkit-border-radius-bottomright:10px;-webkit-border-radius-topleft:0;-webkit-border-radius-topright:0;
border-radius-bottomleft:10px;border-radius-bottomright:10px;border-radius-topleft:0;border-radius-topright:0;
}

#sidebar-left .sidebar-head { width:340px; height:365px;  background: url('../comicpress-ablue/images/layout/sidebar-head.png') top center no-repeat;
}

.layout-gn .narrowcolumn, .layout-v .narrowcolumn {
overflow:hidden;
padding:15px;
width:395px;
}

.post-content {
padding:15px;
margin-bottom:20px;
background: #6c1414;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

a {color:#8FB9E6;}
a:hover {color:#cccccc;}
a:visited { color: #afbcc9;}

#menubar-wrapper {
background:#6C1414 none repeat scroll 0 0;
clear:both;
display:block;
margin:0 auto 0 342px;
position:absolute;
top:191px;
width:630px;
height:25px;
}

#menubar-wrapper a {
display:block;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}
.menubar ul li a:hover {
	background:#000;
}

.sideblack { background: #000;}

#psa {
margin-left:410px;
position:absolute;
top:10px;
}

.comment {padding:10px; border: 0px; background: #6c1414;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
.comment #respond { color: #cccccc;}
.bypostauthor { background-color: transparent; }
.comment .comment .bypostauthor, .comment .comment .comment .bypostauthor { background-color: transparent; border: 0px;}
.comment .alt {background-color: #300000;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}

.comic_navi_wrapper { margin-left: 90px;}

.sidebar-foot {
background:transparent url(../comicpress-ablue/images/layout/sidebar-foot.png) no-repeat scroll center top;
height:365px;
width:340px;	
}

.sidebar .widget { margin-bottom: 0px; }

#fbwig {background:#fff; width:300px;} 

#halfbannermess {margin-top:20px;}

#sidebar-overcomic {
padding:10px;
}

.comic_navi_wrapper {
border-collapse:collapse;
display:table;
font-size:15px;
font-weight:bold;
margin:0 auto;
text-align:center;
text-transform:uppercase;
}

.comment .comment {
margin:10px 0 0 5px; }

.comment .comment .comment {
margin-left:0
}

.page .narrowcolumn {
overflow:hidden;
padding:15px;
width:605px;
}

.page #sidebar-right { display: none;}

.navi-void, .navi-void:hover {
font-weight:bold !important;
}

a {font-weight:bold;}
a:hover {font-weight:bold;}

.upcoming {
	-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background:#222222 none repeat scroll 0 0;
color:#FFFFFF;
width:310px;
padding-bottom:10px;
padding-top:10px;
}

.highlight {
background: #0f75bd;
padding: 5px;
margin-top:10px;
}
.socbut a {
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background:#6C1414 none repeat scroll 0 0;
color:#ffffff;
display:inline-block;
padding:3px;
text-transform:none;
width:155px;
margin-top:2px;
}

.socbut a:hover {
		-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background:#0f75bd none repeat scroll 0 0;
color:#FFFFFF;
padding:3px;
text-transform:none;
width:155px;
display:inline-block;
margin-top:2px;
}
