/*
Theme Name: Precious Example Child Theme - Navbar
Theme URI: http://wordpreciousss.org/themes/examples/
Description: Example child theme for <a href="http://wordpreciousss.org/themes/precious/">Precious</a> with a navbar on top.
Version: 1.0
Author: Kristin K. Wangen
Author URI: http://wordpreciousss.org/
Tags: navbar, child-theme, precious
Template: precious

 * @package WordPreciousss
 * @subpackage Precious_Exampel_Child_Theme_Navbar


*/

@import url('../precious/style.css');

#nav {
border-bottom: 1px solid #ccc;
font-size: 1.1em;
padding:0px 2px;
margin:0px;
}

#nav a {
text-decoration: none;
}

#nav ul {
padding: 3px 0px;
margin-left: 0px;
}
#nav li {
margin:2px 10px 2px 0px;
}
#nav li.current_page_item {
font-weight: bold;
}

#voteIt {
width:50%;
clear:both;
}
