/*
Theme Name: IssueM - SimpleMag Child Theme
Theme URI: http://issuem.com/
Author: IssueM Development Team
Author URI: http://issuem.com/
Description: The IssueM Adaptation of the of SimpleMag theme
Template: simplemag
Version: 1.0.1
*/


@import url("../simplemag/style.css");
/*fonts*/
@font-face {
    font-family: 'Glasket';
    src: url('fonts/glasket500.otf');
    src: url('fonts/glasket500.otf?#iefix') format('embedded-opentype'),
         url('fonts/glasket500.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
.issuem_article_list_widget .issuem_widget_category {
	color: #8C919B;
    font-family: 'Oswald',Arial,Verdana,'Helvetica Neue',Helvetica,sans-serif;
    font-size: 9pt;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.issuem_article_list_widget .issuem_widget_link {
	color: #000000;
    font-family: 'Oswald',Arial,Verdana,'Helvetica Neue',Helvetica,sans-serif;
    font-size: 14pt;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
	margin: 5px 0;
}

.issuem_article_list_widget #current_article .issuem_widget_link {
    color: inherit;
    font-weight: normal;
}

.issuem_article_list_widget .issuem_widget_teaser {
	font-family: 'Lato',Arial,Verdana,'Helvetica Neue',Helvetica,sans-serif;
    font-size: 11pt;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
    line-height: 1.5;
}

#footer p {padding:0px 0px 15px 0px;line-height:1.7em;}
#footer a:link { color:#9d021f; }
#footer a:visited { color:#C00000; }
#footer a:hover { color:#70A4C7; } 
h1, h2, h3, h4, h5, h6{
	 font-family: 'Glasket',Georgia,serif !important;
}
.title-with-sep h2.title{font-size:58px;}
a{
	color:#9d021f;
}
h2.entry-title a{ font-size:20px; color:#000; }

/*pullquotes*/
.pullquote-wrapper {border:1px solid #E0E0E0;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;width:250px;}
.pullquote-wrapper.left {margin:15px 20px 15px 0px;float:left;}
.pullquote-wrapper.right {margin:15px 0px 15px 20px;float:right;}
.pullquote {border:2px solid #FFF;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;background:#FFFFFF url(images/pullquote.png) no-repeat 8px 5px;padding:5px 10px 5px 40px;font-size:1.1em;color:#333;}

.one_half{ width:48%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:2%; float:left; }
.one_half.last,.one_third.last,.two_third.last,.three_fourth.last,.one_fourth.last,.one_fifth.last,.two_fifth.last,.three_fifth.last,.four_fifth.last,.one_sixth.last,.five_sixth.last{ margin-right:0 !important; clear:right; }


.link-pages > span{ background-color:#000 !important; color:#FFF !important;}

.ltr .category-poetry .entry-content > p:first-of-type:first-letter {
		font-size:inherit;
		float:none;
		line-height:normal;
		padding:0;	
	}

.ltr .tag-experimental .entry-content > p:first-of-type:first-letter {
		font-size:inherit;
		float:none;
		line-height:normal;
		padding:0;	
	}

.paging-navigation .current,.link-pages span{ background:#000; color:#FFF;}
.link-pages span a{ color:#FFF;}
.link-pages a span{ color:#000;}
.entry-image{ background-color:#CCC;}
.widget h3,.single-box .title{ font-size:45px;}

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Georgia, serif; color: #000; background: none; font-size: 13pt; }
h1,h2,h3,h4,h5,h6 { font-family: Glasket, sans-serif; }
h1 { font-size: 22pt; }
h2 { font-size:20pt; }
h3 { font-size:18pt; }
h4,h5,h6 { font-size:16pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
