/*
Theme Name: ITP Show 2014
Theme URI: http://github.com/ITPNYU/show-2014-theme
Author: NYU ITP
Author URI: http://itp.nyu.edu
Description: Wordpress theme for NYU ITP Shows (based on Twenty Fourteen)
Version: 1.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Template: twentyfourteen
Text Domain: thesis2014-theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-title {
        text-transform: none;
}

/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content .entry-title {
        text-transform: none;
}

/**
 * Custom Site Styles
 * -----------------------------------------------------------------------------
 */

a, .entry-content a, .entry-summary a, .page-content a, .comment-content a {
	text-decoration: none;
}

.site-content {
	padding: 0 30px;
}

#schedule-holder td{
	padding: 5px;
}

#schedule-holder thead td{
	font-weight: bold;
}

.disabled {
	color: #777;
  background-color: #eee;
}

#site-header{
background: #ffd848;
}
.search-toggle {
    background-color: #ffd848;
    }

a.spe {
    color: #cc9900;
}

.primary-navigation li:hover > a, .primary-navigation li.focus > a, .primary-navigation ul ul {
    background-color: #ffd848;
}

.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
    color: #ffd848;
}
