/*
	Theme Name: Aiello Child Theme
	Theme URL: http://www.studiopress.com/themes/executive
	Description: Aiello is a 2 or 3-column Widget-ready child theme created for the Genesis Theme Framework.
	Author: StudioPress - AgentEvolution
	Author URI: http://www.studiopress.com
	Version: 1.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: url(images/body-bkg.jpg) 0 0 repeat;
	color: #fff;
	font-size: 14px;
	font-family: 'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;
	margin: 0 auto 0;
	padding: 0;
	line-height: 22px;
	}

@font-face {
	font-family: 'DroidSerifRegular';
	src: url('lib/fonts/DroidSerif-Regular-webfont.eot');
	src: local('☺'), url('lib/fonts/DroidSerif-Regular-webfont.woff') format('woff'), url('lib/fonts/DroidSerif-Regular-webfont.ttf') format('truetype'), url('lib/fonts/DroidSerif-Regular-webfont.svg#webfontEtSsk1JN') format('svg');
	font-weight: normal;
	font-style: normal;
}


	
/***** Hyperlinks ********************/

a, a:visited {
	color: #e5be97;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	margin: 0 auto 0;
	padding: 0;
	}

/***** Header  ********************/

#header {
	background: url(images/header-bkg.png) repeat-x;
	height: 120px;
	margin: 0 auto 0;
	padding: 0;
	}
	
#header .wrap {
	width: 960px; 
	margin: 0 auto 0;
	}

#title-area {
	width: 640px;
	float: left;
	margin: 0; 
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	margin: 0; 
	padding: 0;
	}
	
#title-area #title a {
	color: #CCCCCC;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
	
#title-area #description {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0;
	}

#header .widget-area {
	width: 300px;
	color: #FFFFFF;
	float: right;
	margin: 0; 
	padding: 0;
	}
	
#header .widget-area a, #header .widget-area a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}

#header .widget-area a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#header .widget-area a.logo {
	text-indent: -9999px;
	width: 155px;
	height: 90px;
	display: block;
	background: url(images/cb-logo.jpg) 0 0 no-repeat;
	float: right;
	margin: 10px 0 0;
}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #BBBBBB;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/header-logo.png) left 28px no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 630px;
	height: 120px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** Nav Menu ********************/

#nav {
	clear: both;
	height: 41px;
	background: url(images/navbar.png);
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	}

#nav .wrap {
	width: 960px;
	margin: 0 auto 0;
	}
	
#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/nav-li.png) left center no-repeat;
	}
	
#nav li a {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000;
	display: block;
	font-family: 'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
    margin: 0;
	padding: 9px 28px 8px;
	text-decoration: none;
	position: relative;
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a {
	background: url(images/navhov.png) center bottom no-repeat;
	}

#nav li#menu-item-392 {
	background: none;
}

#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 5px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #555555;
	color: #FFFFFF;
	width: 138px; 
	font-family: 'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-transform: none;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #444444;
	color: #FFFFFF;
	}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -33px 0 0 159px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	width: 960px;
	margin: 20px auto 20px;
	padding: 0;
	}
	
.home #inner, .home-page #inner, .blog #inner {
	width: 960px;
	margin: 20px auto 20px;
	}
	
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }
	
/***** Breadcrumb ********************/

.breadcrumb {
	background: #222;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 0 30px 0;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F4F4F4;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 790px;
	margin: 0;
	padding: 0;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 960px;
	margin: 0 auto;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 500px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 640px;
	}
	
.full-width-content #content {
	width: 960px;
	margin: 0 auto;
	}

#content img, #content p img {
	max-width: 100%;
	}

#content blockquote {
	background: #F4F4F4;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	clear: both;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .post ul, #content .page ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li, #content .page ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul ul, #content .page ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol, #content .page ol ol {
	margin: 0;
	padding: 0;
	}

#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0 0 0;
	}

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 8px 0 0 0;
	border-top: 1px solid #6A6969;
    clear: both;
	overflow: hidden;
	}

