/*  
	Theme Name: Minimalista Dots
	Theme URI: http://www.96dpi.de/
	Description: 2010
	Version: 0.2.
	Author: Andreas Levers
	Author URI: http://www.96dpi.de/
*/

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

html {
	background: #fff;
}

body {
	font-family: 'Lucida sans', 'Tahoma', sans-serif;
	line-height: 24px;
	font-size: 14px;
}

#blog {
	width: 640px;
	margin: 32px auto;
}

a:link, a:visited {
	color: #36c;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: 'Helvetica', sans-serif;
	font-weight: bold;
}

#header {
	position: fixed;
	top: 0;
	width: 100%;
	min-height: 32px;
	background: #888;
	line-height: 32px;
	background-image: linear-gradient(bottom, rgb(32,32,32) 0%, rgb(161,161,161) 100%);
	background-image: -o-linear-gradient(bottom, rgb(32,32,32) 0%, rgb(161,161,161) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(32,32,32) 0%, rgb(161,161,161) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(32,32,32) 0%, rgb(161,161,161) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(32,32,32) 0%, rgb(161,161,161) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(32,32,32)),
		color-stop(1, rgb(161,161,161))
	);
	box-shadow: 0 0 32px rgba(0,0,0,0.5);
}


#header a:link, #header a:visited {
	color: #eee;
	display: block;
	float: left;
	padding: 6px 16px 10px;

}

#header a:hover {
	background-image: linear-gradient(bottom, rgb(64,64,64) 0%, rgb(0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(64,64,64) 0%, rgb(0,0,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(64,64,64) 0%, rgb(0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(64,64,64) 0%, rgb(0,0,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(64,64,64) 0%, rgb(0,0,0) 100%);
	box-shadow: 0 0 5px #fff;
	color:#fff;
	text-shadow: 0 0 2px #fff;

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(64,64,64)),
		color-stop(1, rgb(0,0,0))
	);
}

#header h1, ul, li, form {
	float: left;
}


#header ul a {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

#header ul {
	width: 640px;
	margin: 0 auto;
	float: none;
	padding: 0 0 0 32px;
}


#header li {
	margin-right: 0px;
}

#header form {
	float: right;
	padding: 8px;
	
}

.screen-reader-text {
	display: none;
}

.clearfix {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.post {
	padding: 32px 0;
	
}

.post-content p, .post-content h2, .post-content h3, .post-content h4, .post-content blockquote, .post-content ul {
	margin: 0 0 24px;
}

.post h2 {
	font-size: 32px;
	line-height: 48px;
	margin: 0 0 16px;
}

.post-meta {
	font-size: 11px;
	color: #888;
	float: left;
	margin: 0 0 16px -196px;
	width: 168px;
	
}

.post iframe[width="500"], .post object, .post embed {
	width: 640px;
	height: 380px;
}

#elsewhere {
	margin: 16px 0 0;
	padding: 32px;
	background: #eee;
	font-size: 12px;
	border-top: 3px solid #ccc;
}

#elsewhere p {
	width: 640px;
	margin: 0 auto;
}
