/*
// 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;
}

/* Custom font import
======================================================*/
@font-face {
	font-family: 'HelveticaNeueLTStd55Roman';
	src: url('css/fonts/helveticaneueltstd-roman-webfont.eot');
	src: local('?'), url('css/fonts/helveticaneueltstd-roman-webfont.woff') format('woff'), url('css/fonts/helveticaneueltstd-roman-webfont.ttf') format('truetype'), url('css/fonts/helveticaneueltstd-roman-webfont.svg#webfonttyPp3GhL') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Typography
======================================================*/
body {
	color: #51555c;
	font: 14px/20px 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: 14px/20px arial, helvetica, sans-serif;
	padding: 3px;
}
/* Links */
a,
a:visited {
	color: #01afee;
	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: #fff;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #def6ff;
	text-decoration: none;
}
h2.widget-title a,
h2.widget-title a:visited,
h2.widget-title a:hover{
	color: #000 !important;
}
/* 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: 20px;
	font-weight: lighter;
	line-height:1;
}
h2,
.h2 {
	font-size: 20px;
	font-weight: lighter;
}
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: transparent;
}
.rule,
.rule-minor {
	border-top:1px solid #cecfd1;
	height:9px;
	margin:0 0 18px;
}
.rule-major {
	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;
}
.entry-content h2 {
	font-size: 20px;
	color: #0bbdfe;
	padding-bottom: 3px;
	border-bottom: 1px solid #0bbdfe;
}

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


/*-- NEW --*/
div#topMenu {
	position: absolute;
	z-index: 100;
	left: 170px;
	top: -15px;
}
div#topMenu ul.menu {
	margin: 0;
	padding: 10px 0 0;
}
div#topMenu ul.menu li {
	display: block;
	float: left;
	background: none;
	font: lighter 16px Lucida Sans Unicode, Lucida Grande, sans-serif;
	margin: 0;
	padding: 0;
	height: 60px;
	line-height: 60px;
}
div#topMenu ul.menu li span.nav-sep {
	text-shadow: #005f95 1px 1px 0px;
	font-size: 15px;
	color: #fff;
	padding: 0 8px;
}
div#topMenu ul.menu li a:link,
div#topMenu ul.menu li a:visited {color: #fff; text-decoration: none; text-shadow: #005f95 1px 1px 0px;}
div#topMenu ul.menu li a:hover,
div#topMenu ul.menu li a:active,
div#topMenu ul.menu li.active a {color: #005f95 !important; text-decoration: none; text-shadow: none;}

div#topMenu ul.menu li.active {
	background: transparent url(img/bg-topmenu.png) no-repeat;
	width: 276px;
	position: relative;
	z-index: 1;
	margin: 0 -100px 0 !important;
	padding: 0 !important;
	text-align: center;
}
div#topMenu ul.menu li {
	position: relative;
	z-index: 500;
}
/*-- END --*/


.pos-home {background-position: 0px -60px !important;}
.pos-about {background-position: 0px -120px !important;}
.pos-blog {background-position: 0px -180px !important;}
.pos-events {background-position: 0px -240px !important;}
.pos-contact {background-position: 0px -300px !important;}
.pos-subscribe {background-position: 0px -360px !important;}

#navigation {
	background-color: transparent;
	background-image: url(img/nav-sprite.png);
	background-repeat: no-repeat;	
	width: 930px;
	height: 60px;
	position: absolute;
	top: -5px;
	right: 0px;
	z-index: 40;
}
.nav,
.nav ul,
.nav li {
	list-style:none;
	margin:0;
	padding:0;
}
.nav {
	padding: 20px 0 0 110px;
	height: 40px;
	display: block;
}
.nav li {
	float:left;
	margin-right:29px;
	background: none;
}
.nav li a {
	display:block;
	height: 20px;
	text-indent: -9999px;
}
.nav li.home a {width: 45px;}
.nav li.about a {width: 48px;}
.nav li.blog a {width: 35px;}
.nav li.events a {width: 50px;}
.nav li.contact a {width: 62px;}
.nav li.subscribe a {width: 80px;}


.nav li li a {
	color: #01afee !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: transparent url(img/bg-hentry-topper.png) repeat-x center top;
	margin-top: 20px;
	overflow:hidden;
	float: left;
	width: 520px;
}
.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: 4px 15px 10px 0px;
}
.alignright {
	float:right;
	margin: 4px 0px 10px 15px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #c9c9c9;
	text-align: center;
	background-color: #fff;
	padding: 5px 0px;
	/* 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 {
	display: none;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* UI Tabs ala Shaun */
#carrington-tabber {
	background: transparent url(img/tabber-bot.png) no-repeat left bottom;
}
#carrington-tabber ul {
	height: 30px;
	margin-bottom: 0px;
	background-image: url(img/tabber-sprite.png);
	background-repeat: no-repeat;
}
#carrington-tabber ul.latest {background-position: 0 0; margin-bottom: 0px;}
#carrington-tabber ul.popular {background-position: 0 -30px;}
#carrington-tabber ul.viewall {background-position: 0 -60px;}

