/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* Reset: based on http://meyerweb.com/eric/tools/css/reset v1.0 | 20080212, sans table styles
============================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
hr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
cite,
address {
	display:inline;
	font-style:normal;
}

/* Typography
======================================================*/
body {
	background: #fff;
	color: #444 /*#51555c*/;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
*[lang] {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
pre {
	overflow: auto;
}
textarea {
	font: 12px/18px helvetica, arial, sans-serif;
	padding: 3px;
}
/* Links */
a,
a:visited {
	color: #a00004;
	text-decoration: none;
}
/* specify all three for accessibility */
a:focus,
a:hover,
a:active {
	text-decoration: underline;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	color: #51555c;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #a00004;
	text-decoration: none;
}
/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}
/* typogrify: inset initial double quotes. */
.dquo {
	margin-left: -.45em;
}
 /* fancy ampersands */
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 13px;
	font-style: italic;
}
/* Font sizes and vertical measure */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
	display:block;
	margin-bottom:9px;
}
h1,
.h1 {
	font-size: 24px;
	line-height:1;
}
h2,
.h2 {
	font-size: 18px;
}
h3,
.h3 {
	font-size: 14px;
}
p,
pre,
dl,
ul,
ol {
	margin-bottom:18px;
}
blockquote {
	border-left:2px solid #e9eaea;
	margin:0 9px 9px;
	padding-left:10px;
}
ol {
	margin-left:36px;
}
dd {
	margin-left:18px;
}
li ul,
li ol {
	margin-bottom: 0;
}
li,
dd,
.tight {
	margin-bottom:9px;
}
ul li {
	background: url(../img/arrow-bullet.gif) no-repeat left top;
	list-style:none;
	padding-left:12px;
}
acronym,
.caps,
.small {
	font-size: 11.5px;
}
hr {
	background:#ccc;
	color:#ccc;
	height:1px;
	margin:0 30px 18px 30px;
}
.rule-major{
	background-color:#e9eaea;
}
.rule,
.rule-minor {
	border-top:1px solid #cecfd1;
	height:9px;
	margin:0 0 18px;
}
.rule-major {
	border-top:1px solid #cecfd1;
	height:35px;
	margin:0 0 18px;
}
.rule hr,
.rule-minor hr,
.rule-major hr {
	display:none;
}

/* No formatting class */
.plain,
.plain li {
	background:transparent;
	border:0;
	font-style:normal;
	list-style:none;
	margin:0;
	padding:0;
}
.alt-font {
	color: #999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
.alt-font a {
	font-family:helvetica, arial, sans-serif;
	font-style:normal;
}

/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* UI: Shared classnames
================================================================= */
.accessibility {
	left:-32000px;
	position:absolute;
}
.lofi {
	display:none;
}
/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

h1.page-title {
	color: #999;
	font: italic 14px Georgia, serif;
}

/* General horizontal navigation lists with dropdown magic */
.nav,
.nav ul,
.nav li {
	background:transparent;
	list-style:none;
	margin:0;
	padding:0;
}
.nav ul {
	background: #e9eaea;
	border: 1px solid #cecfd1;
	border-color: #cecfd1 #aaa #aaa #cecfd1;
	z-index: 9999;
}
.nav li {
	float:left;
	margin-right:12px;
}
.nav li a {
	display:block;
}
.nav li li a {
	color: #a00004 !important; /* These need to retain a contrasting color with dropdown background */
	padding:6px 9px;
}
.nav li ul,
.nav li li {
	margin-right:0;
	width: 200px;
}
.nav li li ul {
	margin:-31px 0 0 200px;
}
.nav li.secondary {
	float:right;
	margin-left:12px;
	margin-right:0;
}
/* dropdown action */
.nav li ul,
.nav li:hover li ul,
.nav li li:hover li ul,
.nav li.hover li ul,
.nav li li.hover li ul {
	left: -32697px;
	position: absolute;
}
.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li.hover ul,
.nav li li.hover ul,
.nav li li li.hover ul {
	left: auto;
}

.pagination,
.pagination-single {
	background-color:#e9eaea;
	margin-top: 20px;
	overflow:hidden;
	border-top:1px solid #bcbcbc;
}
.pagination .previous a,
.pagination-single .previous {
	float:left;
	padding:18px;
}
.pagination .next a,
.pagination-single .next {
	float:right;
	padding:18px;
}
.loading {
	background: url(../img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.close {
	background-color:#e9eaea;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 6px;
	text-align: center;
}
/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Structure
================================================
	Total width: 960
	Columns: 12
	Column width: 58px
	Gutter width: 24px
	Unit (column + gutter): 82px
	Interior padding: 6px = colum width 50px
	#content = 8 units (up from 7)
	#sidebar = 4 units (down from 5)
*/
.section { /* Full-width areas */
	min-width: 980px; /* cut-off background fix */
}
.wrapper {
	clear: both;
	margin: 0 auto;
	width: 960px;
}
#header {
	background-color: /*#193461*/#51555c;
	background-repeat:repeat-x;
	background-position:left bottom;
	color: #cecfd1;
}
#header .wrapper {
	background-repeat:repeat-x;
	background-position:center bottom;
	padding: 13px 10px 10px;
}
#header a,
#header a:visited {
	color: #fff;
}
#header #blog-title {
	font-family: "Avenir Light", "Futura Light", helvetica, arial, sans-serif;
	font-size: 36px;
	font-weight:normal;
	line-height: 1;
	margin-bottom: 9px;
}
#header #blog-title a:hover {
	text-decoration: none;
}

