/*
Theme Name: Young&Shining
Theme URI: http://www.youngandshining.com/
Description: Young&Shining WordPress theme.
Version: 1
Author: Hussain SM
Author URI: http://chugsdesigns.com/
*/

/* 
------------------------------------------------------ 
	GLOBAL RESET
------------------------------------------------------ */

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }

/* 
------------------------------------------------------ 
	HTML5 DISPLAY DEFINITIONS
------------------------------------------------------ */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* 
------------------------------------------------------ 
	GLOBAL STYLES
------------------------------------------------------ */

@font-face {
    font-family: 'Noticia';
    src: url('fonts/noticia/NoticiaText-Regular-webfont.eot');
    src: url('fonts/noticia/NoticiaText-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noticia/NoticiaText-Regular-webfont.woff') format('woff'),
         url('fonts/noticia/NoticiaText-Regular-webfont.ttf') format('truetype'),
         url('fonts/noticia/NoticiaText-Regular-webfont.svg#NoticiaTextRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'Noticia';
    src: url('fonts/noticia/NoticiaText-Italic-webfont.eot');
    src: url('fonts/noticia/NoticiaText-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noticia/NoticiaText-Italic-webfont.woff') format('woff'),
         url('fonts/noticia/NoticiaText-Italic-webfont.ttf') format('truetype'),
         url('fonts/noticia/NoticiaText-Italic-webfont.svg#NoticiaTextItalic') format('svg');
    font-weight: normal;
    font-style: italic;
	}
@font-face {
    font-family: 'Noticia';
    src: url('fonts/noticia/NoticiaText-Bold-webfont.eot');
    src: url('fonts/noticia/NoticiaText-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noticia/NoticiaText-Bold-webfont.woff') format('woff'),
         url('fonts/noticia/NoticiaText-Bold-webfont.ttf') format('truetype'),
         url('fonts/noticia/NoticiaText-Bold-webfont.svg#NoticiaTextBold') format('svg');
    font-weight: bold;
    font-style: normal;
	}
@font-face {
    font-family: 'Noticia';
    src: url('fonts/noticia/NoticiaText-BoldItalic-webfont.eot');
    src: url('fonts/noticia/NoticiaText-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noticia/NoticiaText-BoldItalic-webfont.woff') format('woff'),
         url('fonts/noticia/NoticiaText-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/noticia/NoticiaText-BoldItalic-webfont.svg#NoticiaTextBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
	}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Bold-webfont.eot');
    src: url('fonts/roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/Roboto-Bold-webfont.woff') format('woff'),
         url('fonts/roboto/Roboto-Bold-webfont.ttf') format('truetype'),
         url('fonts/roboto/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-BoldItalic-webfont.eot');
    src: url('fonts/roboto/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/Roboto-BoldItalic-webfont.woff') format('woff'),
         url('fonts/roboto/Roboto-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/roboto/Roboto-BoldItalic-webfont.svg#RobotoBoldItalic') format('svg');
    font-weight: normal;
    font-style: italic;
	}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
		}
