/*
Theme Name: The Neue School Theme - Canvas
Version: 2.0
Description: The Neue School Theme
Author: batec
Author URI: http://www.newschool.edu
Template: canvas
*/
 
@import url("../canvas/style.css");
html body {
	border: none;
}
a:link, a:visited {
	color: #e82e21;
	text-decoration: none!important;
}
#main-sidebar-container h3 {
	font: 16px/20px helvetica, arial, sans-serif;
	font-weight: bold;
}
#main-sidebar-container p {
	font: 13px/18px helvetica, arial, sans-serif;
	color: #333;
}
/* Header and nav area */
#ns-header {
	background-color: #FFFFFF;
	background-image: url("/files/2015/03/header-3000x99px-black.jpg");
	background-position: center center;
	background-repeat: repeat-x;
	height: 100px;
	margin: 0;
	padding: 0;
}

#ns-logo p {
	display: none;
}
#wrapper #header {
	padding: 20px 15px;
}
#main-nav {
	margin: 0;
	padding: 0;
}
#main-nav li.page_item:first-child {
	display: none;
}
#main-nav li a {
	color: #e82e21;
	font-size: 12px;
	line-height: 30px;
	padding: 0 15px 0 15px;
	margin: 0;
}
.nav li a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-ancestor a, .nav li.current-menu-item a, .nav li.current_page_item li a, .nav li.current_page_parent li a, .nav li.current-menu-ancestor li a, .nav li.current-menu-item li a, .nav li.sfHover a {
	background-color: #e82e21;
	color: #fff !important;
	text-decoration: underline !important;
}
.nav a, .nav li.current_page_item, .nav li.current_page_parent, .nav li.current-menu-ancestor, .nav li.current-menu-item, .nav li.sfHover, .nav li.selected {
	-moz-border-radius: 0!important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
#main-nav.nav ul.sub-menu li a {
	background: #eee !important;
	color: #000 !important;
	text-decoration: none !important;
	text-shadow: none !Important;
}
#main-nav.nav ul.sub-menu li a:hover {
	background: #e82e21 !important;
	color: #fff !important;
	text-decoration: underline !important;
	font-weight: normal !important;
	text-shadow: none !Important;
}
.nav .sf-sub-indicator {
	right: 0em;
}
#wrapper #navigation {
	border-top: none;
	border-bottom: 1px solid #DDDDDD;
	padding: 2px 0 4px 0;
	margin: 0;
}
#wrapper {
	padding: 2px 0 40px 0;
}
#navigation ul.rss {
	background: none;
	padding: 0;
	margin: 0;
}
#header-search {
	float: right;
	width: 300px;
}
#header-search .searchform input.s {
	padding: 7px;
}
/* Logo */
#logo .site-title {
	margin: 0;
}
#logo .site-title a {
	color: #e82e21;
	font-family: "neue-display-random", "Arial", Helvetica, sans-serif!important;
	font-weight: 400!important;
	-webkit-font-feature-settings: 'liga' 1;
	-o-font-feature-settings: 'liga' 1;
	-moz-font-feature-settings: 'liga' 1;
	-ms-font-feature-settings: 'liga' 1;
	font-feature-settings: 'liga' 1;
	font-size: 38px;
	line-height: 41px;
	text-transform: uppercase;
}
#logo .site-title a:hover {
	text-decoration: none;
}
#logo .site-description {
	color: #e82e21;
	font-family: "neue-display-random", "Arial", Helvetica, sans-serif!important;
	font-weight: 700!important;
	-webkit-font-feature-settings: 'liga' 1;
	-o-font-feature-settings: 'liga' 1;
	-moz-font-feature-settings: 'liga' 1;
	-ms-font-feature-settings: 'liga' 1;
	font-feature-settings: 'liga' 1;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
}
/* Start - Category Navigation */

