/*
// 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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Font Face */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url(../misc/fonts/BebasNeue-webfont.eot);
    src: url(../misc/fonts/BebasNeue-webfont.eot?#iefix) format('embedded-opentype'),
         url(../misc/fonts/BebasNeue-webfont.woff) format('woff'),
         url(../misc/fonts/BebasNeue-webfont.ttf) format('truetype'),
         url(../misc/fonts/BebasNeue-webfont.svg#BebasNeueRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DowncomeRegular';
    src: url('../misc/fonts/downcome-webfont.eot');
    src: url('../misc/fonts/downcome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../misc/fonts/downcome-webfont.woff') format('woff'),
         url('../misc/fonts/downcome-webfont.ttf') format('truetype'),
         url('../misc/fonts/downcome-webfont.svg#DowncomeRegular') format('svg');
    font-weight: normal;
    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;
}
.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 = 7 units
	#sidebar = 5 units
*/
.section { /* Full-width areas */
	min-width: 980px; /* cut-off background fix */
}
.wrapper {
	clear: both;
	margin: 0 auto;
	width: 890px;
}
#header {
	background-color: #EFEFEF;
	height:315px;
}
#header .wrapper {
}
#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;
	display:none;
}
#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: 550px;
}
#sidebar {
	background-color:#e9eaea;
	float:left;
	margin-left:24px;
	padding:14px;
	width: 358px;
}
#sidebar #primary-sidebar,
#sidebar #secondary-sidebar {
	float:left;
	width:173px;
}
#sidebar #primary-sidebar {
	margin-right:12px;
}
#footer {
	background-repeat:repeat-x;
	background-position:left top;
	clear: both;
	color: #999;
}
#footer a,
#footer a:visited {
	color: #CECFD1;
}
#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: 510px;
}
.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 {
	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/logo-3.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#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 {
}
#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;
}


#header .home-link,
#header .logo-int,
#header-nav ul li,
#content.home h2, #content.category h1,
#content .excerpt .title,
#content .excerpt .more,
#content h1,
#content .authors h2,
#comments h3,
#tec-content .tec-cal-title,
#tec-content .tec-month-nav,
#tec-content .tec-calendar th,
#tec-content .tec-calendar .daynum,
.pagination,
#sidebar h2,
#sidebar .eventsListWidget .wrapper,
#sidebar .more,
#sidebar .widget_contact_widget .img-wrapper a,
#sidebar .widget_follow_us_widget a,
#sidebar .widget_follow_us_widget span,
#mailchimp-form-container h2,
#mailchimp-form-container label,
#mailchimp-form-container #mc_signup_submit {
	font-family:'BebasNeueRegular', Arial, sans-serif;
}

#header .logo-nyc, #header .logo-up{
	font-family:'DowncomeRegular',Arial,sans-serif;
}

#header .logo-nyc, #header .logo-up, #header .logo-int {}

