/*
Theme Name: H U M A N S 0.3.6
Author: Hank White Co.
Author URI: http://hankwhitedesign.com/
Description: A responsive theme designed to feature exclusive content while acting as a portal to related media platforms. 
Version: 0.3.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
template: twentyeleven
*/

@import url('../twentyeleven/style.css');


/* =========================================================================
 *   STANDARDIZE ONE-COLUMN
 * ========================================================================= */

#page {
	max-width: 960px;
}
#content {
	margin: 0 7.6%;
	width: auto;
	padding: 1.625em 0 0;
}
#nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
#secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.page-template-showcase-php .other-recent-posts {

}
/* Simplify the showcase template when small feature */
section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
article.feature-image.small .entry-summary a {
	left: -9%;
}
.search-results .entry-summary {
	padding: 0.6em 7.6% 0;
	border-style: solid;
	border-color: #EEE;
	border-width: 0 0 1px;
}

/* Remove the margin on singular articles */
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	width: auto;
}
/* Simplify the pullquotes and pull styles */
blockquote cite {
	text-align: right;
	display: block;
}
.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
.commentlist {
	width: auto;
	margin-left: 102px;
}
#respond {
	width: auto;
}
.commentlist > li.comment, .commentlist .pingback {
	margin-left: 0;
}

/* =========================================================================
 *   GLOBAL
 * ========================================================================= */
html, body, input, textarea {
	color: #fff;
	height: 100%;
}
body {
	background-color: #000;
}


audio {
	width: 100%;
}

 /* Text elements */
 
p {
	letter-spacing:1px;
	color: #fff;
	margin-bottom: 0;
	font-size:16px;
	
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #ff2401;
	text-decoration: underline;
}

blockquote {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
/* =========================================================================
 *   STRUCTURE
 * ========================================================================= */

#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -28px;
	max-width: 700px;
	padding-top: 12px;
}
#primary, .page-template-showcase-php #primary, .left-sidebar.page-template-showcase-php #primary{ 
}
#colophon, .push{
	height: 4em;
	margin-left: 220px;
}
#branding {
	height: 310px;
	text-align: center;
	top: 0;
	bottom: 0;
	background: #000;
	border:none;
}
#ep-header{
	margin: 0 auto;
	max-width: 100%;
	padding-bottom:10px;
}
#logo{
	margin: 0 auto;
	max-width: 1500px;
	padding:0;
}

#sticky_navigation_wrapper { 
	width:100%;
	height:50px;
}
#sticky_navigation { 
	width:100%;
	border-bottom:6px solid transparent;
	-webkit-border-image:url(images/border2.png) 0 0 24 0  round;/* Safari 3.1-5 */
    -o-border-image:url(images/border2.png) 0 0 24 0  round; /* Opera 11-12.1 */
	border-image: url(images/border.png) 0 0 24 0 round;
}
#inside{
	background-color: #000
}
#secondary {
	display: none;
}

ul.icons{
	list-style: none;
	display: inline-block;
	height: 45px;
	text-align: center;
	margin: 0; 

}
ul.icons li{
	display: inline;
	margin-right: -4px;

}
ul.icons a.bandcamp{
	background-image: url(images/bandcamp.png);
	background-size: cover;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	margin:6px;
	color: #000
}
ul.icons a.bandcamp:hover{
	background-image: url(images/bandcamp-hover.png);
	background-size: cover;
	background-color: #ff2401;
	border-radius: 50%;
	margin:6px;
	color: #000
}
ul.icons a{
	display: inline-block;
	text-decoration: none;
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	margin:6px;
	color: #000

}
ul.icons a:hover{
	background: #ff2401;
	color: #fff 

}
ul.icons .icon-{
	line-height: 2.01em;
	font-size: 14px
}
/* =========================================================================
 *   MENU
 * ========================================================================= */

#access {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	padding-top: 8px
}
#page #branding #access div {
	margin: 0 auto;
}
#access ul {
	display: inline-block;
	text-align: center; 
	margin: 0;
	font-size: 11px;
}

#access li {
	display: inline-block;
	padding: 0 10px;
	float: none;
}

#access a {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	padding: 0;
	line-height: 2.8em;
	text-transform:uppercase;
	letter-spacing:5px
}

