/*
Theme Name: Creative Time
Author: Athletics
Author URI: http://athleticsnyc.com
Description: A custom WordPress theme for Creative Time designed and developed by Athletics
Version: 1.2.0
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
----------------------------------------------------------------------------------------------------------- */

/* Global*/
body, html {
	background-color: #000 !important;
}

iframe.shortcode {
	margin: -25px 0 0 0!important;
}

#page {
	background-color: #e0e0e0;
	font: 13px Helvetica, sans-serif;
	font-weight: 100;
}

#page a {
	color: #000;
	text-decoration: none;
}

#page a:hover {
	text-decoration: underline;
}


/*#page h1 {
	font-family:"TradeGothicW01-BoldCn20 675334";
	font-size: 20px;
}

#page h2 {
	font-family:"Trade Gothic W01 Light";
	font-size: 24px;	
}*/

#page em {
	font-style: italic;
}

#page strong {
	font-weight: bold;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Borders */
.borders-all {
	border: 1px solid #e0e0e0;
}	

.border-bottom {
	border-bottom: 1px solid #e0e0e0;
}

.border-top {
	border-top: 1px solid #e0e0e0;
}

.border-top.dotted {
	border-top: 1px dotted #000;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Dashes */
h1.dashed {
	background-color: #fff ;
	float: left;
	font-family:"TradeGothicW01-BoldCn20 675334";
	font-size: 20px;
	margin: 10px 0 10px 15px;
	text-transform: uppercase;
}

h2.dashed {
	background-color: #fff ;
	float: left;
	font-family:"TradeGothicW01-BoldCn20 675334";
	font-size: 20px;	
	margin: 10px 0 10px 15px;
	text-transform: uppercase;
}

.ramp {
	background: transparent url('../creativetime/images/dividers/ramp.png') no-repeat;
	float: left;
	height: 16px;
	margin: 15px 0 0 0;
	width: 20px;
}

.dashes-320 {
	background: #fff url('../creativetime/images/dividers/dashes_grid_4.png') 15px 15px no-repeat;
	margin: 0 0 0 1px;
}

.dashes-640 {
	background: #fff url('../creativetime/images/dividers/dashes_grid_8.png') 15px 15px  no-repeat;
}

.dashes-960 {
	background: #fff url('../creativetime/images/dividers/dashes_grid_12.png') 15px 15px no-repeat;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Horizontal rules */
.hrz_rule_12 {
	border-top: 1px dotted #000;
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;	
	width: 920px;
}

.hrz_rule_320 {
	border-top: 1px solid #e0e0e0;	
	height: 0px;
	width: 320px;
}

.hrz_rule_640 {
	border-top: 1px solid #e0e0e0;	
	height: 0px;
	width: 640px;
}

.hrz_rule_960 {
	border-top: 1px solid #e0e0e0;
	height: 0px;	
	width: 960px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Header */
#nav_wrap {
	background-color: #fff;
	height: 40px;
	left: 0;
	opacity: .92;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#navigation {
/*	position: relative;*/
}

.top {
	background-color: #000;
	cursor: pointer;
	float: left;
	margin: 0 10px 0 0;
	height: 40px;
	width: 0px;
	-webkit-transition-property: width;
	-webkit-transition-duration: .25s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: width;
	-moz-transition-duration: .25s;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-property: width;
	-o-transition-duration: .25s;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-property: width;
	-ms-transition-duration: .25s;
	-ms-transition-timing-function: ease-in-out;
	transition-property: width;
	transition-duration: .25s;
	transition-timing-function: ease-in-out;	

}

#navigation a {
	color: #000;
	font-family: "TradeGothicW01-BoldCn20 675334";	
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation a:hover {
	text-decoration: underline;
}	

#navigation ul {
	list-style-type: none;
	padding: 0 0 0 20px;
}

#navigation li {
	background: transparent url('../creativetime/images/dividers/top_nav.png') no-repeat right center ;
	float: left;
	padding: 0 40px 0 0;
	line-height: 37px;
}

#navigation li#menu-item-31 {
	background: none;
}

#navigation li.search {
	background: none;
	float: right;
	padding: 0;
}