#navigation a,
#navigation a:visited {
	font-weight: bold;
	text-transform: uppercase;
}
#navigation .secondary a,
#navigation .secondary a:visited,
#navigation li li a,
#navigation li li a:visited {
	font-weight:normal;
	text-transform:none;
}

#sub-header {
	background-color: #e9eaea;
	padding: 9px 0;
}
#sub-header form#cfct-search {
	float:right;
}
#all-categories {
	padding:2px 0 0;
	width:760px;
}
#all-categories-title {
	float: left;
	font-weight:normal;
	margin-right:12px;
}

#main {
	margin:24px 0;
}
#content {
	float: left;
	padding-bottom: 24px;
	width: 610px;
}
#sidebar {
	background-color:#e9eaea;
	float:left;
	margin-left:20px;
	padding:14px;
	width: 286px;
}
#sidebar #primary-sidebar,
#sidebar #secondary-sidebar {
	float:left;
	width:140px;
}
#sidebar #primary-sidebar {
	margin-right:12px;
}
#footer {
	background-color: #51555c;
	background-repeat:repeat-x;
	background-position:left top;
	clear: both;
	color: #aaa;
	padding: 24px 0 14px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:focus, #footer a:active {
	color:#600;text-decoration:underline; font-weight:normal;
}
#footer a:hover {color:#000;}

#footer .wrapper {
	overflow:hidden;
	padding-bottom:28px;
}
#footer p#generator-link {
	float:left;
	padding-top: 12px;
}
#footer p#developer-link {
	display:block;
	text-indent:-32697px;
}

/* Posts
 =============================== */
.entry-content,
.entry-summary {
	overflow:auto;
}
.hentry {
	position:relative;
}
.hentry .edit {
	background-color:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 11.5px;
	opacity:.60;
	padding:3px 5px 1px;
	left:-32697px;
	position:absolute;
	top:0;
}
.hentry:hover .edit,
.post:hover .edit-post,
.comment.hentry:hover .edit-comment {
	left: auto;
	right:0;
}
.hentry:hover .edit-comment {
	left:-32697px;
	right: auto;
}
.comment.hentry.bypostauthor:hover .edit-comment {
	top: 2px;
	right: 2px;
}
.edit a,
.edit a:visited,
.edit a:hover{
	color:#fff;
}
.full .full-content {
	clear:both;
	padding-top: 9px;
	width: 600px;
}
.full .pages-link,
.page-numbers {
	font-weight:bold;
}
.full .pages-link a,
a.page-numbers {
	border:1px solid #cecfd1;
	font-weight:normal;
}
.full .pages-link a,
.page-numbers{
	padding:2px 6px;
}
.full .pages-link a:hover {
	border-color:#999;
	text-decoration:none;
}
.full p.comments-link {
	float:right;
}

.hentry ul {
	margin-left: 20px;
}
.hentry ol {
	margin-left: 32px;
}