#access li:hover > a,
#access a:focus {
	background: transparent;
	color: #ff2401!important;
}
#access a:hover{
	color: #ff2401!important;
}
#page #branding #access a:hover,
#page #branding #access a:focus,
#page #branding #access .current_page_item > a:hover,
#page #branding #access .current_page_item > a:focus,
#page #branding #access .current_page_ancestor > a:hover,
#page #branding #access .current_page_ancestor > a:focus {
	color: #ff2401!important;
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a{
	color: #ff2401!important;
	font-weight: normal;
}



/* =========================================================================
 *   HEADER
 * ========================================================================= */



#branding hgroup {
	margin: 0;
	padding: 7px
}

#page #branding > a {
	display: block;
}
#page #branding > a:hover {

}

#branding img {
	width: auto;
	max-width: 100%;
}

#site-title {
   width: 170px;
   height: 1px;
   margin: 9px auto 4px;
   padding:3.57em 0 0;
   float: none;
   background-image: url(images/humans.png);
   background-size: cover;
   text-indent: -9999px; 
}

#site-title a {
	letter-spacing:7px;
	font-weight:200;
	text-transform:uppercase;
	line-height: 1em;
	color: #333;
	margin-right: 0px;
	text-align: left;
}
#site-title a:hover {
	color: #ff2401;
}

#site-description {
	width: auto;
	margin: 0 0 15px;
	color: #aaa;
}



.admin-bar #branding {
	top: 28px;
}

/* =========================================================================
 *   CONTENT
 * ========================================================================= */

#page {
	background: transparent;

}
#main {
	padding: 0;
}
#main #content {
	margin: 0;
	padding-bottom:30px;
}

#content .hentry {
	border:10px solid transparent;
	-webkit-border-image:url(images/border2.png) 24 24 round;/* Safari 3.1-5 */
    -o-border-image:url(images/border2.png) 24 24 round; /* Opera 11-12.1 */
	border-image: url(images/border2.png) 24 24 round;

}

.entry-header .entry-format {
	position: relative;
	line-height: 1.4em;
}

.entry-header .comments-link a {
	right: 17.6%;
	top: 1.8em;
}

.hentry, .no-results {
	border: 0;
}

.entry-title {
	
	padding-top: 0;
	color: #333;
	font-size: 17px;
	line-height: 1.5em;
	padding-bottom: .3em;
	letter-spacing:2px;
	text-transform:uppercase
}

.entry-title,
.entry-title a {
	color: #333;
	text-decoration: none;	
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #ff2401;
}
.entry-meta a {
	color: #333;
	text-decoration: none;
}
.entry-meta a:hover,
.entry-meta a:focus {
	color: #ff2401;
}

#content .hentry {
	padding: 0;
}

.hentry header {
	padding: 0;
}

#content .hentry .entry-content {
	padding: 22px;
	border: none;
	padding-bottom:30px;
	background: #000
}
.page #content .hentry .entry-content {
	border: 0;
}

.hentry footer {
	min-height: 18px;
	padding: 1.625em 7.6%;
	overflow: hidden;
	background: #000;
}

.singular .hentry footer {
	min-height: 0;
}

.entry-content h1{
	color: #ff2401;
	font-size:20px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin: 0 0 .1em;
}

.entry-content h2{
	color: #ff2401;
	font-size:18px;
	font-weight: normal;
	letter-spacing:2px;
	text-transform:uppercase;
	margin: 0 0 .1em;
}

.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}



/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: none;
	padding: 0px;
}



/* =========================================================================
 *   POST FORMATS
 * ========================================================================= */

article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 0;
}

article.format-aside .entry-content p:last-child,
article.format-link .entry-content p:last-child,
article.format-status .entry-content p:last-child {
	margin-bottom: 1em;
}

article.format-gallery .entry-content {
	overflow: hidden;
}

article.format-gallery .gallery-thumb {
	margin: .375em 1.5em 1.25em 0;
	display: block;
}
article.format-gallery .gallery-thumb img {
	padding: 6px;
	border: 1px solid #ddd;
}

/* -------------------------------------------------------------------------
 *   Status
 * ------------------------------------------------------------------------- */
article.format-status .entry-content {
	overflow: hidden;
	min-height: 86px;
}
.singular article.format-status .entry-content {
	min-height: 0;
}

.hentry.format-status .entry-title,
.hentry.format-aside .entry-title,
.hentry.format-link .entry-title {
	display: none;
}

/* -------------------------------------------------------------------------
 *   Quote
 * ------------------------------------------------------------------------- */
#content .hentry.format-quote {
	padding: 0;
}

.format-quote header {
	padding: 1.625em 7.6% 1.5em;
}

