/*
Title: "Jesse-International" screen styles
Date Modified: 1/1/2010
--
Author: Bayt & Takl Design
Contact: http://baytandtakl.com/contact
--
Table of Contents:
	layout
	typography
	navigation
	alignment
*/

/* layout
------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	}

body {
	background: #fbfbfb;
	color: #333;
	font: normal 14px/1.7em Helvetica, Arial, sans-serif;
	text-align: center; /* for centering Win IE 5 */
	}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff; /* #fbfbfb */
	}

/* ----- header ----- */
#header {
	width: 980px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	background: #666666; /* url(/images/backgrounds/masthead.jpg) left top repeat-x; */
	}

#logo {
	float: left;
	width: 300px;
	padding: 0 0 0 38px;
	}

#logo h1, #logo h1 a {
/*	text-indent: -4000px; */
	display: block;
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 90px;
	color: #ccc;
	width: 300px;
	height: 60px; 
/*	background: url(city-of-motherly-love.gif) 0 0 no-repeat; */
	border-bottom: none;
	text-decoration: none;
	}

#logo h1 a:hover {
color: #fff;
}

/* ----- main content ----- */
#main {
	margin: 0 auto;
	padding: 5px 35px;
	padding-bottom: 45px;
	text-align: left;
	}

ul, ol {
	font-size: 11px;
	}

ul {
	list-style-type: square;
	}

ol {
	list-style-type: decimal;
	}

#left_column {
float: left;
width: 625px;
}

#right_column {
float: right;
width: 225px;
}


/* ----- footer ----- */
#footer {
	height: 150px;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 25px;
	text-align: center;
	clear: both;
	color: #666666;
	font-style: normal;
	font-size: x-small;
	}

.footer_nav ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background: none; 
	color: #333;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
	}

.footer_nav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

.footer_nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #DBDBDB;
	}

.footer_nav ul li a:hover {
	background: none;
	color: #000;
	}

.footer_nav ul li a.last { border-right: none; }
	
#footer p {
	clear: both;
	}


/* typography
------------------------------------- */
h1, h2, h3, dt, dt a, legend {
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: -.02em;
	color: #000;
	}

h1 strong {
	color: #8e8e8e;
	}

h1 {
	color: #666;
	font-size: 260%;
	text-align: left;
	}

h2 {
	font-size: 180%;
	text-align: left;
	}
	
h3 {
	font-weight: normal;
	/* font-size: 120%; */
	font-size: 140%;
	}

#right_column h3 {
	color: #fff;
	background: #000;
	padding: 2px 7px;
	font-size: 120%;
}

#right_column h3 a {
	color: #fff;
}

#right_column ul {
	padding: 0;
	margin: 5px 5px 7px 25px;
}

#right_column li {
	font-size: 105%;
	padding: 0 0 10px 0;
	margin-left: 0;
	line-height: 1.5em;
}

h4 {
	font-size: 100%;
	}

.caption {
	text-align: left;
	line-height: 1.5em;
	font-size: x-small;
	}

.alert {
	color: #C00;
	}

.small {
	font-size: 90%;
	line-height: 1.3em;
	}
	
abbr, acronym {
	font-style: italic;
	cursor: help;
	}

/* navigation
------------------------------------- */
a {
	color: #996;
	text-decoration: none
	}

a:link {
	color: #996;
	text-decoration: none
	}

a:hover  {
	color: #CC3;
	text-decoration: underline
	}

div.nav {
	float: right;
	width: 585px;
	margin: 0 auto;
	height: 90px;
	line-height: 90px;
	}


.nav ul {
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	/* line-height: 18px; */
	}

.nav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

.nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #666666;
	}

.nav ul li a:hover {
	color: #CC3;
	}

.nav ul li a:active, .nav ul li a.selected {
	color: #996;
	}

.nav ul li a.last { border-right: none; }

.navcontainer #active { border-left: 1px solid #fff; }

/* subnav */
div.subnav {
margin: 0;
padding: 0;
background: #fff url(/images/backgrounds/subnav.jpg) left top repeat-x;
border: 1px solid #ccc;
width: 100%;
height: 45px;
}

div.subnav form#search {
	float: right;
	text-align: right;
	width: 300px;
	margin 0;
	padding: 7px 15px 0 0;
	}

.subnav ul {
	float: left;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0;
	color: #333;
	width: 500px;
	font-size: 90%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 45px;
	}

.subnav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

.subnav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #DBDBDB;
	}

.subnav ul li a:hover {
	background: none;
	color: #000;
	}

.subnav ul li a:active, .subnav ul li a.selected {
	color: #996;
	}

.subnav ul li a.last { border-right: none; }

/* ----- misc ----- */
input#keywords { 
	width: 150px;
	}

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

.footnote {
	color: #999;
	font-size: 80%;
	}

img, a img {
	border-width: 0;
	border: none;
	text-decoration: none;
	}

.border {
	border: 1px solid #ccc;
	}

.border_btm {
	border-bottom: 1px dashed silver;
	}

.lrg_banner {
	margin: 15px auto 45px auto;
	text-align: center;
	}

.banner {
	margin: 15px auto 20px auto;
	text-align: center;
	}

.inset {
	width: 125px;
	margin: 0 0 10px 15px;
	text-align: center;
	float: right;
	}

.inset .caption {
	font-size: 80%;
	}

.no_bullet {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
dd {
	margin: 0;
	}

.lead_in {
color: #7f7f78;
font-size: 140%;
line-height: 1.3em;
}

div.social_networks {
border-top: 1px solid #ccc;
margin: 25px auto;
padding: 3px;
width: 75%;
font-size: 90%;
color: #666666;
text-align: center;
}

div.social_networks p {
margin: 2px auto;
padding: 2px 0;
}

div.social_networks ul {
margin: 0;
margin: 5px auto;
padding: 0;
list-style-type: none;
text-align: center;
}

div.social_networks ul li {
display: inline;
margin: 0;
padding: 0;
}

div.social_networks ul li a {
padding: 0 7px;
}

/* alignment
------------------------------------- */
.align_left {
	float: left;
	}

.pad_left {
	float: left;
	margin: 0 15px 10px 0;
	}

.align_right {
	float: right;
	}

.pad_right {
	float: right;
	margin: 0 0 10px 15px;
	}

.pad_center {
	text-align: center;
	margin: 0 auto 10px auto;
	}

.clear {
	clear: both;
	}

