/*   
Theme Name: Armitage
Theme URI: armitagemedia.com
Description: no description
Author: Martin Luder
Author URI: no uri
Version: 0.3
.
All rights reserved.
.
*/

body {
    font-size: 85%;
}

a {
    color: gray;
    text-decoration: none;
}

a:hover {
    color: black;
}

em {
    background-color: inherit;
}

.success {
    border-color: #B0B0B0;
}

.title {
    letter-spacing: -0.1em;
}

.menu {
    padding: 0;
    margin: 0;
}

.page_item {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
    padding-right: 1.5em;
    /* font-size: 2.5em; */
    font-size: 1.9em;
    font-weight: bold;
    line-height: 1; 
    margin-bottom: 0.5em;
}

.container {
    margin-top: 100px;
}

.content {
    margin-top: 55px;
    margin-bottom: 40px;
}

h1 {
    font-weight: bold;
    font-size: 2.5em;
    font-size: 1.9em;
}

h2 {
    font-weight: bold;
    font-size: 1.9em;
}

.page_item a {
    text-decoration: none;
    color: inherit;
}

h2 a {
    color: black;
    text-decoration: none;
}

.small {
    font-size: .9em;
}

.page_item {
    color: gray;
}

.current_page_item a {
    color: black;
}

.page_item a:hover {
    color: black;
}

p {
	clear: left;
}
img {

}
div.post {
	clear: left;
}

h2.post {
    margin-bottom: 0;
}

.tags {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 2em;
}
.posted {
    color: gray;
    margin-bottom: 1em;
}

.navigation {
	position: relative;
	text-align: center;
	clear: both;
}

.alignleft {
    position: absolute;
    left: 0;
    top: 0;
}

.alignright {
    position: absolute;
    right: 0;
    top: 0;
}