#carrington-tabber ul#tabber li {
	display: block;
	float: left;
	height: 30px;
	font-size:10px;
	background: none;
}
#carrington-tabber ul#tabber li a {display:block; text-indent: -9999px;}

#carrington-tabber ul#tabber li#popular_tab {width: 86px;}
#carrington-tabber ul#tabber li#latest_tab {width: 80px;}
#carrington-tabber ul#tabber li#viewall_tab {width: 77px;}

#carrington-tabber div.slipper {
	color:#fff;
	padding: 5px 10px 4px;
	background:#0070b0 url(img/tabber-top.png) no-repeat right top;
	margin-bottom: 6px;
}
#carrington-tabber div#popular .pagination,
#carrington-tabber div#latest .pagination, 
#carrington-tabber div#viewall .pagination {display: none;}

/*--- Video Widget ---*/
#carrington-video {
	background: transparent url(img/vid-widget-rep.png) repeat-y center top;
	margin-top: 1px;
}
#carrington-video .video-inner {
	background: transparent url(img/vid-widget-top.png) no-repeat center top;
}
#carrington-video .video-inner .video-content {
	background: transparent url(img/vid-widget-bot.png) no-repeat center bottom;
	padding: 70px 20px 20px;
	color:#fff;
	font-size: 12px;
}

#carrington-subscribe {
	width: 28px;
	height: 28px;
	position: absolute;
	top: -20px;
	right: 0px;
	z-index: 100;
	
}
#carrington-banners {
	margin-bottom: 0px !important;
}
#carrington-banners a {
	display:block;
	margin-bottom: 30px;
}
/*#topping-home {
	position: absolute;
	z-index: 30;
	top: -82px;
	right: -5px;
	width: 486px;
	height: 462px;
	background: transparent url(img/topping-home.png) no-repeat;
}*/
#topping-home {
	position: absolute;
	z-index: 30;
	top: -8px;
	right: -40px;
	width: 640px;
	height: 430px;
	background: transparent url(img/topping-home-new.png) no-repeat;
}
div.wwc-banners-container {
	overflow:hidden;
	position:absolute;
	right:23px;
	top:143px;
	z-index: 300;
}
#topping-default {
	position: absolute;
	top: -9px;
	right: 0px;
	width: 440px;
	height: 172px;
	/*background: transparent url(img/topping-default.png) no-repeat;*/
	background: transparent url(img/topping-blank.png) no-repeat;
}
#topping-videos {
	position: absolute;
	top: -9px;
	right: 0px;
	width: 440px;
	height: 172px;
	background: transparent url(img/topping-videos.png) no-repeat;
}
#topping-theres-a-fly-in-my-soup {
	position: absolute;
	top: -9px;
	right: 0px;
	width: 440px;
	height: 172px;
	background: transparent url(img/topping-theres-a-fly-in-my-soup.png) no-repeat;
}
#topping-cookindesign {
	position: absolute;
	top: -9px;
	right: 0px;
	width: 440px;
	height: 172px;
	background: transparent url(img/topping-cookindesign.png) no-repeat;
}

/* 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
*/
body {
	background: /*#ade9ff*/ #05B2F0 url(img/bg-body.png) repeat-x center top;
}
/*
.section {
	min-width: 1001px;
} Some Cut off bg fix
*/
.wrapper,
.wrapper-large {
	clear: both;
	margin: 0 auto;
	width: 999px;
}
#header {
	background-color: transparent;
	color: #cecfd1;
	position: relative;
	z-index: 10;
}
#header .wrapper {
	background-color: transparent;
	background-image: url(img/bg-header-new.png);
	background-repeat: no-repeat;
	height: 132px;
	position: relative;
}
#header #blog-title {
	display: block;
	width: 313px;
	height: 269px;
	position: absolute;
	top: 0px;
	left: -60px;
	background: transparent url(img/hc-logo.png) no-repeat;
}
#header #blog-title a {
	display: block;
	height: 130px;
	text-decoration: none;
	text-indent: -9999px;
}
#header #blog-description {
	display: none;
}
#header a.butt-members-top {
	display: block;
	position: absolute;
	z-index: 200;
	width: 242px;
	height: 35px;
	right:0px;
	text-indent:-9999px;
	top:5px;
	overflow: hidden;
	font-size: 0px;
	background: transparent url(img/button-members-top.png) no-repeat;
}

#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 {
	padding: 9px 0;
	margin: -4px 0;
}

