/*  
Theme Name: Cardoni Waddell
Version: 2008
Author: Groove Commerce
Author URI: http://www.groovecommerce.com/
*/

body {
	font: .8em Arial, Helvetica, sans-serif;
	color: #222;
	background: #143f21 url('images/page-gradient_bg.gif') repeat-x top;
	margin: 0; padding: 0;
}

/*--------------------------------------------
General and Class */
img {border: 0;}
p {margin: 0 0 18px 0; padding: 0;}
ul {margin-top: 6px;}
h1 {font: 2em Georgia, "Times New Roman", Times, serif; color: #4f5b89; margin: 15px 0 10px 0;}
h2 {font: 1.4em "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif; color: #1a561a; font-weight: normal; margin: 20px 0 6px 0;}
h3 {font: 1.3em Arial, Helvetica, sans-serif; font-weight: normal; margin: 18px 0 2px 0;}
h4 {font: 1.1em Arial, Helvetica, sans-serif; font-weight: normal; margin: 18px 0 10px 0;}
small, .small {font-size: .85em;}
form {position: relative; margin: 0; padding: 0;}
blockquote {border-left: 2px solid #ccc; font-weight: bold; font-size: .9em; margin: 20px 30px 10px 10px; padding: 0 6px;}
acronym {border-bottom: 1px dotted #888; cursor: help;}
hr {background: #F5E8C9; border: 0; color: #F5E8C9; height: 3px; background: url('images/hr-thick_bg.gif') no-repeat; margin: 10px 0;}
input, textarea {font: 1em Arial, Verdana, Sans-Serif;}
strong {color: #0ba250;}
dl {margin: 0 0 10px; padding: 0;}
dt {font-weight: bold;}
dd {margin-left: 0; padding-left: 10px;}

a:link, a:visited, a:active {color: #20186d;}
a:hover {color: #5044c2;}

.clear {clear: both;}
.float-right {float: right; margin-left: 8px; margin-bottom: 8px;}
.float-left {float: left; margin-right: 8px; margin-bottom: 8px;}
.center {text-align: center;}
.bright {color: #009900;}
.clear {clear: both;}
.quote-author {text-align: right; font-size: .9em;}
.groove-logo_mini {background: url('images/groove-logo_mini.gif') no-repeat left center; padding-left: 22px; text-decoration: none;}
.biopic {float: right; border: 3px double #ccc; margin: 0 0 5px 5px;}
.hidden {position:absolute; left:-9999px;}
.secondary-text {color: #666;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clearfix {height: 1%;}/* Hides from IE-mac \*/

img.center {
	display: block;
	margin: 0 auto;
}
input.input-text, textarea {border: 1px solid #d4d4d4; background: #fff url('images/input-text_bg.gif') repeat-x;}
input.populate {color: #555;}
/* General and Class
--------------------------------------------*/

#wrapper {
	/*width: 940px; //pre-padding*/
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 20px 20px;
}

/*--------------------------------------------
Header */
#header {
	position: relative;
	width: 900px;
	background: url('images/header_bg.gif') repeat-x top;
}
#header #logo {float: left;}
#header .mini-contact {
	display: block;
	width: 250px;
	float: right;
	text-align: right;
	margin: 0; padding: 10px 15px 0 0;
}
#header .mini-contact .phone {
	color: #1b7238;
	font: 1.8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
}
#header .mini-contact .address {
	font: .85em Arial, Helvetica, sans-serif;
	color: #133e2c;
}
/* Header
--------------------------------------------*/


/*--------------------------------------------
Navigation */
#navigation {
	clear: both;
	width: 900px;
	background: #1b5a3f url('images/navigation_bg.gif') no-repeat top;
	border-bottom: 1px solid #143f21;
}
#navigation ul {
	padding: 0 0 0 70px;
	margin: 0 0 0 0;
	list-style: none;
}
#navigation ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: url('images/navigation-li_bg.gif') no-repeat right center;
}
#navigation ul li.last {background: none;}
#navigation ul li a {
	display: block;
	/*height: 37px; //pre-padding*/
	height: 27px;
	float: left;
	font: 1.1em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 10px 2px 0 2px;
	margin: 0 30px;
}
#navigation ul li a:hover,
#navigation ul li.current_page_item a:hover,
#navigation ul li.current_page_parent a:hover {
	color: #edf577;
}
#navigation ul li.current_page_item a,
#navigation ul li.current_page_parent a,
#navigation ul li.current_page_ancestor a {
	color: #f2eab0;
}
#navigation ul li ul {display: none;}

#navigation ul.sub {clear: both; text-align: center; padding: 8px 0; margin: 0;}
#navigation ul.sub li {display: inline; float: none;}
#navigation ul.sub li a {
	display: inline;
	float: none;
	font-size: 1em;
	margin: 0 20px;
}
/* Navigation
--------------------------------------------*/

#container {
	width: 900px;
	background: url('images/container_bg.jpg') no-repeat top center;
}