#navigation a.current {
	text-decoration: underline;
}

#search {
	background-color: #eaeaea;
	border: 0 none;
	color: #757575;
	float: right;
	font: italic 14px Georgia, serif;
	height: 40px;
	padding: 0 0 0 15px;
	width: 225px;
}

#search-button {
	float: right;
}


#branding {
	font-family:"TradeGothicW01-BoldCn20 675334";
	position: relative;	
	text-align: center;
	z-index: 11;
}

#branding.home {
	top: 75px;	
}

#branding.alt {
	top: 39px;
}

#branding.default {
	background-color: #dbd7d5;
	height: 122.5px;
	top: 39px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Main */
#main {
	background-color: #fff;
	margin: 0 auto 0 auto;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Primary */
#primary {
}

#primary-home {
	margin: -89px 0 0 0;
}

#primary-projects {
	margin: -47px 0 0 0;
}

#primary-events {
	margin: -47px 0 0 0;
}	

#primary-events-archive {
	margin: 40px 0 0 0;	
}

#primary-news {
	margin: 40px 0 0 0;
}

#primary-detail {
	margin: 40px 0 0 0;
}

#primary-search {
	margin: 40px 0 0 0;
}
	
/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Slides */
#slides { 
	height: 540px;
	overflow: hidden;
	position: relative;
}

#slides .slides_control {
	height: 539px !important;
}

#slides .prev.ct {
	background-color: #fff;
	bottom: 42px;
	height: 40px;
	position: absolute;	
	right: 0;
	width: 40px;
	z-index: 10;
}

#slides .next.ct {
	background-color: #fff;	
	bottom: 1px;
	height: 40px;
	position: absolute;	
	right: 0;
	width: 40px;
	z-index: 10;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Social */
ul#social  {
	border-top: 1px solid #e0e0e0;	
	list-style-type: none;
}

ul#social li {
	border-right: 1px solid #e0e0e0;
	float: left ;
	height:55px;
	width: 55px;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-in-out;	
	-o-transition-property: background-color;
	-o-transition-duration: .5s;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-property: background-color;
	-ms-transition-duration: .5s;
	-ms-transition-timing-function: ease-in-out;	
	-moz-transition-property: background-color;
	-moz-transition-duration: .5s;
	-moz-transition-timing-function: ease-in-out;
	transition-property: background-color;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;			
}

ul#social li img {
	padding: 17.5px 0 0 17.5px;
}

ul#social li:hover {
	background-color: #000;
}

ul#social li.connect {
	font-family: Georgia, Times, serif;
	font-style: italic;
	width: 151px;	
}

ul#social li.connect a{
	color: #7a7a7a;	
	text-decoration: none;
	-webkit-transition-property: color;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-in-out;	
	-o-transition-property: color;
	-o-transition-duration: .5s;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-property: color;
	-ms-transition-duration: .5s;
	-ms-transition-timing-function: ease-in-out;	
	-moz-transition-property: color;
	-moz-transition-duration: .5s;
	-moz-transition-timing-function: ease-in-out;
	transition-property: color;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;	
}

ul#social li.connect a:hover{
	color: #000;	
}

ul#social li.connect a span {
	display: block;
	padding: 13px 0 0 30px;	
}

ul#social li.connect a span.bottom {
	padding: 0 0 0 30px;	
}

ul#social li.connect img {
	padding: 0 0 0 5px;
}

ul#social li.connect:hover {
	background-color: transparent;
}

#ticker {
	float:left;
	height: 55px;
	overflow-y: hidden;
	width: 640px;
}

#ticker .tweet_list li a {
	font-weight: bold;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Content Blocks */
.block {
	background: #fff url('../creativetime/images/dividers/dashes_blocks.png') no-repeat 15px 15px;
	border: 1px solid #e0e0e0;
	height: 360px;
	margin: -1px;
	position: relative;
}

.block:hover {
	-moz-box-shadow:    inset 0 0 50px 1px #f5f5f5;
	-webkit-box-shadow: inset 0 0 50px 1px #f5f5f5;
	box-shadow:         inset 0 0 50px 1px #f5f5f5;
}