#sub-header .wrapper {
	position: relative;
	height: 154px;
}
#sub-header .wrapper-large {
	position: relative;
	height: 371px !important;
}
#all-categories {
	padding:2px 0 0;
	width:760px;
}
#all-categories-title {
	float: left;
	font-weight:normal;
	margin-right:12px;
}
#punchout {
	background: transparent url(img/bg-punchout.png) no-repeat;
	margin: 0 auto;
	width: 999px;
	height: 41px;
	position: relative;
}
#main {
	margin: 0;
	background: /*#05b2f0*/ transparent url(img/bg-main.png) repeat-x center top;
}
#main .wrapper {
	background: transparent url(img/bg-main-wrapper.png) repeat-y;
}
#content {
	float: left;
	margin-left: 40px;
	margin-top: -20px;
	padding-bottom: 0;
	width: 520px;
}
#sidebar {
	float:left;
	margin-left: 30px;
	margin-bottom: -30px;
	width: 370px;
	position: relative;
}
#sidebar #primary-sidebar,
#sidebar #secondary-sidebar {
	float:left;
}
#sidebar #primary-sidebar {
	/*margin-right:6px;*/
	/*width:167px;*/
}
#sidebar #secondary-sidebar {
	margin-left:6px;
	width:167px;
}

#page {
	background: transparent url(img/bg-footer-rep.png) repeat-x 0 100%;
}
#footer {
	background: transparent url(img/bg-footer.png) no-repeat center bottom;
	height: 150px;
	clear: both;
	color: #FFF;
}
#footer .wrapper {
	height: 75px;
	padding-top: 75px;
	font-size: 10px;
	text-transform: uppercase;
	background: transparent url(img/bg-footer.png) no-repeat center bottom;
}
#footer a,
#footer a:visited {
	color: #FFF;
}
#footer p#generator-link {
	float:left;
	padding: 0 0 0 20px;
}
#footer ul#footer-link {
	float:right;
	margin-right: 250px;
}

#footer ul#footer-link li {
	display: inline;
	background: none;
	padding-left: 0px;
}

/* Headers and Sub Headers
============================== */
#sub-header form#cfct-search {
	position:absolute;
	top: -79px;
	right: 0px;
	z-index: 100;
	width: 235px;
	float: right;
}
#sub-header form#cfct-search #cfct-search-input {
	width: 170px;
	background: none;
	border: 0px none;
	color: #00b0f0;
}
#sub-header form#cfct-search .button {
	border: 0px none;
	background: transparent url(img/but-search-inline.png) no-repeat;
	width: 21px;
	height: 21px;
	cursor: pointer;
	text-indent: -9999px;
}
#sub-header a.feed {
	display: block;
	width: 35px;
	height: 40px;
	position: absolute;
	top: -2px;
	right: 60px;
	z-index: 300;
	text-indent: -9999px;
}

/* Posts
 =============================== */
.entry-content,
.entry-summary {
	overflow: hidden;
}
.hentry {
	position:relative;
	background: transparent url('img/bg-hentry.png') repeat-x center bottom;
	margin-top: 1.5em;
}
.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;
	top: 20px;
}
.hentry:hover .edit-comment {
	left:-32697px;
	right: auto;
}
.comment.hentry.bypostauthor:hover .edit-comment {
	top: 2px;
	right: 2px;
}
.hentry .date {
	display:block;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00b0f0;
}
.edit a,
.edit a:visited,
.edit a:hover{
	color:#fff;
}
.full .full-content {
	clear:both;
	padding-top: 9px;
	width: 520px;
}
.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;
}
.full .full-title {
	background: transparent url(img/full-title-slider.png) no-repeat center top;
}
.full .full-title a,
.full .full-title span {
	display:block;
	background: transparent url(img/full-title-cap.png) no-repeat center bottom;
	padding: 10px;
	color: #fff;
}
.full .freshpost {
	background: transparent url(img/full-title-slider.png) no-repeat center top;
	margin-top: -1.5em;
}
.full .freshpost .full-title {
	padding: 13px 10px 0 50px;
	margin: 0;
	font-size: 26px;
}
.full .freshpost .categories {
	background: transparent url(img/full-title-cap.png) no-repeat center bottom;
	padding: 5px 10px 10px 50px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.full .freshpost .categories a  {
	color:#fff;
}
.full .freshpost .full-title {
	background: none;
}
.full .freshpost .full-title a {
	display:block;
	background: none;
	padding: 0;
}
.full .freshpost .freshpost-badge {
	display: block;
	width: 62px;
	height: 62px;
	background: transparent url(img/freshpost-badge.png) no-repeat;
	position: absolute;
	top: -1.5em;
	left: -15px;
}
.full-content .freshvid-badge {
	display: block;
	width: 62px;
	height: 62px;
	background: transparent url(img/freshvid-badge.png) no-repeat;
	position: absolute;
	top: -1.5em;
	left: -15px;
}

.col .col-content {
	padding: 15px 0 0;
	/*min-height:360px;
	_height:360px;*/
}
.col .col-title {
	background: transparent url(img/col-title-slider.png) no-repeat center top;
}
.col .col-title a {
	display:block;
	background: transparent url(img/col-title-cap.png) no-repeat center bottom;
	padding: 10px;
}
.col .categories,
.col .by {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00b0f0;
	margin: 0;
	line-height: 15px;
}
.col .categories a:link,
.col .by a:link {
	text-decoration: underline;
}
.col .categories a:hover,
.col .by a:hover {
	text-decoration: none;
}
.col .categories a:visited,
.col .categories a:active,
.col .by a:link,
.col .by a:active {
	text-decoration: underline;
} 

.archive {
	list-style: none;
	margin: 1.5em 0 0;
}
.archive li {
	margin-bottom:40px;
}
.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;*/
}

