﻿/*
	Theme Name: Austin City Living Blog
	Theme URL: http://www.studiopress.com/themes/platinum
	Description: ACL Blog is a 3-column widget-ready child theme created for Austin City Living and built on the Genesis Theme Framework.
	Author: Blog Pro Design
	Author URI: http://blogprodesign.com
	Version: 1.0
	Tags: black, gray, red, white, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, theme-options, threaded-comments, translation-ready
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


body {
	background: #ffffff url(images/bg.png) top center no-repeat;
	color: #333333;
	font-size: 12px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	margin: 0 auto 0;
	padding: 0;
	line-height: 18px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #476B12;
	text-decoration: none;
	}
	
a:hover {
	color: #CF152A;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
	}

/***** Header  ********************/

#header {
	width: 960px; 
	height: 150px;
	margin: 0;
	padding: 0;
	}
	
#header .wrap {
	}

#title-area {
	width: 435px;
	float: left;
	margin: 0; 
	padding: 10px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0; 
	padding: 0;
	}
	
#title-area #title a {
	color: #333333;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#title-area #description {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0;
	}

#header .widget-area {
	width: 520px;
	float: right;
	margin: 0; 
	padding: 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #333333;
	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/logo.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 435px;
	height: 80px;
	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 h1, .header-full-width #title-area h1 a, .header-full-width #title-area h4, .header-full-width #title-area h4 a {
	width: 960px;
	}
	
/***** Header Pages/Category Widget Menu ********************/

#header ul.nav {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a {
	background: #333333;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #555555;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
	background: #000000;
	color: #FFFFFF;
	}
	
#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.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: 11px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active {
	background: #000000;
	}

#header ul.nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a { 
	width: 160px;
	}

#header ul.nav li ul a:hover, #header ul.nav li ul a:active { 
	}

#header ul.nav li ul ul {
	margin: -33px 0 0 179px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover { 
	position: static;
	}

/***** Nav Menu ********************/

#nav {
	clear: both;
	width: 960px;
	height: 38px;
	background: #4F6F18;
	color: #ffffff;
	margin: 0px;
	padding: 0;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 0px solid #CCCCCC;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	}

#nav .wrap {
	}
	
#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	color: #ffffff;
	display: block;
	font-size: 14px;
    margin: 0;
	padding: 10px 8px 10px 8px;
	text-decoration: none;
	position: relative;
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a {
	background: #ffffff;
	color: #111;
	text-shadow:none;
	}
	
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#nav li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 21px;
	right: 5px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #4F6F18;
	color: #fff;
	width: 158px; 
	font-size: 11px;
	text-shadow:none;
	margin: 0 0 0 -1px;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #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: 180px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -33px 0 0 179px;
	}

#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;
	}
	
#nav li.right {
	float: right;
	text-shadow: #FFFFFF 1px 1px;
	margin: 0 15px 0 0;
	padding: 10px 10px 0 0;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
	}
	
#nav li.right a:hover {
	color: #FFFF91;
	}
	
#nav li.date {
	padding: 10px 10px 0 0;
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** SubNav Menu ********************/

#subnav {
	clear: both;
	width: 960px;
	height: 29px;
	background: #F7A11A;
	color: #111;
	margin: 0;
	padding: 0;
	border-top: 1px solid #111;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	}

#subnav .wrap {
	}
	
#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li a {
	color: #111;
	display: block;
	font-size: 11px;
	font-weight:bold;
    margin: 0;
	padding: 6px 7px 5px 7px;
	text-transform:uppercase;
	text-decoration: none;
	position: relative;
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
	background: #fff;
	color: #111;
	}
	
#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#subnav 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: 11px;
	right: 5px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #E8E8E8;
	color: #555555;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #FFFFFF;
	}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 160px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -33px 0 0 179px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	background: #FFFFFF;
	width: 920px;
	margin: 0;
	padding: 20px 20px 5px 20px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	overflow: auto;
	}
	
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }
    
/***** Homepage ********************/
   
#dynamic-content-gallery {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#dynamic-content-gallery .wrap {
	margin: 0;
	padding: 10px 5px 16px 5px;
	}
	
