/*
Theme Name: ASCII Art
Description: ASCII Art Theme for Nerds and Geeks
Author: ASCII Freak
Author URI: http://www.romanm.ch
Template: ultra-framework
Version: 1.0
Tags:
*/
@import url("../ultra-framework/style.css");

.site-branding { margin: 50px 0; }
.site-branding pre { padding: 0; background: none; font: 16px Courier, monospace, serif; }
.textwidget pre { padding: 0; background: none; font: 14px Courier, monospace, serif; }
.main-navbar { margin-bottom: 50px; }

.uk-navbar { background: #fff; }

html {
	font: normal 14px 'Courier New', Courier, monospace, serif;
}
h1, h2, h3, h4, h5, h6, .uk-navbar-nav > li > a, .comment-navigation, .post-navigation, .paging-navigation, .no-comments, .rssSummary, .wp-caption .wp-caption-text, .gallery-caption {
	font-family: 'Courier New', Courier, monospace, serif;
}
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; }
h2, .uk-h2 {
    font-size: 20px;
    line-height: 26px;
}
* + p, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
    margin-top: 5px;
}

.uk-article-title { font-size: 24px; line-height: 30px; text-transform: uppercase;}

.widget-title { letter-spacing: 1px; }

.uk-navbar{
  background-image: linear-gradient(to right, #444 70%, transparent 30%), linear-gradient(to right, #444 70%, transparent 30%);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 14px 1px, 14px 1px;
}

.uk-navbar-nav > li > a {
	text-transform: uppercase;
	letter-spacing: 1px;
    height: 50px;
    padding: 0 50px 0 0;
    line-height: 50px;
    font-size: 18px;
}

.uk-navbar-nav > li > a {  }
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a, .uk-navbar-nav > li > a:active, .uk-navbar-nav > li.uk-active > a { background: none; }