/*--------------------------------------------
Sidebar */
#sidebar {
	width: 270px;
	float: left;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
}
#sidebar ul li a {
	display: block;
	/*width: 270px; //pre-padding*/
	width: 258px;
	color: #111;
	text-decoration: none;
	background: url('images/sidenav-item_bg.gif') no-repeat top left;
	border-bottom: 1px solid #fff;
	padding: 6px;
}
#sidebar ul li a:hover,
#sidebar ul li.current_page_item a {
	color: #000;
	background-position: 0 -60px;
}

#sidebar .testimonials {
	font-size: .9em;
	padding: 8px;
	margin: 5px 10px 15px;
}

#sidebar h5, #recent-news p {padding: 0 10px;}
#sidebar h5 {
	color: #164f30;
	font: 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 20px 0 5px 0;
	padding: 0 5px;
	border-bottom: 1px solid #fff;
}
#sidebar .ads {text-align: center;}
#recent-news p.post-title {margin: 5px 0 2px 0; font-size: 1.1em;}

#recent-news p.post-summary {margin: 2px 0;}
#recent-news p.read-more {margin: 4px 0 22px;}
/* Sidebar
--------------------------------------------*/


/*--------------------------------------------
Banner */
#banner img {display: block; float: left;}
#banner embed {display: block;}
/* Banner
--------------------------------------------*/


/*--------------------------------------------
Content */
#content {
	/*width: 630px; //pre-padding*/
	width: 590px;
	float: left;
	padding: 2px 20px;
	
}
#content p {line-height: 1.4;}
#breadcrumb {font-size: .8em; margin: 0; padding: 4px 0;}

#google-map {width: 420px; height: 350px; float: left; margin-right: 15px;}
#google-map iframe {width: 420px; height: 350px; border: 1px solid #999; background-color: #eee;}
#directions ul {margin-top: 0;}

#contact-form {width: 370px; float: right;}

ul#resources {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#resources li {
	display: block;
	width: 270px;
	height: 40px;
	float: left;
	margin: 0 5px 8px 0;
	padding: 0;
}
iframe#resources_frame {
	border: 0;
	width: 100%;
	height: 600px;
	margin-bottom: 12px;
}
/* Content
--------------------------------------------*/


/*--------------------------------------------
Blog */
h2.blog-title {margin-bottom: 0;}
.post p.date {
	color: #777;
	font-size: .9em;
	margin: 0; padding: 0;
}
.post p.date a {color: #555;}
.post p.date a:hover {color: #999;}

h1.blog-title {padding-bottom: 2px; padding-top: 2px; margin: 8px 0 0 0;}
h1.blog-title a {text-decoration: none; color: #392f05;}
#content p.blog-info {font-size: .9em; color: #999; margin: 0 0 8px 0; padding: 2px 0 2px 0;}

h3#comments {margin-top: 35px;}
h2#respond {margin-top: 35px;}
small.commentmetadata {color: #999;}

.post-excerpt {border-bottom: 1px solid #fbf5e7; padding: 10px;}
.post-excerpt .postinfo {font-size: .85em; background-color: #fbf5e7; border: 1px solid #ccc; padding: 4px;}

#content ol.commentlist {margin: 0; padding: 0;}
#content ol.commentlist li {
	list-style: none;
	margin: 0;
	padding: 6px 15px 6px 15px;
	background-color: #f6f1dc;
	border-bottom: 1px solid #ccc;
}
#content ol.commentlist li p {margin: 10px 0; padding: 0;}
#content ol.commentlist li.alt {background-color: #eafaea;}
.continue-reading {text-align: right; font-size: .85em;}

.blog-entry {border-bottom: 1px dotted #ccc;}
/* Blog
--------------------------------------------*/


/*--------------------------------------------
Footer */
#footer {
	width: 900px;
	height: 64px;
	clear: both;
	color: #fff;
	text-align: center;
	background: #1e6843 url('images/footer_bg.gif') no-repeat bottom center;
	margin-top: 60px;
}
#footer a {color: #fff;}
#footer a:hover {color: #edf577;}

#footer p {margin: 0 0 4px 0;}
#footer p.copyright {padding-top: 15px;}
#footer p.credits a {text-decoration: none;}
#footer p.credits a:hover {text-decoration: underline;}
/* Footer
--------------------------------------------*/