#header-categories {
	border-top: solid #dddddd 1px;
	border-bottom: solid #dddddd 1px;
	clear: both;
	margin-bottom: 15px;
}
#header-categories ul {
	list-style: none;
	/* Clear floats */
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}
#header-categories li {
	float: left;
	position: relative;
	background-color: #FFF;
}
#header-categories li a {
	font-family: "neue", "Arial", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	padding: 5px 15px 5px 15px;
	border-right: solid #ddd 1px;
	color: #000;
}
{
}
#header-categories li a:hover {
	color: #fff;
	background-color: #e82e21;
	text-decoration: none;
}
/*--- DROPDOWN ---*/
#header-categories ul ul {
	position: absolute;
	background: #fff;
	left: -9999px;
	width: auto;
	list-style: none;
}
#header-categories ul ul li {
	padding: 0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float: none;
	border-bottom: solid #dddddd 1px;
	border-left: solid #dddddd 1px;
}
#header-categories ul ul li a {
	padding: 5px 15px;
}
#header-categories ul ul a {
	white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#header-categories ul li:hover ul { /* Display the dropdown on hover */
	left: 0;/* Bring back on-screen when needed */
}
#header-categories ul li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration: underline;
}
#header-categories ul li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration: none;
}
#header-categories ul li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background: #e82e21;
}
/* End - Category Navigation */
.clear {
	clear: both;
}
/* The Post */