.block.double-height {
	height: 720px;
}

.block img {
	display: block;
	margin: 0 auto;
}

/*.block h2 {
	font-size: 22px;
	margin: 0 15px 10px 15px;
}*/

.block h3 {
	font-family:"Trade Gothic W01 Light";	
	font-size: 24px;
	margin: 0 15px 10px 15px;	
}

/*.block.join h2 {
	font-weight: 100;
	line-height: 25px;
}*/

.block.join p.join {
	font-family:"Trade Gothic W01 Light";
	font-size: 24px;	
	line-height: 25px;
}

.block img {
	height: 163px;
	margin: 0 auto 10px auto;
}

.block p {
	font: 12px Helvetica, sans-serif;
	margin: 0 15px 0 15px;
}

.block a.more {
	bottom: 10px;
	font-family:"TradeGothicW01-BoldCn20 675334";	
	font-size: 15px;
	padding: 0 10px 0 0;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition-property: margin;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;	
	-o-transition-property: margin;
	-o-transition-duration: .2s;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-property: margin;
	-ms-transition-duration: .2s;
	-ms-transition-timing-function: ease-in-out;	
	-moz-transition-property: margin;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease-in-out;
	transition-property: margin;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;	
}

.block a.more:hover {
	margin: 0 0 0 2px;
	text-decoration: underline;
}

.block a.more {
	background: transparent url('../creativetime/images/icons/link_arrow.png') no-repeat right;
	padding: 0 15px 0 0;
}	

.block.contact {
	height: 305px;
}

.block.contact p {
	font-family:"Trade Gothic W01 Light" !important;
	font-size: 24px !important;	
}

.block.join .donate-input {
	bottom: 13px;
	float: left;
 	font-family: "Trade Gothic W01 Light";	
	font-size: 14px;
	margin: 0 0 0 15px;
	position: absolute;
	width: 125px;
}

.block.join .donate-now {
	bottom: 9px;
	background: transparent url('../creativetime/images/icons/link_arrow.png') no-repeat right;
	border: 0 none;
	cursor: pointer;
	font-family:"TradeGothicW01-BoldCn20 675334";	
	font-size: 15px;
	left: 155px;	
	padding: 0 12px 0 0;	
	position: absolute;	
	text-transform: uppercase;	
}

.block.news li {
	margin: 5px 0 10px 0;
}

.block.news li a {
	padding: 0;
	position: static;
	text-transform: none;
}

.block.news li a:hover {
	margin: 0;
}

.block.news li.dotted {
	border-top: 1px dotted #000;
	margin: 10px 0 0 15px;
	width: 290px;
}

.block.news h1.dashed {
	margin: 10px 0 0 15px;
}	

/*.block.news h2 {
	line-height: 1em;
	margin: 0 15px 0 15px;
}*/

.block.news a.headline {
	display: block;
	font-family:"Trade Gothic W01 Light";	
	font-size: 24px;
	line-height: 1em;
	padding: 0 15px 0 15px;	
}

.block.news p {
	margin: 5px 15px 0 15px;
}

.block.news p.date {
	font-weight: bold;
}

.block.staff {
	background: 0 none;
	height: 305px
}

.block.staff img {
	height: 193px;
}

.block.about {
	height: 305px;
}

.block.staff .ramp {
	display: none;
	margin: 0;
}

.block.shop {
	background: 0 none;
	height: 385px;
}

.block.shop h3 {
	margin: 10px 15px 0 15px;
}

.block.shop img {
	height: 193px;
	margin: 0 auto 0 auto;
}

.block.shop p {
	margin: 15px 15px;
}

.block.shop p.price {
  	font-family: "Trade Gothic W01 Light";
    font-size: 24px;
	margin: 0 15px 15px 15px;
}

.block.shop .ramp {
	display: none;
	margin: 0;
}

.block.blank {
	background: 0 none;
}

.block.blank.about {
	height: 305px;
}	

.block.blank.staff {
	height: 305px;
}

.block.blank.shop {
	height: 385px;
}

