/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://localhost/mt-static/themes-base/blog.css);


/* end StyleCatcher imports */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* end reset css */



body {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	background: #474747;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333;	
}

#alpha p {
	line-height: 1.6em;
	margin: 1em 0;
	}



/* LINK COLORS */
a {text-decoration: none;}
a:link {  color: #3f49b4; }
a:visited {  color: #5b5d74; }
a:hover { color: #5d68da; }
a:active {  color: #6673fa; }

#nav a {text-decoration: none; }
#nav a:link {  color: #fff; }
#nav a:visited {  color: #fff; }
#nav a:hover { color: #fe8900; }
#nav a:active {  color: #f34a00; }

#nav a.current { color: #fe8900; }

.entry-asset h2.entry-title a:link { color: #47428f; }
.entry-asset h2.entry-title a:visited { color: #5b5d74; }
.entry-asset h2.entry-title a:hover { color: #4c42e2;}
.entry-asset h2.entry-title a:active {  color: #4c42e2; }
/* END LINK COLORS */




/* PAGE LAYOUT */

body {
	min-width: 900px;
	}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #bdbdbd; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZGVkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2JkYmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2JkYmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  #dedede 0%, #bdbdbd 22%, #bdbdbd 78%, #dedede 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dedede), color-stop(22%,#bdbdbd), color-stop(78%,#bdbdbd), color-stop(100%,#dedede)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #dedede 0%,#bdbdbd 22%,#bdbdbd 78%,#dedede 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #dedede 0%,#bdbdbd 22%,#bdbdbd 78%,#dedede 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #dedede 0%,#bdbdbd 22%,#bdbdbd 78%,#dedede 100%); /* IE10+ */

background: linear-gradient(left,  #dedede 0%,#bdbdbd 22%,#bdbdbd 78%,#dedede 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#dedede',GradientType=1 ); /* IE6-8 */


	}
	

#header {
	width: 900px;
	height: 140px;
	background: #474747;
	margin: 0;
	padding: 0;
	border-top-width: 0;
    border-top-style: solid;

	}

#nav {
    width: 900px;
	height: 26px;
	/* margin-top: 6px; */
	background: #000;
	color: #FFF;
	position: relative;
	}
	
#content {
	padding-left: 200px;
	padding-right: 240px;
	}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

	
#alpha {
 /*   width: 470px; */
	width: 100%;
	background: #e2e2e2;
	padding: 20px 20px;
		}

#beta {
	width: 180px;
	right: 240px;
	margin-left: -100%;
	padding: 20px 10px;
	}
	
#gamma {
 	width: 180px;
	margin-right: -240px;
	padding: 20px 10px;
	}

#footer {
	clear: both;
	background: #000;
	padding: 10px;
	}
	
* html #beta {
	left: 150px;
	}
/* END LAYOUT */



/* HEADER */
#header #header-name {
    background-image: url(images/header.jpg);
	text-indent: -999em;
	width: 900px;
	height: 140px;
	}
/* END HEADER STYLES */



/* NAVIGATION BAR */
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 6px 0;
	text-align: center;
	/* position: absolute;
	top: 50%; 
	margin-top: -6px; */
	}
#nav ul li {
	display: inline;
	margin: 0 10px;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	}
/* END NAVIGATION */


/* #BETA and #GAMMA COLUMN STYLES */

#beta h3, #gamma h3 {
	text-transform:uppercase;
	letter-spacing: 2px;
	line-height: 1.2;
	font-size: 90%;
	color: #FFF;
	margin: 1.5em 0 1em;
	text-shadow: 1px 1px 1px #969696;
    filter: dropshadow(color=#969696, offx=1, offy=1); 	}

dl#books {
	font-size: 90%;
	}

#books dt {
	margin-top: 2em;
	}


#books dd {
	font-weight:bold;
	font-style:italic;
	margin-top: .5em;
	}

.widget-recent-entries ul li {
	margin-bottom: .8em;
	font-size: 95%;
	line-height: 1.2;
	/* letter-spacing: -1px; */
	}

#offsprung {
	margin-top: 3em;
	}

/* END LEFT COLUMN - #BETA */	




/* CONTENT STYLES */
	

.asset-content {
	margin: 1em 0;
	padding: 0 0 2em 0;
	border-bottom: 1px solid #FFF;
	}
	
.asset-content p {
	line-height: 1.6em;
	margin: 1em 0;
	}

.asset-name {
	color: #47428f;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	letter-spacing: 1px;
	margin: 1em 4em 1em 0;
	padding-bottom: 4px;
	border-bottom: solid 1px #47428f;
	}

#mt-blog.mt-entry-archive .asset-name {
	color: #47428f;
	font-size: 1.5em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	letter-spacing: 1px;
	margin: 2em 0 1em;
	padding-bottom: 4px;
	border-bottom: solid 1px #47428f;
	}


.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
	color: #586672;
	font-size: 90%;
	margin-top: 1em;
	padding-top: 0;
	font-weight: normal;
	display: block;
	border-top: none;
	padding-bottom: 0;
	}
	
.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2em;
	color: #586672;
	background-color: #fff;
	margin: -20px -20px 1em -20px;
	padding: 40px 20px 10px 20px;
	letter-spacing: 1px;
	}


.mt-archive-index h1#page-title, .mt-page-archive h1#page-title {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2em;
	color: #586672;
	background-color: #fff;
	margin: -20px -20px 1em -20px;
	padding: 40px 20px 10px 20px;
	letter-spacing: 1px;
}

.mt-archive-index h2, .mt-page-archive h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color:#4050b1;
	margin: 2em 0 1em;
	padding-bottom: 4px;
	border-bottom: solid 1px #4050b1;
	}

.archive-content li {
	margin-top: .5em;
	}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 1em;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}


div.entry-categories {
	margin-bottom: 2em;
	}


.comments-open-header {
	font-size: 1.2em;
	}


.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.asset-footer {
	margin-bottom: 2em;
	}


#archive a {
    display: block;
	}

form#comments-form div {
	margin-top: .5em;
	}
	
.widget-content {
	line-height: 1.4;
	}

/* END CONTENT */


/* FOOTER */


#footer-content {
	color: #94abbf;
	}
#footer a:link {  color: #abcbe5;}
#footer a:visited {  color: #abcbe5;}
#footer a:hover { color: #fff; }
#footer a:active {  color: #1877f5; }

/* END FOOTER */

/* THE FOLLOWING STYLE RULES WERE COPIED FROM MINIMALIST-GREY.CSS AND SOME PROPERTIE WERE ALTERED */

/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
    margin-right: 0px;
    margin-left: 0px;
}

.widget-header {
	text-transform:uppercase;
	letter-spacing: 2px;
	line-height: 1.2;
	font-size: 90%;
	color: #FFF;
	margin: 1.5em 0 1em;
	}

.widget-header,
.widget-header a {
    color: #fff;
    font-weight: bold;
}

#content .widget-powered .widget-content {
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
    background-color: transparent;
} 

.widget-header {
    font-size: 14px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 93%;
}

.widget-content a:link { color: #3f49b4; }
.widget-content a:visited {  color: #3f49b4; }
.widget-content a:hover { color: #5b5d74; }
.widget-content a:active {  color: #6673fa; }


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}

.widget-powered .widget-content a {
    display: block;
    background: url(mt-powered.png) no-repeat 50% 50%;
}

.widget-powered .widget-content img {
    visibility: hidden;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    margin: 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}

#footer .widget-powered .widget-content a {
    background: transparent;
}


/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}




