/*
Theme Name: Kinda Different	
Template: weaver-xtreme
Author: the Technology Front
Version: 0.1
Updated: 2015-06-18 09:14:09
License: GNU General Public License
License URI: license.txt
*/

@charset "UTF-8";
  }

@font-face {
    font-family: 'martelregular';
    src: url('../fonts/Martel/Martel-Regular.ttf') format('truetype');
    src: local("☺"),
    url("../fonts/Martel/Martel-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'martelbold';
    src: url('fonts/Martel/Martel-ExtraBold.ttf') format('truetype'),
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'martelsansregular';
    src: url('fonts/Martel_Sans/MartelSans-Regular.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'martelsansbold';
    src: url('fonts/Martel_Sans/MartelSans-ExtraBold.ttf') format('truetype'),
    font-weight: bold;
    font-style: bold;
}

/* body { font-family: serif; } */

sup, sub {
	font-size: .7em;
	vertical-align: super;
	line-height: 1em;
}
sub {
	vertical-align: sub;
}

h1 {
	/* color: #566460; */
	padding-top: .5em !important;
	font-style: italic;
	/* font-family: martelregular, sans-serif !important; */
}

h1 #site-title a {
    /* font-family: martelregular, sans-serif !important; */
    font-weight: 800;
}

.page-title { color: #cc3301 !important; }

h4 { color: #cc3301; }

/* 
via Easy Google Fonts:
  body text: Inika
  h1: Fauna One
  h2: Gabriela
 */

#primary-widget-area {
	font-size: 80%;
}

.meta-info-wrap {
	font-size: 90%;
	font-family: laila, sans-serif;
}

/* lists with a floral marker / bullet */

.kdlist ul {
	list-style-type: none;
	padding-left: 1.1em;
}

.kdlist li {
	position: relative;
	padding-left: 1.1em;
	margin-bottom: .45em;
}

.kdlist li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2767";
	color: #cd2d12;
}

.boxed {
	border: 1px solid grey;
}

.jetpack_subscription_widget {
	margin-top: 1em;
	padding: .4em;
	border: 1px solid #cd2d12;
}

/* red post titles on main page */
.wvrx-posts h2 a { color: #ce3c12 !important; }
.wvrx-posts h2 a:hover { font-style:italic !important; }

/* red blog title */
header h1#site-title a { color: #ce3c12 !important; }

/* no table rules / borders */
table, tr, th, td { border:0 !important; }
