/*
Theme Name: ComicPress Cyantian Red Box Enabled
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tiffany Ross
Author URI: http://shivae.net
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 { background: #790000 url('images/bg-red.png') top center repeat-y; }
a { 
color:#790000;
text-decoration:none;
}
#page-wide-wrap { background: color:#ffe074; }

.archive-dropdown-wrap { width: 166px; margin: 0 auto; }

/* Menu Details */

#menubar { background:url('images/vertical-sun-2.png') ; repeat x scroll 0 0 #febb1d;
-moz-border-radius: 5px;
-webkit-border-radius: 5px; 
border-style: groove; 
border-width: 2px;  
border-color: #c69217;
border-top-color: #febb1d;  border-left-color: #febb1d;
 }
.menunav-rss:hover {
	background: #febb1d;
	color: #000;
}
.menunav-prev a:hover {
	background: #febb1d;
	
}

.menunav-next a:hover {
	background: #febb1d;
}

#menu li:hover, #menu li.sfhover {

	background: #febb1d; /* Main menu highlighted background color */

}

#menu li:hover a, #menu li.sfhover a {

	color: #000; /* Main menu highlighted text color */

}



#menu li:hover, #menu li.sfhover {

	background: #ffe074; /* Main menu highlighted background color */

}
#menu .current_page_item a {
background:none repeat scroll 0 0 #ffe074;
color:#000000;
}
#menu a {
color:#ffe074;
display:block;
padding:0 10px 0;
text-decoration:none;
}

#menu li li:hover {

	background: #ffe074; /*Submenu highlighted background color */

}

/* Comic Container */


#comic { background: url('images/vertical-sun-2.png') ; 
background-repeat: repeat-x; scroll left top #fff ; 
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-style: groove; 
border-width: 2px;  
border-color: #c69217;
border-top-color: #febb1d;  
border-left-color: #febb1d;
 }


/* Blog Area */


.narrowcolumn { background: url('images/vertical-sun-2.png') ; 
background-repeat: repeat-x; scroll left top #fff ; 
background-color: #ffe074;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-style: groove; 
border-width: 2px;  
border-color: #c69217;
border-top-color: #febb1d; 
border-left-color: #febb1d;
}


/* Individual Blog */


.post-content {background-color: #c0f787 ; 
background-repeat: 
repeat-x; scroll 0 0 #febb1d; 
background-color: #ffe074;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding-top: 5px;
border-style: groove; 
border-width: 2px;  
border-color: #c69217;
border-top-color: #febb1d;  
border-left-color: #febb1d;
padding: 10px; }


/* Right Sidebar for box ad */

.narrowcolumn { width: 400px; }
#sidebar-right {
float:right;
padding:5px;
width:325px;
margin-right: 10px;
}

 
 .sidebar { background: url('images/vertical-sun-2.png') ; 
 background-repeat: repeat-x; 0 0 #790000;
 background-color: #ffe074;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding-top: 5px;
border-style: groove; 
border-width: 2px;  
border-color: #c69217;
border-top-color: #febb1d;  border-left-color: #febb1d;
 }
 


 







