/*
// 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: #51555c;
	font: 12px/18px  arial, 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  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 {

}
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: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;
}

html body div.clear {
background:none;
border:0;
clear:both;
display:block;
float:none;
font-size:0;
height:0;
margin:0;
overflow:hidden;
padding:0;
visibility:hidden;
width:0;
}

html body span.clear {
background:none;
border:0;
clear:both;
display:block;
float:none;
font-size:0;
height:0;
margin:0;
overflow:hidden;
padding:0;
visibility:hidden;
width:0;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
clear:both;
content:'.';
display:block;
height:0;
visibility:hidden;
}

.clearfix {
display:block;
}

* html .clearfix {
height:1%;
}

h1.title {
color:#47965c;
font:24px Times New Roman, serif;
border-bottom:1px solid #ddd;padding-bottom:6px
}

h1.title a
h1.page-title {
color:#47965c;
font:24px Times New Roman, serif;
}

h1.page-title a
h1.full-title {
color:#47965c;
font:24px Times New Roman, serif;
}

h1.full-title a {
color:#47965c;
font:24px Times New Roman, serif;
}

.nav {
background:transparent;
list-style:none;
margin:0;
padding:0;
}

.nav ul {
background:#e9eaea;
border:1px solid #cecfd1;
border-color:#cecfd1 #aaa #aaa #cecfd1;
list-style:none;
margin:0;
padding:0;
z-index:9999;
}

.nav li {
background:transparent;
float:left;
list-style:none;
margin:0;
margin-right:12px;
padding:0;
}

.nav li a {
display:block;
}

.nav li li a {
color:#CB2403 !important;
padding:6px 9px;
}

.nav li ul {
left:-32697px;
margin-right:0;
position:absolute;
width:200px;
}

.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;
}

.nav li:hover li ul {
left:-32697px;
position:absolute;
}

.nav li li:hover li ul {
left:-32697px;
position:absolute;
}

.nav li.hover li ul {
left:-32697px;
position:absolute;
}

.nav li li.hover li ul {
left:-32697px;
position:absolute;
}

.nav li:hover ul {
left:auto;
}

.nav li li:hover ul {
left:auto;
}

.nav li li li:hover ul {
left:auto;
}

.nav li.hover ul {
left:auto;
}

.nav li li.hover ul {
left:auto;
}

.nav li li li.hover ul {
left:auto;
}

.pagination {
background:none !important;
margin-top:20px;
overflow:hidden;
}

.pagination-single {
background:none !important;
margin-top:20px;
overflow:hidden;
}

.pagination .previous a {
background:#cb2403;
color:#fff;
float:left;
font:Arial,sans-serif;
padding:2px 5px;
text-transform:capitalize;
}

.pagination-single .previous {
background:#cb2403;
color:#fff;
float:left;
font:Arial,sans-serif;
padding:2px 5px;
text-transform:capitalize;
}

.pagination .next a {
background:#cb2403;
color:#fff;
float:right;
font:Arial,sans-serif;
padding:2px 5px;
text-transform:capitalize;
}

.pagination-single .next {
background:#cb2403;
color:#fff;
float:right;
font:Arial,sans-serif;
padding:2px 5px;
text-transform:capitalize;
}

.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-bottom:1em;
margin-right:1em;
}

.alignright {
float:right;
margin-bottom:1em;
margin-left:1em;
}

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.wp-caption {
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
background-color:#f3f3f3;
border:1px solid #ddd;
border-radius:3px;
margin:10px;
padding-top:4px;
text-align:center;
}

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

.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

/* Structure
================================================
	Total width: 960
	Columns: 12
	Column width: 58px
	Gutter width: 24px
	Unit (column + gutter): 82px
	Interior padding: 6px = colum width 50px
	#content = 7 units
	#sidebar = 5 units*/
.section {
min-width:980px;
}

.wrapper {
clear:both;
margin:0 auto;
width:960px;
}

#header {
background-color:#fff;
background-position:left bottom;
background-repeat:repeat-x;
border-bottom:1px solid #fff;
color:#cecfd1;
}

#header .wrapper {
background-position:right bottom;
background-repeat:no-repeat;
padding:13px 0 10px;
}

#header a {
color:#fff;
}