.block.blank:hover {
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Default Pages */
.default-content {
	margin: 40px 0 0 0;
}

/* @TODO: jp1971 Remove after excess h1 have been removed */
/*.default-content h2 {
	font-size: 22px;
	margin: 0 15px 15px 15px;
}
*/

.default-content h3 {
	font-family:"Trade Gothic W01 Light";	
	font-size: 22px;
	margin: 0 15px 15px 15px;
}

.default-content p {
	font-family:"Trade Gothic W01 Light";
	font-size: 18px;
	margin: 0 15px 0 15px;
}

.default-content .block p {
	font: 12px Helvetica, sans-serif;
	margin: 0 15px 0 15px;
}
	
/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Staff Pages */
.staff-content {
	margin: 40px 0 0 0;
}

.staff-content h3 {
	font-family:"Trade Gothic W01 Light";
	font-size: 24px;	
	margin: 15px 0 0 0;
}

.staff-content p {
	font-size: 16px;
	font-weight: 100;
	line-height: 1.5em;
	margin: 0 30px 0 0;
}

.staff-content img {
	margin: 15px 0 15px 15px;
	width: 290px;
}
	
/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Project Sorter */
#sort {
	background-color: #e0e0e0;
	height: 70px;
}

#sort label {
	float: left;
	font-size: 20px;
	font-family:"TradeGothicW01-BoldCn20 675334";	
	margin: 24px 10px 0 35px;
	text-transform: uppercase;
}

#sort .dropdown {
	color:  #6b6c6e;	
	float: left;
	font: italic 14px Georgia, serif;
	margin: 25px 0 0 0;
	width: 180px;
}

#sort input {
	margin: 18px 0 0 0;
}	

#sort #project-search {
	background-color: #d7d7d7;
	border: 0 none;
	color:  #6b6c6e;
	float: left;
	font: italic 14px Georgia, serif;
	height: 36px;	
	margin: 18px 0 0 0;	
	padding: 0 0 0 15px;
	width: 180px;
}

#sort #project-search-button {
	background-color: #d7d7d7;
	padding:10px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Projects */
#projects {
	font: 13px Helvetica, sans-serif;
}

#projects ul.year {
/*	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;*/
	list-style-type: none;
}

#projects ul.name {
	display: none;
}

#projects ul h2 {
	background: url('../creativetime/images/dividers/dashes_projects.png') no-repeat 43px 5px;	
	font-family:"TradeGothicW01-BoldCn20 675334";
	font-size: 20px;	
	margin: 10px 0 10px 15px;
}

#projects li {
	border: 1px solid #e0e0e0;
	float: left;
	height: 240px;
	margin: -1px;
	width: 240px;
}

#projects li img {
	height: 159px;
	margin: 1px 0 10px 1px;
	width: 238px;
}

#projects li .title {
	margin: 0 10px 0 10px;
}

#projects li a {
	color: #000;
	text-decoration: none;
}

#projects li .name {
	color: #6b6c6e;
	margin: 0 10px 10px 10px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Projects Search */
.no-results {
	padding: 0 285px;
	text-align: center;
}
.no-results h2 {
	margin: 90px 0 0 15px;
}

.no-results label {
	float: left;
	font-size: 20px;
	font-family:"TradeGothicW01-BoldCn20 675334";	
	margin: 21px 10px 0 15px;
	text-transform: uppercase;
}

.no-results input {
	margin: 15px 0 0 -2px;
}	

.no-results #project-search {
	background-color: #d7d7d7;
	border: 0 none;
	color:  #6b6c6e;
	float: left;
	font: italic 14px Georgia, serif;
	height: 36px;	
	margin: 15px 0 90px 0;	
	padding: 0 0 0 15px;
	width: 180px;
}

.no-results #project-search-button {
	background-color: #d7d7d7;
	padding:10px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Project */
.project-content {
	margin: -4px 0 0 0;
}

.project-content.secondary {
	margin: 40px 0 0 0;
}

.project-content a.project-link {
	background: #edebe9 url('../creativetime/images/icons/inset.png') no-repeat 10px 7px;
	display: block;
	font-family:"TradeGothicW01-BoldCn20 675334";
	font-size: 20px;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 35px;
	text-transform: uppercase;
	width: 245px;
}


