/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9.6.2
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}


/* Zebra Kick Styles */

/* color styles

	orange = #EB9500


*/


body {
	background: #3b5f87 url(img/background-rpt-x.jpg) top left repeat-x;
	font-family: Helvetica, san-serif;
}

#access {
	border: none;
}

.f-right {float: right;}
.f-left {float: left;}
.f-clear {clear: both !important; }


/* Header */

#top-wrapper {
	background: url(img/citynames-24.png) center center no-repeat;
}

#header {
	width: 900px;
	margin: 0px auto;
	padding-top: 15px;
}

#header h1 {
	width: 506px;
	height: 34px;
	background: url(img/logo.jpg) top left no-repeat;
	float: left;
}

#header h1 a {
	display: block;
	width: 506px;
	height: 34px;
}

#header #number {
	background: url(img/phone.jpg) top right no-repeat;
	width: 252px;
	height: 34px;
	float: right;
	
}

#subheaders {
	font-size: 16px;
	color: white;
	padding: 13px 0 8px 8px;
	font-weight: lighter;
}

#call-tag {
	width: 200px;
	float: right;
	text-align: right;
	
}

#graphic {
	background: url(img/header.png) top center no-repeat;
	width: 950px;
	height: 270px;
	margin: 0px auto;
}

#main {
 	padding: 0px;
 	background: url(img/content-bg.png) top center repeat-y;
}

#menu {
	width: 924px;
	margin: 0px auto;
}

#menu ul {
	background: #EB9500 url(img/menu-bg.png) top left repeat-x;
	margin: 0px;
	padding: 12px 0 10px;
	text-align: center;
}

#menu ul li {
	display: inline;
	list-style: none;
	margin: 0px 30px;
}

#menu ul li a {
	color: white;
	text-decoration: none;
	font-size: 22px;
}

#menu ul li a:hover {
	color: #3B5F87;
}

#menu .base {
	background: url(img/menu-wedge.png) top center;
	height: 8px;
}


#container {
	width:	500px;
	float: left;
}

#content {
	margin: 30px 20px 10px 45px;
	font-family: Georgia, serif;
	width: 500px;

}

#content h1 {
	font-family: 'Cardo', arial, serif;
	font-size: 44px;
	color: #3B5F87;
	line-height: 45px;
	font-weight: normal;
	margin: 10px 0px 10px;
}


#content h2 {
	font-family: 'Cardo', arial, serif;
	color: 	#eb9500;
	padding: 0px;
	font-size: 30px;
	font-weight: lighter;
	margin: 30px 0px 15px;
	line-height: 35px;
}

#content h3 {
	font-family: 'Cardo', arial, serif;
	padding: 0px;
	font-size: 22px;
	font-weight: lighter;
	margin: 30px 0px 12px;
	line-height: 35px;
	font-style: normal;
	color: #222;
}

#content .frame {
	padding: 12px;
	background: #ccc;
	border: 4px solid #aaa;
}

#content .smallframe {
	padding: 2px;
	border: 2px solid #aaa;
}

.entry-content {
	padding: 0px;
}



#content p {
	color: #666;
	font-size: 15px;
	line-height: 28px;
	margin: 10px 0px 20px;
}

#content ul {
	color: #8b8b8b;
	
}

#content p strong {
	font-weight: normal;
	color: #222;
}

#sidebar {
	width: 376px;
	float: right;
	margin-right:30px;
	position: relative;
}

#sidebar .padder {
	padding-left: 14px;
	top: -8px;
	position: absolute;
	background: url(img/content-sidebar.jpg) 0px -1px no-repeat;

}

#sidebar .qta { 
	padding: 10px;
	margin-top: 10px;
	color: #888;
	font-family: Georgia, times, serif;
	font-size: 19px;
	line-height: 29px;
	font-weight: light;
	
}

#sidebar .cta {
	padding: 10px;
	text-align: center;
	color: #3B5F87;
	font-size: 29px;
}

#sidebar .cta .number {
	font-size: 45px;
	color: #EB9500;
	line-height: 55px;
}

#sidebar h3 {
	padding: 10px;
	font-family: Georgia, times, serif;
	font-size: 24px;
	color: #8b8b8b;
	font-weight: normal;
}

#sidebar span {
	color: #eb9500;
}

#sidebar #map {
	height: 270px;
	width: 100%;
	display: block;
	background: #ffffff url(img/map.jpg) top left no-repeat;
}

#sidebar #map a {
	height: 270px;
	width: 100%;
	display: block;
}

#sidebar ul {
	margin: 0px;
	padding: 10px;	
}


#sidebar ul li {
	padding: 0px;
	margin: 10px 0;
	list-style: none;
	font-family: Georgia, times, serif;
	font-size: 14px;
	color: #636363;
}

#sidebar ul li a {
	display: block;
	font-size: 20px;
	color: #454545;
	text-decoration: none;
	
}

#sidebar ul li a:hover {
	color: #eb9500;
}



#footer {
	border: none;
	background: #231F20 url(img/footer-bg-rpt-x.jpg) repeat-x; 
	margin: 0px;
	padding-top: 10px;
		
}

#cta-banner {
	background: url(img/footer-ad.jpg) top center no-repeat;
	height: 107px;
	width: 900px;
	margin: 0px auto;
}
    	
#footer-links {
	color: #6D6D6D;
	width: 900px;
	margin: 10px auto 0;
}