.format-quote .entry-title {
	display: none;
}

.format-quote header hgroup {
	float: left;
}
.format-quote header .entry-format {
	top: 1px;
}

.format-quote header .entry-meta {
	clear: none;
	margin-left: 15.2%;
}

#content article.format-quote header .comments-link a {
	top: 1em;
}

#content .format-quote .entry-content {
	padding: 1.75em 7.6% 0;
	border-width: 1px 0;
}

.format-quote blockquote {
	font-family: "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Palatino", "URW Palladio L", "Book Antiqua", Georgia, serif;
	color: #333;
	font-size: 2.2em;
	line-height: 1.4em;
}

.format-quote blockquote p {
	margin-bottom: 0.75em;
}

.format-quote cite {
	display: block;
	text-align: right;
	margin: 1em 0 0;
	color: #999;
	font-size: 12px;
	letter-spacing: 0.3em;
	word-spacing: 0.2em;
	line-height: 2.6em;
	text-transform: uppercase;
	font-style: normal;
}

/* -------------------------------------------------------------------------
 *   Image
 * ------------------------------------------------------------------------- */

/* The first paragraph should contain the image. */
.full-width,
#content article.format-image .entry-content > :first-child {
	margin: 0 -8.96226415%;
	max-width: 117.924528%;
	width: 117.924528% !important;
	padding: 0;
	overflow: hidden;
}
#content article.format-image .entry-content > :first-child img {
	display: block;
	width: 100%;
}

#content .indexed.format-image p {
	margin-bottom: 1.625em;
}
#content .format-image .wp-caption {
	background: #f1f1f1;
}
#content .format-image .wp-caption .wp-caption-text {
	color: #333;
}

#content .format-image .entry-content > .wp-caption:first-child .wp-caption-text {
	padding: 1.5em 1em 1.5em 40px;
	margin: 0;
}
#content .format-image .entry-content > .wp-caption:first-child .wp-caption-text:before {
	left: 20px;
	top: 1.1em;
	color: #ccc;
}

#content article.format-image .entry-content > :first-child + p {
	margin-top: 1.625em;
}

.indexed.format-image footer.entry-meta a:hover {
	color: #ff2401;
}
.indexed.format-image footer.entry-meta .edit-link a:hover {
	color: #fff;
}

#content article.sticky header .entry-format,
#content article.format-image header .entry-format,
#content article.format-gallery header .entry-format {
	position: absolute;
	top: 2.375em;
}

#content article.format-image footer {
	padding: 1.625em 7.6%;
	background: transparent;
}

.indexed.format-image div.entry-meta + div.entry-meta {
	text-align: right;
	width: 64%; /* to prevent odd line breaks when rounding percentages */
}

#content article.format-image .edit-link {
	position: absolute;
	bottom: 1.55em;
	right: 1.25em;
}

/* =========================================================================
 *   SINGULAR
 * ========================================================================= */

#content nav {
	padding: 0.6em 7.6%;
}

#nav-single {
	top: 0;
	float: right;
}

#nav-single .nav-previous {
	padding-right: 1em;
}

#nav-single .nav-next {
	padding-left: 1em;
	float: left;
}

.singular .hentry header .entry-meta {
	margin: 0;
	padding: 1.2em 0 1.2em 7.6%;
	left: 0;
	right: 0;
	border-bottom: 1px solid #eee;
}

.singular .entry-title {
	padding: 0.6em 0 0;
	font-size: 26px;
	line-height: 1.6em;
}

.singular #content .hentry.format-status .entry-content,
.singular #content .hentry.format-aside .entry-content,
.singular #content .hentry.format-link .entry-content {
	padding-top: 2.5em;
}

/* -------------------------------------------------------------------------
 *   Singular Quote Format
 * ------------------------------------------------------------------------- */

.singular #content .hentry.format-quote .entry-content {
	padding: 1.75em 7.6% 0;
}
.singular #content .format-quote .entry-content {
	border-width: 0 0 1px;
}

/* -------------------------------------------------------------------------
 *   Singular Image Format
 * ------------------------------------------------------------------------- */

.singular #content article.format-image .entry-title {
	padding-bottom: 0.6em;
}
.singular #content article.format-image img {
	max-width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

.singular #content article.format-image img:hover {

}

/* =========================================================================
 *   COMMENTS
 * ========================================================================= */

.singular #comments-title {
	text-align: center;
}

