/*  
Theme Name: Mim-Kiddie
Theme URI: http://waitingforfairies.com
Description: A Child Theme for Darren Hoyt's Mimbo
Version: 1.0
Author: Melissa Tabon
Author URI: http://waitingforfairies.com
Template: mimbo

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

/* ---------- @ CSS ---------*/

@import url('../mimbo/style.css');
@import url('css/nav.css');

a, a:visited {
	color: #7876D8;
	}

a:hover, a:active {
	color:#DDD749;
	}
	
/* ---------- HTML Tags -----------*/

body {
	background:#8290AE;
	color: #000000;
	}

body, select, input, textarea {
	font: 100% Tahoma, Arial, Verdana, Sans-Serif;
	}	

#nav .page_item a{
      color:#ffffff;
      }
	

/* --------- Ratings ---------*/
.entry img {
border:none;
display:inline;
margin:5px 0;
padding:0px;
}	
	
/* -------- Lead Story -------*/

#lead {
	background-image:url("images/featured_bg.gif");
	background-repeat:repeat-x;
}

/* ---------- Share This -----------*/

div.stbutton.horizontal  {
height:18px;
float:right;
width:118px;
margin: 0 0 0 125px;
}

.sharethis {
float:right;
margin: 0;
padding: 20px 0;
}
	
/* --------- Footer --------------*/

#copyright {
    color: #ffffff;
	float:left;
	width:550px;
	}

#copyright a {
    color: #ffffff;
	}
	
#copyright a:visited {
    color: #ffffff;
	}
#rss a {
    color: #ffffff;
       }

/* ------- Navigation ----------*/

#nav-cat  {
	background-image:url("images/navbar_bg.gif");
	background-repeat:repeat-x;
	margin:0 auto;
	padding:6px 0 6px 15px;
	position:relative;	