body { 
	height: 100%;
	background: #f5f1ee;
	font: 16px/1.6em 'Noticia', Georgia, serif; 
	color: #454545;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	}

/* LINKS */

a:link { 
	text-decoration: none; 
	color: #ca4149; 
	}
a:visited { 
	text-decoration: none; 
	color: #ca4149; 
	}
a:hover { 
	text-decoration: none; 
	color: #933; 
	}
a:active, a:focus { 
	text-decoration: none; 
	color: #933; 
	}
a:hover,
a:active {
	outline: 0;
	}

/* SELECTION */

::-moz-selection {
	background: #f99;
	text-shadow: none;
	}
::selection {
	background: #f99;
	text-shadow: none;
	}

/* HEADLINES */

h1, h2, h3, h4, h5, h6 { 
	margin: 0 0 2.5em;
	font-family: 'Roboto', Arial, sans-serif;
	color: #19171a;
	}
h1 { 
	font-size: 5em;
	}
h2 { 
	font-size: 3.75em;
	}
h3 { 
	font-size: 2.5em; 
	}
h4 { 
	font-size: 1.25em; 
	}
h5 { 
	font-size: 1em; 
	}
h6 { 
	font-size: 0.875; 
	}

/* PARAGRAPHS */

p { 
	margin-bottom: 2.5em; 
	}

/* MISC */

strong { 
	font-weight: bold; 
	}
cite, em, dfn { 
	font-style: italic; 
	}
code, kbd, samp, pre, tt, var { 
	font-size: 0.75em; 
	font-family: monaco, "Lucida Console", courier, mono-space; 
	}
pre, address { 
	margin-bottom: 1.25em; 
	}
code, pre { 
	color: #999; 
	} 
caption { 
	padding-bottom: 0.625em; 
	}
del { 
	text-decoration: line-through; 
	color: #666; 
	}
ins, dfn { 
	border-bottom: 1px solid #dbd6cc; 
	}
small { 
	font-size: 0.625em; 
	}
abbr, acronym { 
	text-transform: uppercase; 
	font-size: 0.625em; 
	letter-spacing: 0.1em; 
	}
a abbr, a acronym { 
	border: none; 
	}
abbr[title], acronym[title], dfn[title] { 
	cursor: help; 
	border-bottom: 1px solid #dbd6cc; 
	}
sup { 
	vertical-align: super; 
	font-size: 0.625em; 
	}
sub { 
	vertical-align: sub; 
	font-size: 0.625em; 
	}

/* QUOTES */

blockquote { 
	margin: 2.5em 0;
	padding: 0; 
	font: 1em/1.4em 'Roboto', Arial, sans-serif;
	}
blockquote *:first-child { 
	margin: 5px 0; 
	}
cite {
	font: 1em/1em 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}

/* F O R M S */

form { 
	margin-bottom: 1.25em; 
	}
fieldset { 
	margin: 1.25em 0;
	padding: 0 0.625em 0.625em 0.625em; 
	border: 1px solid #888485; 
	}
legend { 
	padding: 0 5px; 
	background: #fff; 
	}
legend+* { 
	margin-top: 0.625em; 
	}
textarea {
	padding: 0.625em; 
	border: 1px solid #888485;
	background: #fff; 
	font: 1em 'Roboto', Arial, sans-serif; 
	}
textarea:hover {
	border-color: #aaa; 
	}
textarea:focus {
	border-color: #888; 
	outline: 1px solid #ffffaa; 
	}
select { 
	padding: 0.625em; 
	border: 1px solid #888485;
	background: #fff; 
	font: 1em 'Roboto', Arial, sans-serif; 
	cursor: pointer;
	}
select:hover { 
	border-color: #aaa; 
	}
select:focus { 
	border-color: #888; 
	outline: 1px solid #ffffaa; 
	}
option { 
	padding: 0.625em; 
	}
input { 
	padding: 0.625em; 
	border: 1px solid #888485;
	font: 1em 'Roboto', Arial, sans-serif;
	cursor: pointer; 
	}
input[type='text'] { 
	background: #fff; 
	border: 1px solid #888485;
	}
input[type='text']:hover, 
input[type='password']:hover { 
	border-color: #aaa; 
	}
input[type='text']:focus, 
input[type='password']:focus { 
	border-color: #888; 
	outline: 1px solid #ffffaa; 
	}
input[type='text'] { 
	cursor: text; 
	}
input[type='radio'], 
input[type='checkbox'] { 
	padding: 0;
	border: none; 
	}

/* H R */

hr {
	display: block; 
	width: 100%;
	margin: 1.25em 0;
	padding: 0;
	border: none;
	border-top: 1px solid #dbd6cc;
	color: #dbd6cc;
	text-align: center;
	}
hr:after {
	display: inline-block;
	position: relative; 
	top: -0.625em;  
	padding: 0 0.625em;
	background: #fff;
	font-size: 1.25em;
	line-height: 1em;
	content: "\2022 \2022 \2022";
	}


/* LISTS */

ul {
	margin: 0 1.25em 1.25em;
	}
ul li { 
	list-style-type: square; 
	margin-left: 0.625em; 
	}
ol { 
	list-style-position: outside; 
	list-style-type: decimal; 
	margin: 0 0.625em 0 1.25em;
	}
ol ol, 
ul ol { 
	margin-left: 1.25em; 
	}
dl {
	margin-bottom: 0;
	}
dt { 
	margin: 0 0 1.25em;
	}

/* TABLES */

table { 
	margin-bottom: 1.25em;
	border-top: 1px solid #dbd6cc;  
	border-left: 1px solid #dbd6cc; 
	}
th, td { 
	padding: 5px;
	border-bottom: 1px solid #dbd6cc; 
	border-right: 1px solid #dbd6cc; 
	}
th, 
thead td { 
	background: #eee;
	font-weight: bold; 
	}
tfoot { 
	background: #eee;
	}

/* I M A G E	 S T Y L E S */

img {
	max-width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
	}
.alignleft, 
.wp-caption.alignleft  {
	float: left;
	margin: 0.625em 1.25em 0.625em 0!important;
	padding: 0;
	border: none;
	}
.alignright, 
.wp-caption.alignright {
	float: right;
	margin: 0.625em 0 0.625em 1.25em!important;
	padding: 0;
	border: none;
	}
.aligncenter, 
.wp-caption.aligncenter {
	display: block;
	margin: 1.25em auto!important;
	padding: 0;
	border: none;
	}
img.border {
	border: 1px solid #dbd6cc;
	}
a img {
	border: none;
	}

/* C A P T I O N S */

.wp-caption {
	padding: 5px 0;
	margin: 0 0 1.25em;
	background: #fff;
	text-align: center;
	}
.wp-caption img {
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	margin: -7px 5px 0;
	padding: 0.625em 5px;
	border: 1px solid #dbd6cc;
	font-size: 0.75em;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	}

/* 
------------------------------------------------------ 
	LAYOUT
------------------------------------------------------ */

/* 
------------------------------------------------------ 
SIDE
------------------------------------------------------ */

.top-bar {
	font-family: 'Roboto', Arial, sans-serif; 
	}
.top-bar ul li {
	margin-left: 0;
	list-style: none;
	}
.top-bar li.name {
	margin-left: 1.25em;
	}
.top-bar ul li.description {
	margin-left: 2.5em;
	font-size: 0.875rem;
	}

/* TITLE */

li.name a {
	display: block;
	width: 127px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(i/title-alt.png) no-repeat 50% 50%;
	font: 1.125em/1em 'Roboto', Arial, sans-serif; 
	color: #19171a;
	line-height: 45px;
	opacity: 0.9;
	}
li.name a:hover {
	opacity: 1;
	}

/* 
------------------------------------------------------ 
HOMEPAGE
------------------------------------------------------ */

.interview-item-featured .interview-image {	
	margin-bottom: 2.5em;
	}
.interview-content {	
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
	border-bottom: 1px solid #888485;
	}
.interview-item .interviewee-info-inner {
	margin-bottom: 1.125em;
	padding-bottom: 0;
	border-bottom: none;	
	}
.interview-item .interviewee-bio {	
	font-size: 0.875em;	
	}
.archives-link {
	border-bottom: 1px solid #888485;
	}
.archives-link a {
	margin-bottom: 1.5em;
	}
.archives-link span {
	display: block;
	font: 5em 'Roboto', Arial, sans-serif;
	}

/* 
------------------------------------------------------ 
INTERVIEW
------------------------------------------------------ */

/* INTERVIEW MAIN */

.interview .interview-image {
	margin-bottom: 2.5em;
	}
h1.interviewee-name {
	margin: 0;
	font-size: 5em;
	line-height: 1em;
	}
.interviewee-info {

	}
.interviewee-info-inner {
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
	border-bottom: 1px solid #878787;	
	font: 0.875em 'Roboto', Arial, sans-serif;
	}
h2.interview-headline {
	margin: 0 0 0.875em;
	font-size: 2.25em;
	line-height: 1.2em;
	}
.interview-intro {
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
	border-bottom: 1px solid #878787;
	font-size: 1.125em;
	}
.interview-question {
	margin-bottom: 1.25em;
	padding-left: 2.5em;
	background: url(i/icon-q.png) no-repeat 0 4px;
	font-weight: bold;
	}
.interview-question p {
	margin: 0;
	}
.interview-answer {
	margin-bottom: 2.5em;
	padding-left: 2.5em;
	background: url(i/icon-a.png) no-repeat 0 4px;
	}
blockquote.interview-quote {
	font-size: 1.5em;
	line-height: 1.2em;
	}

/* INTERVIEW SIDE */

.interview-side-section {
	margin-bottom: 1.25em;
	padding-bottom: 1.25em;
	border-bottom: 1px solid #878787;	
	font-size: 0.875em;
	line-height: 1.6em;
	}
.interview-side-section h3 {
	margin: 0 0 1.25em;
	font-size: 1.125em;
	}
.interviewee-bio-links {
	margin: 1.25em 0 0;
	}
.interviewee-bio-links li {
	display: inline;
	margin: 0 0.625em 0 0;
	padding: 0 0.625em 0 0;
	border-right: 1px solid #454545;
	list-type: none;
	}
.interviewee-bio-links li:last-child {
	margin: 0;
	padding: 0;
	border-right: none;
	}

/* 
------------------------------------------------------ 
COMMENTS
------------------------------------------------------ */
.comments h3 {
	margin: 0 0 1.25em;
	font-size: 1.875em;
	}

/* 
------------------------------------------------------ 
PAGINATION
------------------------------------------------------ */

.pagination-single {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	padding: 1.25em 0;
	border-top: 1px solid #888485;			
	border-bottom: 1px solid #888485;
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.2em;
	}
div.pagination-single-right {
	text-align: right;
	}
.pagination-single a {
	display: block;
	}
.pagination-single a span.pagination-single-text {
	display: block;
	font-size: 0.875em;
	color: #999;
	}
.pagination-single a span.pagination-single-title {
	font-size: 1.125em;
	}
div.wp-pagenavi {
	height: 40px;
	margin: 0 40px 40px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 1em/1em 'Roboto', Arial, sans-serif;
	}
div.wp-pagenavi a, 
div.wp-pagenavi span {
	display: inline-block;
	height: 40px;
	margin: 0;
	padding: 0 1em;
	border-right: 1px solid #dbdbdb;
	line-height: 40px;
	}
div.wp-pagenavi span.pages, 
div.wp-pagenavi span.extend, 
div.wp-pagenavi span.current {
	color: #000;
	}
div.wp-pagenavi a:hover {
	background: #ef3e98;
	color: #fff;
	}
div.wp-pagenavi span.current {
	background: #000;
	color: #fff;
	}

/* 
------------------------------------------------------ 
PAGE - COMMON
------------------------------------------------------ */

.page-image {	
	position: relative;
	}
.photo-credit {	
	position: absolute;
	right: 5%;
	bottom: 10px;
	font-size: 0.65em;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
	opacity: 0.8;
	}
.photo-credit a {
	text-decoration: underline;
	color: #fff;
	}
.page-header {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
	border-bottom: 1px solid #888485;
	}
h1.page-title {
	margin: 0;
	font-size: 5em;
	line-height: 1em;
	}
.page-content {
	margin-bottom: 2.5em;
	}

/* 
------------------------------------------------------ 
PAGE - ABOUT 
------------------------------------------------------ */


/* 
------------------------------------------------------ 
PAGE - ARCHIVES 
------------------------------------------------------ */

h2.interviewee-name {
	margin: 0;
	font-size: 2.5em;
	line-height: 1em;
	}

/* 
------------------------------------------------------ 
PAGE - SEARCH RESULTS 
------------------------------------------------------ */

.search-result {
	margin: 2.5em 0 0;
	padding: 2.5em 0 0;
	border-top: 1px solid #888485;
	}
.search-result h2.post-title {
	margin: 0 0 0.625em;
	font-size: 2.5em;
	line-height: 1em;
	}
.search-result div.post-thumbnail {
	margin: 0 0 0.625em;
	}

/* SEARCH FORM */

#search {
	margin: 0 0 2.5em;
	}
