/*
Theme Name: Munique Design
Theme URI: http://www.munique-design.de/
Description: Munique Web Design
Version: 1.0
Author: Matthias Schmiedbauer
Author URI: http://www.munique-design.de/


*/


/* Begin Typography & Colors */
/* Basics */
a img {
	border: none;
}

a.textlink {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
a.textlink:hover {
	background: #999999;
	color: #000000;
}
h1 {
	font-size: 200%;
	font-weight: normal;
}
h3 {
	font-size: 100%;
	font-weight: normal;
}
html {
	margin: 0;
	padding: 0;
	height:100%;
	overflow: hidden;
}

body {
	font-size: small;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	height:100%; 
	}
#background {
	margin: 0;
	padding: 0;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 0; 
}
#page {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1; 
	padding: 0;
	height:100%;
	font-size: 90%;
}

#header {
	padding: 0;
	height: 150px;
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
}
#header h1 {
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	display: inline;
}
#header h2 {
	margin: 0;
	padding: 0;
}
#content {	
	margin: 0;
	padding: 0;
	height: auto;
}
.post {	
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: left;
}
#entry {
	margin: 0;
	padding: 0;
	height: 100%;
	position: absolute;
	top: 28%;
	left:0;
	overflow: hidden;
	width: 100%;
	z-index: 3;
	text-align: center;
}
#sidebar {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom:0;
	left: 0;
	z-index:10;
	text-align: center;
}
#sidebar ul {
	margin: 0 auto;
	width: 60%;
	max-width: 1200px;
	list-style: none;
	height: 60px;
	padding: 0;
	text-align: center;
}
#sidebar ul li{
	float: left;
	margin: 0;
	padding: 0 ;
	height: 60px;
	width: 14%;
	text-align: center;
}
#sidebar ul a {
	position: relative;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	display: block;
	outline: none; 
	overflow: hidden;
	text-align: center;
}
.page-item-29 a {
	background: url(images/navigation/home.png) no-repeat top center;
}
.page-item-74 a {
	background: url(images/navigation/product.png) no-repeat top center;
}
.page-item-76 a {
	background: url(images/navigation/interaction.png) no-repeat top center;
}
.page-item-22 a {
	background: url(images/navigation/graphic.png) no-repeat top center;
}
.page-item-23 a {
	background: url(images/navigation/about_me.png) no-repeat top center;
}
.page-item-25 a {
	background: url(images/navigation/tools.png) no-repeat top center;
}
.page-item-26 a {
	background: url(images/navigation/contact.png) no-repeat top center;
}
.page-item-29 a:hover {
	position: relative;
	top: -20px;
}
.page-item-11 a:hover {
	position: relative;
}
.page-item-19 a:hover {
	position: relative;
}
.page-item-22 a:hover {
	position: relative;
}
.page-item-23 a:hover {
	position: relative;
}
.page-item-25 a:hover {
	position: relative;
}
.page-item-26 a:hover {
	position: relative;
}
.current_page_parent {
}
.current_page_parent a:hover {
}
.current_page_item {
}
.current_page_item a:hover {
}

/* Header Image */
#header h2 a {
	margin: 0;
	padding: 0;
	float: left;
	height: 120px;
	width: 200px;
	text-indent: -9999px;
	outline: none; 
	overflow: hidden;
}
#header h1 a {
	position: relative;
	top: 20px;
}

a.headline-29  {
	background: url(images/headlines/home.png) no-repeat left 20px;
}
.headline-74 {
	background: url(images/headlines/product.png) no-repeat left 20px;
}
.headline-76 {
	background: url(images/headlines/interaction.png) no-repeat left 20px;
}
.headline-22 {
	background: url(images/headlines/graphic.png) no-repeat left 20px;
}
.headline-23 {
	background: url(images/headlines/about_me.png) no-repeat left 20px;
}
.headline-25 {
	background: url(images/headlines/my_tools.png) no-repeat left 20px;
}
.headline-26 {
	background: url(images/headlines/contact.png) no-repeat left 20px;
}
/* Navigation */
#right {
}

#left {
}
#right a.next {
	border: none;
	position: fixed;
	top:27%;
	right: -3px;
	width: 40px;
	display: block;
	height: 300px;
	z-index: 20;
	outline: none;
	text-indent: -9999px;
	background: url(images/navigation/right.png) no-repeat right center;
	opacity: 0.2;
	filter: alpha(opacity=20); 
	-moz-opacity: 0.2;
}

#left a.prev {
	border: none;
	position: fixed;
	top: 27%;
	left: 0px;
	width: 40px;
	display: block;
	height: 300px;
	z-index: 20;
	outline: none;
	text-indent: -9999px;
	background: url(images/navigation/left.png) no-repeat left center;
	opacity: 0.2;
	filter: alpha(opacity=20); 
	-moz-opacity: 0.2;
}
#right a:hover {
	background: url(images/navigation/right.png) no-repeat right center;
	opacity: 0.7;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
}

#left a:hover {
	background: url(images/navigation/left.png) no-repeat left center;
	opacity: 0.7;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
}