#header a:visited {
color:#fff;
}

#header #blog-title {
background:url(../img/blog-title.png) no-repeat 0 0;
display:block;
height:80px;
margin-bottom:9px;
width:600px;
}

#header #blog-title a:hover {
text-decoration:none;
}

#navigation a {
font-weight:700;
text-transform:uppercase;
}

#navigation a:visited {
font-weight:700;
text-transform:uppercase;
}

#navigation .secondary a {
font-weight:400;
text-transform:none;
}

#navigation .secondary a:visited {
font-weight:400;
text-transform:none;
}

#navigation li li a {
font-weight:400;
text-transform:none;
}

#navigation li li a:visited {
font-weight:400;
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:400;
margin-right:12px;
}

#main .wrapper {
padding:24px 0 0;
}

#main .wrapper #bottom {
background:#FFF url(../img/bottom-bg.png) 50% 0 no-repeat;
height:21px;
width:100%;
}

#content {
float:left;
font:Arial, sans-serif;
margin:0 0 0 24px;
padding-bottom:24px;
width:656px;
}

#sidebar {
background-color:#e9eaea;
float:left;
margin-left:24px;
padding:14px;
width:225px;
}

#sidebar #primary-sidebar {
float:left;
margin-right:12px;
width:160px
}

#sidebar #secondary-sidebar {
float:left;
}

#footer {
background-color:#a0adaa;
background-position:left top;
background-repeat:no-repeat;
clear:both;
color:#999;
padding:0;
}

#footer a {
color:#fff;
}

#footer a:visited {
color:#fff;
}

#footer .wrapper {
overflow:hidden;
padding-bottom:0;
}

#footer p#generator-link {
float:left;
padding-top:12px;
}

#footer p#developer-link {
display:block;
text-indent:-32697px;
}

.entry-content {
overflow:visible;
}

.entry-summary {
overflow:visible;
}

.hentry {
position:relative;
}

.hentry .edit {
-khtml-border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color:#900;
border-radius:4px;
font-size:11.5px;
left:-32697px;
opacity:.60;
padding:3px 5px 1px;
position:absolute;
top:0;
}

.hentry:hover .edit {
left:auto;
right:0;
}

.post:hover .edit-post {
left:auto;
right:0;
}

.comment.hentry:hover .edit-comment {
left:auto;
right:0;
}

.hentry:hover .edit-comment {
left:-32697px;
right:auto;
}

.comment.hentry.bypostauthor:hover .edit-comment {
right:2px;
top:2px;
}

.edit a {
color:#fff;
}

.edit a:visited {
color:#fff;
}

.edit a:hover {
color:#fff;
}

.full .full-content {
clear:both;
padding-top:9px;
width:100%;
}

.full .pages-link {
font-weight:700;
}

.page-numbers {
font-weight:700;
padding:2px 6px;
}

.full .pages-link a {
border:1px solid #cecfd1;
font-weight:400;
padding:2px 6px;
}

a.page-numbers {
border:1px solid #cecfd1;
font-weight:400;
}

.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;
}

.category-testimonials {
border-bottom:1px dotted #cecfd1;
list-style:none;
margin:1.5em 0 0;
padding-bottom:1.5em;
}

.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;
}

.category-news-bits {
background:url(../img/arrow-bullet.gif) no-repeat 0 12px;
border-bottom:1px dotted #cecfd1;

padding:12px 146px 12px 20px;
position:relative;
}

.excerpt strong.entry-title {
font-size:14px;
}

.excerpt strong.entry-title a {
color:#51555c;
}

.excerpt strong.entry-title a:visited {
color:#51555c;
}

.excerpt strong.entry-title a:hover {
color:#CB2403;
text-decoration:none;
}

.excerpt .date {
display:block;
margin-top:1.5em;
position:absolute;
right:0;
top:14px;
width:140px;
}

.excerpt p {
margin:0;
}

.excerpt .comments-link a {
display:block;
width:140px;
}

.excerpt .comments-link a:visited {
display:block;
width:140px;
}

.excerpt .comments-link span {
display:block;
width:140px;
}

.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:700;
}

.comment .comment-content {
margin-bottom:4px;
overflow:hidden;
}

.comment .comment-content p:last-child {
margin-bottom:0;
}