#searchform {
	margin: 0;
	}
#searchform fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}
#searchform label {
	display: block;
	margin: 0;
	font-size: 0.625em; 
	text-transform: uppercase;
	}
#searchform #s {
	float: left;
	width: 60%;
	height: 40px;
	margin: 0;
	padding: 0 5px;
	background: transparent;
	border: 1px solid #888485;
	font-size: 0.875em; 
	line-height: 40px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
#searchform #form-search-submit {
	float: left;
	width: auto;
	height: 40px;
	overflow: visible;
	padding: 0 1.25em;
	background: #ca4149;
	border: 1px solid #ca4149;
	border-left: none;
	font: 1.125em 'Roboto', Arial, sans-serif; 
	color: #f5f1ee;
	line-height: 40px;
	vertical-align: top;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
#searchform #form-search-submit:hover {
	background: #933;
	color: #f5f1ee;
	}

/* 
------------------------------------------------------ 
PAGE - CONTACT 
------------------------------------------------------ */

/* FORM */

form.wpcf7-form {
	margin: 0 0 2.5em;
	padding: 2.5em 0 0;
	}
form.wpcf7-form fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}
form.wpcf7-form legend { 
	margin: 0 0 1.25em; 
	padding: 0;
	font-size: 0.875;  
	}
form.wpcf7-form legend+* { 
	margin-top: 0; 
	}