#back a {
	border: none;
	position: fixed;
	bottom: 20px;
	left: 0px;
	height: 40px;
	width: 40px;
	display: block;
	z-index: 300;
	outline: none;
	text-indent: -9999px;
	opacity: 0.2;
	filter: alpha(opacity=20); 
	-moz-opacity: 0.2;
	background: url(images/navigation/back.png) no-repeat center left;
}
#back a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
	background: url(images/navigation/back.png) no-repeat center left;
}
#description_popup a {
	font-size: 80%;
	border: none;
	position: fixed;
	bottom: 100px;
	left: 0px;
	height: 40px;
	width: 40px;
	display: block;
	z-index: 300;
	outline: none;
	text-indent: -9999px;
	opacity: 0.2;
	filter: alpha(opacity=20); 
	-moz-opacity: 0.2;
	background: url(images/navigation/description.png) no-repeat center right;
}
#description_popup a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
	background: url(images/navigation/description.png) no-repeat center right;
}

/* Email Box */
#email_box {
	width: 100%;
	text-align: center;
}
#email_box form {
	width: 60%;
	margin: 0 auto;
	text-align: left;
}
/*																								IMPRESSUM*/
#email_box #post-26 {
	clear: both;
	width: 60%;
	margin: 20px auto;
	text-align: left;
	color: #000000;
	padding: 10px 0;
	background: #FFFFFF;
	opacity: 0.65;
	filter: alpha(opacity=65); 
	-moz-opacity: 0.65;
	overflow: auto;
	z-index: 20;
	height: 100%;
}
#inputarea_voll, #inputfeld_name, #inputfeld_email {
	font-size: 120%;
	font-family: "Trebuchet MS", Verdana, Arial;
	padding: 0.5em;
	color: #FFFFFF;
	background: #000000;
	border: white solid 2px;
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	position: relative;
	margin: 0;
}
#inputfeld_name, #inputfeld_email {
	margin: 0 0 10px 10px;
}
#email_box form div {
	float: left;
	display: inline;
	width: 20%;
}
#email_box form div input {
	width: 100%;
}
#email_box form div input.send {
	width: auto;
	height: auto;
	border: none;
	margin: 85px 0 0 0;
	padding: 0;
	background: none;
	float: right;
}
#email_box form textarea {
	float: left;
	width: 75%;
	height: 150px;
}
#inputarea_voll_fehler, #inputfeld_name_fehler, #inputfeld_email_fehler{
	font-size: 120%;
	font-family: "Trebuchet MS", Verdana, Arial;
	padding: 0.5em;
	color: #FFFFFF;
	background: #000000;
	border: #FF9900 solid 2px;
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	position: relative;
	margin: 5px;
}


/* about me*/
.year_box {
	background: url(images/backgrounds/date_scale.png) no-repeat top center;
	float: left;
	width: 480px;
	height: 250px;
	color: #ffffff;
	text-align: left;
	z-index: 98;
}
h4 {
	color: #ffffff;
	vertical-align: top;
	font-size: 250%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 30px 0;
	opacity:.40;
	filter: alpha(opacity=40); 
	-moz-opacity: 0.4;
	text-transform: uppercase;
}
.year_box h4 {
	position: relative;
	left: 60px;
}
.time_bar {
	position: absolute;
	top: 10%;
	margin: 0;
	background: url(images/backgrounds/bar.png) no-repeat left center;
	z-index: 99;
	display: inline;
	height: 30px;
	text-align: center;
}
.time_bar a {
	position: relative;
	left: 5px;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 30px;
	background: url(images/backgrounds/bar2.png) no-repeat right center;
}

.skills {
	float: left;
	margin: 0 0 0 100px;
	text-align: left;
	background: url(images/gallery/shadow.png) center bottom no-repeat;
	height: 360px;
}
.skills div {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 1px 0 0 10px;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 300px;
	height: 50px;
}
.bar_80 {
	background: url(images/skills/80.png) no-repeat;
}
.bar_95 {
	background: url(images/skills/95.png) no-repeat;
}
.bar_40 {
	background: url(images/skills/40.png) no-repeat;
}
.bar_60 {
	background: url(images/skills/60.png) no-repeat;
}

.start_post {
	background: #000000;
	opacity: 0.85;
	filter: alpha(opacity=85); 
	-moz-opacity: 0.85;
	color: #FFFFFF;
	text-align: left;
	z-index: 21;
	padding: 20px;
	border: 1px solid #ffffff;
}
#start_image {
	height: 50%; 
	width: 70%; 
	max-width: 1200px;
	opacity: 1;
	margin: 0 auto;
	z-index: 10;
	border: 2px #FFFFFF solid;
}

#post-29 {
	color: #000000;
	margin: 0;
	padding: 0 20px;
	background: #FFFFFF;
	opacity: 0.85;
	filter: alpha(opacity=85); 
	-moz-opacity: 0.85;
	text-align: left;
	overflow: auto;
	z-index: 20;
	width: 30%;
	height: 100%;
	float: right;
}
#post-29 p {
	opacity: 1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
}
#description {
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	background: #FFFFFF;
	color: #000000;
	padding: 15px 20% 80px 20%;
	z-index: 200;
	display:none;
}
a.start_link {
	position: absolute;
	top: 40%;
	left: 20%;
	opacity: 0.8;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	background: #000000;
	color: #FFFFFF;
	padding: 5px;
	z-index: 200;
	font-size: 200%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.start_link:hover {
	opacity: 1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
	background: #000000;
}
/*																INTERACTION*/
.browser {
	float: left;
	margin: 0 0 0 150px;
	text-align: left;
	background: url(images/gallery/shadow.png) center bottom no-repeat;
	height: 400px;
}
.browser h2 {
	position: relative;
	bottom: 80px;
	opacity: 0.8;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	background: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 3px;
	margin: 5px;
	display: inline;
}
