/*
 Theme Name:   Minimaliste Child
 Theme URI:    http://www.vivathemes.com/minimaliste-free-minimal-wordpress-theme/
 Description:  Minimaliste Child Theme
 Author:       Viva Themes
 Author URI:   http://www.vivathemes.com
 Template:     minimaliste
 Version:      1.0.0
 License:      GNU GPL
 License URI:  http://www.gnu.org/licenses/gpl.html
 Tags:         light, white, four-columns, fluid-layout, responsive-layout, custom-background, custom-menu, featured-images, custom-colors
 Text Domain:  minimaliste-child
*/

/* Custom Fonts*/

@font-face {
    font-family: 'League Spartan';
    src: url('fonts/Spartan/leaguespartan-bold.eot');
    src: url('fonts/Spartan/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Spartan/leaguespartan-bold.woff2') format('woff2'),
         url('fonts/Spartan/leaguespartan-bold.woff') format('woff'),
         url('fonts/Spartan/leaguespartan-bold.ttf') format('truetype'),
         url('fonts/Spartan/leaguespartan-bold.svg#league_spartanbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
	font-family: 'Fanwood Text';
	src: url('fonts/Fanwood/FanwoodText-Italic.eot');
	src: url('fonts/Fanwood/FanwoodText-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Fanwood/FanwoodText-Italic.woff') format('woff'),
		url('fonts/Fanwood/FanwoodText-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Fanwood';
	src: url('fonts/Fanwood/Fanwood-Italic.eot');
	src: url('fonts/Fanwood/Fanwood-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Fanwood/Fanwood-Italic.woff') format('woff'),
		url('fonts/Fanwood/Fanwood-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Fanwood';
	src: url('fonts/Fanwood/Fanwood.eot');
	src: url('fonts/Fanwood/Fanwood.eot?#iefix') format('embedded-opentype'),
		url('fonts/Fanwood/Fanwood.woff') format('woff'),
		url('fonts/Fanwood/Fanwood.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Fanwood Text';
	src: url('fonts/Fanwood/FanwoodText.eot');
	src: url('fonts/Fanwood/FanwoodText.eot?#iefix') format('embedded-opentype'),
		url('fonts/Fanwood/FanwoodText.woff') format('woff'),
		url('fonts/Fanwood/FanwoodText.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*{margin:0; padding:0;}

body {
	background: #fff;
	color: #404040;
	line-height: 165%;
	font-family: 'Fanwood Text', 'HelveticaNeue-Light', Libre Baskerville, Arimo, arial, helvetica, tahoma, sans-serif;
	font-size: 20px;
	padding:0;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

@font-face {
    font-family: 'Genericons';
    src: url('font/genericons-regular-webfont.eot');
    src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/genericons-regular-webfont.woff') format('woff'),
         url('font/genericons-regular-webfont.ttf') format('truetype'),
         url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a.socialicon:hover {
opacity: .5;
-moz-opacity: .5;
}
	
h1 {
	font-size: 26px;
	color: #dd5424;
	margin-top: 30px;
	text-transform: none;
	font-weight: normal;
	line-height: 28px;
}


blockquote {
	/*border-left:1px solid #ccc;*/
	border-left: none;
	margin:20px;
	word-wrap: normal;
	padding:0 12px 0 12px;
	color: #00004B;
	font-family: 'HelveticaNeue-Light', "Helvetica Neue", Lato, Arimo, Baskerville;
	font-weight: 300;
        font-size: 17px;
	font-style: none;
}

pre.poem {
	font-family: HelveticaNeue-Light, Baskerville, Arimo, arial, helvetica, tahoma, sans-serif;
	font-size: 16px;
	color: #000000;
	border: 5px solid transparent;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: normal;
	margin: 2px;
	padding: 2px;
}

/* tables */

table, td, th {
    border: none;
}

table {
    border-collapse: collapse;
}

td {
    height: 18px;
    vertical-align: bottom;
}


/* links */

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

a:hover {
	color: #00004B;
}


/* container */

#container {
	width: 100%;
	float: left;
	clear: left;
	overflow: hidden;
}
	
/* header */

#header {
  	width: 100%; 
  	float: left;
	clear: left;
	margin: 0;
}

#logo a h1.site-title {
	color: #dd5424;
	font-family: 'HelveticaNeue-UltraLight', "Helvetica Neue", Lato, Roboto, Arimo, Menlo, arial, helvetica, sans-serif;
	font-weight: 100;
	font-size: 60px;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 5px;
	display: block;
	line-height: 120%;
}

#site-description {
	margin-top: 0;
	font-family: 'HelveticaNeue-Light', menlo, helvetica, arial, sans-serif;
	font-size: 35px;
	color: #3DE0F2;
}


/* search */

#searchform {
	padding:0px;
	margin:15px;
	width: 142px;
	height: 25px;
	float: left;
	clear: both;
	margin-top: 0;
}

#searchform input#s {
	margin: 0;
	padding: 0;
	color: #999;
	width: 120px;
	border: none;
	font-size: 10px;
	height: 10px;
	line-height: 12px;
	padding: 5px 10px;
	background: #fff;
	border: solid 1px #eaeaea;
	float: left;
}

#searchform input#searchsubmit {
	display: none;
}

/* Front Widget*/

#frontwidget {
	width: 100%;
	float: left;
	clear: left;
	text-align: left;
	margin-top: 30px;
	font-size: 14px;
	line-height: 160%;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 50px;
	list-style: none;
}