form.wpcf7-form p {
	margin: 0 0 1.25em;
	padding: 0;
	}
form.wpcf7-form label {
	display: block;
	margin: 0 0 0.625em;
	font-size: 0.75em;
	}
form.wpcf7-form label em {
	font-style: normal;
	color: #999;
	}
form.wpcf7-form input {
	width: 100%;
	margin: 0;
	padding: 0.625em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
form.wpcf7-form textarea {
	width: 100%;
	margin: 0;
	padding: 0.625em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
form.wpcf7-form .wpcf7-submit {
	width: auto;
	height: 40px;
	overflow: visible;
	padding: 0 1.25em;
	background: #ca4149;
	border: 1px solid #ca4149;
	border-left: none;
	font: 1.125em 'Roboto', Arial, sans-serif; 
	color: #f5f1ee;
	line-height: 40px;
	vertical-align: top;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
form.wpcf7-form .wpcf7-submit:hover {
	background: #933;
	color: #f5f1ee;
	}
#form_contact_captcha_image {
	display: block;
	margin: 0 0 5px;
	}
div.wpcf7 {
	margin: 0;
	padding: 0;
	}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	}
span.wpcf7-form-control-wrap {
	position: relative;
	}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
	}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
	}
span.wpcf7-list-item {
	margin-left: 0.5em;
	}