.commentlist .children li.comment .comment-meta {
	margin-left: 0;
}

.commentlist .children .avatar {
	position: relative;
	left: 0;
	top: 0;
	margin: 0 10px 0 0;
	float: left;
}

.commentlist > li.bypostauthor {
	background: #f6f6f6;
	border-color: #ddd;
}
.commentlist > li.bypostauthor:before {
	content: url(../twentyeleven/images/comment-arrow.png);
}
.commentlist .children > li.bypostauthor {
	background: #fff;
	border-color: #ddd;
}

/* =========================================================================
 *   FOOTER
 * ========================================================================= */

#colophon,
#site-generator, #colophon a {
	border: 0;
	color:#000;
	font-size:7px;
	text-transform:uppercase;
	text-align:center;	
	text-decoration:none;
	letter-spacing:2px;
	max-width: 700px;
	position: relative;
	margin: 0 auto;
	height:200px;
}

#left_gif{
	float: left;
	height: 130px;
	width: 130px;
	background-image:url(images/left.png);
	background-size:cover;

}
#right_gif{
	float: right;
	height: 130px;
	width: 130px;
	background-image:url(images/right.png);
	background-size:cover;
}
#cred{
	width: 100%;
	height: 27px;
	line-height: 4em;
	float: left;
	padding-top:19px 
}

/* Center WordPress.com Stats smiley. */
#wpstats {
	padding-left: 220px;
}

/* =========================================================================
 *   ARCHIVES
 * ========================================================================= */

.page-title {
	margin: 5.6em 0 1.6em;
}

/* =========================================================================
 *   SHOWCASE TEMPLATE
 * ========================================================================= */

#content article.intro {
	margin: 0;
	padding: 0.5em 0;

	background: transparent;

	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;

	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

#content article.intro .entry-header {
	padding-top: 1.5em;
}

#content article.intro .entry-content {
	padding: 0;
	overflow: hidden;
}

#content article.intro .entry-content p:first-child {
	font-size: 12px;
	color: #333;
	margin-bottom: 0.8em;
}

#content article.intro .edit-link a {
	top: 0.75em;
	right: 0;
}

.page-template-showcase-php .featured-posts {
	margin: 3.2em 0 4em;
	height: auto;
	min-height: 0;
}

.featured-posts .showcase-heading {
	padding-left: 0;
}

.featured-posts section.featured-post {
	position: relative;
	top: auto;
	height: auto;
}

section.feature-image.large img {
	padding: 6px 0;
}

#content section.feature-image.large article {
	background: transparent;
	left: 1.625em;
	margin: 1.625em 0 0 0;
	white-space: nowrap;
}

section.recent-posts .other-recent-posts {
	margin: 4em 0 1em;
	border-color: #ccc;
	border-style: dotted;
}

section.recent-posts .other-recent-posts .entry-title {
	padding: 0.75em 0;
	border-color: #ccc;
	border-style: dotted;
}

section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	padding: 0.75em 0 1em;
}

section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
	color: #888888;
}

 
/* =========================================================================
 *   TWITTER
 * ========================================================================= */
.tweet,
.query {
}

.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	font-size:12px;
	letter-spacing:2px;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 0 20px 0;
	list-style-type: none;
}

.tweet_list li a {
}

.tweet_time, .tweet_time a{
	font-size:9px;
	text-decoration:none
}

.tweet_list .tweet_avatar {
	float: left;
}

.tweet_list .tweet_avatar img {
}

/* =========================================================================
 *   MAILCHIMP FORM
 * ========================================================================= */

.mc_header {
	margin: 0 auto;
	width: 440px;
	height: 60px;
	float: left;
}
.mc_header #mc_embed_signup form  {
	display: block;
	 position: relative;
	 text-align: center;
	 padding: 0px!important;
	 font-size:14px;
	 width: 440px
}

.mc_header #mc_embed_signup input  {
	 color:#fff!important;
}
.mc_header #mc_embed_signup .mc-field-group input{
	border-bottom: 1px solid #fff !important;
	 font-weight: 300!important;
	 font-size: 12px;
}
.mc_header #mc_embed_signup .mc-field-group{
	clear: inherit;
	margin:0 auto;
	padding: 20px 10px 0;
}
.mc_header #mc_embed_signup .submit{
	float: left;
	width: 440px;

}
.mc_header #mc_embed_signup input: focus  {
	border-color: #fff!important;
	color:#fff!important;
}