strong.entry-title {
	display: block;
	padding: 10px 0px 0px;
	background: transparent url(img/full-title-slider.png) no-repeat center top;
}
strong.entry-title .categories {
	display: block;
	background: transparent url(img/full-title-cap.png) no-repeat center bottom;
	padding: 10px;
}

strong.entry-title a,
strong.entry-title a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}
strong.entry-title span a,
strong.entry-title span a:visited {
	color: #FFF;
	text-decoration: none;
	display: inline;
	padding: 10px 0 0;
}
strong.entry-title a:hover {
	color: #def6ff;
	text-decoration: none;
}
.categories {
	background: transparent url(img/full-title-cap.png) no-repeat center bottom;
	padding: 10px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.excerpt .categories a {
	color:#fff;
}

.excerpt .date {
	margin-top:1.5em;
}
.excerpt strong p {
	margin:0;
}
.excerpt .date,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span {
	display: block;
	width: 140px;
}
.excerpt .date {
	position:absolute;
	right:0;
	top:-33px;
}
.excerpt .comments-link {display:none;}
.search {
	border-top: 1px dotted #cecfd1;
	padding-top:18px;
}
.alpha {
	overflow: hidden;
	float:left;
	width:250px;
}
.omega {
	overflow: hidden;
	float:right;
	width:250px;
}
.alpha .categories,
.omega .categories {
	background: none;
	padding: 0px;
}
.alpha img,
.omega img,
.alpha .wp-caption,
.omega .wp-caption {display:none;}

/* Comments and comment form
=================================== */
#comments h2.comments-title {
	color: #000;
	border-bottom: 1px solid #000;
	padding: 0 0 8px 0;
	margin: 0 0 15px;
}
ol.commentlist{
	clear:both;
	list-style:none;
	margin:0 0 18px;
}
li.li-comment {
	background: transparent url(img/comments-rep.png) repeat-y;
	margin:0 0 18px;
	padding:0;
	display: block;
	list-style: none;
	position:relative;
}
li.li-comment .div-comment {
	background: transparent url(img/comments-top.png) no-repeat right top;
	margin: 0;
	padding: 1px 0 0;
}
li.li-comment .div-comment .hentry {
	background: transparent url(img/comments-bot.png) no-repeat right bottom;
}

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 15px 15px 50px;
}
.commentlist .comment .photo img{
	margin-left:-60px;
	position:absolute;
}
.comment cite.fn {
	font-size:14px;
	font-weight:bold;
}
.comment .says {
	color: #00b0f0;
}
.comment .comment-content {
	overflow:hidden;
	margin: 10px 0 4px;
	font-size: 12px;
	line-height: 145%;
}
.comment .comment-content p:last-child,
.comment .comment-content p.last-child {
	margin-bottom:0;
}
.comment-meta {
	color:#999;
	font-size: 10.5px;
	display: inline;
	padding-left: 5px;
	font-style: italic;
	color: #00b0f0;
}
.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 {
	margin-bottom:8px;
	padding:9px 0px 0;
}
.comment-form label {
	color:#ccc;
	font-weight:bold;
}
.comment-form label.h3 {
	display: block;
	font-size: 20px;
	font-weight: lighter;
	color:#000;
	border-bottom: 1px solid #000;
	padding: 0 0 8px;
	margin: 0 0 15px;
}
.comment-form-user-info input {
	margin-right:9px;
	width:200px;
}
.comment-form em {
	color:#ccc;
	font-weight:normal;
	font-style:normal;
	font-size:11px;
}
.comment-form span.comment-form-comment-area {
	width: 510px;
	height: 112px;
	padding: 5px 0px 0px 10px;
	display: block;
	background: transparent url(img/input-textarea.png) no-repeat;
}
.comment-form span.comment-form-comment-area textarea {
	width: 495px;
	height: 100px;
	background: none;
	border: 0px none;
	font-size: 14px;
	font-weight: bold;
	color: #00b0f0;
}
.comment-form p.button {
	background: transparent url(img/input-button.png) no-repeat right top;
	display: block;
	margin-bottom: 5px;
	height: 34px;
}
.comment-form p.button input {
	border: 0px none;
	background: none;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	float: right;
	width: 256px;
	height: 34px;
	cursor: pointer;
}
.comment-form p.logged-in {
	text-align: right;
	font-size: 11px;
}
.comment-form p.comment-form-user-info {
	background: transparent url(img/input-sm.png) no-repeat;
	height: 27px;
	padding: 5px 0px 0px 10px;
}
.comment-form p.comment-form-user-info input {
	width: 230px;
	padding: 3px 10px 0 0;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #00b0f0;
}
/*** Member, Login, Registration & Profile Pages ***/
/*Member*/
div.member-opt {
	width: 520px;
	float:left;
	margin:0 0 25px;
}
div.member-opt a.left {
	display: block;
	background: transparent url(img/member-opt-left.png) no-repeat 0 0;
	width: 242px;
	height: 120px;
	float: left;
}
div.member-opt a.right {
	display: block;
	background: transparent url(img/member-opt-right.png) no-repeat 0 0;
	width: 278px;
	height: 120px;
	float: left;
}
form#loginform-tml-page, 
form#registerform-tml-page, 
form#your-profile {
	margin-bottom:8px;
	padding:9px 0 0;
}
#tml-page label, 
form#your-profile label,
#theme-my-login-3 form label{
	color:#ccc;
	font-weight:bold;
}
#loginform-tml-page label.h3, 
#registerform-tml-page label.h3,
form#your-profile label.h3 {
	display: block;
	font-size: 20px;
	font-weight: lighter;
	color:#000;
	border-bottom: 1px solid #000;
	padding: 0 0 8px;
	margin: 0 0 15px;
}
form .description {
	color:#ccc;
	font-weight:bold;
	font-style:normal;
	font-size:11px;
}
#loginform-tml-page em, 
#registerform-tml-page em
form#your-profile em {
	color:#ccc;
	font-weight:normal;
	font-style:italic;
	font-size:11px;
}
#tml-page .input, 
form#your-profile input,
input#firstname,
input#lastname,
input#website,
input#pass1,
input#pass2,
#theme-my-login-3 form .input {
	background: transparent url(img/input-sm.png) no-repeat;
	height:32px;
	line-height:32px;
	padding:0 10px;
	width: 230px;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #00b0f0;
}
#loginform-tml-page p.submit, 
#registerform-tml-page p.submit,
#lostpasswordform-tml-page p.submit,
form#your-profile p.submit,
#theme-my-login-3 form p.submit{
	background: transparent url(img/input-button.png) no-repeat left top;
	display: block;
	margin-bottom: 5px;
	height: 34px;
}
#loginform-tml-page p.submit input, 
#registerform-tml-page p.submit input,
#lostpasswordform-tml-page p.submit input,
form#your-profile p.submit input,
#theme-my-login-3 form p.submit input{
	border: 0px none;
	background: none;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	text-align: center;
	float: left;
	width: 256px;
	height: 34px;
	cursor: pointer;
}
input#userphoto_image_file {
	background: none!important;
}
#registerform-tml-page textarea,
form#your-profile textarea {
	width: 510px;
	height: 112px;
	border: 0px none;
	font-size: 14px;
	font-weight: bold;
	color: #00b0f0;	
	padding: 5px 0 0 10px;
	display: block;
	background: transparent url(img/input-textarea.png) no-repeat;
}