#frontwidget h2 {
	color: #404040;
	margin-top: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
	list-style: none;
}

li { list-style-type: none; }

/* Front Page Featured Posts*/

a.blogpost {
	width: 250px;
	height: 250px;
	float: left;
	clear: none;
	overflow: hidden;
	position: relative;
}

.attachment-mainthumb {
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}

.mask {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 220px;
	height: 220px;
	padding: 15px;
	background: #ffffff;
}

a.blogpost:hover .attachment-mainthumb {
	margin-top: 60px;
}

a.blogpost h2.entry-title {
	color: #404040;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 120%;
}

#respond h3,
h3#comments {
	color: #000000;
        font-family: 'HelveticaNeue-Light', Arimo, arial, sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	clear: left;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 30px;
}	

/* comments */


#commentform {
	margin:0;
	padding:0;
}
	
#commentform p {
	color: #666;
        font-family: 'HelveticaNeue-Light', helvetica, arimo, arial, sans-serif;
}
	
#commentform a { 
	color: #dd5424; 
	text-decoration: none; 
	line-height: 14pt;
}
	
#commentform h3 {
	font-size: 10pt;
	font-weight: normal;
	color: #404040;
	margin: 0;
	padding:0;
}
	
#comment {
	width:80%;
	padding: 5px;
}

#comments textarea,
#comments input {
	float: left;
	clear: left;
	
}

#comments label {
        font-family: 'HelveticaNeue-Light', helvetica, arial, sans-serif;
	font-size: 13px;
	color: #00004B;	
        float: left;
	clear: right;
	margin-top: 0px;
	padding-left: 5px;
}

p.form-allowed-tags {
	float: left;
	clear: left;
}

#author, #email, #url, #comment, #submit {
	font-size: 11px;
	border: none;
	border: 1px solid #eaeaea;
	color: #666;
	padding-left: 5px;
	background: #fff;
}

#author, #email, #url {
	height:16px;
	padding-top:5px;
	padding-bottom: 5px;
}
	
#submit {
	margin:5px 5px 0 0; 
	cursor:pointer;
	color: #666;
	padding: 4px 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Main Menu */



/*** Menu Styling ***/


/*** arrows (for all except IE7) **/

/* styling for both css and generated arrows */

/* styling for right-facing arrows */

/* search */

/* content */

#wrapper {
	max-width: 1000px;
}

/* Front Widget*/

/* Front Page Featured Posts*/

a.blogpost h2.entry-title {
	color: #dd5424;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 120%;
}

#content {
	width: 100%;
	float: left;
	margin: 0;
}

div.wp-video {
	margin: 0 auto;
}