.mc_header  #mc_embed_signup .button  {
	clear: both;
	color: #fff!important;
	font-weight: 500;
	border:none;
	 cursor: pointer;
	 display: inline-block;
	 height: 30px;
	 line-height:  12px;
	 margin: 0 5px 10px 0;
	 padding: 0 8px;
	 text-align: center;
	 text-decoration: none;
	 vertical-align: top;
	 white-space: nowrap;
	 width: auto;
	 font-size:10px;
	 text-transform: uppercase;
	letter-spacing: 1px;
}
.mc_header #mc_embed_signup .button:hover  {
	color:#ff2401!important
}

#mc_embed_signup{
	float: left;
}
#mc_embed_signup form  {
	display: block;
	 position: relative;
	 text-align: center;
	 padding: 30px 0 10px;
	 font-size:14px;
	 width: 400px
}


#mc_embed_signup input  {
	 -webkit-appearance: none;
	 color:#000!important;
	 background-color:transparent;
}



#mc_embed_signup input: focus  {
	border-color: #fff;
	color:#fff;
}

#mc_embed_signup .button  {
	clear: both;
	color: #ff2401!important;
	border:none;
	 cursor: pointer;
	 display: inline-block;
	 height: 22px;
	 line-height:  12px;
	 margin: 0 5px 10px 0;
	 padding: 0 8px;
	 text-align: center;
	 text-decoration: none;
	 vertical-align: top;
	 white-space: nowrap;
	 width: auto;
	 background-color:#000;
	 font-size:10px;
	 text-transform: uppercase;
	letter-spacing: 1px;
}

#mc_embed_signup .button:hover  {
	color:#fff
}

#mc_embed_signup .small-meta  {
	font-size:  11px;
}

#mc_embed_signup .nowrap  {
	white-space: nowrap;
}


#mc_embed_signup .mc-field-group  {
	clear: left;
	position: relative;
	padding-bottom: 3%;
	width: 200px;
	margin: 0 auto
	 
}

#mc_embed_signup .size1of2  {
	clear: none;
	 float: left;
	 display: inline-block;
	 width: 46%;
	 margin-right: 4%;
}

* html #mc_embed_signup .size1of2  {
	margin-right: 2%;
	 /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label  {
	display: block;
	 margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input  {
	display: block;
	font-size:14px;
	 width: 100%;
	 padding: 0;
	 font-weight: 500;
	 text-indent: 2%;
	 border: 3px solid #000 !important;
}

#mc_embed_signup .mc-field-group select  {
	display: inline-block;
	 width: 99%;
	 padding: 5px 0;
	 margin-bottom: 2px;
}


#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
	padding: 5px 0;
}

#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
	display: inline;
	 width: 60px;
	 margin: 0 2px;
	 letter-spacing: 1px;
	 text-align: center;
	 padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
	width: 40px;
}

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
	width: 30px;
}

#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
	display: none;
}


#mc_embed_signup .indicates-required  {
	text-align: right;
	 font-size: 11px;
	 margin-right: 4%;
}

#mc_embed_signup .asterisk  {
	color: #c60;
	 font-size: 200%;
}

#mc_embed_signup .mc-field-group .asterisk  {
	position: absolute;
	 top: 25px;
	 right: 10px;
}
        
#mc_embed_signup .clear  {
	clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul  {
	margin: 0;
	 padding: 5px 0;
	 list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li  {
	display: block;
	 padding: 3px 0;
	 margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label  {
	display: inline;
}

#mc_embed_signup .mc-field-group.input-group input  {
	display: inline;
	 width: auto;
	 border: none;
}


#mc_embed_signup div#mce-responses  {
	float: left;
	 top: -1.4em;
	 padding: 0em .5em 0em .5em;
	 overflow: hidden;
	 width: 90%;
	margin:  0 5%;
	 clear:  both;
}

#mc_embed_signup div.response  {
	margin: 1em 0;
	 padding: 1em .5em .5em 0;
	 font-weight: bold;
	 float: left;
	 top: -1.5em;
	 z-index: 1;
	 width: 80%;
}

#mc_embed_signup #mce-error-response  {
	display: none;
}

#mc_embed_signup #mce-success-response  {
	color: #529214;
	 display: none;
}

#mc_embed_signup label.error  {
	display: block;
	 float: none;
	 width: auto;
	 margin-left: 1.05em;
	 text-align: left;
	 padding: .5em 0;
}