form#your-profile table.form-table {
	padding: 0;
	margin: 0 0 15px 0;
}

form#your-profile tr {
	padding: 0;
	margin: 0;
}

form#your-profile td {
	padding: 0 0 0 5px;
	margin: 0;
}

div.profile-userpoints-container {
	float: left; 
	overflow: hidden;
	margin: 0 0 15px 0;
	clear: both;
	width:100%;
}

div#profile-userpoints {
	float: left;
	width: 340px;
	height:143px;
	padding: 10px;
	overflow: hidden;
	margin: 0;
	background: url(img/user-points-bg.png) transparent no-repeat 0 0;
}
div#profile-userpoints div.points-set {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}	
div#profile-userpoints div.points-item-title {
	display: block;
	width: 140px;
	color:#ccc;
	font-weight:bold;
	float: left;
}
div#profile-userpoints div.points-item {
	float: left;
}
div#profile-userpoints div.points-item.rankimage {
	float: left;
	margin: 2px 0 0;
}
div#profile-userpoints a.thickbox  {
	float: left;
	margin: 0 20px 0 0;
}
.profile-image {
	-moz-border-radius:3px 3px 3px 3px;
	background-color:#FFFFFF;
	border:1px solid #C9C9C9;
	margin:0 15px 0 0;
	overflow:hidden;
	padding:5px;
	text-align:center;
	float: left;
	position: relative;
}
.profile-image.avatar {
	width: 40px;
	height:40px;
	margin:0 15px 0 0!important;
	padding: 0!important;
}
.profile-image.avatar img {
	margin: auto!important;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
/*** Login Widget **/
#LoginWithAjax_Form  div {
	padding: 5px 0px 10px!important;
}

#LoginWithAjax_Form label {
	color:#ccc;
	font-weight:bold;
}
#LoginWithAjax_Form label.h3 {
	display: block;
	font-size: 20px;
	font-weight: lighter;
	color:#000;
	border-bottom: 1px solid #000;
	padding: 0 0 8px;
	margin: 0 0 15px;
}
#LoginWithAjax_Form em {
	color:#ccc;
	font-weight:normal;
	font-style:normal;
	font-size:11px;
}
#LoginWithAjax_Form .input, #LoginWithAjax_Remember .forgot-pass-email input {
	background: transparent url(img/input-sm.png) no-repeat;
	height:32px;
	line-height:32px;
	padding:0 10px!important;
	width: 230px!important;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #00b0f0!important;
}
#LoginWithAjax_Form input#lwa_wp-submit, input#lwa_wp-cancel {
	background: transparent url(img/input-button.png) no-repeat left top;
	display: block;
	margin-bottom: 5px;
	width: 256px;
	height: 34px;
	border: 0px none;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	text-align: center;
	float: left;
	cursor: pointer;
}

