/*
Theme Name: Micromalistic
Theme URI: http://s3g.dk/
Description: Extremely minimalistic theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Hans Graudal
Author URI: http://graudal.dk/
Tags: fixed width, two columns, widgets
Text Domain: kubrick
*/
@import "./aller/stylesheet.css";
@import "./persans/stylesheet.css";
@import "./droidsans/stylesheet.css";
@import "./boris/stylesheet.css";

* {
	margin: 0px;
	padding: 0px;
//	border: none;
	list-style: none;
}

hr {
	display: none;
}

div.clearboth {
	clear: both;
}

body, table {
	font-family: 'Aller Regular', Arial, sans-serif;
	font-size: 12px;
	background: #dcdcdc;
	color: #2c2c2c;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Aller Bold', Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #164e87;
}

small {
	font-family: 'Aller Light Italic', Arial, sans-serif;
}

a, a:visited {
	text-decoration: none;
	color: #164e87;
}

a:hover, a:active {
	color: #227ad4;
}

/* MAIN ELEMENTS */

div#page {
	width: 680px;
	margin: 0px auto;
}

div#header {
	width: 425px;
	height: 55px;
	background: url(./images/graudal.jpg) top center no-repeat;
	margin-top: 100px;
	margin-bottom: 75px;
}

div#headerimg {
	display: none;
}

div#content {
	width: 425px;
	float: left;
	text-align: justify;
	border-opacity: 0.3;
}

div#sidebar {
	width: 180px;
	float: right;
}

div#footer {
	width: 425px;
	text-align: center;
	font-size: 10px;
	margin-top: 50px;
}

/* TOP NAVIGATION */

div#top-nav {
	height: 25px;
	background: #164e87;
	color: #dcdcdc;
	padding: 0px 10px;
	line-height: 25px;
	font-family: 'Aller Bold Italic', Arial, sans-serif;
	text-align: center;
}

div#top-nav a, div#top-nav a:visited {
	color: #dcdcdc;
	line-height: 25px;
	display: block;
	float: left;
	padding: 0px 10px;
}

div#top-nav a:hover, div#top-nav a:active {
		color: #164e87;
		background: #dcdcdc;
		border-bottom: 3px solid #164e87;
}

/* CONTENT & SIDEBAR COMMON */

div.post, li.widget, div#footer {
	border-top: 3px solid #164e87;
	padding-top: 20px;
	margin-bottom: 30px;
}

div.content-split {
	height: 5px;
	background: url(./images/split.gif);
	margin: 20px 0px;
}

/* CONTENT */

div.entry {
	line-height: 20px;
	text-align: justify;
}

div.entry p {
	margin-bottom: 10px;
}

div.post h2, div.post small {
	text-align: center;
}

div.post small {
	display: block;
	padding-top: 10px;
	color: #8c8c8c;
	font-size: 10px;
}

p.postmetadata {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

/* SIDEBAR */

div#sidebar h1, div#sidebar h2, div#sidebar h3, div#sidebar h4, div#sidebar h5, div#sidebar h6 {
	font-size: 14px;
	line-height: 14px;
	color: #164e87;
}

li.widget ul li {
	padding: 3px 5px;
	border: 1px solid #dcdcdc;
}

li.widget ul li:hover {
	background: #bcbcbc;
	border: 1px solid #acacac;
}

li.widget ul li a {
	display: block;
}

/* POST NAVIGATION */

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* COMMENTS */

li.comment, li.pingback, li.trackback, div#respond, h3#comments {
	border-top: 3px solid #164e87;
	padding-top: 20px;
	margin-bottom: 30px;	
}

span.says {
	display: none;
}

img.avatar {
	float: left;
	margin-right: 10px;
}

div.respond-wrapper {
	width: 425px;
}

textarea#comment {
	width: 100%;
}

input#author, input#email, input#url, textarea#comment {
	margin-bottom: 5px;
	padding: 2px;
	background: #cccccc;
	border: dashed 1px #bcbcbc;
}