/*
Theme Name: Bernadette Wegenstein
Theme URI: http://bernadettewegenstein.com
Author: Bryan Klausmeyer
Author URI: http://bryan.ivystreet.net/
Description: Bernadette Wegenstein
Version: 2.5
*/



/* =Reset Default CSS
-------------------------------------------------------------- */

html, body, , span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img, a img {
	border: 0 !important;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #fff;
    font: normal 62.5%/1.2 "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	color: #333;
}

a {
	color: #878787;
	text-decoration: none;
}

a:hover {
    color: #333;
}

a[href$=".pdf"]:before,
a[href$=".doc"]:before,
a[href$=".docx"]:before {
    font-family: "Noticons";
    content: '\f443';
    font-size: 16px;
    line-height: 0;
    position: relative;
    top: 3px;
	margin: 0 0.1em 0 0;
	font-style: normal !important;
}

a[href$=".pdf"]:after { content: " (PDF)"; font-style: normal !important; }
a[href$=".doc"]:after { content: " (DOC)"; font-style: normal !important; }
a[href$=".docx"]:after { content: " (DOCX)"; font-style: normal !important; }

#page {
	width: 92%;
	margin: 4em 4% 0 4%;
	text-align: left;
}

p {
	font-size: 1.4em;
	line-height: 1.6;
	margin-bottom: 1.5em;
	hyphenate: auto;
}

h1 {
	font: normal 5em/1.2 "Oswald", "Futura", "Impact", sans-serif;
	margin-bottom: 0.5em;
}

h2 {
	font: normal 2.2em/1.5 "Oswald", "Futura", "Impact", sans-serif;
	margin-bottom: 1em;
}

h3,h4 {
	font: normal 1.8em/1.5 "Oswald", "Futura", "Impact", sans-serif;
	text-transform: uppercase;
	margin-bottom: 1em;
	color: #878787;
}

ul + h1,
ul + h2,
ul + h3,
ul + h4 {
	margin-top: 2.5em;
}

/* =Header
-------------------------------------------------------------- */

header {
	padding: 0 4%;
	background: #FFD204;
}

#header-inner {
	margin: 0 1%;
	padding: 4em 0;
	text-align: left;
}

#masthead {
	display: block;
	float: left;
	text-align: left;
}

#masthead h2 {
	font-size: 2.4em;
	line-height: 1 !important;
	text-transform: uppercase;
	margin-bottom: 0.2em !important;	
}

#masthead h2 a {
	color: #333;
}

#masthead .description {
	font-family: "Oswald", "Futura", "Impact", sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #333;
}

#nav {
	float: right;
	font: normal 1.2em/1.2 "Oswald", "Futura", "Impact", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid rgba(0,0,0,0.1);
}

#nav li {
	list-style: none;
	display: inline !important;
	text-align: right;
}

#nav li a {
	display: block;
	float: left;
	color: rgba(0,0,0,0.5);
	padding: 1em;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#nav li a:hover,
#nav li.current_page_item a,
#nav li.current_page_parent a {
	color: #fff !important;
	background: #333;
}


/* =Content
-------------------------------------------------------------- */

#content {
	display:inline;
	float: left;
	position: relative;
	width: 64.667%;
	margin-left: 1%;
	margin-right: 1%;
}

#content .post {
	margin-bottom: 4em;
	position: relative;
}

#content .post h2 {
	text-transform: uppercase;
	margin-bottom: 0.25em;
}

#content .post h2 a {
	color: #333;
}

#content .post h2 a:hover {
	background-color: #FFD204;
}

#content .post h3.meta {
	font-size: 1.6em;
	line-height: 2;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#content .post .comments {
	border-left: 1px solid #ddd;
	margin: 0 0.5em;
	padding: 0 0.5em;
}

#content .post .comments a { color: #878787 !important; }
#content .post .comments a:hover { color: #333 !important; }