/*.project-content h1 {
	background-color: #fff;
	font-family:"TradeGothicW01-BoldCn20 675334";
	font-size: 20px;	
	float: left;
	text-transform: uppercase;
}

.project-content h1 {
	background-color: #fff;
	float: left;
	text-transform: uppercase;
}

.project-content h2 {
	color: #6b6c6e;
	font-weight: 100;
	margin: 0 15px 0 15px;
}*/

.project-content h3 {
	color: #6b6c6e;
	font-family:"Trade Gothic W01 Light";	
	font-size: 24px;
	margin: 0 15px 0 15px;
}

.project-content h4 {
	color: #6b6c6e;
	font-size: 16px;
	font-weight: 100;
	margin: 0 15px 0 15px;
}

.project-content iframe {
	margin: 0 15px 0 15px;
}

.project-content p {
	color: #6b6c6e;	
	font-size: 14px;
	margin: 0 15px 0 15px;
}

.project-content p {
	font-size: 14px;
}

.project-content .grid_8 {
	border-right: 1px solid #e0e0e0;
	margin-right: -1px;
}

.project-content .dashes {
	background: #fff url('../creativetime/images/dividers/dashes_grid_8.png') no-repeat;
	margin: 20px 0 20px 20px;
}

.project-content .ramp {
	background: transparent url('../creativetime/images/dividers/ramp.png') no-repeat;
	float: left;
	height: 16px;
	width: 20px;
}

.project-content #slides .prev {
	bottom: 37px;
}

.project-content #slides .next {
	bottom: -4px;
}

.project-header {
	background: rgba(0, 0, 0, 0.5); 
	height: 45px;
	position:relative;
	top: 40px;
	z-index: 6;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Events */
.events.grid_8 {
}

.events h2.title {
	font-family:"Trade Gothic W01 Light";
	font-size: 24px;		
	font-weight: 100;
}

.events a {
}

.events .wp-post-image {
	float: left;
	margin: 0 20px 20px 0;
}

.events ul {
	margin: 0 15px 0 15px;
}

.events li {
	border-bottom: 1px dotted #000;
	margin: 0 0 20px 0;
}

.events li.last {
	border-bottom: 0 none;
	margin: 0;
}

.events p {
	color: #6b6c6e;
	font-size: 16px;
	line-height: 1.25em;
	margin: 0 0 20px 0;
}

.events p.date {
	font-family:"Trade Gothic W01 Light";
	font-size: 24px;	
	margin-bottom: 0;	
}

.events a {

}

.events p a.ticket {
	background: transparent url('../creativetime/images/icons/ticket.png') no-repeat right;
	font-weight: 500;
	padding: 0 30px 0 0;	
}	

.events .categories {
	margin: 30px 0 30px 0;
}

.events .categories a {
	font-style: italic;
}	

.events-content .block-events {
	border: 1px solid #e0e0e0;
	height: 215px;
	margin: -1px;
}

.events-content img {
	margin: 0 0 10px 0;
}

.events-content a {
	margin: 10px 0 0 0;
}

.events-content p {
	margin: 0 0 0 10px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Events Sidebar */
.sidebar-events #wp-calendar {
	height: 200px;
	margin: 15px 0 20px 20px;
	width: 280px;
}

.sidebar-events #wp-calendar caption {
	font-family:"TradeGothicW01-BoldCn20 675334";
	font-size: 23px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.sidebar-events #wp-calendar td {
	border: 1px solid #e0e0e0;
	padding: 8px 0 0 0;
	text-align: center;
}

.sidebar-events #wp-calendar td.today {
	color: #fff;
	background-color: #000;
}

.sidebar-events #wp-calendar td.event {
	background-color: #7a7a7a;
}

.sidebar-events #wp-calendar td.event a {
	color: #fff;
}	

.sidebar-events #wp-calendar .pad {
	border: 0 none;
}

.sidebar-events #wp-calendar #eo-widget-prev-month.td {

}

.sidebar-events #wp-calendar #eo-widget-next-month {

}