#featured-home .wrap, #home-bottom .wrap {
	margin: 0;
	padding: 9px 9px 5px 9px;
	}
	
#featured-home p, #home-bottom p {
	margin: 0;
	padding: 0 0 10px 0;
	}

#dynamic-content-gallery .widget, #featured-home .widget, #home-bottom .widget {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#content #dynamic-content-gallery h4, #content #featured-home h4, #home-bottom h4 {
	background: #F7A11A;
	color: #ffffff;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	font-stretch:extra-expanded;
	margin: 0;
	padding: 4px 5px 4px 10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	border: 0px;
	}
	
#imageElement p {
	padding: 0 0 0 40px;
	}
	
#featured-home {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
	}

#featured-home ul {
	list-style-type: square;
	margin: 0 0 0 10px;
	padding: 5px 0 15px 0;
	}
	
#featured-home ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#featured-home .widget_tag_cloud div {
	padding: 10px 10px 14px 10px;
	}
	
#content #dynamic-content-gallery #myGallery h2 {
	color: #000;	
}
	
/***** Homepage Featured Post/Page ********************/

#featured-home .featuredpost, #featured-home .featuredpage {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	}
	
#featured-home .featuredpost .post, #featured-home .featuredpage .page {
	margin: 0;
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #DDDDDD;
	overflow: auto;
	}
	
#featured-home .featuredpost .post p {
	text-align:justify;
}
	
#featured-home .featuredpost .avatar, #featured-home .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#featured-home .featuredpost img, #featured-home .featuredpage img {
	background: #FFFFFF;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#featured-home .featuredpost img.alignright, #featured-home .featuredpage img.alignright {
	margin: 0px 0px 0px 10px;
}
	
/***** Breadcrumb ********************/

.breadcrumb {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 750px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 920px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 430px;
	margin: 0;
	padding: 20px 0px 0px 0px;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 600px;
	}
	
.full-width-content #content {
	width: 920px;
	}

#content img, #content p img {
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

#content blockquote {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
#content .post .entry-content p {
	text-align:justify;
	}

	
#content .entry-content {
	overflow: auto;
	}
	
#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#content .post ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol {
	margin: 0;
	padding: 0;
	}
	
#content .sticky {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	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;
	}
	
#content .entry-content object {
	max-width: 570px;
	padding: 5px;
	border: 2px solid #ccc;
}

.clear {
	clear: both;
	}
	
#partners {
	padding-left:5px;
}

#partners .partner {
	float:left;
	width:190px;
	margin-right:5px;
}

#partners .partner img {
	max-width:185px;
	padding:2px;
}

#partners .partner-last {
	float:left;
	width:190px;
	margin:0px;
}

#partners .partner-last img {
	max-width:185px;
	padding:2px;
}
	
/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #E6E6E6;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #E6E6E6;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7 url(images/comment-acl.png) right bottom no-repeat;
	margin: 0 0 30px 0;
	padding: 10px 10px 30px 10px;
	border: 1px solid #E6E6E6;
	}
	
.author-box p {
	margin: 0;
	padding: 5px 0px 0px 0px;
	text-align:justify;
	line-height:16px;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Headlines in Content ********************/

#content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #333333;
	font-family: "Century Gothic", Verdana, Arial;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 1px 1px 1px #666;
	margin: 0 0 10px 0;
	padding: 0;
	}

#content h1 {
	background: #F5A01A;
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-family: "Century Gothic", Verdana, Arial;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 20px 0;
	padding: 7px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	text-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #666;
	box-shadow: 1px 1px 2px #666;
	-moz-box-shadow: 1px 1px 2px #666;
	}
	
#content h2 {
	font-size: 18px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #000000;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #CF152A;
	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 {
	margin: 0;
	padding: 0;
	}
	
.post-comments {
	background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 2px 10px;
	}
	
.categories {
	margin: 0;
	padding: 0;
	}
	
.tags {
	background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 2px 10px;
	}

/***** 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 0px 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: #F7F7F7;
	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: auto;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #CF152A;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover {
	background: #F7F7F7;
	color: #CF152A;
	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: #CF152A;
	font-weight: bold;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar & Sidebar-Alt ********************/

