/*
CSS 2
Theme Name: Kara Jacobson Photography
Theme URI: http://www.karajacobsonphotography.com/
Description: The default theme for Kara Jacobson Photography
Version: 1.0
Author: WebPaws.com / Ryne C Allen
Author URI: http://www.webpaws.com/
*/

#main {
	width: 900px;
	min-height: 300px;
	}

/* logo */
h1#logo {
	height: 75px;
	margin: 0 auto; 
	background-image:url(http://www.karajacobsonphotography.com/images/kjacobson_logo.png);
	background-repeat:no-repeat;
	}
h1#logo a {
	display: block;
	height: 75px;
	width: 275px;
	text-align: center;
	text-indent: -999em;
	font-size:21px;
	}


/* NAVIGATION */

#nav {
	position: relative;
	height: 50px;
	}
#nav ul {
	float: right;
	text-align: right;
	line-height: 1.5em;
	}
#nav ul li {
	display: block;
	float: left;
	position: relative;
	}
#nav ul li a {
	padding: 0 0 0 1.5em;
	text-decoration: none;
	font-size: 16px;
	color: #222;
	}
#nav ul li a:hover,
#nav ul li.current_page_item a {
	color: #53C2EF;
	}

/* 2nd level */
#nav ul ul {
	visibility: hidden;
	position: absolute;
	top: auto;
	right: -74px;
	width: 900px;
	text-align: right;
	line-height: 1.1em
	}
#nav ul ul li {
	float: right;
	}
#nav li:hover ul {
	visibility: visible;
	z-index: 100;
	}
#nav ul ul li a {
	margin-left: .6em;
	padding-bottom: 7px;
	font-size: 14px;
	}