.archive {
	border-top: 1px dotted #cecfd1;
	list-style: none;
	margin: 1.5em 0 0;
}
.archive li {
	margin-bottom:0;
}
.archive .full {
	margin-top:18px;
}
.excerpt {
	background: url(../img/arrow-bullet.gif) no-repeat 0 12px;
	border-bottom: 1px dotted #cecfd1;
	color: #999;
	padding: 12px 146px 12px 20px;
	position:relative;
}
.excerpt strong.entry-title {
	font-size: 14px;
}
.excerpt strong.entry-title a,
.excerpt strong.entry-title a:visited {
	color: #51555c;
}
.excerpt strong.entry-title a:hover {
	color: #a00004;
	text-decoration: none;
}
.excerpt .date {
	margin-top:1.5em;
}
.excerpt p {
	margin:0;
}
.excerpt .date,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span {
	display: block;
	width: 140px;
}
.excerpt .date,
.excerpt .comments-link {
	position:absolute;
	right:0;
	top:14px;
}
.search {
	border-top: 1px dotted #cecfd1;
	padding-top:18px;
}

/* Comments and comment form
=================================== */
.commentlist{
	clear:both;
	list-style:none;
	margin:0 0 18px;
}
li.li-comment{
	background:transparent;
	margin:0;
	padding:0;
	position:relative;
}
li.li-comment li.li-comment {
	background:url(../img/comment-thread.gif) no-repeat 0 3px;
	padding-left:24px;
}
.commentlist .comment {
	margin-bottom:8px;
	overflow:hidden;
	padding:0 0 0 60px;
}
.commentlist .comment .photo img{
	margin-left:-60px;
	position:absolute;
}
.comment cite.fn {
	font-size:14px;
	font-weight:bold;
}
.comment .comment-content {
	overflow:hidden;
	margin-bottom:4px;
}
.comment .comment-content p:last-child,
.comment .comment-content p.last-child {
	margin-bottom:0;
}
.comment-meta {
	color:#999;
	font-size: 10.5px;
}
.comment-meta .date {
	float:right;
}
.comment-reply-link,
.comment-reply-link:visited,
.comment-reply-link:hover {
	background:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	color:#fff;
	font-size:9.5px;
	opacity:.7;
	padding:3px 5px 2px;
}
/* author comments */
.commentlist .bypostauthor {
	background-color:#efeff1;
	padding:8px 12px 6px 72px;
}

/* trackbacks and pingbacks */
.ping {
	border-top:1px dotted #cecfd1;
	padding:9px;
}
.ping .entry-summary,
.ping .entry-summary p {
	border:0;
	margin:0;
	padding:0;
}
form.comment-form {
	background-color:#efeff1;
	border:1px solid #e9eaea;
	margin-bottom:8px;
	padding:9px 9px 0;
}
.comment-form label {
	color:#51555c;
	font-weight:bold;
}
.comment-form-user-info input {
	margin-right:9px;
	width:200px;
}
.comment-form em {
	color:#999;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}
.comment-form textarea {
	height:9em;
	width:95%;
}

/* Sidebar and Widgets
============================== */
.widget {
	margin-bottom:18px;
	overflow:hidden;
	width:100%;
}
h2.widget-title,
.widget_search label {
	font-size: 1.16666667em; /* 14 */
	line-height: 1.28571429;
	margin: 0 0 .58333334em 0;
}
.widget li {
	margin:0;
}
.widget_search label {
	display:block;
	font-weight:bold;
}
.widget_search input {
	margin-bottom:6px;
}
#carrington-subscribe h2.widget-title {
	color:#999;
	float:left;
	font:normal 1.16666667em/1.28571429 helvetica, arial, sans-serif; /* 14 */
	margin:7px 0 0;
	text-transform:uppercase;
}
#carrington-about {
	padding-bottom:24px;
}
#carrington-about .about{
	background-color:#fff;
	overflow:hidden;
	padding:12px;
}
#carrington-about p {
	margin:0;
}
#carrington-about a.more,
#carrington-about a.more:visited {
	float:right;
}
#carrington-archives ul {
	border-top: 1px dotted #cecfd1;
}
#carrington-archives li {
	background-position:left 6px;
	border-bottom: 1px dotted #cecfd1;
}
#carrington-archives li a {
	display:block;
	padding:6px 0;
}
#sidebar ol {
	margin-left: 26px;
}

/* Misc
=================================== */

#footer p#developer-link a,
#footer p#developer-link a:visited {
	background:url(../img/footer/by-crowd-favorite-light.png) no-repeat left top;
	float:right;
	height:30px;
	text-indent:-32697px;
	width:270px;
}