.sidebar-events .twitter {
	border-top: 1px solid #e0e0e0;
}

.share {
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	margin: 10px 0 10px 0;
	padding: 8px 0 10px 0;
	width: 610px;
}

.share .twitter-share-button {
	padding: 5px 0 0 0;
}

.share  .fb_edge_widget_with_comment {
	position: relative;
	top: -2px;
}

.share a.email {
	border: 1px solid #cacaca;
	border-radius: 4px;
	cursor: pointer;
	margin: -10px 0 0 35px;
	padding: 3px 5px 3px 5px;
	position: relative;
	top: -4px;
}

.share a.email:hover {
	border: 1px solid #aaa;	
	text-decoration: none !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* News */
.content-news {
	margin: 0 15px 0 15px;
}

.content-news img {
	margin: 10px 0 15px 0;
}

.content-news h2 {
	font-family: "Trade Gothic W01 Light";
    font-size: 24px;		
}

.content-news li {
	border-bottom: 1px dotted #000;
	margin: 0 0 15px 0;
}

.content-news li.last {
	border-bottom: 0 none;
	margin: 0;
}

.content-news p {
	color: #6b6c6e;
	font-size: 16px;	
	margin: 0 0 20px 0;
}	

.content-news p strong {
	font-size: 13px;	
	font-weight: bold;
}

.sidebar-news .twitter {
	border: 0 none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Events and News Detail Pages */
.detail-content {
	margin: 0 15px 0 15px;
}

.detail-content h2 {
	font-family: "Trade Gothic W01 Light";
    font-size: 24px;	
}

.detail-content p {
	color: #6b6c6e;
	font-size: 16px;
	line-height: 1.25em;	
	margin: 0 0 20px 0;
}

.detail-content p.date {
	font-family:"Trade Gothic W01 Light";
	font-size: 24px;	
	margin-bottom: 0;	
}

.detail-content .attachment-post-thumbnail {
	margin: 15px 0 12px 5px;
}

.detail-content .fb-like {
	max-width: 85px;
}

.detail-content .tags {
	margin: 0 0 30px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Sidebar */
.twitter .dashes {
	margin-bottom: 0px;
}

.twitter .tweet_list {
	margin: 0 20px 0 20px;
}

.twitter .tweet_list li {
	border-top: 1px dotted #000;
	color: #6b6c6e;	
	height: auto;
	padding: 10px 0 10px 0;
}

.twitter .tweet_list li a {
	font-weight: bold;
}

.twitter .tweet_list li.tweet_first {
	border: 0 none;
}

.facebook {
	border-top: 1px solid #e0e0e0;
}

ul#feed {
	margin: 0 20px 10px 20px;
	width: 280px;
}

ul#feed li {
	border-bottom: 1px dotted #000000;
	color: #6b6c6e;	
	padding: 10px 0 10px 0;
}

ul#feed li a {
	font-weight: bold;
}

ul#feed li.last {
	border: 0 none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* 404 Page */
.content-404 {
	margin: 40px 0 0 0;
	padding: 80px 0 80px 0;
	text-align: center;
	text-transform: uppercase;
}

.content-404 h1 {
	font-family:"TradeGothicW01-BoldCn20 675334";	
	font-size: 72px !important;
}
.content-404 h2 {
	color: #6b6c6e;
	font-family:"Trade Gothic W01 Light";
	font-size: 24px;		
}

.content-404 h2.top-404 {
	margin: 160px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Site Search Results */


.search-thumb-post img{
	float: left;
	width: 200px;
	height: auto;
	margin-right: 20px;
}

.search-content {
	margin: 40px 0 0 0;
}

.search-content h2 {+
	font-family:"Trade Gothic W01 Light";
	font-size: 24px;	
}

.search-content ul {
	margin: 15px 15px 15px 15px;
}

.search-content li.search-content-post {
	margin: 0 0 20px 0;
	float: left;
    min-width: 100%;
}

.no-results.site-wide h2{
	margin: 90px 0 90px 15px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* Footer */
footer {
	height: auto;
}

footer #wrap {
	background-color: #000;
	margin: 2px 0 0 0;
	width: 100%;
}

footer #footer-content {
	color: #fff;
	min-height: 210px;
}

