/* 
 
Theme Name: MatthiasRosenberger.com
Theme URI: http://www.matthiasrosenberger.com/
Description: This is the native theme for matthiasrosenberger.com.
Version: 1.0
Author: Joachim Neu
Author URI: http://www.joachim-neu.de/

*/

body {
	background-color: #AAA5B3;
	font-family: "Verdana";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.15;
}

/* MAGIC */

div#sMerlin {
	position: absolute;
	left: 50%;
	margin-left: -300px;
	width: 730px;
	padding-top: 50px;
	padding-bottom: 100px;
}

div.sAvalon {
	clear: both;
}

div.sArtus {
	margin-bottom: 15px;
}

/* GENERAL */

a {
	color: #FFFFFF;
}

div#main {
	background-color: #767180;
	border: 15px solid #FFFFFF;
	padding: 15px;
}

p.quote {
	text-align: center;
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 10px;
}

div.box {
	padding: 10px;
}

.light {
/*	background-color: #778899;*/
/*	background-color: #8695A4;*/
/*	background-color: #AAA5B3;*/
	background-color: #908C9A;
}

.new {
	background-color: #a5a1ad !important;
}

.small {
	color: #908C9A;
	font-size: 10px;
}

div.seperator {
	height: 15px;
	width: 700px;
	margin-left: -15px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

/* STARTER */

div#starter {
	padding-top: 15px;
	margin-bottom: 30px;
	position: relative;
	top: 0px;
	left: 0px;
}

div#starter h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
}

div#starter div#flags {
	position: absolute;
	top: 15px;
	right: 0px;
	font-size: 15px;
}

div#starter div#flags img {
	border: 0px;
	height: 13px;
	vertical-align: bottom;
}

/* ME */

div#me {
}

div#me img {
	float: left;
	margin-right: 15px;
}

div#me div#intro {
	padding-top: 2px;
}

div#me div#profiles {
	margin-left: 220px;
	position: absolute;
/*	top: 381px;*/
	top: 305px;
	width: 430px;
}

div#me div#profiles p:first-child {
	margin-top: 6px;
}

/* ENGAGEMENT */

table#engagement {
	width: 100%;
}

table#engagement tr td {
	text-align: center;
	padding: 10px;
	height: 150px;
/*	background-color: #000000;*/
}

table#engagement tr td a {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	text-decoration: none;
}

table#engagement tr td a img {
	border: 0px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
}

table#engagement tr td a h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	bottom: 14px;
	left: 0px;
	font-weight: normal;
}

table#engagement tr td a h4 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	font-weight: normal;
}

/* BLOG */

div#blog {

}

div#blog div.post {
	margin-bottom: 15px;
}

div#blog div.post div.head h3 {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 12px;
}

div#blog div.post div.head a {
	text-decoration: none;
}

div#blog div.post div.head div.meta {
	font-size: 12px;
	text-align: right;
}

div#blog div.post div.body {
	margin-left: 15px;
	margin-right: 15px;
}

div#blog div.post div.body p.comment-control {
	text-align: right;
	margin-bottom: 10px;
}

div#blog div.post div.body div.add-comment form {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 400px;
/*	margin-left: 110px;*/
}

div#blog div.post div.body div.add-comment label {
	display: block;
	text-align: justify;
	margin-left: 10px;
}

div#blog div.post div.body div.add-comment input {
	display: block;
	border: 1px solid #ffffff;
	background-color: #AAA5B3;
	color: #ffffff;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#blog div.post div.body div.add-comment input[type=hidden] {
	display: none;
}

div#blog div.post div.body div.add-comment textarea {
	display: block;
	border: 1px solid #ffffff;
	background-color: #AAA5B3;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 400px;
	height: 100px;
	color: #ffffff;
}

div#blog div.post div.body div.comments div.comment {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* FOOTER */

div#footer {
	height: 35px;
	position: relative;
	top: 0px;
	left: 0px;
}

div#footer p#countercontact {
	margin: 0px;
	position: absolute;
	left: 0px;
	bottom: -5px;
	text-align: left;
	line-height: 17px;
}

div#footer p#countercontact a {
	color: #AAA5B3;
}

div#footer p#countercontact a:hover {
	color: #ffffff;
}

div#footer div#analyseideeerfolg {
	position: absolute;
	bottom: -5px;
	right: 0px;
	text-align: center;
}

div#footer div#analyseideeerfolg img {
	
}

div#footer div#analyseideeerfolg p {
	margin: 0px;
	margin-top: 5px;
}

/* CONTACT */

div#contact {
	border: 15px solid #ffffff;
	background-color: #767180;
	position: fixed;
	top: 50%;
	left: 50%;
	height: 200px;
	width: 300px;
	margin-left: -160px;
	margin-top: -100px;
	display: none;
	padding: 10px;
}

div#contact p {
	font-size: 8px;
	margin-bottom: 0px;
}

div#contact div {
	color: #ffffff;
	font-family: "Verdana";
	font-size: 12px;
	height: 175px;
	text-align: center;
}

div#contact img#closeContact {
	position: absolute;
	top: -12px;
	right: -12px;
}

div#contact textarea, div#contact input {
	background-color: #AAA5B3;
	border: 0px;
	color: #ffffff;
}

div#contact input {
	margin-top: 3px;
	width: 100px;
}