#fb-like {
	float: left;
}

#tweet-button {
	float: right;
}

	
/***** Author Box ********************/
	
.author-box {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #e5be97;
	font-family: 'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1 {
	font-size: 24px;
	border-bottom: 1px solid #6a6969;
	padding: 0 0 5px 0;
	}
	
#content h2 {
	font-size: 20px;
	border-bottom: 1px solid #6a6969;
	padding: 0 0 5px 0;
	}
	
.home #content h2 {
	font-size: 24px;
}
	
#content h2 a, #content h2 a:visited {
	color: #e5be97;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4 {
	font-size: 14px;
	}
	
#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Post Icons ********************/

.time, .post-comments, .categories, .tags {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #c1b5a9;
	margin: 0 0 0 3px;
	padding: 0 0 2px 22px;
}

.time {
	background: url(images/icon-time.gif) no-repeat top left;
	}
	
.post-comments {
	background: url(images/icon-comments.gif) no-repeat left 4px;
	float: right;
	}
	
.post-comments a {
	color: #c1b5a9;
}

.post-comments a:hover {
	color: #fff;
}

.categories {
	background: url(images/icon-time.gif) no-repeat top left;
	}
	
.tags {
	background: url(images/icon-tags.gif) no-repeat top left;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #E6E6E6;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #2255AA;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover {
	background: #F7F7F7;
	color: #2255AA;
	border: 1px solid #E6E6E6;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li.active a {
	background: #F7F7F7;
	color: #2255AA;
	font-weight: bold;
	border: 1px solid #E6E6E6;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 300px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	}
	
#sidebar-alt {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #333333;
	font-size: 12px;
	font-family: 'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #2255AA;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	color: #e5be97;
	font-size: 14px;
	font-family: 'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
    margin: 0 0 5px 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #60554a;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 0 0 10px 0;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	background: url(images/arrow.png) no-repeat top left;
	padding: 0 0 3px 12px;
	margin: 0 0 3px 0;
	border-bottom: 1px dotted #CCCCCC;
 	word-wrap: break-word;
	}

/** Sidebar special links **/
a.mls-legend {
	text-indent: -9999px;
	width: 300px;
	height: 125px;
	display: block;
	background: url(images/mls-legend.jpg) 0 0 no-repeat;
}

a.surveys {
	text-indent: -9999px;
	width: 300px;
	height: 125px;
	display: block;
	background: url(images/surveys.jpg) 0 0 no-repeat;
}

#sidebar p.rss {
	text-align: center;
	background: url(images/rss_32.png) 220px center no-repeat;
	height: 32px;
	padding: 8px 40px 0 0;
}

#sidebar embed {
	margin: 0 auto;
}

/** Sidebar links to visit **/
#sidebar ul.visit {
	margin: 0;
	padding: 0;
}
#sidebar ul.visit li {
	list-style-type: none;
	margin: 10px 0 10px 2px;
	padding: 0;
	float: left;
}
#sidebar ul.visit li.left {
	margin-right: 45px;
}
#sidebar ul.visit li a {
	width: 125px;
	height: 125px;
	text-indent: -9999px;
	display: block;
}
#sidebar ul.visit li a.chron {
	background: url(images/icon-news.jpg) 0 0 no-repeat;
}
#sidebar ul.visit li a.peter {
	background: url(images/icon-peter.jpg) 0 0 no-repeat;
}
#sidebar ul.visit li a.theresa {
	background: url(images/icon-theresa.jpg) 0 0 no-repeat;
}
#sidebar ul.visit li a.brendan {
	background: url(images/icon-brendan.jpg) 0 0 no-repeat;
}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 0 0 0 5px;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F4F4F4;
	color: #333333;
	font-size: 12px;
	font-family: 'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 0 0;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#sidebar #cat {
	width: 268px;
	}
	
