/*
Theme Name: m2
Author: Michael Weirauch
Author URI: http://www.m-phasis.de
Version: 1.0
*/
/* GENERICS */
body {
	background-color: #9d9d9d;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2d2d2d;
}
h2 {
	border-bottom: 1px solid #ff6600;
	margin: 10px 0px 5px 0px;
	padding-bottom: 1px;
	font-weight: bold;
}
h2 a {
	color: #2d2d2d;
}
h2 a:hover {
	text-decoration: none;
	color: #ff6600;
}
p {
	margin: 0.5em 0px 0.5em 0px;
}
a {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
input.text  {
	border: 1px solid #6d6d6d;
	color: #000000;
}
input.button, input#contactsubmit {
	border: 1px solid #6d6d6d;
	background-color: #9d9d9d;
	color: #ffffff;
	font-weight: bold;
}
textarea {
	border: 1px solid #6d6d6d;
}
ul {
	margin: 0px;
	padding-left: 25px;
	list-style-type: square;
	list-style-position: outside;
	color: inherit;
}
ul.inline {
	list-style-type: none;
}
ul.inline li {
	display: inline;
	margin-right: 5px;
}
ul.anchorbullets {
	list-style-type: none;
}
ul.anchorbullets a:before {
	content: '\00BB\00A0';
}
.smallfont {
	font-size: 0.8em;
}
	
/* PAGE */
div.pagetop  {
	background: url('gfx/page-top.png') no-repeat top center;
	height: 10px;
}
div.page {
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	width: 740px;
	background-color: #ffffff;
}
div.pagebottom {
	background: url('gfx/page-bottom.png') no-repeat top center;
	height: 10px;
}

/* HEADER */
div.header {
	background: url('gfx/header.png') no-repeat top center;
	line-height: 40px;
	vertical-align: middle;
}
div.header a {
	color: #ffffff;
}

/* CONTENT */
div.content {
	float: left;
	width: 530px;
	padding: 5px;
}
div.post {
	margin-bottom: 20px;
}
div.entry {
	padding: 5px;
	text-align: justify;
	line-height: 1.4em;
}
div.entry img {
	border: 1px solid #6d6d6d;
	background-color: #f6f6f6;
	margin: 4px;
	padding: 4px;
	max-width: 96%;	
}
div.entry a img:hover {	
	background-color: #dddddd;
}
div.entryfooter {
	border: 1px dashed #dddddd;
	padding: 5px;
}
div.comments {
	padding: 5px;
}
div.comments textarea {
	width: 99%;
}
div.postnavigation div.alignleft {
	float: left;
	width: 50%;
	text-align: left;
}
div.postnavigation div.alignright {
	float: right;
	width: 50%;
	text-align: right;
}

/* SIDEBAR */
div.sidebar {
	float: right;
	width: 190px;
	background-color: #f6f6f6;
	border-left: 1px dashed #dddddd;
}
div.sidebarsearch {
	background: url('gfx/header-side.png') no-repeat top center;
	line-height: 39px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}
div.sidebarsearch fieldset {
	border: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
div.sidebarsearch input.text#s {
	margin: 0px;
	max-width: 50%;
}
div.sidebarcontent {
	padding: 5px;
}
div.sidebarcontent .indent {
	padding-left: 25px;
}
div.sidebarcontent ul {
	list-style-type: none;
}

/* FOOTER */
div.footer {
	clear: both;
	border-top: 1px solid #ff6600;
	padding-top: 5px;
	text-align: center;
}
