/*
Theme Name: Monika
Theme URI: http://whyeye.org/
Description: custom built
Version: 1.0
Author: Jan T. Sott
Author URI: http://whyeye.org
Tags: white,minimal

*/

/* Begin Typography & Colors */
html {
	overflow-y: scroll;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Rockwell,Cambria,Georgia,serif;
	background: #f7f7f7;
	color: #302d2f;
	text-align: center;
	}


#content {
	font-size: 1.2em;
	padding: 24px;
	height:540px;
	}

#navigation {
        border-bottom: 3px #302D2F solid;
        padding: 0 24px 24px 24px;
        font-size: 1.2em;
}


#page {
	background-color: #f7f7f7;
	margin: 20px auto;
	padding: 0;
	width: 700px;
	}

#header {
	background: #f7f7f7 no-repeat;
	height: 54px;
	width: 700px;
    	border-bottom: 8px #302D2F solid ;
	}
	
#footer {
	padding-bottom:24px;
	
	}

.post {
	margin: 0 0 24px;
	text-align: justify;
	font-size: 0.8em;
	}

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

a.post-edit-link {
	color: inherit;
}


a:hover {
    text-decoration: none;	
    color:#000;
}

img {
	border:0;
	}

li {
	list-style: none;
	display:inline;
}

.alignleft {
	float: left;
	}
	
.alignright {
	float: right;
	}

.aligncenter {
	float: right;
	}