footer #footer-content ul {
    list-style-type: none;
    padding: 15px 0 13px 0;
    display: table;
    text-align: center;
    margin: 0 auto;
    
}

footer #footer-content li {
	float: left;
	margin: 0 32px 0 32px;
}

footer #footer-content li.first {
	margin: 0 31px 0 31px;
}
	
footer #footer-content li a {
	color: #7a7a7a;
	font-family:"TradeGothicW01-BoldCn20 675334";
	font-size: 15.5px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition-property: color;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: color;
	-moz-transition-duration: .5s;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-property: color;
	-o-transition-duration: .5s;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-property: color;
	-ms-transition-duration: .5s;
	-ms-transition-timing-function: ease-in-out;
	transition-property: color;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
}


footer #footer-content li a:hover {
	color: #bababa;
	text-decoration: none;
}

footer #footer-content li a.sponsor {
	opacity: 0.7;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: opacity;
	-moz-transition-duration: .5s;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-property: opacity;
	-o-transition-duration: .5s;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-property: opacity;
	-ms-transition-duration: .5s;
	-ms-transition-timing-function: ease-in-out;
	transition-property: opacity;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;	
}

footer #footer-content li a.sponsor:hover {
	opacity: 1;

}

footer .hz_rule {
	border-top: 3px solid #7a7a7a;
	padding: 0 0 15px 0;
}

footer #footer-content p.sponsors {
	color: #7a7a7a;
	font-family:"TradeGothicW01-BoldCn20 675334";
	font-size: 20px;	
	margin: 0 0 0 30px;
	text-transform: uppercase;
}

footer .donate {
	color: #7a7a7a;
}

footer .donate p {
	margin: 0 20px 15px 10px;
	font: 13px Helvetica, sans-serif;
}

footer .donate .donate-input {
	background-color: #363636;
	border: 0 none;	
	color: #7a7a7a;
	font-family:"Trade Gothic W01 Light";
	font-size: 17px;
	height: 25px;
	padding: 0 0 0 10px;
	width: 185px;
}

footer .donate .donate-now {
	background: transparent url('../creativetime/images/icons/link_arrow_white.png') no-repeat right;
	border: 0 none;
	color: #7a7a7a;	
	cursor: pointer;
	font-family:"Trade Gothic W01 Bold";	
	font-size: 15px;
	padding: 0 15px 0 0;	
	text-transform: uppercase;
	-webkit-transition-property: color;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: color;
	-moz-transition-duration: .5s;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-property: color;
	-o-transition-duration: .5s;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-property: color;
	-ms-transition-duration: .5s;
	-ms-transition-timing-function: ease-in-out;
	transition-property: color;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;	
}

#ie7 .donate-input {
	width: 160px;
}

#ie7 .donate-now{
	padding: 0 15px 0 0;
}

footer .donate .donate-now:hover {
	color: #bababa;
}

footer #footer-content ul.sponsors {
	list-style-type: none;
}

footer #footer-content ul.sponsors.first {
	text-align: center;
	padding-bottom: 0;
}

footer #footer-content ul.sponsors.middle {
    margin: 0 auto;
    text-align: center;
}

footer #footer-content ul.sponsors.last {
	padding-top: 10px;
	text-align: center;
}

footer #footer-content ul.sponsors li {
	display: inline-block;
	float: none;
	margin: 0;
}

footer #footer-content ul.sponsors li a {
	display: block;
}

footer #footer-content ul.sponsors .sponsor img[alt="Ford"] {
	max-width: 265px;
	padding-bottom: 30px;
}
footer #footer-content ul.sponsors .sponsor img[alt="Warhol"] {
	max-width: 265px;
	padding-bottom: 20px;
}
footer #footer-content ul.sponsors .sponsor img[alt="Toby"] {

}

footer #footer-content ul.sponsors .sponsor img[alt="Lambent"] {
	margin: 0 40px 20px;
}

footer #footer-content ul.sponsors .sponsor img[alt="SNF"] {
    max-width: 310px;
    margin-bottom: 10px;
}