a#LoginWithAjax_Links_Remember_Cancel {
	height: 34px;
	line-height: 34px;
}

#LoginWithAjax_Avatar div.wp-caption {
	width: 121px;
}

/* Sidebar and Widgets
============================== */
.widget {
	margin-bottom:30px;
	overflow:hidden;
	width: 100%;
}
#primary-sidebar .widget {
	background: transparent url(img/bg-hentry-topper.png) repeat-x center top;
}
#primary-sidebar .widget_tag_cloud div {
	text-align: center;
}
#primary-sidebar h2.widget-title {
	margin: 18px 18px 12px;
}
#primary-sidebar .widget ul,
#primary-sidebar .widget div {
	background: transparent url(img/bg-hentry.png) repeat-x center bottom; 
	padding: 0 18px 18px;
	margin: 0 0 -8px;
}
#primary-sidebar .widget .login {
	width:335px;
	float: left;
}
#primary-sidebar .widget.widget_loginwithajaxwidget,
#primary-sidebar .widget.cp_topPointsWidget,
#primary-sidebar .widget.widget_polls-widget{
	width:370px;
}
#primary-sidebar .widget ul ul,
#primary-sidebar .widget div div,
#primary-sidebar .widget div ul,
#primary-sidebar .widget .login ul {
	background: none;
}
/*Poll*/
#primary-sidebar .widget div.wp-polls,
#primary-sidebar .widget ul.wp-polls-ul,
#primary-sidebar .widget div.wp-polls div.pollbar,
#primary-sidebar .widget div.wp-polls-loading{
	background: none;
	margin: 0;
	padding: 0;
}
#primary-sidebar .widget ul.wp-polls-ul {
	margin: 0;
	padding: 0;
	width:300px;
}
.wp-polls .pollbar {
	background:url("/wp-content/plugins/wp-polls/images/default/pollbg.gif") repeat-x!important;
	border:1px solid #C8C8C8;
	font-size:6px;
	height:8px;
	line-height:8px;
	margin:1px;
}
.widget_search label {
	font-size: 1.16666667em; /* 14 */
	line-height: 1.28571429;
	margin: 0 0 .58333334em 0;
}
h2.widget-title {
 	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
}
.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;
}
#content #full-cats {
	background: transparent url('img/bg-hentry.png') repeat-x center bottom;
	margin-bottom: 0px;
	margin-top: 30px;
	float: left;
}
#content #full-cats .categories {
	padding: none;
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
}
#content #full-cats li {
	background: transparent url('img/bg-hentry-topper.png') repeat-x center top;
	padding-top:  15px;
	padding-left:  20px;
}
#content #full-cats li li {
	background: none;
	list-style: disc;
	color: #00b0f0;
	margin-left: 14px;
	padding: 0px;
	width: 230px;
	float: left;
}
#content #full-cats li li span {
	color: #414141;
}
#content #full-cats h2 {
	padding:  0 0 8px;
	margin-right: 20px;
	color: #00b0f0;
	border-bottom:  1px solid #00b0f0;
}
#content #full-cats li li a:link,
#content #full-cats li li a:visited {
	font-weight: bold;
}
#content #full-cats li li a:hover,
#content #full-cats li li a:active {
	text-decoration: underline;
}

/* Misc
=================================== */
#headerMessage {
	padding: 75px 0 0;
	width: 455px;
	color: #fff;
	text-align: right;
	margin: 0 0 25px;
	font: 16px/18px arial, helvetica, sans-serif;
}
/*#headerMessage h1 {
	height: 50px;
	background: transparent url(img/heading-skinnychef.png) no-repeat;
	text-indent: -9999px;
}*/
#headerMessage h1 {
	font: 40px/35px 'HelveticaNeueLTStd55Roman', helvetica, sans-serif;
	color: #fff;
}
#headerMessage .but-subs,
#headerMessage .but-book,
#headerMessage .but-course {
	display: block;
	float: right;
	position: relative;
	z-index: 200;
	margin-left: 20px;
	width: 178px;
	height: 46px;
	text-indent: -9999px;
}
#headerMessage .but-subs {background: transparent url(img/button-subs.png) no-repeat;}
#headerMessage .but-book {background: transparent url(img/button-book.png) no-repeat;}
#headerMessage .but-course {background: transparent url(img/button-course.png) no-repeat;}

#headerMessage .but-join-now {
	display: block;
	float: right;
	position: relative;
	z-index: 200;
	width: 357px;
	height: 62px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0px;
}
#headerMessage .but-join-now {background: transparent url(img/button-join-now.png) no-repeat;}

