/*   
Theme Name: Connect Lakeland
Theme URI: 
Description: A Thematic/Buddymatic Child Theme
Author: Aaron J Bates, et al
Author URI: http://ConnectLakeland.com/
Template: thematic
Version: 1.0
Tags: Thematic, 
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/
/*
Buddymatic is © Ron Rennick http://ronandandrea.com/
Thematic is © Ian Stewart http://themeshaper.com/

To use this child theme with Thematic change the Template above and import folders below from buddymatic to thematic.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 15px Georgia,serif;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#ccc;
    font-style:italic;
}
table {
    border:1px solid #fff;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#9f0040;
}
a:visited {
    color:#F2137B;
}
a:active,
a:hover {
    color: #FDB813;
}

#wrapper {
	width: 960px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
/* =Header 
-------------------------------------------------------------- */
#header {
	background-color: #fdb813;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom:1px solid #fff;
}

#branding {
	width: auto;
	height: 193px;
	padding: 0px 0px 0px 0px;
}
#new-header img{ margin: 1em;}
#new-header img{
	position: absolute;
	z-index: -1;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	}

#logo {
	padding-top: 35px;
	padding-left: 40px;
	float:left;
}

#social {
	vertical-align: super;
	padding-top: 40px;
	padding-right: 40px;
	float: right;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}

#access {
	border-bottom: 0px solid #F23827;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}
.menu {
	width: auto;
	margin-top:-11px;
	margin-right: 13px;
}

#container {
	margin-left: 20px;
	width: auto;}
#content {width: ;}
#subsidiary {width: auto;}
#primary {width: 35%;}


/* =Content
-------------------------------------------------------------- */

#main {
	width: auto;
	background-color:#ffffff;
    clear:both;
    padding:66px 0 22px 0;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#9f0040;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FDB813;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 11px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FDB813;
}
.entry-meta {
    color:#9f0040;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#9f0040;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #9f0040;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:11px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color:#9f0040;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
}
.entry-utility a {
    color:#9f0040;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FDB813;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#9f0040;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FDB813;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#9f0040;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}

/* =Comments
------------------------------------------------------------- */
#respond {
    background:#F23827;
	margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#form-allowed-tags p {
    color:#000;
    font-size:11px;
    margin:0;    
}

#comments-list li {
    background:#F23827;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}

#comments-list li.alt {
    background:#F23827;
}

/*---------Aside-------------------*/

.aside {color: #000;}
.aside a:link {color: #9F0040;}
.aside a:visited {color: #F2137B;}
.aside a:active {color: #FDB813;} 
.aside a:hover {color: #FDB813;}
.aside h3 {
	font-size: 18px;
	font-style:	oblique;
}

/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #fff;
    padding:18px 0 0 0;
    margin-bottom:22px;
	margin-right:14px;
	background: #ffffff;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	background-color: #D1122E;
	margin-top: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #fff;
}
#siteinfo {width: auto;
	text-align: center;
	color: #000;
	font-size: 11px;
	line-height: 18px;
	padding: 22px 0px 44px;
}
#siteinfo a {
    color:#000;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #fdb813;
}



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:0px transparent;
	float:right;
	}
.sf-menu a {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #F23827;
	padding:9px 13px;
	text-decoration:none;=
	
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#F23827;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li {
	background:		#F23827;
	margin-left: 5px;
}
.sf-menu li li {
	background:		#F23827;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fafafa;
	outline:		0;
    border-bottom-color:#D1122E;
}
.sf-menu ul {
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    padding-right: 3px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#F23827;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #D1122E;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#000!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#000 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#D1122E !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#D1122E !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#000 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#000 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}


/*---------http://www.spiffycorners.com---------*/

.rcorners_header{display:block}
.rcorners_header *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#fdb813}
.rcorners_header1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #fee099;
  border-right:1px solid #fee099;
  background:#fdc94e}
.rcorners_header2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fef7e7;
  border-right:1px solid #fef7e7;
  background:#fdc53f}
.rcorners_header3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #fdc53f;
  border-right:1px solid #fdc53f;}
.rcorners_header4{
  border-left:1px solid #fee099;
  border-right:1px solid #fee099}
.rcorners_header5{
  border-left:1px solid #fdc94e;
  border-right:1px solid #fdc94e}
.rcorners_headerfg{
  background:#fdb813}



.rcorners_footer{display:block}
.rcorners_footer *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#D1122E}
.rcorners_footer1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #eb99a5;
  border-right:1px solid #eb99a5;
  background:#dc4d62}
.rcorners_footer2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fae7ea;
  border-right:1px solid #fae7ea;
  background:#d93f55}
.rcorners_footer3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d93f55;
  border-right:1px solid #d93f55;}
.rcorners_footer4{
  border-left:1px solid #eb99a5;
  border-right:1px solid #eb99a5}
.rcorners_footer5{
  border-left:1px solid #dc4d62;
  border-right:1px solid #dc4d62}
.rcorners_footerfg{
  background:#D1122E}  