#sidebar {
	width: 300px;
	float: right;
	color: #161616;
	font-size: 11px;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#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 {
	background: #ffffff;
	margin: 0 0 15px 0;
	padding: 0 0 0px 0;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #333333;
	font-size: 12px;
	font-family: "Century Gothic", Verdana, Arial;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #CF152A;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	background: #0084A9;
	color: #ffffff;
	font-family: "Century Gothic", Verdana, Arial;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	font-stretch: extra-expanded;
	padding: 5px 0px 6px 5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;	
	}
	
#sidebar #enews-3 h4 {
	background: #0084A9;
	padding: 5px 0px 6px 34px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	border: 0px;
}

#sidebar #categories-3 h4 {
	background: #0084A9;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	border: 0px;
}

#sidebar #events-list-widget-5 h4 {
	background: #0084A9;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	border: 0px;
}

#sidebar #text-7 h4 {
	background: #0084A9;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	border: 0px;
}

#sidebar #text-7 h4 a {
	color: #fff;
	text-decoration:none;
}

#sidebar #text-5 h4 {
	background: #0084A9;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	border: 0px;
}

#sidebar #text-8 {
	background: #0084A9;
	color: #ffffff;
	padding: 5px 10px 10px 10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	border: 0px;
}

#sidebar #text-8 p {
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#sidebar #rss-3 h4 {
	background: #0084A9;
	padding: 5px 0px 6px 10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	border: 0px;
}

#sidebar #rss-3 h4 a {
	color: #fff;
	text-decoration:none;
}

#sidebar #rss-4 h4 {
	background: #0084A9;
	padding: 5px 0px 6px 10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	border: 0px;
}

#sidebar #rss-4 h4 a {
	color: #fff;
	text-decoration:none;
}

#sidebar #rss-5 h4 {
	background: #0084A9;
	padding: 5px 0px 6px 10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	border: 0px;
}

#sidebar #rss-5 h4 a {
	color: #fff;
	text-decoration:none;
}

#sidebar #twitter-tools h4 {
	background: #0084A9;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	border: 0px;
}

#sidebar #text-9 h4 {
	background: #0084A9;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	border: 0px;
}

#sidebar #nktagcloud-3 h4 {
	background: #0084A9;
	margin-bottom: 10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	border: 0px;
}

#sidebar #text-9 h4 a {
	color: #fff;
	text-decoration:none;
}

#sidebar #ctc-3 h4 {
	background: #0084A9;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 1px 1px 1px #666666;
	box-shadow: 1px 1px 1px #666666;
	-moz-box-shadow: 1px 1px 1px #666666;
	border: 0px;
}

#sidebar #ctc-3 a {
	color: #333366;
}

#sidebar #collapsarch-3 h4 {
	background: #336 url(images/side-logo-arch.png) center left no-repeat;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 1px 1px 1px #666666;
	box-shadow: 1px 1px 1px #666666;
	-moz-box-shadow: 1px 1px 1px #666666;
	border: 0px;
}

#sidebar #featured-post-4 h4 {
	background: #0084A9;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	border: 0px;
}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#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: 10px 0 0 0;
	padding: 0 10px 0 10px;
	}

#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 {
	margin: 0;
	padding: 0;
	}
	
#sidebar li a, #sidebar li a:visited, #sidebar-alt li a, #sidebar-alt li a:visited {
	color: #555555;
	font-size: 11px;
	text-decoration: none;
	}
	
#sidebar li a:hover, #sidebar-alt li a:hover {
	color: #CF152A;
	text-decoration: underline;
	}
	
#sidebar .sidetube .embed {
	width: 278px !important;
}

#realtorsheadlines {
  margin: 10px 0px 0px 10px;
}

#realtorsheadlines .jasonheadlines {
  padding: 5px 0px 0px 0px;
  background: #fff url(images/jason-rss-headshot.png) center left no-repeat;
}

#realtorsheadlines .jasonheadlines a {
  margin-left: 50px;
}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 10px 0 10px;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F7F7F7;
	color: #333333;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 10px 0 0 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#sidebar #cat {
	width: 278px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}
	