#pageTopper {
	position: relative;
	z-index: 200;
	color:#fff;
	float: right;
	margin: 80px 250px 0 0;
}
#pageTopper p.cookies {
	font-size: 9.5px;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 7px;
}
#pageTopper h2 {
	display:block;
	float: right;
	height: 40px;
	text-indent: -9999px;
}
#pageTopper h2.about {
	width: 124px;
	background: transparent url(img/heading-about.png) no-repeat;
}
#pageTopper h2.events {
	width: 134px;
	background: transparent url(img/heading-events.png) no-repeat;
}
#pageTopper h2.contact {
	width: 169px;
	background: transparent url(img/heading-contact.png) no-repeat;
}
#pageTopper h2.subscribe {
	width: 202px;
	background: transparent url(img/heading-subscribe.png) no-repeat;
}
#pageTopper h2.searchit {
	width: 141px;
	background: transparent url(img/heading-search.png) no-repeat;
}
#pageTopper h2.authorit {
	width: 170px;
	background: transparent url(img/heading-authorit.png) no-repeat;
}
#pageTopper h2.videos {
	width: 123px;
	background: transparent url(img/heading-videos.png) no-repeat;
}
#pageTopper h2.tagged {
	width: 141px;
	background: transparent url(img/heading-tag.png) no-repeat;
}
#pageTopper h2.courses {
	width: 171px;
	background: transparent url(img/heading-courses.png) no-repeat;
}
#pageTopper h2.fly {
	width: 472px;
	background: transparent url(img/heading-fly.png) no-repeat;
}
#pageTopper h2.cookin {
	width: 472px;
	background: transparent url(img/heading-cookin.png) no-repeat right top;
}
#pageTopper h2.hot {
	width: 472px;
	background: transparent url(img/heading-hot.png) no-repeat right top;
}
#pageTopper h2.mobile {
	width: 472px;
	background: transparent url(img/heading-mobile.png) no-repeat right top;
}
#pageTopper h2.recipes {
	width: 472px;
	background: transparent url(img/heading-recipes.png) no-repeat right top;
}
#pageTopper h2.marketing {
	width: 472px;
	background: transparent url(img/heading-marketing.png) no-repeat right top;
}
#pageTopper h2.news {
	width: 472px;
	background: transparent url(img/heading-news.png) no-repeat right top;
}
#pageTopper h2.tools {
	width: 123px;
	background: transparent url(img/heading-tools.png) no-repeat right top;
}
#pageTopper h2.guides {
	width: 128px;
	background: transparent url(img/heading-guides.png) no-repeat right top;
}
#pageTopper h2.articles {
	width: 177px;
	background: transparent url(img/heading-articles.png) no-repeat right top;
}
#pageTopper h2.profile {
	width: 149px;
	background: transparent url(img/heading-profile.png) no-repeat right top;
}
#pageTopper h2.login {
	width: 102px;
	background: transparent url(img/heading-login.png) no-repeat right top;
}

#pageTopper h2.members {
	width: 462px;
	background: transparent url(img/heading-members.png) no-repeat right top;
}

#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;
}
/*Thickbox*/
#TB_ajaxContent{
	background: #ccc;
	padding:15px 15px!important;
}
#TB_secondLine {
	color:#999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
#TB_title{
	background-color: #0BBDFE;
	color:#fff;
	font-size:11.5px;
	line-height:18px;
	font-weight: bold;
}
#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;
}
#TB_ajaxContent .section {
	background: #EBEBEB;
	padding: 10px;
}

#TB_ajaxContent h1 {
	font-size: 18px;
	line-height: 24px;
	color: #0070B0;
	font-weight: bold;
}

#TB_ajaxContent h2 {
	font-size: 16px;
	line-height: 22px;
	color: #00B0F0;
	font-weight: bold;
	float: left;
	width: 30%;
}

#TB_ajaxContent h3 {
	font-size: 14px;
	line-height: 22px;
	color: #51555C;
	font-weight: bold;
	float: left;
	width: 70%;
}

#TB_ajaxContent h4 {
	font-size: 12px;
	line-height: 18px;
	color: #949698;
	font-weight: bold;
	width: 100%;
}

.alpha .addthis_toolbox a,
.omega .addthis_toolbox a,
.excerpt .addthis_toolbox a {/*margin-top: -27px;*/}

.addthis_toolbox a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #343434;
	line-height: 18px;
	margin-top: -27px;
}
a.more-link:link,
a.more-link:visited {
	display:block;
	padding: 10px 10px 0;
	margin-bottom: -10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	text-align: right;
	color: #343434;
}
a.more-link:hover,
a.more-link:active {text-decoration: underline;}