.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 {
-khtml-border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background:#900;
border-radius:4px;
color:#fff;
font-size:9.5px;
opacity:.7;
padding:3px 5px 2px;
}

.comment-reply-link:visited {
-khtml-border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background:#900;
border-radius:4px;
color:#fff;
font-size:9.5px;
opacity:.7;
padding:3px 5px 2px;
}

.comment-reply-link:hover {
-khtml-border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background:#900;
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 {
border:0;
margin:0;
padding:0;
}

.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:700;
}

.comment-form-user-info input {
margin-right:9px;
width:200px;
}

.comment-form em {
color:#999;
font-size:12px;
font-style:normal;
font-weight:400;
}

.comment-form textarea {
height:9em;
width:95%;
}

/* Sidebar and Widgets
============================== */
.widget {
margin-bottom:18px;
overflow:hidden;
width:100%;
}

h2.widget-title {
color:#47965C;
font-family:Times New Roman, serif;
font-size:18px;
font-weight:400;
line-height:1.28571429;
margin:0;
padding:0;
}

.widget_search label {
display:block;
font-size:1.16666667em;
font-weight:700;
line-height:1.28571429;
margin:0 0 .58333334em;
}

.widget li {
margin:0;
}

.widget_search input {
margin-bottom:6px;
}

#carrington-subscribe h2.widget-title {
color:#999;
float:left;
font:normal 1.16666667em/1.28571429 arial, sans-serif;
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 {
float:right;
}

#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;
}

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

#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:Times New Roman, 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 {
color:#fff;
}

#TB_title a:visited {
color:#fff;
}

a#TB_prev:hover {
background:url(../img/lightbox/prevlabel.gif) no-repeat left center;
height:100%;
}

a#TB_next:hover {
background:url(../img/lightbox/nextlabel.gif) no-repeat right center;
height:100%;
}

/* Troxel Specific CSS */
.footcol {
float:left;
margin:0;
padding:10px 20px;
}

.footcol .pagetab {
float:left;
width:170px;
}

.footcol .categorytab {
float:left;
width:170px;
}

.footcol a {
display:block;
}

.footer .item_parent a {
font-size:1.3em;
font-weight:400;
}

.footer .current_item_parent a {
font-size:1.3em;
font-weight:400;
}

.footer-sublevel-1 {
margin:10px 0 0;
}

.footer .footer-sublevel-1 a {
clear:both;
font-size:12px;
}

.HomeColumn {
float:left;
margin-right:10px;
width:270px;
}

#HomeContentRight {
margin:-20px 0 0;
}

#sidebar .widget_navt li {
font-size:12px;
line-height:150%;
padding-left:0;
}

#sidebar .widget_navt li.item_parent li {
padding-left:12px;
}

#sidebar li a {
color:#51555C;
}

#sidebar .widget_navt li .toplink {
color:#47965C;
font-family:Times New Roman, serif;
font-size:18px;
font-weight:400;
margin:0;
padding:0;
}

/* --------
.by-line {
display:none;
}

.filed {
display:none;
}

.published {
display:none;
} 
------ */


/** clear:both; **/
}

#content ul li a {
color:#cb2403;
}



#HeadSmartBlog ul li a {
color:#CB2403 !important;
display:block;
font:18px Times New Roman, serif !important;
margin-bottom:5px;
}

#content h2 {
color:#CB2403 !important;
display:block;
font:18px Times New Roman, serif !important;
margin-bottom:5px;
}

#content h2 a {
color:#CB2403 !important;
display:block;
font:18px Times New Roman, serif !important;
margin-bottom:5px;
}

.entry-title a {
color:#CB2403 !important;
display:block;
font:18px Times New Roman, serif !important;
margin-bottom:5px;
}

#content h1 {
color:#47965c;
font:24px Times New Roman, serif;
}

#content h1 a {
color:#47965c;
font:24px Times New Roman, serif;
}

h1.single a {
color:#47965c !important;
font:24px Times New Roman, serif !important;
}

#HeadSmartBlog ul li p.alignright a {
-khtml-border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background:#cb2403;
border-radius:4px;
color:#fff !important;
float:right;
font:10px Arial,sans-serif !important;
padding:2px 5px;
text-transform:capitalize;
}

