@import  "//hello.myfonts.net/count/2554b6";

/*
Welcome to Custom CSS!

The following CSS will be globally applied across the entire website, and every theme.

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.posts-quick .quick-read-more {
	margin: 10px 0 5px;
}

.posts-quick .entry-thumbnails {
	float: right;
	margin: 0 0 10px 20px;
	padding: 4px;
}

.posts-quick li {
	margin: 0 0 10px 5px;
	padding: 0 10px 0 0;
}

input[type="text"], input[type="password"], textarea {
	width: 97%;
}

input[type="submit"] {
	float: right;
	margin: 0 10px 0 0;
}

.comment-subscription-form {
	float: left;
}

.logged-in-as {
	margin: 10px 0 5px 10px;
}

@font-face {
	font-family: 'FuturaLTPro-Medium';
	src: url('webfonts/2554B6_0_0.eot');
	src: url('webfonts/2554B6_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2554B6_0_0.woff') format('woff'), url('webfonts/2554B6_0_0.ttf') format("truetype");
}

@font-face {
	font-family: 'CallunaSans';
	font-weight: bold;
	font-style: italic;
	src: url('webfonts/23D31C_0_0.eot');
	src: url('webfonts/23D31C_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/23D31C_0_0.woff') format('woff'), url('webfonts/23D31C_0_0.ttf') format("truetype");
}

@font-face {
	font-family: 'CallunaSans';
	font-weight: normal;
	font-style: italic;
	src: url('webfonts/23D31C_1_0.eot');
	src: url('webfonts/23D31C_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/23D31C_1_0.woff') format('woff'), url('webfonts/23D31C_1_0.ttf') format("truetype");
}

@font-face {
	font-family: 'CallunaSans';
	font-weight: bold;
	font-style: normal;
	src: url('webfonts/23D31C_2_0.eot');
	src: url('webfonts/23D31C_2_0.eot?#iefix') format('embedded-opentype'), url('webfonts/23D31C_2_0.woff') format('woff'), url('webfonts/23D31C_2_0.ttf') format("truetype");
}

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

p, p a, .posts-quick .entry-summary, .pingbacks a:link, .pingbacks a:visited {
	font-family: CallunaSans;
	font-size: 1.2em;
}

#commentlist .comment-meta, #commentlist .comment-meta abbr, p a:link, p a:visited, #main .single .post .tags a, #main .single-post .tags a, table, li, input[type="submit"] {
	font-family: CallunaSans;
}

h1, h2, h3, h4, h5, .home-title, .author-posts-title, .author-content h1, .archive-title {
	font-family: FuturaLTPro-Medium;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#nav .sf-menu a, #nav .sf-menu li li a {
	font-family: FuturaLTPro-Medium;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* List styling */
.entry-content li, input[type="submit"] {
	font-size: 14px;
	line-height: 1.5;
}