body{background:#EFEFEF url(../img/bg.jpg) center top no-repeat fixed;font-family:Arial, sans-serif}
#header {background-color:transparent}
#header .wrapper{position:relative}
#header .home-link{font-size:30px;line-height:261px;text-align:center;text-decoration:none;width:300px;height:200px;position:absolute;top:35px;left:295px}
#header .logo-nyc, #header .logo-up {font-size:50px;color:#FFF;position:absolute}
#header .logo-nyc {top:87px;left:40px}
#header .logo-up {top:87px;left:595px;}
#header .logo-int {font-size:19px;color:#FFF;position:absolute;top:135px;left:197px}
#header-nav {text-align:center}
#header-nav ul {display:inline-block;position:relative;top:255px;}
#header-nav ul li{font-size:26px;line-height:28px;color:#FFF;float:left;text-shadow:0 0 3px #000;position:relative}
#header-nav ul li a{text-decoration:none;padding:0 15px 60px;;display:block;float:left;}
#header-nav ul li a:hover{color:#AB0505;text-shadow:0 0 3px #EFEFEF}
#header-nav ul li.last-menu-item em{display:none;float:left;}
#header-nav ul li .sub-menu {background:rgba(0,0,0,.8);width:175px;padding:10px 0;position:absolute;top:60px;left:0;z-index:1;overflow:hidden;display:none;opacity:0;filter:alpha(opacity=0);box-shadow:0 0 5px #000;-moz-box-shadow:0 0 5px #000)}
#header-nav ul li .sub-menu li {font-size:18px;line-height:35px;text-align:left}
#header-nav ul li .sub-menu li a {padding:0 20px}
#header-nav ul li .sub-menu li a:hover {text-shadow:none}
#header-nav ul li .sub-menu em {display:none}

#main {margin:0}
#main .main-wrapper{background:#FFF;width:850px;padding:23px 20px;box-shadow:0 0 7px #000;-moz-box-shadow:0 0 7px #000}

#content {width:530px;margin:0;padding:0 20px 0 0;float:left}
#content h1 {font-size:40px;line-height:37px;color:#000;text-decoration:none;padding:0 0 5px;display:block}
#content .by-line{font:13px/15px Arial, sans-serif;color:#000;font-weight:normal;margin-bottom:20px;padding:0 0 14px;border-bottom:1px solid #000;display:block}
#content .by-line a{color:#AB0505;text-decoration:none}
#content .full-content {width:530px;overflow:hidden}
#content .entry-content a{color:#AB0505;text-decoration:none}
#content .entry-content {margin-bottom:30px;padding-top:15px;}
#content .entry-content img{margin:0 20px 20px 0;}
#content .entry-content p {font-size:13px;line-height:17px;}
#content .entry-content strong {font-weight:bold}
#content .entry-content h2{font-weight:bold}
#content .filed {font-size:12px;font-weight:bold}
#content .filed a {color:#AB0505;text-decoration:none}
#content .entry-content .wp-caption img{margin-bottom:2px;}
#content .entry-content .wp-caption-text {font-size:9px;text-align:left;padding-bottom:20px;}
#content .wp-caption{background:none;margin:0;padding:0;border:0}

#content.home h2, #content.category h1 {font-size:30px;line-height:30px;margin:0 0 50px;padding:0 0 9px 0;border-bottom:2px solid #000}
#content .excerpt {margin-bottom:60px;}
#content .excerpt .title{font-size:40px;line-height:37px;color:#000;text-decoration:none;padding:0 0 5px;display:block}
#content .excerpt .title:hover{color:#AB0505}
#content .excerpt img {margin:0 20px 0 0}
#content .excerpt a{color:#AB0505;text-decoration:none}
#content .excerpt p {font-size:13px;line-height:17px;margin-bottom:20px;}
#content .excerpt .more{font-size:18px;color:#AB0505;cursor:pointer}
#content .excerpt .more em{display:inline-block;width:0;height:0;border:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid #AB0505;position:relative;top:-1px;left:3px}

#content #profilebox {margin-bottom:25px;border-bottom:2px solid #000;}
#content #profilebox h1 {margin-bottom:10px;}
#content #profilebox img {margin:0 20px 20px 0;float:left}
#content #profilebox p {font-size:13px;line-height:15px;margin-bottom:20px;}
#content #profilebox a {font-weight:bold;color:#333;text-decoration:none;}
#content #profilebox a:hover {color:#AB0505}

#content.authors-index h1{margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #000}
#content .authors li {width:100%;margin-bottom:20px;display:block;}
#content .authors h2 {padding-bottom:14px;}
#content .authors h2 a{font-size:30px;color:#000;text-decoration:none}
#content .authors h2 a:hover{color:#AB0505}
#content .authors img {width:200px;margin:0 20px 20px 0;display:block;float:left}
#content .authors p {font-size:13px;line-height:15px;width:310px;margin-bottom:20px;display:block;float:left}
#content .authors .email {font-weight:bold;color:#333;text-decoration:none;}
#content .authors .email:hover {color:#AB0505}
#content .authors hr {background:#000;width:530px;height:1px;border:none;clear:both;}

#content #tec-event-meta {margin:0 0 20px;border:0;border-bottom:1px solid #000}
#tec-content #tec-events-calendar-header {text-align:center}
#tec-content .tec-cal-title {font-size:36px;width:100%;}
#tec-content .tec-month-nav {width:100%;left:0}
#tec-content .tec-month-nav a{color:#333;text-decoration:none}
#tec-content .tec-month-nav a:hover{color:#AB0505}
#tec-content select.tec-events-dropdown {position:relative;top:-3px;border:1px solid #CCC}
#tec-content .ical,#tec-content .tec-calendar-buttons {display:none}
#tec-content .tec-calendar,#tec-content .tec-calendar td {border:1px solid #ccc}
#tec-content .tec-calendar th{font-size:18px;color:#333;text-shadow:0 0 0 #FFF}
#tec-content .tec-calendar .daynum {font-size:16px;}
#tec-content .tec-calendar td.tec-present .daynum {background-color:#444}
#tec-content .tec-calendar td a {font-size:11px;color:#333;text-decoration:none}
#tec-content .tec-calendar td a:hover {color:#AB0505}
#tec-content .tec-tooltip .tec-event-title {background-color:#333}

#comments h3 {font-size:30px;line-height:30px;margin:0 0 20px;padding:30px 0 9px 0;border-bottom:2px solid #000}

.pagination {font-size:18px;text-align:center;background:none}
.pagination span.page-numbers {font-weight:normal;color:#AB0505}
.pagination a.page-numbers {color:#333;text-decoration:none;border:none}
.pagination a.page-numbers:hover {color:#AB0505}

#sidebar {background:none;width:300px;margin:0;padding:0;float:left;}
#sidebar .wrapper {padding:0}
#sidebar h2 {font-size:30px;line-height:30px;margin:0 0 20px;padding:0 0 9px 0;border-bottom:2px solid #000}
#sidebar .more {font-size:20px;color:#333;text-decoration:none;}
#sidebar .more em{display:inline-block;width:0;height:0;border:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid #333;position:relative;top:-2px;left:5px}
#sidebar .more:hover {color:#AB0505}
#sidebar .more:hover em {border-left:8px solid #AB0505;}

#sidebar .eventsListWidget {margin-bottom:25px;}
#sidebar .eventsListWidget .wrapper {background:#000;width:300px;margin-bottom:15px;position:relative;overflow:hidden}
#sidebar .eventsListWidget .placeholder {width:300px;height:70px;}
#sidebar .eventsListWidget .backdrop {background:#000;width:300px;height:70px;position:absolute;bottom:0;left:0;opacity:0.8;filter:alpha(opacity:80);z-index:1}
#sidebar .eventsListWidget .wrapper a,
#sidebar .eventsListWidget .wrapper span {font-size:24px;line-height:25px;color:#FFF;text-decoration:none;width:260px;height:25px;padding:0 15px;position:absolute;bottom:33px;left:0px;z-index:2;overflow:hidden;}
#sidebar .eventsListWidget .wrapper span {bottom:8px}
#sidebar .eventsListWidget p {font-size:13px;color:#333;line-height:18px;margin-bottom:10px}
#sidebar .eventsListWidget li {margin-bottom:30px}

#sidebar .widget_contact_widget .img-wrapper {width:300px;height:200px;margin-bottom:15px;position:relative;overflow:hidden}
#sidebar .widget_contact_widget .backdrop {background:#000;width:300px;height:70px;position:absolute;bottom:0;left:0;opacity:0.8;filter:alpha(opacity:80);z-index:1}
#sidebar .widget_contact_widget .img-wrapper a {font-size:24px;line-height:25px;color:#FFF;text-decoration:none;width:260px;padding:0 15px;position:absolute;left:0px;z-index:2}
#sidebar .widget_contact_widget .name {top:142px;}
#sidebar .widget_contact_widget .email {top:166px;}
#sidebar .widget_contact_widget .description {font-size:13px;color:#333;line-height:18px;margin-bottom:10px}

#sidebar .widget_follow_us_widget ul{width:300px;height:65px;margin-bottom:15px;}
#sidebar .widget_follow_us_widget li{text-align:center;width:75px;height:65px;float:left;background:url(../img/follow-us.png) 0 0 no-repeat scroll;position:relative}
#sidebar .widget_follow_us_widget a,
#sidebar .widget_follow_us_widget span {font-size:16px;color:#000;text-decoration:none;padding-top:50px;display:block;cursor:pointer}
#sidebar .widget_follow_us_widget a:hover {color:#AB0505}
#sidebar .widget_follow_us_widget .facebook {background-position:20px 0;}
#sidebar .widget_follow_us_widget .twitter {background-position:16px -70px;}
#sidebar .widget_follow_us_widget .rss {background-position:21px -140px;}
#sidebar .widget_follow_us_widget .subscribe {background-position:21px -210px;}

#sidebar .widget_facebook_like_box_widget {margin-bottom:25px;}
#sidebar .widget_facebook_like_box_widget .fb-wrapper{overflow:hidden}
#sidebar .widget_facebook_like_box_widget iframe{position:relative;top:-1px;left:-1px;}
#sidebar .widget_facebook_like_box_widget hr{height:1px;background-color:#FFF;margin:0;border:0;position:relative;top:-2px;left:0;z-index:1}

#mailchimp-form-container {background:#FFF;width:360px;margin-left:-200px;padding:20px;position:fixed;top:130px;left:50%;box-shadow:0 0 5px #000;-moz-box-shadow:0 0 5px #000);display:none;opacity:0;filter:alpha(opacity=0);z-index:4}
#mailchimp-form-container h2 {font-size:24px;margin-bottom:30px;padding-bottom:9px;border-bottom:2px solid #000;}
#mailchimp-form-container #mc_signup {padding:0}
#mailchimp-form-container #mc_signup_form {background:#FFF;padding:0;border:0}
#mailchimp-form-container .mc_merge_var{width:360px;height:40px}
#mailchimp-form-container input {font-size:13px;width:200px;height:13px;padding:7px 15px 6px;border:1px solid #CCC;float:left}
#mailchimp-form-container label {font-size:20px;line-height:26px;width:128px;height:26px;float:left}
#mailchimp-form-container #mc_signup_submit {background-color:#FFF;font-size:30px;color:#333;margin-top:12px;border:0;height:35px;float:none;cursor:pointer}
#mailchimp-form-container #mc_signup_submit:hover {color:#AB0505;}
#mailchimp-form-container .mc_required {color:#AB0505}
#mailchimp-form-container #mc_message {font-size:13px;margin-bottom:25px;}
#mailchimp-form-container br,
#mailchimp-form-container #mc-indicates-required {display:none}

#dropback-underlay {background:#000;width:100%;height:100%;position:fixed;top:0;left:0;display:none;opacity:0;filter:alpha(opacity=0);z-index:3}

#footer .wrapper{font-size:11px;color:#777;text-align:right;padding:12px 20px 75px 0}


