body { background:#9BC2E3; margin:0; font:12px Arial, sans-serif; color:#333; }

* { margin:0; padding:0; }

a img { border:none; }

#bg { background:url(/img/bg.gif) center top; width:908px; margin:0 auto; }

#container { width:900px; margin:0 auto;background:#fff; }

#header { background:url(/img/bg_top.gif) center top; color:#CEC39D;  }

.tagline span { padding-left:60px; }
.call { font:13px Verdana bold; font-weight:bold;  }
.phone { font:2.2em Arial; font-weight:bold; }
.tagline { font:21px "Times New Roman" bold; font-style:italic; color:#ADC5DC; }

#topnav { width:900px; height:34px; background:url(/img/bg_nov.gif) repeat-x center	; text-transform:uppercase; border-top:1px solid #FFF; border-bottom:1px solid #FFF; }
#topnav ul li a { font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#0066CC; text-decoration:none; font-weight:bold; padding:4px 18px 3px 18px;  }
#topnav ul li a:hover {background:#F0EDE1}
#topnav ul li { float:left; list-style:none; border-right:1px solid #CEC39D; border-left:0px; padding:9px 0px; }
#topnav ul li.last a {border-right:0px; padding-right:21px }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #333;}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; }
p {
	padding: 5px 0px;
	margin: 0px;
	line-height: 16px;
}

/*********************************************
		The Obligatory WP Stuff
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px; line-height: 24px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: #137bbb;
	text-transform: uppercase;	
	text-decoration: none;
	letter-spacing: -1px;
}
h1 a, h1 a:visited {
	color: #137bbb;
	text-decoration: none;
}
h1 a:hover { color: #000; text-decoration: none; }

h2 { /* This style used as header in the sidebars */
	background: #5f5f5f;
	font-size: 15px;
	color: #FFF;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-weight: normal;
}
h3 { /* This style used as the post titles on homepage/archive */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;
}
h3 a {
}
h3 a:hover {
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #666;
	text-decoration: none;
}

/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	margin: 0px;padding: 0px 15px;
	width: 539px; /* minus one pixel to account for the dotted border */
	display: block;
	border-right: 0px dotted black;
}

a.more-link { /* the more link */
	display: block;
	clear: both;
	margin: 15px 0px 0px 0px; padding: 0px;
	text-align: right;
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px;
	margin: 3px 0px 10px 0px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px;
	margin: 10px 0px;
	border-top: 1px dotted #666;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
	
/*********************************************
		Left Sidebar
*********************************************/
#sidebar {
	display: inline;
	float: left;
	border: 0px solid black;
	width: 300px;
	margin: 0px; padding: 10px 15px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#sidebar h2 { /* This style used as header in the sidebars */
	background: #e3ecef;
	font-size: 13px;
	color: #013976;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	font-weight: bold;
	text-transform: uppercase;
text-align:center;
}
#sidebar embed, #sidebar object {
	width: 300px; height: 230px;
	margin: 0px; padding: 0px;
}
#sidebar p {
	padding: 5px;
}
#sidebar img {
	text-align: center;
}
#sidebar form {
	padding: 0px;
	margin: 5px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidebar ul li {
	padding: 0px 0px 10px 0px;
}
#sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
}
#sidebar ul li ul li a {
	text-decoration: none;
}
#sidebar ul li ul li a:hover {
	text-decoration: underline;
}
#sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Left Sidebar QuickLinks
*********************************************/
#sidebar #quicklinks {
	
}
#sidebar #quicklinks ul li ul li {
	margin: 0;
}
#sidebar #quicklinks a {
	display: block;
	margin: 10px 0px;padding: 0px 0px 0px 50px;
}
#sidebar #quicklinks a.search {
	height: 33px; line-height: 33px;
	background: url(images/icons.jpg) 0px -7px no-repeat;
}
#sidebar #quicklinks a.rss {
	height: 32px; line-height: 32px;
	background: url(images/icons.jpg) 0px -48px no-repeat;
}
#sidebar #quicklinks a.podcast {
	height: 36px; line-height: 36px;
	background: url(images/icons.jpg) 0px -91px no-repeat;
}
#sidebar #quicklinks a.upcoming {
	height: 30px; line-height: 30px;
	background: url(images/icons.jpg) 0px -135px no-repeat;
}
#sidebar #quicklinks a.storefront {
	height: 34px; line-height: 34px;
	background: url(images/icons.jpg) 0px -178px no-repeat;
}
#sidebar #quicklinks a.shopping {
	height: 27px; line-height: 27px;


	background: url(images/icons.jpg) 0px -224px no-repeat;
}
#sidebar #quicklinks a.address {
	height: 30px; line-height: 30px;
	background: url(images/icons.jpg) 0px -264px no-repeat;
}
#sidebar #quicklinks a.download {
	height: 33px; line-height: 33px;
	background: url(images/icons.jpg) 0px -304px no-repeat;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	padding: 8px;
}
#comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
#comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
/************************************************
*	Feedreader Page Template					     		* 
************************************************/