#TB_secondLine {
	color:#999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
#TB_title{
	background-color: #51555c;
	color:#fff;
	font-size:11.5px;
	line-height:18px;
}
#TB_title a,
#TB_title a:visited {
	color:#fff;
}
a#TB_prev:hover,
a#TB_next:hover {
	height:100%;
}
a#TB_prev:hover {
	background:url(../img/lightbox/prevlabel.gif) no-repeat left center;
}
a#TB_next:hover {
	background:url(../img/lightbox/nextlabel.gif) no-repeat right center;
}

/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

.rule,
.rule-major,
.rule-minor {
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
	border:0;
}
.rule {
	background-image:url(../img/divider-ornament.gif);

}
.rule-major {
	background-image:url(../img/comments-divider.gif);
}
.rule-minor {
	background-image:url(../img/divider-ornament.gif);
}
.nav li li {
	background:url(../img/dropdown-divider.gif) no-repeat center top;
}
.nav li li:first-child,
.nav li li.first-child {
	background:transparent;
}
.pagination,
.pagination-single {
	background-image:url(../img/grey-to-white-gradient.png);
	background-repeat:repeat-x;
	background-position:left top;
}
.close {
	background-image: url(../img/header/texture-light.png) top center;
}

.full .comments-link a,
.full .comments-link a:visited,
.full .comments-link span,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span{
	background: url(../img/comment.gif) no-repeat left center;
	padding: 1px 0 0 20px;
}
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span{
	width:120px;
}
.commentlist .bypostauthor {
	background-image: url(../img/watermark-light.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

form.comment-form {
	background-image: url(../img/watermark-light.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

#header {
	background-image:url(../img/header/gradient-dark.png);
}
#header .wrapper {
	background-image:url(../img/header/texture-dark.png);
}
#sub-header {
	background-image: url(../img/sub-header-border-bottom.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#sidebar {
	background:url(../img/sidebar-background.gif) no-repeat left top;
	background-color: #fff !important;
}
#footer {
	background-image: url(../img/footer/gradient-dark.png);
}
#footer .wrapper {
	background: url(../img/footer/divider-ornament-wide-light.png) no-repeat center bottom;
}
#carrington-subscribe {
	background: url(../img/divider-ornament.gif) no-repeat center bottom;
}

#carrington-subscribe a{
	background:url(../img/rss-button.gif) no-repeat left top;
}

#carrington-about {
	background: url(../img/divider-ornament.gif) no-repeat center bottom;
}
#carrington-about .about{
	background:url(../img/watermark-light.gif) repeat-x left top;
}

/* Gallery
=================================== */

body#attachment #header {
	background-image:url(../img/header/gradient-dark.png);
	background-repeat:repeat-x;
	background-position:center bottom;
}
body#attachment #header .wrapper {
	background-position:center bottom;
}
.figure-info {
	background:transparent url(../img/divider-ornament-wide-dark.png) no-repeat scroll center top;
}
.previous-attachment,
.next-attachment {
	padding-bottom:13px;
}
.previous-attachment {
	background:url(../img/attachment/150px-flourish-left-dark.png) no-repeat right bottom;
}
.next-attachment{
	background:url(../img/attachment/150px-flourish-right-dark.png) no-repeat left bottom;
}

/* Misc
=================================== */

#TB_title{
	background-image: url(../img/header/texture-dark.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}


/*
// Dressage New Brunswick styles 
// Modifies the Carrington Blog Framework
//
// Copyright (c) 2010 Jeff Carter. All rights reserved.
// http://braefearann.com
*/
#header {background:#34416D;}
#header .wrapper {padding:5px 10px 8px;}
#homeSlider .wrapper {padding:20px 0 20px; }
#homeSlider {background: #34416D;}