.wpcf7-display-none {
	display: none;
	}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
	}
div.wpcf7 .watermark {
	color: #888;
	}

/* 
------------------------------------------------------ 
PAGE - ERROR
------------------------------------------------------ */

body.error404 .page-content h3 {
	margin: 0 0 0.625em;
	}
body.error404 .page-content ol li {
	margin: 0 0 0.625em;
	}
body.error404 .page-content form#searchform {
	margin: 0.625em 0 0;
	}

/* 
------------------------------------------------------ 
BOTTOM
------------------------------------------------------ */

body.page .bottom, 
body.error404 .bottom, 
body.search .bottom {
	padding-top: 2.5em;
	border-top: 1px solid #888485;
	}
body.home .bottom {
	padding-top: 2.5em;
	}
body.page-archives .bottom {
	padding-top: 0;
	border-top: none;
	}
.bottom h3 {
	margin: 0 0 1.25em;
	font-size: 1.125em;
	}

/* BOTTOM NEWS */

.bottom-news {
	margin-bottom: 2.5em;
	}
.bottom-news-item {
	margin: 0 0 1.25em;	
	font-size: 0.75em;
	line-height: 1.6em;
	}
.bottom-news-item p {
	display: inline;
	margin: 0;	
	}

/* BOTTOM FOLLOW */

.bottom-follow {
	margin-bottom: 2.5em;
	}
.bottom-follow p {
	margin: 0;
	font-size: 0.75em;
	}

/* BOTTOM NEWSLETTER */

.bottom-follow-newsletter {
	margin-bottom: 1.25em;
	}