#sidebar #events-list-widget-4 ul li {
	background: #ffffff url(images/sidebar-calendar-blue.png) top left no-repeat;
	padding: 0px 0px 0px 40px;
}

#sidebar #events-list-widget-4 ul li .when {
	font-size:11px;
	text-transform:uppercase;
	line-height:13px;
	color:#222;
	text-shadow:1px 1px 1px #585858;
}

#sidebar #events-list-widget-4 ul li .event {
	font-size:11px;
	text-transform:uppercase;
	line-height:13px;
	color:#222;
	text-shadow:1px 1px 1px #585858;
}

#sidebar #events-list-widget-4 ul li .loc {
	font-size:11px;
	text-transform:uppercase;
	line-height:13px;
	color:#222;
	text-shadow:1px 1px 1px #585858;
}

#sidebar #events-list-widget-4 .dig-in {
	margin: 5px 0px 0px 0px;
	text-align:center;
}

#sidebar #events-list-widget-4 .more-link {
	font-size:10px;
	text-transform:lowercase;
	line-height:12px;
}

#sidebar #events-list-widget-4 ul li.alt {
	border-top: 1px dotted #E6E6E6;
	border-right: 0;
	border-bottom: 1px dotted #E6E6E6;
	border-left: 0;
	margin: 5px 0px 5px 0px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 9px 5px 9px;
	border-bottom: 1px solid #DDDDDD;
	overflow: auto;
	}
	
#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 {
	background: #FFFFFF;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#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 10px 0 10px;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #FFFFFF !important;
	color: #333333;
	font-family: Tahoma, Verdana, Arial, sans-serif;	
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#header .s, #nav .s, #sidebar .s {
	width: 195px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}

.searchsubmit {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.searchsubmit:hover {
	background: #CF152A;
	border: 1px solid #CF152A;
	}
	
/***** eNews & Updates Widget ********************/

#header .enews {
	background: url(images/enews-header.png) top right no-repeat;
	width: 290px;
	float: right;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews, #sidebar-alt .enews {
	background: url(images/enews-sidebar.png) top right no-repeat;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 10px 40px 0 10px;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0 0 0 10px;
	}
	
.enews #subbox {
	background: #F7F7F7 !important;
	width: 230px;
	color: #333333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.enews #subbutton {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.enews #subbutton:hover {
	background: #CF152A;
	border: 1px solid #CF152A;
	}

/***** Latest Tweets Widget********************/

#header .latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	width: 350px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	}

#sidebar .latest-tweets, #sidebar-alt .latest-tweets {
	background: #EEEEEE url(images/sidebar-bottom.png) bottom repeat-x;
	margin: 10px 0 15px 0;
	padding: 0 0 15px 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#footer-widgeted #wp-calendar a, #footer-widgeted #wp-calendar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer-widgeted #wp-calendar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#sidebar #wp-calendar caption {
	color: #333333;
	}
	
#footer-widgeted #wp-calendar caption {
	color: #FFFFFF;
	}
	
#sidebar #wp-calendar th {
	color: #333333;
	}
	
#footer-widgeted #wp-calendar th {
	color: #FFFFFF;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	}
	
#sidebar #wp-calendar thead {
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}
	
#footer-widgeted #wp-calendar thead {
	background: none;
	color: #FFFFFF;
	text-shadow: #000000 1px 1px;
	}

#wp-calendar td {
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}
	
#sidebar #wp-calendar td {
	background: #F7F7F7;
	}
	
#footer-widgeted #wp-calendar td {
	background: none;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.gform_footer .button:hover {
	background: #CF152A;
	border: 1px solid #CF152A;
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none!important;
	}
	
/***** Footer Widgeted ********************/
	
#footer-widgeted {
	background: #0083A9;
	width: 960px;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0 0 10px 0;
	border-top: 5px solid #435E15;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	overflow: auto;
	}
	
#footer-widgeted .widget {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#footer-widgeted h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: "Century Gothic", Verdana, Arial;
	font-weight: normal;
	text-shadow: #000000 1px 1px;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#footer-widgeted p {
	color: #FFFFFF;
    font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#footer-widgeted a, #footer-widgeted a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer-widgeted a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer-widgeted ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#footer-widgeted ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}

