﻿/*
Theme Name:     Frontier Child
Theme URI:      http://ronangelo.com/frontier/
Description:    Child theme for Frontier.
Author:         ronangelo
Author URI:     http://ronangelo.com/
Template:       frontier
Version:        1.0
*/
@import url("../frontier/style.css");
/* Your modification goes here */

@font-face {
    font-family: 'cloister_blacklight';
    src: url('cloisterblack-webfont.eot');
    src: url('cloisterblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('cloisterblack-webfont.woff2') format('woff2'),
         url('cloisterblack-webfont.woff') format('woff'),
         url('cloisterblack-webfont.ttf') format('truetype'),
         url('cloisterblack-webfont.svg#cloister_blacklight') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'cloister_blacklight', Roboto Condensed, Sans-serif;
	font-weight: inherit;
	line-height: 1.2;
}


#cloister {
font-family: 'cloister_blacklight', Roboto Condensed, Sans-serif;
}


#site-title {font-size: 25px;}
#site-title a {color: #DC8300;}
#site-description {
	color: #CCC;
	font-size: 20px;
}

#theme-link {
	float: right;
	margin: 6px 10px;
	font-family: 'cloister_blacklight', Roboto Condensed, Sans-serif;
	font-size: 15px;
}

#nav-main .nav-main a {
	display: block;
	padding: 7px 13px;
	color: #FFF;
	font-family: 'cloister_blacklight', Roboto Condensed, Sans-serif;
	font-size: 16px;
	text-shadow: 0 0 2px #222;
}

.widget-title {
	background-color: #2A5A8E;
	margin: -8px -8px 8px;
	padding: 3px 7px;
	color: #EEE;
	font-family: 'cloister_blacklight', Roboto Condensed, Sans-serif;
	font-size: 18px;
	text-shadow: 1px 1px 4px #222;
}


/** error page 404 **/
#error {
	float: right;
	background: url(images/jewishevil.jpg);
	height: 221px;
	width: 200px;
	margin: 0 30px 0 0;
}


#widgets-wrap-below-menu {
	background-color: rgba(0, 0, 0, 0.25);
	width: 100%;
	padding: 10px 10px 0;
}


#top-bar-info {
	width: 100%;
	margin-top: 2px;
}
	
#latin-calendar-link {
	display: inline-block;
	width: 285px;
	float: right;
	text-align: right;
	margin-right: 0px;
	margin-top: 2.5px;
	line-height: 1;
	vertical-align: bottom;
	color: #CCC;
	font-family: 'cloister_blacklight', Roboto Condensed, Sans-serif;
	font-size: 20px;
}
#latin-calendar-link a:link {color: #CCC;}
#latin-calendar-link a:visited {color: #CCC;}
#latin-calendar-link a:hover {color: #DC8300;}




.entry-content p {
margin-bottom: 24px;
text-align: justify;
}
.entry-summary p {
margin: 0;
text-align: justify;
}