#form-newsletter, 
#mc-embedded-subscribe-form {
	margin: 0;
	}
#form-newsletter-email, 
#mce-EMAIL {
	float: left;
	width: 160px;
	height: 40px;
	margin: 0;
	padding: 0 5px;
	background: transparent;
	border: 1px solid #888485;
	font-size: 0.875em; 
	line-height: 40px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
#form-newsletter-submit, 
#mc-embedded-subscribe {
	float: left;
	width: auto;
	height: 40px;
	overflow: visible;
	padding: 0 1.25em;
	background: #ca4149;
	border: 1px solid #ca4149;
	border-left: none;
	font: 1.125em 'Roboto', Arial, sans-serif; 
	color: #f5f1ee;
	line-height: 40px;
	vertical-align: top;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
#form-newsletter-submit:hover, 
#mc-embedded-subscribe:hover {
	background: #933;
	color: #f5f1ee;
	}
.bottom-follow-social ul {
	margin: 0;
	}
.bottom-follow-social ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	} 
.bottom-follow-social ul li a {
	display: block;
	width: 40px;
	height: 0px !important;
	height /**/: 40px;
	overflow: hidden;
	padding: 40px 0 0 0;
	margin: 0 1.25em 0 0;
	border: 1px solid #888485;
	}
.bottom-follow-social ul li a:hover {
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	}
.bottom-follow-social ul li#bottom-follow-twitter a {
	background: #ca4149 url(i/icon-twitter.png) no-repeat 0 0;
	}
.bottom-follow-social ul li#bottom-follow-twitter a:hover {
	background: #933 url(i/icon-twitter.png) no-repeat 0 0;
	}
.bottom-follow-social ul li#bottom-follow-facebook a {
	background: #ca4149 url(i/icon-facebook.png) no-repeat 0 0;
	}
.bottom-follow-social ul li#bottom-follow-facebook a:hover {
	background: #933 url(i/icon-facebook.png) no-repeat 0 0;
	}
.bottom-follow-social ul li#bottom-follow-feed a {
	background: #ca4149 url(i/icon-feed.png) no-repeat 0 0;
	}
div.bottom-follow-social ul li#bottom-follow-feed a:hover {
	background: #933 url(i/icon-feed.png) no-repeat 0 0;
	}

/* 
------------------------------------------------------ 
FOOTER
------------------------------------------------------ */

#footer {
	padding: 2.5em 0;
	background: #19171a;
	color: #ccc;
	line-height: 1em;
	}
#footer a:link {
	color: #ca4149;
	}
#footer ul {
	margin: 0;
	font: 0.75em 'Roboto', Arial, sans-serif;
	}
#footer ul li {
	display: inline;
	margin: 0 0.625em 0 0;
	padding: 0 0.625em 0 0;
	border-right: 1px solid #ccc;
	list-style: none;
	}
#footer ul li:last-child {
	margin: 0;
	padding: 0;
	border-right: none;
	}

/* 
------------------------------------------------------ 
FOUNDATION OVERRIDES
------------------------------------------------------ */

.top-bar {
	margin-bottom: 0;
	}
.top-bar,
.top-bar-section ul, 
.top-bar-section ul li a, 
.top-bar-section li a:not(.button), 
.top-bar.expanded .title-area,
.contain-to-grid {
	background: #ca4149;
	}

/* 
------------------------------------------------------ 
MEDIA QUERIES
------------------------------------------------------ */

@media only screen and (max-width: 768px) {
.footer-bottom-section.links {
	margin-bottom: 1.25em;
	}
}

@media only screen and (max-width: 480px) {
h1.interviewee-name {
	font-size: 3em;
	}
h1.page-title {
	font-size: 3em;
	}
h2.interview-headline {
	font-size: 1.5em;
	}
body.page-archives .interview-image, 
body.home .interview-image {
	margin-bottom: 1.25em;
	}

}

/* 
------------------------------------------------------ 
	M I S C
------------------------------------------------------ */

/* HELPER CLASSES */

/* For image replacement */
.ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }
/* Hide from both screenreaders and browsers */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { clear:both; }