.footer-widgeted-1 {
	width: 215px;
	float: left;
	margin: 0;
	padding: 20px 20px 5px 20px;
	}
	
.footer-widgeted-2 {
	width: 215px;
	float: left;
	margin: 0;
	padding: 20px 20px 5px 0;
	}
	
.footer-widgeted-3 {
	width: 215px;
	float: left;
	margin: 0;
	padding: 20px 20px 5px 0;
	}
	
.footer-widgeted-4 {
	width: 215px;
	float: right;
	margin: 0;
	padding: 20px 20px 5px 0;
	}
	
/***** Footer ********************/

#footer {
	clear: both; 
	overflow: auto;
	width: 960px;
	color: #666666;
	margin: 0;
	padding: 10px 0 10px 0;
	}

#footer .wrap {
	}
	
#footer a, #footer a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #CF152A;
	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: 0 0 2px 18px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}

/***** Comments ********************/

.comments {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F7F7F7 !important;
	width: 250px;
	color: #333333;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #E6E6E6;
	}
	
#submit {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#submit:hover {
	background: #CF152A;
	border: 1px solid #CF152A;
	}
	
.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: #F7F7F7;
	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: #333333;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.reply a:hover {
	background: #CF152A;
	text-decoration: none;
	border: 1px solid #CF152A;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F7F7F7;
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}
	
/************************* BPDADD **************************/

/************************* CONTACT FORM 7 **************************/

#cform-lo {
	padding: 10px;
	margin: 10px 10px 10px 10px;
	border: 1px solid #ddd;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -opera-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
}

#cform-lo .profile-pic {
	float: right;
	background: #EBEBEB url(images/acl-profile.png) center bottom no-repeat;
	padding: 5px 5px 45px 5px;
	margin: 15px 10px 0px 0px;
	border: 1px solid #DDDDDD;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -opera-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
	-webkit-box-shadow: 1px 1px 3px #666;
    box-shadow: 1px 1px 3px #666;
    -moz-box-shadow: 1px 1px 3px #666;

}

#cform-lo .profile-pic img {
	border: 0px;
	padding: 0px;
}

/************************* GREET BOX **************************/

.greet_block {
  background:#fff;
  border-top:1px dotted #E6E6E6;
  border-bottom:1px dotted #E6E6E6;
  margin:0px 0px 10px 0px;
  width:600px;
}

.greet_image {
  float:left;
  padding:0 10px 0 0;
}

.greet_image img{
  background:none;
  border:none !important;
  margin:0;
  padding:0;
}

.greet_text {
  color:#000000;
  font-size:14px;
  line-height:16px;
  margin:10px;
  text-shadow:#999 2px 2px 2px;
}

.greet_text a {
  color: #32527A;
}

.greet_block_close {
  background:#fff;
  border:1px solid #ccc;
  float:right;
  height:15px;
  margin:0 0 0 10px;
  width:15px;
}

.greet_block_close a {
  color:#ccc;
  cursor:pointer;
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  line-height:14px;
  margin:0 3px;
  text-transform:uppercase;
}

.greet_block_close a:hover {
  text-decoration:none;
}

.greet_block_powered_by {
  float:right;
  font-size:9px;
  line-height:14px;
  padding:0 5px;
}

.greet_block_powered_by a {
  color:#ccc;
}

.greet_search_after {
  border-top:1px solid #eee;
  font-size:11px;
  margin:5px 0 0 0;
  padding:2px 0 0 0;
}

.greet_search_before {
  border-bottom:1px solid #eee;
  font-size:11px;
  margin:0 0 5px 0;
  padding:0 0 2px 0;
}

#greet_search_link {
  cursor:pointer;
}

/************************* SMART ARCHIVES RELOADED **************************/

.year-list, .month-list {
	width: 95% !important;
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 0 !important;
}

.year-list {
	margin-top: 10px !important;
	background: url(img/archive-year-background.png) repeat-x center bottom;
}

