/*  
Theme Name: MoPictive Theme
Theme URI: http://prothemedesign.com/themes/mimbo-pro/
Description: A child theme for Mimbo Pro
Version: 0.1
Author: Darren Hoyt
Author URI: http://prothemedesign.com/themes/mimbo-pro/
Template: mimbopro

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


@import url("../mimbopro/style.css");

#masthead { 
	height:255px;
	background: #240b06 url(images/mopictive_banner_002_960x250.jpg) !important; 
	}

body { background: #777777 url(images/bg.jpg) repeat-x fixed;
	color: #000000;
	}
#upper, #breadcrumbs { background: #888888 !important;}

#navbar {
background:#666666;
padding:3px 12px 0 12px;
border-bottom:6px solid #3982a9;
}

#nav li li {
	background: #444444;
}

#nav .current-cat .children a:hover, #nav .current-cat .children a:active {
	background:	#333333;
	outline: 0;
}

#nav .current-cat a, #nav .current-cat a:visited  { 
	background-color:#333333; 
	}

#sidebar .widget li a, #sidebar .widget li a:visited {
	background:#999999;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:4px 4px 4px 8px;
	}

#sidebar .widget li a:hover, #sidebar .widget li a:active, 
#sidebar .widget li li a:hover, #sidebaer .widget li li a:active {
	background:#333333 !important;
	color:#FFF;
	}

#sidebar .widget li li a, #sidebar .widget li li a:visited {
	background:#555555;
	padding-left:20px;
}

#lead { background:#333333;color:#fff; }

#recent {background:url(images/bg_recent_mopictive.jpg) no-repeat !important;}