#feedreader {
	margin: 0px auto 0px;
	padding: 0px 0px 20px 0px;
	line-height: 20px;
	clear: both;
	}
#feedreader h1 { /* This style used as title on single posts and pages */
	text-align: center;
}
#feedreader h2 a { 
	color: #FFF;
}
#feedreader h2 a:hover { 
	color: #fff;
	text-decoration: underline;
}
#feedreader img{
	float: left;
	border: none;
	margin: 0px 5px 10px 0px;
	}
	
#feedreader ul{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#feedreader li{
	list-style-type: none;
	padding: 0px 0px 10px 0px;
	}
	
#feedreader ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}	
	
.feedleft {
	float: left;
	width: 238px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 25px;
	overflow: hidden;
	}
	
.feedmiddle {
	float: left;
	width: 238px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 25px;
	overflow: hidden;
	}
	
.feedright {
	float: right;
	width: 238px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
	overflow: hidden;
	}
/*********************************************
		LANDING PAGE
*********************************************/
#landingpage {
	float: left;
	margin: 0px 0px 10px 0px; padding: 0px 10px 0px 0px;
	width: 610px; 
	display: block;
	border-right: 0px dotted black;
}
#landingpage h1, #launch h1 { /* This style used as title on single posts and pages */
	text-align: center;
}
#landingpage h2 { /* This style used as header in the sidebars */
	background: #fff;
	font-size: 24px;
	color: #000;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}
#landingpage h3 { /* This style used as the post titles on homepage/archive */
	font-size: 18px;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
#landingpage h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #666;
	text-decoration: none;
	text-align: center;
}

#landing_sidebar {
	display: inline;
	background: #ddd;
	float: left;
	border: 1px solid black;
	width: 228px;
	margin: 0px; padding: 0px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#landing_sidebar h2 { /* This style used as header in the sidebars */
	background: #ddd;
	font-size: 15px;
	color: #000;
	font-family: Georgia, Arial, Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
#landing_sidebar  embed, #sidebar object {
	width: 300px; height: 230px;
	margin: 0px; padding: 0px;
}
#landing_sidebar  p {
	padding: 5px;
}
#landing_sidebar  img {
	text-align: center;
}
#landing_sidebar form {
	padding: 0px;
	margin: 5px;
}
#landing_sidebar  ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#landing_sidebar  ul li {
	padding: 0px 0px 10px 0px;
}
#landing_sidebar  ul li ul {
	padding: 0px 0px 0px 0px;
}
#landing_sidebar  ul li ul li {
	padding: 0px;
	margin: 5px;
}
#landing_sidebar  ul li ul li a {
	text-decoration: underline;
}
#landing_sidebar  ul li ul li a:hover {
	text-decoration: underline;
}
#landing_sidebar  ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#landing_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}
/*********************************************
		LAUNCH 
*********************************************/
#launch {
	float: left;
	margin: 0px 0px 10px 0px; padding: 0px 10px 0px 0px;
	width: 539px; /* minus one pixel to account for the dotted border */
	display: block;
	border-right: 0px dotted black;
}
#launch_sidebar {
	display: inline;
	background: #ddd;
	float: left;
	border: 1px solid #666;
	width: 298px;
	margin: 0px 0px 10px 0px; padding: 0px 0px 0px 10px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#launch_sidebar h2 { /* This style used as header in the sidebars */
	background: #ddd;
	font-size: 18px;
	color: #000;
	font-family: Georgia, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	padding: 8px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

#footer { width:900px; height:26px; background:#003A75; clear:both; }
#footer ul {  }
#footer ul li { float:left; list-style:none; border-right:1px solid #9BC2E3; padding:6px 20px; }
#footer ul li a { font-size:11px; color:#EEF5FB; text-decoration:none; }
#footer ul li a:hover { text-decoration:underline; color:#FFF; }

#copyright { width:900px; margin:0 auto; padding:10px 5px; clear:both; font-size:1em; color:#423C2F; text-align:center; }

h1 span {font-size:12px; font-style:italic;}
h2 span {font-size:12px; font-style:italic;}