/*  
Theme Name: Comics In Action
Theme URI: http://www.comicsinaction.com
Description: A child theme for Mimbo
Version: 0.1
Author: Dennis Lambing
Author URI: http://www.dennislambing.com
Template: mimbo

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


@import url("../mimbo/style.css");


/*HTML*/

body {
	background:#000000; /*3C3C3C*/
	color: #4D4D4D; /* CCCCCC */
	}

a, a:visited {
	color:#333333; /* 7DA939 */
	text-decoration:none;
	}	
	
a:hover, a:active {
	color:#FF0000;
	text-decoration:underline;
	}


/*Structure*/

#masthead {
	background: black url('images/res_dogs_bw.png') top right no-repeat;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	height: 70px;
	padding-left: 10px;
        padding-right: 10px;
	/* padding:22px 0; */
	}
	
#masthead h1, #masthead h1 a, #masthead h1 a:visited {
	font-family: Helvetica, 'Trebuchet MS', Verdana, Sans-Serif;
	color:#FFFFFF;
	text-decoration:none;
	
}

#s {
      font-size:1em;
      width:130px;
}

#description {
	border-left: 1px dotted #FFFFFF;
	color: #FFFFFF;
}

#wrapper {
	border:none
	}

/*Page Nav*/

/*Added to incoporate Artists Recover Fund Page*/
#nav li {
        margin-right: 10px;
}

#nav a, #nav a:visited {
	color: #B0B0B0;
	}

#nav a:hover {
	color:#FFFFFF !important;
	}
	
#nav a:active {
	background:#454545 !important;
	}
	
#nav li.current_page_item a, #nav li.current_page_item a:visited {
	color:#000000 !important; /* #333333 */
	}

#nav li li.current_page_item a, #nav li li.current_page_item a:visited {
	color:#DADADA !important
	}



/*Cat Nav*/
	
#nav-cat {
	background:#333333 !important; /* #777 */
	border:none !important
	}

#nav-cat a, #nav-cat a:visited {
	color:#d8d8d8 !important;
	}

#nav-cat a:hover, #nav-cat a:active {
	color:#FFFFFF !important;
	}
	
#nav-cat li li a, #nav-cat li li a:visited {
	color:#DADADA !important;
	}	

#nav-cat li li a:hover, #nav-cat li li a:active {
	color:#FFFFFF !important
	}
	
/*Headers*/

h3 {
	border-bottom:1px solid #404040;
	border-top:5px solid #404040;
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.1em;
	}

.entry h3 {
	text-transform:none
	}
	
			

/*Content Styles*/

#sidebar a, #sidebar a:visited,
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
#fullarchive a, #fullarchive a:visited, 
#more-posts a, #more-posts a:visited {
	color:#383838 !important; /* #FF0000 */
	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active,
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
#fullarchive a:hover, #fullarchive a:active, 
#more-posts a:hover, #more-posts a:active {
	color:#333333 !important;
	text-decoration: underline;
	}

.commentcount {
	background:url(images/bubble.gif) no-repeat right;
	}	

#sidebar li {
	list-style:none;
	margin:0 0 1px 0;
	padding:0;
	}
	
#sidebar li a, #sidebar li a:visited {
	background:#E3E3E3; /* #EEF5E1 */
	display:block;
	text-decoration:none;
	padding:4px 8px;
	border-left:4px solid #D9D9D9; /* #E4EFD5 */
	}

#sidebar li a:hover, #sidebar li a:active {
	background:#D9D9D9; /* E4EFD5 */
	text-decoration:none
	}

#sidebar li li a, #sidebar li li a:visited	{
	background:#D9D9D9; /* E4EFD5 */
	padding-left:25px;
	color:#828282;
	}

.textwidget, .textwidget p {
  margin: 15px 0px 0px 0px;
}

.textwidget p {
  padding: 3px;
}

h1 a, h1 a:visited {
	color:#000000;
	text-decoration:none;
	}	
	
h1 a:hover, h1 a:active {
	color:#333333;
	text-decoration:underline;
	}	

#writer {
	background:#EBEBEB;
	border:none
	}

	
/*Post Styles*/

.single p.postmetadata {
	background:#EBEBEB; /* E3E3E3 */
	padding:2px 6px;
	font-size:0.9em;
	border:none
	}

/*Footer*/

#footer {
	color:#e1e1e1;
	}

#footer a, #footer a:visited {
	color:#737373; /* 7A7A7A */
	}	

#footer a:hover, #footer a:active {
	color:#FFFFFF;
	}	

	