/*
Theme Name: Krapu4
Theme URI: http://invinciblecreative.com
Description: Krapu4.
Author: Vince DePalma & Mark Keller
Author URI: http://invinciblecreative.com
Version: 1.0
Tags: responsive, white, blue

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

Theme for krapu4.com
*/
@import url("css/bootstrap.min.css");
@import url("css/justified-nav.css");
@import url(http://fonts.googleapis.com/css?family=Amethysta);

body { 
     padding-top: 60px; 
     padding-bottom: 40px; 
     font-family: 'Amethysta', "Times New Roman", Times, serif;
     color: #1a315e;
}

.nav-justified {
border-radius: 0px;
background-color: #1a315e;
}
 
.nav-justified > li:first-child > a {
border-radius: 0;
}
.nav-justified > li:last-child > a {
border-radius: 0;
}

.nav-justified > li > a {
padding-top: 5px;
padding-bottom: 5px;
color: white;
background: #1a315e;
}

.nav-justified > li > a:hover {
background: #9f8c7e;
}

.nav-justified > .active > a, .nav-justified > .active > a:hover, .nav-justified > .active > a:focus {
	background: #55708b;
}

.blog-posts {
border: 2px solid #1a315e;
margin: 15px 0;
padding: 0 15px;
}