/*
Theme Name: Precious SAF
Theme URI: http://wordpreciousss.org/themes/examples/
Description: SAF theme based on an example child theme for <a href="http://wordpreciousss.org/themes/precious/">Precious</a> with a navbar on top.
Version: 1.0
Author: TJB
Author 
Tags: SAF, navbar, child-theme, precious
Template: precious

 * @package WordPreciousss
 * @subpackage Precious_Exampel_Child_Theme_Navbar
*/


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

#header {
	background: url('images/saf-header.gif') no-repeat center;
	}

#headerimg 	{ 
	margin: 2px 10px 70px 20px; 
	height: 192px; 
	width: 740px; 
	} 

#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;
}