/* NYCulture container */
footer #footer-content ul.sponsors.last .sponsor.left {
}

footer #footer-content ul.sponsors .sponsor img[alt="DCA"] {
    margin: 0 30px;
}

footer #footer-content ul.sponsors .sponsor img[alt="NYSCA"] {
    max-width: 220px;
    margin-bottom: 4px;
}

footer #footer-content ul.sponsors.last .sponsor.left {
	margin-right: 54px;
}

footer #footer-content ul.sponsors.last .sponsor.center-first {
	margin-right: 53px;
}

footer #footer-content ul.sponsors.last .sponsor.center-second {
	margin-right: 54px;
}

.copyright {
	color: #7a7a7a;
	font-size: 11px;
	margin: 0 0 30px 0;
}

/**************** Constant Contact ********************/

p.ctct-form-field.ctct-form-field-email{
	float: left;
}
.ctct-form-wrapper input[type="text"]:required.ctct-invalid, .ctct-form-wrapper input[type="text"].ctct-invalid, .ctct-form-wrapper input[type="email"]:required.ctct-invalid, .ctct-form-wrapper input[type="email"].ctct-invalid, .ctct-form-wrapper input[type="password"]:required.ctct-invalid, .ctct-form-wrapper input[type="password"].ctct-invalid, .ctct-form-wrapper input[type="tel"]:required.ctct-invalid, .ctct-form-wrapper input[type="tel"].ctct-invalid, .ctct-form-wrapper input[type="number"]:required.ctct-invalid, .ctct-form-wrapper input[type="number"].ctct-invalid{
    background-color: #363636 !important;
    border: 0 none;
    color: #7a7a7a;
    font-family: "Trade Gothic W01 Light";
    font-size: 17px;
    height: 25px;
    padding: 0 0 0 10px;
    width: 153px;
}

p.ctct-form-field.ctct-form-field-email input{
    background-color: #363636;
    border: 0 none;
    color: #7a7a7a;
    font-family: "Trade Gothic W01 Light";
    font-size: 17px;
    height: 25px;
    padding: 0 0 0 10px;
    width: 185px;
}
p.ctct-form-field.ctct-form-field-submit input[type="submit"] {
	background: transparent url('../creativetime/images/icons/link_arrow_white.png') no-repeat right;
	border: 0 none;
	color: #7a7a7a;	
	cursor: pointer;
	font-family:"Trade Gothic W01 Bold";	
	font-size: 15px;
	padding: 0 15px 0 0;
	margin: 3px 0px 0px 4px;
	text-transform: uppercase;
	-webkit-transition-property: color;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: color;
	-moz-transition-duration: .5s;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-property: color;
	-o-transition-duration: .5s;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-property: color;
	-ms-transition-duration: .5s;
	-ms-transition-timing-function: ease-in-out;
	transition-property: color;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;	
}

p.ctct-form-field.ctct-form-field-submit input[type="submit"]:hover {
	color: #bababa;
}

a.button.ctct-button {
    display: inline-block;
    width: 100%;
    color: #ddd !important;
}

.donate sub{
	display: none;
}
.donate hr{
	display: none;
}

.ctct-form-field.ctct-form-field-email label{
	display: none;
}

.ctct-form-wrapper .ctct-form-field {
    display: inline-block;
}

.staff-content .ctct-form-field.ctct-form-field-email label{
	display: block;
    float: left;
    margin-right: 33px;
}

.staff-content p.ctct-form-field.ctct-form-field-email{
    float: none;
}

.staff-content p.ctct-form-field.ctct-form-field-email input{
    padding: 10px;
}


.staff-content .ctct-form-field input{
    background-color: #363636;
    border: 0 none;
    color: #7a7a7a;
    font-family: "Trade Gothic W01 Light";
    font-size: 17px;
    height: auto;
    padding: 10px;
    width: 185px;
	margin-bottom: 10px;
}
.staff-content .ctct-form-field input[type="checkbox"]{
    width: auto;
}

.staff-content p.ctct-form-field.ctct-form-field-submit input[type="submit"]{
    background: #333;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * */