/*
Theme Name:     Creative Time Summit
Description:    Child theme for the Creative Time Summit
Author:         Athletics
Author URI:     http://athleticsnyc.com
Template:       creativetime
Version:        1.1
*/

@import url("../creativetime/style.css");
/*
#page h1 {
	font-family:"TradeGothicW01-BoldCn20 675334";
	font-size: 20px;
}*/

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

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

.block h2 {
	margin: 0 15px 10px;	
}

/* Header */
#branding {

}

#branding #logo {
	height: 80px;
	padding: 40px 0 0 0;	
	text-align: left;
}

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

#branding #logo img.ct {
	float: left;	
	margin: 0 20px 0 25px;
}
#branding #logo img.full {
	float: left;
	max-width: 100%;
	margin: 0;
}

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

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

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

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

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

#summit-navigation li {
	float: left;
	line-height: 37px;
	color: #000;
	display: block;
	float: left;
	position: relative;
	text-decoration: none;
	transition-duration: 0.5s;
}
#summit-navigation li.menu-item:after {
	content: "";
	display: inline-block;
	height: 16px;
	width: 29px;
}

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

#summit-navigation li:hover,
#summit-navigation li:focus-within {
  background: #fff;
  cursor: pointer;
}

#summit-navigation li:hover > a,
#summit-navigation li:focus-within > a {
  text-decoration: underline;
}

#summit-navigation li:focus-within a {
  outline: none;
}

#summit-navigation li ul {
	visibility: hidden;
	opacity: 0;
	min-width: 193px;
	position: absolute;
	transition: all 0.5s ease;
	margin: 0;
	padding: 0px 0px 5px 10px;
	left: -10px;
	display: none;
	background: #fff;
	z-index: 999999;
}

#summit-navigation li:hover > ul,
#summit-navigation li:focus-within > ul,
#summit-navigation li ul:hover,
#summit-navigation li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
   text-decoration: underline;
}

#summit-navigation li ul li {
  clear: both;
  width: 100%;
  line-height: 24px;
}

#summit-navigation li ul li a.current {
	text-decoration: none;
}
#summit-navigation li ul li a.current:hover {
	text-decoration: underline;
}

#summit-navigation li ul li.menu-item:after {
  background: none;
}

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

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

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

/* Home */
.home-content .block h1 {
	color: #ee0000;
}

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

/* Primary */

#primary-home {
	margin: 0;
}

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

/* Content Blocks */
.block {
	height: 375px;
}

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

/* Presentations */
ul#presentations {
	list-style-type: none;
}

ul#presentations li {
	border: 1px solid #eaeaea;
	float: left;
	font: 13px Helvetica, sans-serif;
	height: 208px;	
	margin: -1px;
	overflow: hidden;
	width: 240px;
}

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

ul#presentations li a:hover {
	text-decoration: underline;
}

ul#presentations li img {
	height: 135px;
	width: 240px;
}

ul#presentations li img:hover {
}


#primary-presentations .name {
	margin: 5px 10px 0 10px;
}

#primary-presentations .excerpt {
	color: #6b6c6e;
	margin: 5px 10px 15px 10px;	
}
#primary-presentations #sort .text_tip {
	margin-left: 35px;
}

#primary-presentations #pagination {
	background-color: #eaeaea;
	height: 70px;
}

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

/* Sort */
#sort #presentation-search {
	background-color: #fff;
	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 #presentation-search-button {
	background-color: #fff;
	padding:10px;
}

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

/* Presentations Search */
.no-results {
	padding: 0 265px;
}

.no-results #presentation-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 #presentation-search-button {
	background-color: #d7d7d7;
	padding:10px;
}

/* Single Presentation */
.presentation {
	border-right: 1px solid #eaeaea;
}

.presentation h2 {
	margin: 20px 0 20px 20px;
}

.presentation h3 {
	font-weight: bold;
	margin: 0 0 20px 20px;
	text-transform: uppercase;
}

.presentation p {
	color: #6b6c6e;
	margin: 0 20px 20px 20px;
}

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

/* Presenter */

.presenter {
	border-top: 1px solid #eaeaea;	
	border-right: 1px solid #eaeaea;		
}

.presenter .head-shot {
	float: left;
	margin: 20px;
}

.presenter .bio-excerpt {
	color: #6b6c6e;
	font-size: 20px;
	margin: 20px 20px 0 0;
}

.presenter h1 {
	font-family:"Trade Gothic W01 Light";
	font-size: 24px;
	margin: 0 0 20px 20px;
}

.presenter p {
	color: #6b6c6e;
	font-size: 14px;
	margin: 0 20px 20px 20px;
}

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

/* Static */

.static {
	border-top: 1px solid #eaeaea;	
	padding: 20px 0 0 0;
}

.static h1 {
	color: #ee0000;
}

.static h2 {
	margin: 0 20px 0 20px;
}

.static h3 {
	color: #6b6c6e;
	font-size: 20px;
	font-weight: 100;
	margin: 0 20px 0 20px;
}

.static p {
	color: #6b6c6e;	
	font-size: 14px;
	margin: 0 20px 0 20px;
}

.static p {
	font-size: 14px;
}	

.static strong {
	color: #000;
	font-weight: bold;
}

.static img {
	margin: 0 0 20px 20px;
}

.static iframe {
	margin: 0 0 0 20px;
}

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

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

/* Sidebar */
#sidebar {
	border-top: 1px solid #eaeaea;		
	margin-left: -1px;	
}

#sidebar h2 {
	margin: 20px 0 20px 0;
}

#sidebar p {
	margin: 0 0 20px 0;
}

#sidebar ul {	
	margin: 0 20px 0 20px;
}

#sidebar li {
	border-bottom: 1px dotted #000;	
}

#sidebar li.last {
	border-bottom: none;
	margin: 0 0 20px 0;
}

#sidebar .bio p {
	color: #646464;
}

#sidebar .bio a {
	background: transparent url('../creativetime/images/icons/link_arrow.png') no-repeat right;
	font-family:"TradeGothicW01-BoldCn20 675334";
	font-size: 15px;
	padding: 0 15px 0 0;
	text-transform: uppercase;
}

#sidebar .quote {
	color: #6b6c6e;
	font-style: italic;
	text-align: center;
}
	
#sidebar .related .name {
	margin: 0 0 5px 0;
}

#sidebar .related .excerpt {
	margin: 0 0 20px 0;
}

#sidebar .related img {
	margin: 0 0 20px 0;
}

#sidebar .related .name .excerpt {
	margin: 5px 0 20px 0;
}

#sidebar .on-the-web {
	padding: 0 0 15px 0;
}

#sidebar .on-the-web a {
	font-size: 14px;
}

#sidebar .on-the-web p {
	margin: 0 0 5px 0;	
}

/* Footer */

.sponsors a.row-1 {
	margin: 0 0 0 40px;
}

.sponsors a.row-2 {
	margin: 0 0 0 305px;
}

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

/* Disqus */
#disqus_thread {
	margin: 0 0 0 20px;
	width: 600px;
}

#disqus_thread #footer {
	display: none;
}

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

/* Presentations Search */
.no-results {
	text-align: center;
}

.no-results h2 {
	font-size: 72px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* 404 Page */
.content-404 {
	margin: 0;
}

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

/* Clear Fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

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