.post {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

.post p {
	line-height: 1.5em;
	padding-bottom: 22px;
}

.text sup {
    font-size: .5em;
	line-height: 0;
}

.entry {
	width: 90%;
	float: none;
	clear: left;
	margin: 0 auto;
}

h1.entry-title {
	margin:0 auto;
	padding: 0;
	float: none;
	width: 100%;
	color: #dd5424;
	padding:0;
	text-transform: uppercase;
	word-spacing: 1.5px;
	letter-spacing: 1px;
	font-family: "Helvetica Neue", 'HelveticaNeue-Light', Arimo, Arial;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	margin-bottom: 20px;
    	margin-top: 20px;
	-ms-word-break: break-all;
    	word-break: normal;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;
}

h2.pagetitle {
	display: none;
}

.post ul {}

.post li {
	margin-left: 15px;
}

/*.entry p {
	margin:20px 10px;
	-ms-word-break: break-all;
    word-break: normal;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;
	text-align: left;
}*/

.postdata {
	width: 100%;
	float: left;
	color: #999;
	font-size: 14px;
}

/* Blog Page Navigation */

#author, #email, #url, #comment, #submit {
	font-family: 'HelveticaNeue-Light', helvetica, arial, sans-serif;
	font-size: 11px;
	color: #00004B;
	border: 1px solid #eaeaea;
	color: #666;
	padding-left: 2px;
	background: #fff;
}

/* misc */

/* Images */

div#slidecontainer img {
	width: 100%;
	height: inherit;
}


/* footer */

div#footer {
        font-family: 'HelveticaNeue-Light', arimo, helvetica, arial, sans-serif;
        font-size: 16px;
        letter-spacing: 2px;
	width: 85%;
}

#footer {
	float: none;
	clear: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 50px;
	margin: 0 auto;
}

#footer a {
	color: #00004B;
}

#footer a:hover {
	border-bottom: none;
}

/* FD Footnotes Style */

sup.footnote a {
		  text-decoration: underline;
		  vertical-align: super;
		  line-height: 100%;
		  font-size: 83%;
		  padding-left: 0.3em;
		}

		.footnotedivider {
		  width: 40%;
		  padding-top: 0.8em;
		  border-top: 1px solid #000;
		}

		.footnotes {
			font-size: 72%;
		}

		.footnotes li {
		  line-height: 1.2em;
		  margin-bottom: 6px;
		  list-style-type: decimal;
		}

/* Styles for "Share this" + "Like this" */

#content div.sharedaddy h3.sd-title {
	font-family: 'HelveticaNeue-Light', arimo, helvetica, arial, sans-serif;
	color: #2796f7;
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: initial;
	font-size: 14pt;
}

/* Styles for Jetpack related posts */
	
div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-family: 'HelveticaNeue-Light', arimo, helvetica, arial, sans-serif;
	color: #2796f7;
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: initial;
	font-size: 14pt;
}

/* Miscellaneous formatting (epigraphs, translations) */

#epigraph { 
	display: block; 
	width:75%;
	font-family: 'HelveticaNeue-Light', "Helvetica Neue", Arimo, Arial;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.25em;
	word-wrap: normal;
	text-align: justify;
	color: black;
	padding-top: 20px;
	padding-left: 10px;
}

#epigraph-cite {
	display: block;
	width: 75%;
	background-color:white;
	font-family: 'HelveticaNeue-Light', "Helvetica Neue", Arimo, Arial;
	font-weight: 500;
	font-size: 13px;
	word-wrap: normal;
	text-align: right;
	color: black; 
	margin: 5px;
	padding-bottom: 15px; 
}

#blockquote-trans {
	display: block;
	width: 82%;
	font-family: 'Playfair Display', 'Fanwood Text', Serif, "Helvetica Neue", Arial;
	font-size: 18px;
	color: black;
	line-height: 1.25em;
	word-wrap: normal;
	text-align: justify;
	padding-top: 20px;
	padding-left: 10%;
	padding-right: 10%;
	margin: 5px;
	padding-bottom: 10px;
}

#translation-sig {
    display: block;
	width: 98%;
	font-family: 'Playfair Display', 'Fanwood Text', Serif, "Helvetica Neue", Arial;
	font-size: .85em;
	color: #404040;
    line-height: 1.25em;
	word-wrap: normal;
	text-align: right;
	padding-top: 20px;
	padding-left: 10px;
	margin: 5px;
	padding-bottom: 15px;
}