#header form#cfct-search {clear:none;float:right;margin-top:10px;}
#blog-description {margin:-8px 0 8px 52px;padding:0;font-family:"Times New Roman", Times, serif;font-size:1.3em;}
h1 {font-size:18px;color:#34416D;}
h1.entry-title a {color:#34416D;}

#header #navigation {background-color:#222;border-top:1px solid #FC0;border-bottom:1px solid #FC0;height:42px;padding:0;margin-left:0;margin-right:0;}
#navigation .wrapper {background-image: none;height:42px;padding:0;}
#navigation li {display:block;margin:0;height:35px;align:left; font-family:Georgia, "Times New Roman", Times, serif;font-size:1.0em}
#navigation li span.sub-menu-text {margin:0;align:left;display:block;font-weight: normal;text-transform: capitalize;font-size:12px;
color:#FFE57F;font-family: Tahoma, Geneva, sans-serif;}
#navigation a:visited, #navigation a:link {background:none;color:#fff;text-decoration:none;height:35px;padding:3px 10px;border-right:1px solid #333;}
#navigation a:hover, #navigation a:focus {background:#2f2f2f;color:#FC0;text-decoration:none;height:35px;padding:3px 10px;}
#sub-header {border-top:1px solid #FC0;}
#smallNav {text-align:right;margin-top:1px;font-size:.9em;}

#homeSlider #carrington-subscribe {float:right;height:268px; margin-left:0; padding:13px 13px 0; width:300px;background-color:#ccc; border: 1px solid #000; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#homeSlider #carrington-subscribe h2.widget-title, #sidebar h2.widget-title, #newsSlider h2.widget-title {color:#273258/*34416D*/;font-weight:normal; float:none; font:normal 1.2em/1.3 Georgia, "Times New Roman", Times, serif; margin:0; text-transform:uppercase;}
#carrington-subscribe {background:none;}
#carrington-subscribe p, #sidebar p {font-size:11px; color:#666;}
#carrington-subscribe div.sub-widget{display:block;position:relative;margin:0;padding-bottom:6px; background: url(../img/divider-ornament-dark.gif) no-repeat center bottom;}
#carrington-subscribe a {background:none;}
#sidebar #carrington-subscribe div.sub-widget {background: #fff url(/wp-content/themes/carrington-blog/img/divider-ornament.gif) no-repeat center bottom;}

#followUs {height:25px;width:80px;margin:0 0 0 16px;padding:0;border:0;float:right;position:absolute;top:0;right:0;}
#followUs ul#face-twit-rss {height:25px;width:80px;background:transparent url(/img/icon-sprite-small.gif) 0 -25px no-repeat;margin:0;padding:0;position:relative;}
#homeSlider #followUs ul#face-twit-rss {background:transparent url(/img/icon-sprite-small-home.gif) 0 0 no-repeat;}
#followUs ul#face-twit-rss li {position:absolute;top:0;margin:0;padding:0;list-style:none;background:none;}
#followUs ul#face-twit-rss li, #followUs ul#face-twit-rss a {height:25px;display:block;}
#followUs ul#face-twit-rss li a {text-indent:-9999px;}
#face {left:0; width:26px;}
#twit {left:27px; width:26px;}
#rss {left:55px; width:26px;}
#face a:hover {background:transparent url(/img/icon-sprite-small.gif) 0 0 no-repeat;}
#twit a:hover {background:transparent url(/img/icon-sprite-small.gif) -27px 0 no-repeat;}
#rss a:hover {background:transparent url(/img/icon-sprite-small.gif) -55px 0 no-repeat;}
.addthis_container {margin:20px 0 12px; float:right;clear:both;}

#sidebar {background-image: none;border:1px solid #cdcdcd;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	float:left;	margin-left:20px; padding:13px 13px 0; width: 300px; background-color:#0FC}

#twitter-2 .from-meta, #twitter-2 .twitter-avatar {display:none;}
#twitter-2 {font-size:.8em;}
#twitter-2 .widget_twitter ul li {list-style: disc; list-style-type:disc; list-style-image:none;}

/*p.filed {margin-top: 10px;padding-top:10px;border-top:1px solid #a00004;}*/
div.entry-content {line-height:130%;}

div#about-footer {font-size:.8em;line-height:140%;float:right;width:300px;margin-left:25px;padding:8px;background:#aaa;border:1px solid #f2af07;color:#111;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
div#about-footer a {color: #900;font-weight:bold;}
#footer-left .widget-title {display:none;}

h1 {font-size:1.4em;}
h2 {font-size:1.25em;margin-top:16px;}
h3 {font-size:1.15em;}
h4 {font-size:1.1em;}
h5, h6 {font-size:1em;}

dt {font-weight:bold;color:#900;font-size:1em;}

/* Sponsors page */
#post-content-20 .entry-content img {margin:5px 35px 25px 1px;}
#post-content-20 .entry-content h2 {padding:20px 0;border-top:2px solid #ababab;color:#111;}

/* Calendar formatting */
#post-content-9 h1 {display:none;}
p.display {padding:2px 8px 3px; margin:10px 0 20px;border:1px solid #eee; background: #FFC; border-bottom-color:#ccc; border-right-color:#ccc;}
dl.singleEvent {margin:20px 0; padding: 4px 10px 10px;border:1px solid #ddd; border-width:1px 0; background: #f2f2f2;}
dl.singleEvent dt {margin:8px 0 16px;}
table#theCalendar th, table#theCalendar td {vertical-align: top;font-size:11px;}
tr.rowTint {background-color: #eee;}
td.dateCell {width:130px;padding-left:10px;font-weight:bold;}

/* 	A Better Blogroll by Chris Coyier  	http://css-tricks.com */

/* 	WIDGET STRUCTURE */
#calendarTabsWrap  { width: 300px; margin:0; padding: 0; position: relative; font-size: 11px;line-height:1.8em; }
#calendarTabs  { margin: 0; padding: 0; width: 100%;border-top:1px solid #bcbcbc;border-left:1px solid #dedede;}
.stripViewer  { position: relative; overflow: hidden; clear:both;}
.stripViewer .panelContainer  { position: relative; left: 0px; top: 0px;}
.stripViewer .panelContainer .panel { float: left; position: relative; width: 300px; }

.stripNav  { margin-left: 0; position: relative; z-index: 99; }
.#calendarTabsWrap .wrapper { padding: 0;}
.innerWrap { width: 100%; overflow: hidden; }
#push { height: 10px; }

/* 	MAIN TABBED NAVIGATION */
#calendarTabs  ul   { list-style: none; margin:0; padding: 0;}
#calendarTabs li  {font-size:.9em;background: none; margin:0; padding: 0;width:300px;}
#calendarTabs li span {line-height:1.4em}
#calendarTabs .panel li.moreItems {font-weight:bold;text-align: right;}

/* repeated border-radius */
.stripNav ul li,.stripNav li a:hover, .stripNav li a:active, .stripNav li a:focus, .stripNav li.tab1 a.current, .stripNav li.tab2 a.current {-webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px;}

.stripNav ul li  { float: left; list-style: none;background: none;border:1px solid #bcbcbc;border-bottom:none;}
div#stripNav0 ul {margin:0; padding: 0;}
div#stripNav0 li {margin:0 2px 0 0; padding: 0;background: #f4f4f4;}
.stripNav li a  { display: block;padding:3px 4px 2px 19px;}
/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a { width: 70px; }
.stripNav li.tab2 a { width: 70px; }

.stripNav li a:hover, 
.stripNav li a:active, 
.stripNav li a:focus { background: #333; color:#fff;}

/* It is neccessary to repeat the image paths here */
.stripNav li.tab1 a.current, #calendarTabs .stripNav li.tab1 a { background: #1f5293;color:#fff; font-weight:bold;}
.stripNav li.tab2 a.current { background: #4a8c7f; color:#fff; font-weight:bold;}

/*  SUB NAVIGATION*/
.stripNavL a, .stripNavR a {display:none;} 

/* 	HEADLINES STYLING */
.panel ul { width: 100%;padding:0;margin:0; }
.panel li {padding:0;margin:0;display: block; }
.panel ul li a { border-bottom: 1px solid #C1B599; color: #303030; display: block; padding: 2px 5px; }
.panel ul li:last-child a { /* Remove bottom border on last list item */ border: none; }
/* Unique rollover colors for each list */
.panel ul#dnb-shows li a:hover { background: #1f5293; color: white; text-decoration:none;}
.panel ul#dnb-clinics li a:hover {	background: #4a8c7f; color: white; text-decoration:none;}

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

/* GALLERY CONTAINER */
#homeSlider .gallery { background: #000; border: 2px solid #bcbcbc; padding: 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

/* LOADING BOX */
.loader { background: url(../images/loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}
.panel h2 {font-size:14px;padding:0;margin:8px 0;}
.panel p {font-size:10px;padding:2px 0; margin:0;line-height:1.1em;}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: #FFF; font-size: 0.7em; }
.panel .panel-overlay a { color: #FFF; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #555; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #fff; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}