#content .post .comments a:before {
    font-family: "Noticons";
    content: '\f300';
    font-size: 16px;
    line-height: 0;
    position: relative;
    top: 1px;
	margin: 0 0.25em 0 0;
}

#content .entry {
	position: relative;
}

#content .entry a {
	border-bottom: 1px solid #ddd;
}

#content .entry a:hover {
	border-bottom: 1px solid #333;
}

#content .entry img,
#content .entry h2 a {
	border: 0 !important;
}

#content .entry ul {
	margin-bottom: 1.5em;
}

#content .entry ul li {
	list-style-type: none;
	line-height: inherit;
	margin-top: 1.5em;
	font-size: 1.4em;
	line-height: 1.6;
}

#content hr {
	background: #ddd;
	width: 100%;
	height: 1px;
	border: 0;
	margin: 2em 0;
}

#content blockquote {
	padding: 1.5em;
	margin-bottom: 1.5em;
	background-color: #efefef;
	color: #494949;
}

#content .wp-caption {
	margin: 0 -250px 0 2em;
	float: right;
	padding: 0 0 2em 2em;
	border-left: 1px solid #ddd;
}

	#content .wp-caption p.wp-caption-text {
		margin-top: 1em;
		font: normal 1.4em/1.2 "Oswald", "Futura", "Impact", sans-serif;
		color: #878787;
	}

	#content .wp-caption img {
		width: 100%;
		margin: 0 !important;
		float: none !important;
		height: inherit !important;
		border-bottom: 4px solid #ddd;
	}

	#content .alignright {
		margin: 0 -250px 0 2em;
		float: right;
		padding: 0 0 2em 2em;
		border-left: 1px solid #ddd;
	}

#content .hide {
	display: none;
}


#content .more {
	background-color: #333;
	color: #fff;
	padding: 0.5em 1em;
	text-transform: uppercase;
	font: normal 1em/1.5 "Oswald", "Futura", "Impact", sans-serif !important;
	letter-spacing: 1px;
	border: 0px !important;
	text-decoration: none !important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#content .more:hover,
#content .active {
	background: #FFD204;
	color: #333;
}

#content .more:after {
    font-family: "Noticons";
    content: '\f429';
    font-size: 16px;
    line-height: 0;
    position: relative;
    top: 2px;
	margin: 0 0 0 0.25em;
}

a.post-edit-link {
	background-color: #333;
	color: #fff !important;
	padding: 0.5em 1em;
	text-transform: uppercase;
	font: normal 1em/1.5 "Oswald", "Futura", "Impact", sans-serif !important;
	letter-spacing: 1px;
	border: 0px !important;
	text-decoration: none !important;
	opacity: 0.3;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

a.post-edit-link:hover { opacity: 1; }

a.post-edit-link:before {
    font-family: "Noticons";
    content: '\f411';
    font-size: 16px;
    line-height: 0;
    position: relative;
    top: 2px;
	margin: 0 0.25em 0 -0.25em;
}



/* =Home
-------------------------------------------------------------- */

#nav .page-item-2 a:before {
    font-family: "Noticons";
	content: '\f409';
    font-size: 16px;
    line-height: 0;
    position: relative;
    top: 3px;
	margin: 0 0.25em 0 -0.25em;
}
#bigpic {
	background: url(img/header.jpg) 50% 25% !important;
	height: 300px;
	margin: 0 0 40px 0;
	padding-top: 0;
	width: 100%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

span.big {
	display: block;
	font: normal 3.2em/1.2 "Oswald", "Futura", "Impact", sans-serif;
	float: right;
}



/* =Film
-------------------------------------------------------------- */

.page-id-15 #footer-contents {
	margin-top: 0 !important;
	border: 0;
}

#film #holder {
	height: 500px;
}

#film #maximage {
	position: relative !important;
}

#film .mc-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;
}

#film .in-slide-content {
	margin: 0 4%;
	width: 92%;
	position: absolute;
	top:0;
	right:0;
}

