/*  
Theme Name: Hela Havet Stormar
Description: Ett child theme i orange for Mimbo
Author: Daniel Hansson
Author URI: http://helahavetstormar.nu
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:#323232;
	}

a, a:visited {
	color:#FF8000;
	text-decoration:none;
	}	
	
a:hover, a:active {
	color:#B25900;
	text-decoration:underline;
	}

/*Structure*/

#masthead {
	border:none
	}

#wrapper {
	border:none
	}

#description {
	color:#323232;
	border-left:1px dotted #ff8000;
	}

/*Page Nav*/
#nav a, #nav a:visited {
	color:#FF8000;
	}

#nav a:hover {
	text-decoration:none;
	color:#fff;
	}

#nav a:active {
	background:#232323;
	color:#fff;
	}
	
#nav li.current_page_item a, #nav li.current_page_item a:visited {
	color:#ff8000;
	}

#nav li li.current_page_item a, #nav li li.current_page_item a:visited {
	color:#6a6a6a;
	}



/*Cat Nav*/
	
#nav-cat {
	background:#323232;
	border:none !important
	}

#nav-cat li {
	border-right:1px dotted #fff;
	}

#nav-cat a, #nav-cat a:visited {
	color:#FF8000 !important;
	}

#nav-cat a:hover, #nav-cat a:active {
	color:#FFF !important;
	}
	
#nav-cat li li a, #nav-cat li li a:visited {
	color:#FFF; !dadada !important;
	}	

#nav-cat li li a:hover, #nav-cat li li a:active {
	color:#FFF !important
	}
	




/*Headers*/

h3 {
	border-bottom:1px solid #6A6A6A; !FEDFBF;
	border-top:5px solid #6A6A6A; !FEDFBF;
	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:#FF8000; !important;
	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:#FF8000; !important;
	text-decoration: underline;
	}

#recentcomments {
	color:#FFF; !8000;
        background:#6A6A6A;
	display:block;
	text-decoration:none;
	padding:4px 8px;
!	border-left:4px solid #6A6A6A;
!	border-right:4px solid #6A6A6A;
	}

.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:#6A6A6A;
	display:block;
	text-decoration:none;
	padding:4px 8px;
!	border-left:4px solid #6A6A6A;
!	border-right:4px solid #6A6A6A;
	}

#sidebar li a:hover, #sidebar li a:active {
	background:#838383;
	text-decoration:none
	}

#sidebar li li a, #sidebar li li a:visited	{
	background:#838383;
	padding-left:25px;
	color:#FF8000;
	}

h1 a, h1 a:visited {
	color:#FF8000;
	text-decoration:none;
	}	
	
h1 a:hover, h1 a:active {
	color:#FF8000;
	text-decoration:underline;
	}	

h5 {
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding:4px 8px;
	margin-bottom:5px;
	background:#eeeeee;
	border-top:1px solid #6a6a6a;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #ff8000;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
	}
		
#lead {
	margin:22px 0;
	background:#eeeeee;
	border-bottom:1px solid #a6a6a6;
	border-right:1px solid #a6a6a6;
	}

#lead:hover {
	background:#e8e8e8;
	border-bottom:1px solid #a2a2a2;
	border-right:1px solid #a2a2a2;
	}
		
.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#7a7a7a;
	letter-spacing:0.03em;
	}


#writer {
	background:#FF8000; !EEF5E1;
	border:none
	}
	
/*Post Styles*/

.single p.postmetadata {
	background:#EEEEEE;
	padding:2px 6px;
	font-size:0.9em;
	border:none
	}

.wp-caption.alignleft {
	background:#EEEEEE; !f5f3ee;
	}

.wp-caption.aligncenter {
	background:#EEEEEE; !f5f3ee;
	}

.wp-caption.alignright {
	background:#EEEEEE; !f5f3ee;
	}

/*Footer*/

#footer {
	color:#9D9D9D;
	}

#footer a, #footer a:visited {
	color:#6D6D6D;
	}	

#footer a:hover, #footer a:active {
	color:#FFF;
	}	
		
	
	
	