#mc-embedded-subscribe  {
	clear: both;
	 width: auto;
	 display: block;
	 margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers  {
	font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span  {
	padding: .5em;
	 border: 1px solid #ccc;
	 margin-right: .5em;
	 font-weight: bold;
}


/* =========================================================================
 *   LANDING PAGE TEMPLATE
 * ========================================================================= */
 body.landing{
 	/*  background: url(images/bg.jpg); */
 	background-repeat: repeat;
	background-color: #000!important;
	padding: 0;
	margin: 0;

 }
 /* 2.3 */
.two_three #page{
	max-width: 1800px;
	padding-top: 0px;
}

.two_three #page #main #content{
	padding-top: 0px;
}
.two_three #content .hentry .entry-content{
	padding: 0px;
}
.two_three #content .hentry .entry-content div {
	text-align:center;
	margin: 0 auto
}
.two_three #content .hentry .entry-content img,  .two_three #content .hentry .entry-content img.size-full{
	margin-top: 0;
	width: 100%;
	max-width: 100%!important;
}
 .landing #content .hentry {
 	border: none;
 }

 .landing #content .hentry .entry-content{
 	background: transparent;
 }
  #fall-cover{
 	max-width: 760px;
 	margin: auto;
 }
 #video-cover{
    max-width: 960px;
    margin: auto;
    padding-top: 40px;
 }
 #fall-cover img{
	max-width: 100%;
 	height: auto;
 	text-align: center;
 }
 #ep-cover{
 	max-width: 100%
 }
 #ep-cover img{
	max-width: 100%;
 	height: auto;
 	text-align: center;
 }
#noontide-cover {
 	margin: 0 auto;
 	max-width: 350px;
}
#noontide-cover img{
	max-width: 100%;
 	height: auto;
 	text-align: center;
 }
 .landing h1 a{
 	text-decoration: none!important;
 	color: #ff2401;
 	font-weight: 400;
	letter-spacing: 5px;
 }
.landing h1 a:hover{
	color: #fff
}


/* =========================================================================
 *   RESPONSIVE STRUCTURE
 * ========================================================================= */

@media (min-width: 1200px) {
	#site-title a {
		font-size: 1.9em;
	}
}

@media (max-width: 800px) {
	#branding {
		position: relative;
		width: auto;
		text-align: center;

	}

	#page #branding #searchform {
		position: absolute;
		right: 0;
		margin-bottom: 0.3em;
	}
	#colophon,
	#site-generator, #colophon a {
		text-align:center
	}

	#page #branding #searchform {
		position: relative;
		right: auto;
		top: 0 !important;
	}

	#page #branding #s {
		margin: 0 auto;
		float: none;
		display: block;
	}

	#access ul {
	}

	#access li {
	}
	

}
@media (max-width: 720px) {
	
	#left_gif,#right_gif{
		display: none;
	}
	.mc_header{
		display: none;
	}
	#mc_embed_signup{
		float: none;
	}
	#mc_embed_signup .mc-field-group {
		padding-bottom: 1%
	}
	#mc_embed_signup form{
		width: auto;
	}
	#site-title{
		padding: 0px!important;
	}

	ul.icons, #access ul{
		width: 100%
	}

}
@media (max-width: 620px) {
	#sticky_navigation {
		position: relative !important;
	}
	#branding{
		height: 404px;
	}
	#site-title a {
		font-size: 2.4em;
	}

	#page #branding #searchform {
		position: relative;
		right: auto;
		top: 0 !important;
	}

	#page #branding #s {
		margin: 0 auto;
		float: none;
		display: block;
	}

	#access li {
		display: inline;
		float: none;
	}
	#access a {
		display: block;
		padding: 0;
		line-height: 1.5em;
	}
	.format-quote header .entry-meta {
		margin-left: 22.8%;
	}

	.commentlist {
		margin-left: 0;
	}

	.comment-meta {
		overflow: hidden;
		padding-top: 10px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist .avatar {
		float: left;
		margin-top: -10px;
		margin-right: 10px;
		margin-bottom: 5px;
	}

	.comment-content {
		padding-top: 7px;
	}
	/* =========================================================================
	 *   LANDING PAGE TEMPLATE
	 * ========================================================================= */
	 body.landing{
	 }
	#noontide-cover {
	max-width: 65%;
	}

	 .landing h1 a{
	 	text-decoration: none!important;
	 	color: #ff2401;
	 	font-weight: 400;
		letter-spacing: 1px;
		font-size: 12px
	}


}