p.tags {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #343434;
	font-style: normal !important;
	font-family: Arial, sans-serif;
	padding: 0 2px;
}
a.authorlink {
	display: block;
	float: right;
	width: 250px;
	height: 34px;
	margin: 3px 0 8px;
	line-height: 34px;
	background:  transparent url(img/button-authorlink.png) no-repeat;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#sponsors {
	background: #0070b0;
	font-size: 10px;
	margin: -6px 0 6px;
	text-transform: uppercase;
	color: #90e0fd;
}
#sponsors .smallHeading {
	padding: 10px 8px 5px;
	display: block;
	background: transparent url(img/bg-sponsors-top.png) no-repeat center bottom;
}
#sponsors ul.sponsorsPics {
	background: #005f95 url(img/bg-sponsors-bot.png) no-repeat center bottom;
	margin: 0 7px 5px;
	padding: 0 0 8px 0;
	width: 355px;
	height: auto;
	/*height: 58px;*/
	float: left;
}
#sponsors ul.sponsorsPics li {
	display: block;
	float: right;
	width: 59px;
	height: 47px;
	margin-top: 3px;
	background: none;
	padding: 0 8px 0 0;
}
ul.redLinks {padding: 20px 0 0;}
ul.redLinks li {padding: 0 0 10px; background: none;}
ul.redLinks li a:link,
ul.redLinks li a:visited {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 20px;
}
ul.redLinks li a:hover,
ul.redLinks li a:active,
ul.redLinks li a.active {
	color:#bf1932;
	text-decoration: none;
	padding: 0 0 0 20px;
	background: transparent url(img/redBullet.png) no-repeat left 2px;
}
#addthis {}

/* Widget link icons */
#tml-1 .login-user-links {
	float: right;
	width: 185px;
	margin: 0 !important;
	padding: 0 !important;
}
#tml-1 a.link-profile {
	background: transparent url(img/icon-profile.png) no-repeat 0 0; 
	display: block; 
	height: 16px; 
	line-height: 16px;
	padding: 0 0 0 20px;
}
#tml-1 a.link-logout {
	background: transparent url(img/icon-sign-out.png) no-repeat 0 0; 
	display: block; 
	height: 16px; 
	line-height: 16px;
	padding: 0 0 0 20px;
}

#tml-1 a.link-logout {
	background: transparent url(img/icon-sign-out.png) no-repeat 0 0; 
	display: block; 
	height: 16px; 
	line-height: 16px;
	padding: 0 0 0 20px;
}

#tml-1 a.link-points-how {
	background: transparent url(img/icon-getpoints.png) no-repeat 0 0; 
	display: block; 
	height: 16px; 
	line-height: 16px;
	padding: 0 0 0 20px;
}

#tml-1 a.link-points {
	background: transparent url(img/icon-benefits.png) no-repeat 0 0; 
	display: block; 
	height: 16px; 
	line-height: 16px;
	padding: 0 0 0 20px;
}

/* IE6/7 Bugs
============================== */
*+html * {zoom: 1;}
*+html #carrington-tabber ul.latest,
*+html #carrington-tabber ul.popular,
*+html #carrington-tabber ul.viewall {float: left;}
*+html #carrington-tabber div.slipper {width: 350px; clear: both;}
*+html #footer {margin-top: -20px;}
*+html #pageTopper p.cookies {float: right; clear: both; width: 700px;}
*+html strong.entry-title .categories {padding: 0px 10px 10px 10px !important;}
*+html .excerpt .date {top: -40px;}

*+html #sub-header .wrapper-large,
*+html #sub-header .wrapper {z-index: 20;}
*+html #sub-header form#cfct-search {z-index: 9999;}
*+html div#topMenu {z-index: 9999;}
/*------------------------------------------------------------------------------------------*/
*html * {zoom: 1;}
*html #content {margin-left: 25px;}
*html div#topMenu ul.menu li.active {background: none;}
*html #carrington-tabber ul.latest,
*html #carrington-tabber ul.popular,
*html #carrington-tabber ul.viewall {float: left;}
*html #carrington-tabber div.slipper {width: 350px; clear: both;}
*html #footer {margin-top: -20px;}

*html #sponsors {
	width: 370px;
	overflow: hidden;
	margin: -6px 0 6px;
}
*html #sponsors ul.sponsorsPics {margin: 0 0 5px 4px; width: 355px;}
*html a.more-link {position: relative; z-index: 100;}
*html #footer {background: transparent url(img/bg-footer.jpg) no-repeat 50% 100%;}
*html #footer .wrapper {
	width: 999px !important;
	margin: 0 auto;
	overflow: hidden;
	/*background: transparent url(img/bg-footer.jpg) no-repeat 50% 100%;*/
	background: none;
}
*html strong.entry-title .categories {padding: 0px 10px 10px 10px !important;}
*html .excerpt .date {top: -40px;}

*html #sub-header .wrapper {width: 999px !important; min-width: 999px !important;}
*html #sub-header .wrapper #pageTopper {width: 700px; right: 0px; position: absolute;}
*html #sub-header .wrapper-large,
*html #sub-header .wrapper {z-index: 20;}
*html #sub-header form#cfct-search {z-index: 9999;}
*html div#topMenu {z-index: 9999;}