.month-list {
	border-bottom: 2px solid #E8EDEE;
	padding: 5px 3px !important;
	margin-bottom: 10px !important;
}

.year-list li, .month-list li {
	list-style: none !important;
	float: left;
	clear: none !important;
	font-size: 14px;
	color: #BDC0C3;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}

.year-list li:before, .month-list li:before {
	content: '' !important;
}

.year-list a {
	float: left;
	font-size: 28px;
	padding: 5px 7px 10px !important;
}

.year-list .current {
	background: url(img/archive-year-pointer.png) no-repeat center bottom;
	color: #000;
}

.month-list li {
	padding: 3px 5px !important;
}

.month-list .current, .month-list .current a {
	background: none;
	color: #000;
}

#smart-archives-fancy a {
	outline: none !important;
}

.archive-list li {
	list-style: none !important;
	margin-bottom: 10px;
}

.archive-list li h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.pane {
	float: left;
	clear: both;
	display: none;
	width: 95%;
}

.month-heading {
	margin: 10px 0;
}

span.month-archive-link {
	font-size: 70%;
	font-weight: normal;
}

/* Block */
#smart-archives-block {
	float: left;
	width: 100%;
}

/************************* FLICKR RSS **************************/

#flickrrss .rssgal {
	padding: 15px 0px 0px 15px;
}

#flickrrss .widget-wrap img {
	background: #fff;
	padding: 2px;
	margin-right: 9px;
	border: 2px solid #7BB7C0;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -opera-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
}

#ctc-3 .ctc {
	padding: 5px 5px 0px 10px;
}

#sidebar .aktt_tweets li {
	background: url(images/tweet.png) top left no-repeat;
	margin-bottom: 7px;
	padding-left: 25px;
	border-bottom: 1px dotted #ddd;
}

#sidebar li.aktt_more_updates {
	background: url(images/tweet.png) top left no-repeat;
	margin-bottom: 7px;
	padding: 0px 0px 15px 25px;
	border-bottom: 1px dotted #ddd;
}

#sidebar .aktt_tweets li a {
	color:#23AADD !important;
}

#sidebar .aktt_tweets li a:visited {
	color:#23AADD !important;
}

/************************* SOCIALIZE THIS **************************/

#socialize-this {
	padding: 0px 0px 0px 15px;
}

#socialize-this img {
	width: 30px !important;
	height: 30px !important;
	border: none;
	margin: 0px 25px 0px 0px;
}

/************************* THE EVENTS CALENDAR **************************/

/* @override 
	http://wp.local/content/plugins/the-events-calendar/resources/events.css?ver=2.9.1
*/

.category-events #tec-content {
	background:#fff;
	width:670px;
	padding:1px 35px;
	margin-left:10px;
}
#tec-events-calendar-header {
	position:relative;
	margin-bottom:18px;
}
.tec-calendar-buttons {
	position:absolute;
	right:0;
	top:6px;
}
h2.tec-cal-title {
	float:left;
	padding-right:15px;
}
.tec-calendar-buttons a {
	background:#999;
	display:block;
	height:27px;
	width:85px;
	text-align:center;
	float:left;
	color:#fff;
	line-height:27px;
	margin:21px 0 24px 10px;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	text-shadow:1px 1px 0 rgba(0,0,0,.5);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.upcoming a.tec-button-on, .grid a.tec-button-on {
	background:#435E15;
}
.upcoming a.tec-button-off, .grid a.tec-button-off {
	background:#0084A9;
}
#tec-nav-above {
	margin:5px 0 0;
}

.category-events #tec-nav-below {
	margin:21px 0;
}
select.tec-events-dropdown {
	width:auto;
	font-size:11px;
	margin:33px 9px 0 0;
}
.category-events .post {
	padding:0 0 12px 10px;
	overflow:hidden;
	margin-bottom:0;
}
.category-events .upcoming .entry-title {
	font-size:15px;
	margin:15px 0 6px;
}
.category-events .entry-title a, .tec-event-meta-desc, .tec-event-day {
	color:#555;
}
.category-events .post .alt {
	background:#f9f9f9;
	border-width:0;
}
table.tec-calendar {
	margin:18px 0 12px;
	clear:both;
	font-size:14px;
	border-collapse:collapse;
	border:1px solid #aaa;
}
.tec-calendar .daynum {
	background-color: #eee;
	color:#333;
	font-size:10px;
	padding:3px 9px;
}
.tec-calendar th {
	width: 250px;
	height: 10px;
	background: #F5A01A;
	color: #fff;
	padding:4px 0;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}