#film .in-slide-content h1 {
	margin: 4em 1% 0 1%;
	padding: 0.1em 0.25em;
	background: rgba(0,0,0,0.8);
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 8em;
	text-align: left;
	text-transform: uppercase;
}

#film .in-slide-content h1 a {
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#film .in-slide-content h1 a:hover {
	color: #FFD204;
}

#film .in-slide-content p.edit a {
	float: right;
	margin: 1.5em 1% 0 1%;
}

#film-nav {
	z-index: 10000;
	position: absolute;
	left: 0;
	right: 0;
}

#film-nav span { display: none !important; }

#film-nav a:before,
#film-nav a:after {
	border-radius: 100%;
	background: #FFD204;
	color: #333;
    font-family: "Noticons";
    font-size: 64px;
    line-height: 0;
    position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#arrow_left:before { content: '\f430'; }
#arrow_right:after { content: '\f429'; }

#film-nav a:hover:before,
#film-nav a:hover:after {
	background: #333;
	color: #fff;
}

#film-nav a + a { margin-left: 1.5em; }


/* =Writing
-------------------------------------------------------------- */

#writing #content { width: 100%; }

.cat-writing + h3 {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #ddd;
}

.entry-writing {
	float: left;
	width: 18em;
	height: 24em;
	background: #efefef;
	margin-right: 2em;
	margin-bottom: 2em;
}

.entry-writing a.pic {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.entry-writing a.pic span.title {
	opacity: 0;
	padding: 15px;
	background: rgba(0,0,0,0.9);
	max-height: 0;
	color: #fff;
	font: 1.5em/1.5 "Oswald", "Futura", "Impact", sans-serif;
	display: block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.entry-writing a.pic:hover span.title {
	opacity: 1;
	max-height: 24em !important;
}

	.entry-writing a.pic span.title span.year {
		display: block;
		padding-top: 0.5em;
		font-size: 0.9em;
		opacity: 0.7;
	}

.entry-writing span.edit-post-link a {
	display: none !important;
}

.entry-writing:hover span.edit-post-link a {
	display: block !important;
	margin: -35px 15px 0 15px;
	font-size: 1.2em;
}


	/* single page */

	#content.writing-entry {
		width: 100% !important;
	}

	.writing-entry .cover {
		width: 18em;
		margin: 0 2em 2em 0;
		float: left;
	}

	.writing-entry .cover img {
		width: 18em !important;
		height: auto !important;
		border: 1px solid #ddd;
	}

	.writing-entry h2 {
		font-size: 3em;
		line-height: 1.2 !important;
		margin-bottom: 0.5em;
	}

	.writing-entry .entry p.metadata {
		font: 1.6em/1.5 "Oswald", "Futura", "Impact", sans-serif;
		color: #878787;
	}


/* =Academia
-------------------------------------------------------------- */

#cams {
	background: #efefef;
	padding: 0.5em 2em;
	margin-bottom: 2em;
}


/* =News
-------------------------------------------------------------- */

#comments,
#respond {
	border-top: 2px solid #ddd;
	margin: 4em 0 1em 0;
	padding: 1em 0 0 0;
}

ol.commentlist li + li {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #ddd;
}

ol.commentlist li .comment-author {
	font-size: 1.4em;
	line-height: 1.6;
}

ol.commentlist li cite.fn {
	font-style: normal !important;
	font-weight: bold;
}

ol.commentlist li .vcard img {
	float: right;
}

ol.commentlist li .comment-meta {
	font-size: 1.2em;
	line-height: 1.6;
	margin-bottom: 1em;
}