#sidebar-alt #cat {
	width: 148px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 0 0 10px 0;
	clear: both;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 0 10px 0;
	}
	
#nav .searchform {
	float: right;
	padding: 6px 0 0 0;
	}
	
.s {
	color: #333333;
	font-family: 'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;	
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
	
#header .s {
	background: url(images/header-search.png) right no-repeat;
	width: 200px;
	color: #333333;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 7px 5px 7px 5px;
	border: 5px solid #333333;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#nav .s, #sidebar .s {
	background: #F4F4F4 !important;
	width: 170px;
	}
	
#sidebar-alt .s {
	background: #F4F4F4 !important;
	width: 80px;
	}

.searchsubmit {
	background: #666666;
	color: #FFFFFF;
	font-size: 11px;
	font-family: 'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
	
#header .searchsubmit {
	background: #666666;
	color: #CCCCCC;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 14px;	
	text-decoration: none;
    margin: 0;
	padding: 5px 8px 5px 8px;
	border: 5px solid #333333;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.searchsubmit:hover {
	background: #333333;
	border: 1px solid #333333;
	}
	
#header .searchsubmit:hover {
	background: #333333;
	border: 5px solid #333333;
	}
	
/***** eNews & Updates Widget ********************/
#enews-3.widget {
	margin: 0 0 10px;
}

.enews {
	margin: 0;
	padding: 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: #ccc;
	width: 180px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 10px 0 0;
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
.enews #subbox:hover, .enews #subbox:focus {
	background: #efefef;
	color: #333;
}
.enews #subbox:focus {
	border: 1px solid #dd9f62;
}
	
.enews #subbutton {
	background: url(images/sm-btn.png) 0 1px no-repeat;
	width: 101px;
	height: 28px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #111;
	font-size: 14px;
	font-family: 'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: none;
	}
	
.enews #subbutton:hover {
	cursor: pointer;
	}

/***** Latest Tweets Widget ********************/

#header .latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 20px 0 0 0;
	padding: 0;
	}
	
#sidebar .latest-tweets {
	background: url(images/twitter-sidebar.png) top right no-repeat;
	margin: 10px 0 30px 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: 'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F4F4F4 !important;
	color: #F4F4F4 !important;
	}

#wp-calendar td {
	background: #F4F4F4;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background: #666666;
	color: #FFFFFF;
	font-size: 11px;
	font-family: 'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
	
.gform_footer .button:hover {
	background: #333333;
	border: 1px solid #333333;
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none!important;
	}

/***** Footer ********************/

#footer {
	clear: both; 
	overflow: hidden;
	background: url(images/footer-bkg.jpg) repeat-x;
	color: #eeeeed;
	font-size: 12px;
	margin: 0 auto 0;
	padding: 15px 0 15px 0;
	}

#footer .wrap {
	width: 960px;
	margin: 0 auto 0;
	}
	
#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 18px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	background: url(images/cb-logo.jpg) 0 10px no-repeat;
	width: 240px;
	float: right;
	margin: 0;
	padding: 0 0 0 165px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	}
#footer .creds p {
	line-height: 24px;
}
#footer .creds p.top {
	margin: 0 0 10px;
}

.basement-left, .basement-middle {
	float: left;
	margin-right: 10px;
}
.basement-left {
	width: 320px;
}
.basement-middle {
	width: 20px;
}

#basement h4 {
	font-size: 16px;
	margin: 0 0 12px 0;
	font-weight: normal;
}

#footer ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: disc;
}

#footer ul li {
	margin: 1px 0 1px 15px;
}

/***** Comments ********************/

.comments {
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #333333;
	font-family: 'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#comment {
	background: #F4F4F4 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: 'DroidSerifRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#submit {
	background: #666666;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
	
#submit:hover {
	background: #333333;
	border: 1px solid #333333;
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	background: #666666;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
	
.reply a:hover {
	background: #333333;
	text-decoration: none;
	border: 1px solid #333333;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F4F4F4;
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}
