/*
Theme Name: Newport Beach Sunrise Rotary Club
Theme URI: http://kussner.com/
Description: Customized WordPress theme built for Newport Beach Sunrise Rotary Club.
Version: 1.0
Author: Eric Wolfe
Author URI: http://kussner.com/
*/

html { min-height: 100%; margin-bottom: 1px; }

body {
	font: 11px "Lucida Sans Unicode", "Lucida Grande", verdana, geneva, sans-serif;
	color:#555;
	margin:20px;
	background:url(images/body.jpg) top repeat-x #333;
}

* {
	margin:0;
	padding:0;
}

*:focus {
	outline: none;
}

img { border: 0; }

input, select, textarea { font: 11px verdana, tahoma, sans-serif; }

input, textarea { padding: 3px; }

select option { padding: 2px; }

input:focus, textarea:focus { background-color: #ffffcc; }

blockquote { margin-left: 35px !important; }

.compass-nav-breadcrumbs { font-size: 10px; margin-bottom: -18px; }

a:link, a:visited {
	color: #0099cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin:0 auto;
	background: url(images/sidebar-bg.gif) top left repeat-y #fff;
	padding:5px;
	border:4px solid #222;
}

.fixed {
	width:760px;
}

.fluid {
	width:90%;
}

#header {
	height:110px;
	background:url(images/header.jpg) top repeat-x;
	position: relative;
}

#header #logo {
	font-family: 'Lucida Sans Unicode', arial, sans-serif; 
	line-height:85px; 
	margin-left: 15px; 
	font-size: 24px; 
	color: #fff; 
	letter-spacing: -1px;
}

#header #topright {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	font-size: 10px;
	color: #fff;
}

#header #topright a:link, #header #topright a:visited {
	color: #fff;
	font-size: 10px;
	padding: 0;
}

#header #topright a:hover {
	color: #67cc00;
	text-decoration: none;
}

#header h1 {
	height:45px;
	font: 14px Trebuchet MS;
	padding:30px 20px 10px 20px;
	color:#fff;
}

/* Menu Navigation by Suzette Franck */

#navigation {
	height:30px;
	margin:0;
	padding:0;
	padding-left:20px;
	clear: both;
}

#nav {
	font-size:0.8em;
	height:25px;
	margin:0 auto;
	position:relative;
	width:740px;
}

#nav, #nav ul {
	list-style:none outside none;
	margin:0 auto;
	padding:0;
}

#nav li {
	display:inline;
	position:relative;
}

#nav > li a {
	color:#FFFFFF;
	display:inline-block;
	line-height:25px;
	padding-left:1em;
	padding-right:1em;
	text-decoration:none;
}
#nav > li a:hover {
	color: #67cc00;
}

#nav li ul {
	background: #323232; 
	position:absolute;
	visibility:hidden;
	margin-top: 0px;
	left: 0px;
	width:150px;
	border: 1px solid #444;
}

#nav li:hover ul {
	visibility: visible;
	margin-top: -1px;
	float: none;
}

#nav li ul li {
	display:block;
	float:none;
	width:auto;
	border-bottom: 1px solid #444;
}

#nav > li ul li a {
	line-height: 1.2em;
	padding: 7px 0px 7px 10px;
	display: block;
}

#nav > li ul li a:hover {
	background: #444;
}

/*old crusty navigation that was buggy below*/

.compass-nav-dropdown {
	position: absolute;
	bottom: 2px;
	left: 2px;
}

#udm { list-style: none; padding-left: 9px; }
#udm li { z-index:2000; position: relative; padding: 0px 8px; display: inline-block; }
#udm li a { font: 10px tahoma, arial, sans-serif; color: #eeeeee; padding: 0 3px;  }
#udm li a:hover { color: #67cc00; text-decoration: none; }
#udm li ul li a:hover { color: #fff; }
#udm li ul, #udm li ul li ul { position: absolute; top: -999em; background: #323232; width: 175px; border: 1px solid #444; }
#udm li:hover ul, ul#udm li.sfHover ul { top: 6px; left: 0px; }
#udm li ul li:hover ul, udm li.sfHover li:hover ul { top: 3px !important; left: 172px; }
#udm li ul li ul { top: -999em !important; }
#udm li.superfish li:hover ul, #udm li.superfish li li:hover ul,#udm li.superfish li li li:hover ul { top: -999em; }
#udm li ul li { line-height: 24px; display: block; font-size: 10px; border-bottom: 1px solid #444; }
#udm li ul li:hover { background-color: #67cc00; }
#udm ul li.parent { background: url(/inc/ui/theme-c2/images/arrow-white.gif) 165px no-repeat; }

#sidebar_left {
	float: left;
	width: 180px;
	padding:0 10px;
	background:#f6f6f6;
	font: 10px Verdana;
	line-height: 18px;
	border-right: 1px solid #eee;
	margin: 0px 15px 0 0;
}

#quote {
	background: #6699cc;
	height: auto;
	margin: 0px -10px;
	color: #eee;
	font: 12px georgia;
	line-height: 24px;
	text-align: center;
	padding: 4px;
}

#sidebar_left h1, #sidebar_left h2, #sidebar_left h3 {
	font-size: 12px;
	font-weight: bold;
	color:#333;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding:5px;
}

#content {
	margin-left: 201px;
	padding: 0 15px;
	line-height: 21px;
}

#content h1, #content h2, #content h3, #content h4 {
	color: #336699;
	font-weight: bold;
	background: url(images/dotted-horizontal.gif) bottom left repeat-x;
}

#content h1 {
	font-size: 16px;
	padding-bottom: 3px;
}

#content h2, #content h3, #content h4 {
	font-size: 13px;
}

#content ul, #sidebar_left ul {
	list-style-type: none;
}

#content ul {
	margin-left: 30px;
}

#content li, #sidebar_left li {
	list-style-type:none;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	padding:0 1em;
	background-position:0 7px;
}

#main {
	padding-top: 6px;
}

.with_sidebar {
	margin:0 0 0 200px;
}

#content h1,h2,h3,h4,p,ul,ol,blockquote {
	margin: 10px 0 5px 0;

}

#footer {
	font-size: 10px;
	margin: 30px 0 0 0px;
	padding: 15px 10px;
	border-top: 1px solid #eee;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.gallery-list .clear { height: 40px; }

/* Photo Gallery */
.galleryphoto { margin-right: 8px; height: 90px; }
.gallery-list .clear { margin-bottom: 15px; }
.galleryback { margin-top: 15px; }