.tec-calendar td {
	height: 100px;
	width:14.28%;
	color: #114B7D;
	vertical-align: top;
	border:1px solid #aaa;
	padding:0;
}
.tec-calendar td .tec-event {
	padding:5px 5px;
	line-height:1.1;
}
.tec-calendar td a {
	font-size:10px;
	color:#000;
}
.tec-calendar hr {
	border:0 none !important;
	display:block;
	height:1px;
	background-color:#D4DBCC;
	margin:0 9px;
}
.tec-calendar .tec-event {
	position:relative;
}
.tec-calendar .tec-tooltip {
	border:1px solid #666;
	position:absolute;
	z-index:1001;
	bottom:30px;
	left:3px;
	width:320px;
	background-color:#f9f9f9;
	color:#333;
	line-height:1.4;
}
.tec-tooltip .tec-arrow {
	width:19px;
	height:11px;
	display:block;
	background:url(images/tooltip-arrow.png) no-repeat 0 bottom;
	position:absolute;
	bottom:-11px;
	left:20px;
}
.tec-calendar .right .tec-tooltip {
	left:auto;
	right:3px;
}
.right .tec-tooltip .tec-arrow {
	left:auto;
	right:30px;
}
.tec-tooltip .tec-event-title {
	margin:0;
	color:#fff;
	background:#418ccf url(images/tooltip-title.png) repeat-x;
	font-size:12px;
	padding:0 6px;
	height:24px;
	line-height:24px;
}
.tec-tooltip .tec-event-body {
	font-size:11px;
	padding:3px 6px 6px;
}
.tec-tooltip .tec-event-date {
	font-style:italic;
	margin:3px 0;
}
#tec-content #googlemaps {
	text-align: center;
}
.tec-event .post {
	position:relative;
}
#tec-event-meta {
	border-width:1px 0;
	border-style:solid;
	border-color:#aaa;
	margin: 18px 0 12px;
	padding: 12px 0 2px;
	overflow:hidden;
	clear:both;
	font-size: 12px;
}
#tec-event-meta .column {
	float:left;
	width:45%;
	padding:0 4% 0 0;
	text-align:left;
	margin:0;
}
#tec-event-meta dt {
	float:left;
	clear:left;
	font-weight:bold;
	width:70px;
}
#tec-event-meta dd {
	padding:0;
	margin-left:70px;
	margin-bottom: 10px;
}
#tec-event-meta .gmap, .tec-event-meta-desc .gmap {
	color:#fff;
	font-size:9px;
	background:#3D6294;
	padding:1px 3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
span.back {
	margin:12px 0 0;
}
#tec-events-loop {
	font-size:13px;
	clear:both;
}
.tec-events .tec-event-entry {
	width:60%;
	float:left;
	padding:0 5% 0 0;
}
.tec-events .tec-event-list-meta {
	float:right;
	border-left:1px solid #ccc;
	padding:0 0 0 4%;
	width:30%;
	font-size:12px;
	margin-bottom:20px;
}
.tec-event-list-meta table {
	border-collapse:collapse;
}
.tec-event-list-meta td {
	vertical-align:top;
	padding-bottom:4px;
	text-align:left;
}
.tec-event-meta-desc {
	font-weight:bold;
	padding-right:12px;
	width:64px;
}
h4.tec-event-day {
	font-weight:bold;
	font-size:18px;
	margin:12px 0 -3px;
	clear:both;
}
h4.tec-event-day + .post .entry-title {
	margin-top:6px;
}

#eventbrite-embed {
	width:100%;
	min-height:225px;
	margin:24px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom:1; /* For IE */
}

#sidebar iframe {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

#sidebar .fan_box .full_widget .connect_top {
background: #fff;
}

