/*
Theme Name: y2cl.net
Theme URI: http://y2cl.net
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: jhorsley3
Author URI: http://jhorsley3.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 */

#menubar-wrapper {
	background-color: Transparent;
	background: url('images/bluetrans.png') repeat;
	text-transform: uppercase;
}

#menubar-wrapper .menubar {
	width: 650px;
	float: right;
}

	.menunav a {
		color: #000;
		text-shadow: 2px 2px 4px #ccc;
	}
		
	.menubar ul li a {
		text-shadow: 2px 2px 4px #ccc;
	}

	.menubar ul li ul li a {
		text-shadow: 2px 2px 4px #ccc;
	}

	.menubar ul li a:link, .menubar ul li a:visited {
		text-shadow: 2px 2px 4px #ccc;
	}


	.menubar ul li ul li a:link, .menubar ul li ul li a:visited {
		text-shadow: 2px 2px 4px #ccc;
	}

.menubar ul li ul li a {

	text-align: left;

	background: #b9cbd5; /* background of menu items (default state)*/

}
	
	.menubar ul li a.selected {

	/*CSS class that's dynamically added to the currently active menu items' LI A element*/

	background: #666;

	color: #000;

}
.menubar ul li a:hover {

	color: #000;

	background: #ccc; /*background of menu items during onmouseover (hover state)*/

}
	
#header { 
	padding: 0;
	margin: 0;
	height: 90px;
}

#header h1 a {
	float: left;
	background: url('images/y2clnetlogo.png') top left no-repeat;
	text-indent: -9999px;
	height: 160px;
	width: 380px;
	display: inline-block;
	top: 5px;
	position: absolute;
	zoom: 1;
}

#header .description {
	display: none;
}