ol.commentlist li .comment-meta a { color: #878787 !important; }
ol.commentlist li .comment-meta a:hover { color: #333 !important; }

ol.commentlist li .reply {
	font-size: 1.2em;
	line-height: 1.6;
	margin: -0.75em 0 1.5em 0;
}

ol.commentlist li .reply a {
	padding: 0.25em 0.5em;
	border: 1px solid #ddd;
	border-radius: 10px;
}

ol.commentlist li .reply a:before {
    font-family: "Noticons";
    content: '\f412';
    font-size: 16px;
    line-height: 0;
    position: relative;
    top: 3px;
	margin: 0 0.25em 0 0;
	font-style: normal !important;
}

ol.commentlist li ul.children li,
ol.commentlist li ul.children li + li {
	margin: 1em 0 0 2.5em;
	padding-top: 1em;
	border-top: 1px solid #ddd;
}

#respond form textarea {
	font-size: 1em;
	width: 100%;
	height: 150px;
	padding: 1em;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#respond form #submit {
	font-size: 1.6em;
	padding: 10px;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}

#respond #cancel-comment-reply {
	font-size: 14px;
	line-height: 180%;
}

#respond form input[type="text"] {
	margin-top: 10px;
	padding: 3px;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 180%;
	width: 220px;
	border: 1px solid #ccc;
}

#respond form label {
	margin-left: 5px;
}



/* =Contact
-------------------------------------------------------------- */

#contact-info { margin: 2em 0 4em 0; }

.mod {
	margin-top: 1.25em;
	padding-top: 1.25em;
	border-top: 1px solid #ddd;
	clear: both;
}

.mod-meta {
	width: 18%;
	margin: 0 2em 0 0;
	float: left;
	line-height: 1.6;
	font-size: 1.4em;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #878787;
}

.mod-body {
	width: 75%;
	float: right;
	line-height: 1.6;
	font-size: 1.4em;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}

.mod-meta:before {
    font-family: "Noticons";
    font-size: 16px;
    line-height: 0;
    position: relative;
    top: 3px;
	margin: 0 0.25em 0 0;
	font-style: normal !important;
}

.location .mod-meta:before { content: '\f417'; }
.hours .mod-meta:before { content: '\f306'; }
.phone .mod-meta:before { content: '\f437'; }
.email .mod-meta:before { content: '\f410'; }



/* =Sidebar/Widgets
-------------------------------------------------------------- */

#widgets {
	width: 23.0%;
	display:inline;
	float: right;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

#widgets a {
	border-bottom: 1px solid #ddd;
}

#widgets a:hover {
	border-bottom: 1px solid #333;
}

#widgets h1 {
	font-size: 4em;
}

#widgets h4 {
	margin-bottom: 0.5em;
}

#widgets ul + h4 {
	margin-top: 2em;
}

#widgets ul {
	font-size: 1.2em !important;
}

#widgets ul li + li {
	margin-top: 0.75em;
}

#widgets ul#recentcomments li,
#widgets ul li {
	line-height: 1.4;
}


/* =Footer
-------------------------------------------------------------- */

footer {
	width: 92%;
	padding: 0 4%;
	font-family: "Oswald", "Futura", "Impact", sans-serif;
	text-transform: uppercase;
}

footer a {
	text-decoration: none !important;
}

#footer-contents {
	border-top: 1px solid #ddd;
	margin: 4em 1% 0 1%;
	padding: 2em 0 6em 0;
	text-align: left;
}

footer .copy {
	float: left;
	width: 64.667%;
	display:inline;
	position: relative;
}

footer .copy p {
	color: #878787;
	margin: 0 !important;
}

footer .search {
	float: right;
	width:23.0%;
	display:inline;
	position: relative;
}

footer .search form label,
footer .search form input[type=submit] { display: none !important; }

footer .search input#s {
	background: #fff url(img/icon_search.png) no-repeat 10px 50%;
	font: normal 1.4em/1.2 "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	width: 80%;
	float: right;
	padding: 0.5em 1em 0.5em 2.5em;
	border-radius: 5px;
	border: 2px solid #ddd;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer .search input#s:focus {
	width: 100%;
	border: 2px solid rgba(229,210,10,1);
	box-shadow:inset 0 0 5px rgba(229,210,10,0.6);
}




/* =Self-clearing floats
---------------------------------------------------------- */

.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