a.more-link {
-khtml-border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background:#cb2403;
border-radius:4px;
color:#fff !important;
float:right;
font:10px Arial,sans-serif !important;
padding:2px 5px;
text-transform:capitalize;
}

.archive h1.entry-title a
#content ul li blockquote p.alignright {
margin-top:-15px;
}

/*The 'more' link on the home page... */
#footerLinks {
border-left:1px solid #647571;
border-right:1px solid #cad1cf;
color:#fff;
height:38px;
margin:0;
width:830px;
}

#footerLinks li {
float:left;
margin:0;
padding:0;
}

#footerLinks li a {
border-left:1px solid #cad1cf;
border-right:1px solid #647571;
color:#fff;
display:block;
padding:10px;
text-align:center;
white-space:no-wrap;
width:110px;
}

#troxelLogo {
background:url(../img/troxel-logo.png) 5px 5px no-repeat;
}

#troxelLogo a {
display:block;
padding-left:116px;
width:240px !important;
text-align: right !important;
}

#footerLinks li#twitter, #footerLinks li#facebook, #footerLinks li#youtube  {
float:right;
margin:0;
padding:0;
}

#footerLinks li#youtube a{
border-left:none;
}
#footerLinks li#facebook a, #footerLinks li#twitter a{
border-left:none;
border-right:none;
}
#twitter {
background:url(../img/twitter.png) 100% 0 no-repeat;
text-align:right;
}
#facebook {
background:url(../img/facebook.png) 100% 0 no-repeat;
text-align:right;
}

#youtube {
background:url(../img/youtube.png) 100% 0 no-repeat;
text-align:right;
}

#youtube a {
display:block;
padding-right:40px !important;
text-align:right !important;
width:auto !important;
}
#twitter a {
display:block;
padding-right:40px !important;
text-align:right !important;
width:auto !important;
border-right:none;
}
#facebook a {
display:block;
padding-right:40px !important;
text-align:right !important;
width:auto !important;
border-right:none;
}
#bullseye {
float:right;
margin:0;
width:120px;
}

#email {
background:#fff;
border:1px solid #00472e;
color:#A0ADAA;
float:left;
font-size:10px;
margin:10px 0;
padding:3px 5px;
width:80px;
}

.searchgo {
color:#fff;
float:right;
font-size:16px;
margin:8px 0 5px;
}

#underfooter {
font-size:80%;
}

#underfooter a {
color:#00472e;
}

.helmetquiz {
background:#eee;
float:right;
margin-left:18px;
width:180px;
}

.gamesthumbs {float:left;margin-right:12px; margin-bottom:44px;width:280px}

#secondary-sidebar	{border-right:1px solid #ddd;padding:8px;width:160px;margin-right:18px;margin-top:-12px}
#secondary-sidebar h2 {font-size:.9em;text-transform:uppercase;background:#339966;color:#fff;padding:2px 4px 3px 4px;font-weight:700;margin-bottom:3px;font-family:lucida sans, arial, sans serif}
#primary-sidebar ul li	{list-style:none;background:none!important}

.helmetquiz ul	{list-style:none;margin:20px;padding:0}
.helmetquiz ul li {list-style:none!important;margin:0 0 6px 0;padding:0}

#shareyourstory a {color:#47965C}
.blogposts #content {width:480px}
.blogposts #sidebar {width:380px}
#HomeContentRight	{border-left:1px solid #ddd;padding-left:20px;width:45%}
#HomeContentLeft	{padding-right:20px;width:45%}

#HomeContentLeft li, #HomeContentRight li	{clear:both}	
.rule	{background:none!important}

/*
// 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 {

}
.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 {

}

#header {
	background-image:url(../img/header/header-bg-full.png);
}
#header .wrapper {
	background-image:url(../img/header/header-bg.png);
}
#sub-header {
	background-image: url(../img/sub-header-border-bottom.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

#main {

	background-image: url(../img/grey-to-white-gradient.png);
  background-repeat: repeat-x;
}

#main .wrapper{
	background-image:url(../img/content-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
}

#sidebar {
	/*background:url(../img/sidebar-background.gif) no-repeat left top;*/
	background-color: #fff !important;
}
#footer {

}
#footer .wrapper {

}
#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;
}