#main .post .title, #main .page .title, #main .post .title a:link, #main .post .title a:visited, #main .page .title a:link, #main .page .title a:visited {
	color: #e82e21;
	font-family: "neue-display", "Arial", Helvetica, sans-serif;
	font-weight: 700;
	-webkit-font-feature-settings: 'liga' 1;
	-o-font-feature-settings: 'liga' 1;
	-moz-font-feature-settings: 'liga' 1;
	-ms-font-feature-settings: 'liga' 1;
	font-feature-settings: 'liga' 1;
	font-size: 22px;
	line-height: 25px;
	text-transform: uppercase;
}
#main .post .title {
	margin: 0;
	padding: 0;
}
#main .post .title a:hover {
	color: #e82e21;
	text-decoration: none;
}
#main .entry, #main .entry p {
	font: 13px/18px helvetica, arial, sans-serif;
}
#main .post-meta {
	font: 11px/15px helvetica, arial, sans-serif;
	text-transform: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#main .post-meta a:link, #main .post-meta a:visited, #main .post p.tags a:link, #main .post p.tags a:visited {
	text-decoration: none;
}
#main .post-meta a:hover {
	color: #e82e21;
}
#main abbr {
	border-bottom: none;
}
#main .post-more {
	border-top: 0;
	text-align: right;
	text-transform: none;
	padding: 10px 0 8px 0;
}
#main .post-more a {
	color: #e82e21;
}
#main .post-more .comments {
	display: none;
}
#main .comments a {
/* background: url("images/ico-comm.gif") no-repeat scroll left center transparent;
    margin-left: 5px;
    padding: 0 0 0 18px; */
}
.entry img, img.thumbnail {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	max-width: 100% !important;
	height: auto !important;
}
/* Sidebar Stuff */
#woo_subscribe-4 #connect {
	display: block;
	margin: 0;
	padding: 0;
}
#woo_subscribe-4 #connect p {
	display: none;
}
#sidebar .widget {
	border-bottom: solid #fff 0px;
	padding: 0 0 0px 0;
}
#sidebar .widget p {
	margin-bottom: 10px;
}
#sidebar #woo_tabs-3 {
	border-bottom: none;
	padding: 0;
}
#sidebar .widget li, #sidebar .widget p {
	font-size: 12px;
	line-height:14px;
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: 400;
}
#sidebar .widget h3 {
	color: #000;
	font-family: "neue-display-random", "Arial", Helvetica, sans-serif;
	font-weight: 700;
	-webkit-font-feature-settings: 'liga' 1;
	-o-font-feature-settings: 'liga' 1;
	-moz-font-feature-settings: 'liga' 1;
	-ms-font-feature-settings: 'liga' 1;
	font-feature-settings: 'liga' 1;
	font-size: 20px;
	line-height: 23px;
	text-transform:capitalize;
	border-top: 3px solid #000;
	border-bottom: 0px solid #fff;
	margin: 0px;
	padding: 3px 0 6px 0;
}
#sidebar .widget h3 a {
	color: #000;
}
#sidebar .widget h3 a.rsswidget img {
	display: none;
}
#sidebar .widget_rss ul {
	padding: 0;
	margin: 0;
}
#sidebar .widget_rss ul li {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}
#sidebar .widget_rss ul li a {
	padding: 0;
	margin: 0;
	color: #e82e21;
}
#sidebar .widget_rss ul li a:hover {
}
#sidebar .widget_taxonomy ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
#sidebar .widget_taxonomy ul li a {
	font-weight: bold;
}
#sidebar .widget_taxonomy ul {
	padding: 0;
	margin: 0;
}
/* Tabs tool */
#sidebar #tabs {
	background: #fff;
}
#sidebar #tabs .inside, #tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
	background: #f1eeeb;
}
#sidebar #tabs .inside li a {
	font: bold 12px/16px helvetica, arial, sans-serif;
}
#sidebar #tabs .inside li span.meta, #sidebar #tabs ul.wooTabs li a {
	font-size: 12px;
	line-height:14px;
	font-family: "neue", "Arial", Helvetica, sans-serif;
	font-weight: 400;
	text-transform: none;
	color:#000;
}
/* New School Footer */
#global-footer {
	background-repeat: no-repeat;
	background-position: center 30px;
	width: 100%;
	color: #8C846F;
	font-size: 9px;
	height: 25px;
	background-color:#ddd;
}
#global-inner-footer {
	display: none;
	margin: 0 auto;
	width: 960px;
	height: 80px;
}
#subfooter-wrapper {
	margin: 0 auto;
	width: 100%;
	height: 35px;
	background-color:#ddd;
}
#subfooter {
	margin: 0 0 0 20px;
}
#Copyright {
	font-size: 9px!important;
}
#footer-logo {
	margin-left: 28px;
	height: 35px;
}
#copyright-placer {
	margin: 0 106px 0 44px;
}
/* Single Post */
#post-author {
	display: none;
}
#connect {
	display: true;
}
/* Comments */
#comments {
	border-top: solid #413c31 2px;
	margin: 0;
	padding: 60px 0 0 0;
}
#comments h3, #respond h3 {
	font: 16px/20px helvetica, arial, sans-serif;
	font-weight: bold;
	margin-bottom: 0;
}
#comments .comment-entry p {
	font: 13px/18px helvetica, arial, sans-serif;
}
#comments .comment .comment-container {
	padding: 15px;
}
#commentform {
	margin: 10px 0 0 0;
}
#comments .comment-head .name {
	font-size: 13px;
}
/* Archive */
.catrss {
	display: none;
}
#main .archive_header {
	border-bottom: none;
	color: #333;
	font: bold 13px/18px helvetica, arial, sans-serif;
	text-transform: uppercase;
}
#main .archive_header .archive-type {
	font: normal 12px/18px helvetica, arial, sans-serif;
	color: #666;
}
/* Magazine Template */
.magazine .post {
/* border:solid #a19988 1px;
	padding:10px 10px 0 10px; */
}
/* Pagination */
#content #main .woo-pagination {
	border: none;
}
#content #main .woo-pagination a {
	color: #333;
	font: bold 12px/17px helvetica, arial, sans-serif;
	background: #fff;
	border: none;
}
#content #main .woo-pagination .current {
	color: #999;
	font: bold 12px/17px helvetica, arial, sans-serif;
	background: #fff;
	border: none;
}
#content #main .woo-pagination a:hover {
	color: #e82e21 !important;
}
/* Looped Slider */
#loopedSlider .slides {
	background: #f1eeeb;
}
#loopedSlider .container {
	border: solid #e3dfd8 1px;
}
.magazine #loopedSlider .content h2.title a, .magazine #loopedSlider .content .excerpt p {
	color: #333 !important;
	background: transparent;
}
.magazine #main .block {
}

/* fix time.ly calendar plugin bug */
.ai1ec-agenda-widget-view .ai1ec-event > a {
    display: block!important;
}
