﻿body 
{
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
	background-image:  url(../Content/background.png);
	background-repeat: repeat-x;
	background-position: top center;
}

#wrapper 
{
	position: relative;
	width: 980px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image:  url(../Content/wrapper.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 25px 0 5px 0;
	overflow: hidden;
}

#header 
{
	position: relative;
	width: 940px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

#content {
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.1em;
	clear: both;
	top: -30px;
}
		
#footer 
{
	clear: both;
	position: relative;
	background-image: url(../Content/bottom_bar.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 940px;
	height: 25px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

#logo 
{
	float: left;
	background-image: url(../Content/logo3.png);
	background-repeat: no-repeat;
	width: 317px;
	height: 60px;
}

#logo_title 
{
	display: none;
	visibility: collapse;
	width: 0px;
}

ul#top_nav 
{
	clear: both;
	position: relative;
	top: -30px;
	width: 656px;
	height: 52px;
	overflow: hidden;
	background-image: url(../Content/top_bar.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	padding: 0 0 0 284px;
	list-style: none;
}

ul#top_nav li 
{
	display: inline;
}

ul#top_nav li a 
{
	float: right;
	display: block;
	width: 92px;
	height: 30px;
	background-image: url(../Content/top_button.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-align:center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 0 0 0 !important;
	padding: 6px 0 0 0;
	font-size: 1.2em;
	text-indent: -9999px;
}

ul#top_nav li a:hover,
ul#top_nav li a.selected 
{
	background-position: left -66px;
	text-decoration: none;
	color: #585858;
}


ul#top_nav li.home a 
{
	background-image: url(../Content/top_button_home.png); 
}

ul#top_nav li.portfolio a 
{
	background-image: url(../Content/top_button_portfolio.png); 
}

ul#top_nav li.contact a 
{
	background-image: url(../Content/top_button_contact.png); 
}

ul#top_nav li.blog a 
{
	background-image: url(../Content/top_button_blog.png); 
}

ul#top_nav li.bio a 
{
	background-image: url(../Content/top_button_bio.png); 
}

h2 
{
	width: 250px;
	height: 25px;
	padding: 2px 0 0 10px;
	background-image:  url(../Content/title.png);
	background-repeat: no-repeat;
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	position: relative;
	display: block;
	margin: 10px 0 20px 0;
}

.inner_border 
{
	padding: 0 10px 0 10px;
	background-color: white;
	position: relative;
	width: 280px;
	float: left;
	margin: 0 0 10px 10px;
	display: inline;
}


.outer_border 
{
	padding: 10px 0 10px 0;
	background-color: #EAEAEA;
	position: relative;
	width: 940px;
	clear: both;
	margin: 0 0 0 0;
}

#home_nav 
{
	width: 940px;
	clear: both;
	margin: 10px 0 10px 0;
}

.headline
{
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	height: 152px;
	width: 940px;
	padding-left: 10px;
}

#blog_headline 
{
	background-image: url(../Content/blog_headline.png);
}

#bio_headline
{
	background-image: url(../Content/bio_headline.png);
}

#portfolio_headline,
#wmm_headline 
{
	background-image: url(../Content/portfolio_headline.png);
}

#kontakt_headline 
{
	background-image: url(../Content/contact_headline.png);
}


h1.headline
{
	background: none;
	font-size: 3em;
	color: Black;
	width: 940px;
	height: auto;
	position: relative;
	top: 30px;
}

h2.headline 
{
	background: none;
	font-size: 2em;
	color: Black;
	background: none;
	width: 940px;
	display: inline;
	top: 10px;
	height: auto;
}

#blog_menu
{
	float: left;
	width: 310px;
	margin: 0 10px 10px 0;
	position: relative;
}

#blog_content 
{
	width: 600px;
	background-color: White;
	float: left;
	display: inline;
	position: relative;
	padding: 0 5px 0 5px; 
	font-size: 1.2em;
}

#cloud, 
#archive
{
	padding: 0 5px 0 5px;
	display: inline;
	clear: both;
	position: relative;
	font-size: 1.0em;
	width: 250px;
	top: -10px;
}

#archive 
{
	list-style: none;
	left: 5px;
	padding: 0 0 0 0;
}

#blogpost_listing 
{
	padding: 0 10px 0 10px;
	font-size: 1.5em;
}

.tags
{
	top: 0px;
	display: block;
	width: auto;
}

.cloud_tag1 
{
	font-size: 1em;
}

.cloud_tag2
{
	font-size: 1.3em;
}

.cloud_tag3 
{
	font-size: 1.7em;
}

.cloud_tag4 
{
	font-size: 2em;
}

a
{
	color: Black;
	text-decoration: none;
}

a:visited,
.blog_post h1 a,
.link_more a
{
	color: #E34E6A;
	text-decoration: none;
}

.blog_post 
{
	padding: 0 5px 0 5px;
	margin: 5px 0 5px 0;
	position: relative;
	clear: both;
	display: block;
}

.post h1 
{
	display: inline;
	position: relative;
}

.published 
{
	font-size: 0.8em;
}

.post_body 
{
	font-size: 1.2em;
	padding: 10px 0 10px 0;
}

.published 
{
	position: relative;
	top: -10px
}

.stretch
{
	clear: both;
	width: 940px;
	height: 0px;
}

 h1.headline a,
 h1.headline a:visited
 {
 	color: Black;
 	text-decoration: none;
 }
 
 #validation_author,
 #validation_body
 {
 	visibility: hidden;
 	color: Red;
 }
 
 .comment 
 {
 	margin-bottom: 20px;
 }
 
.comment_headline
{
	background-color: #F5F5F5;
	border-bottom: solid 1px #EAEAEA;
}
.comment_author
{
}
.comment_date
{
	font-size: 0.8em;
}
.comment_body
{
	padding: 5px 5px 5px 5px;
}

.comments_add_comment 
{
	margin-top: 20px;
}

.comments_add_comment_label 
{
	clear: both;
	position: relative;
	display: inline;
	width: 150px;
}

.comments
{
	padding-top: 10px;
}

#home_nav .outer_border .inner_border 
{
	height: 300px;
}

.rss a img 
{
	border: none;
	width: 16px;
	height: 16px;
	top: 3px;
	position: relative;
}

.rss 
{
	position: relative;
	margin: 0 0 0 860px;
	top: -12px;
	font-size: 1.5em;
}

.rss a 
{
	color: Black;
}

.copyright 
{
	position: relative;
	top: 10px;
}

#bio_content,
#contact_content,
#portfolio_content
{
	padding-right: 30px;
	font-size: 1.3em;
}

#portrait 
{
	position: relative;
	float: right;
	margin: 0 0 0 10px;
	border: solid 1px #E34E6A;
}

#msp 
{
	width: 262px;
	height: 41px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#mcts 
{
	width: 114px;
	height: 82px;
	margin-right: 20px;
}

#cvut
{
	width: 80px;
	height: 60px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.bio_logos 
{
	text-align: center;
	margin-top: 40px;
}

.link_more 
{
	position: relative;
	float: right;
	right: 10px;
	top: -10px;
}

.column 
{
	width: 250px;
}

.cv_wrapper 
{
	margin-top: 20px;
	width: 940px;
}

.cv
{
	background-color: #D0D0D0;
	text-align: center;
	width: 220px;
	position: relative;
	left: 350px;
	padding: 3px 0 3px 0;
	border: none;
}

#pdf_icon
{
	width: 26px;
	height: 27px;
	border: none;
	position: relative;
	vertical-align: middle;
}

.cv a:visited,
.cv a 
{
	color: Black;
	font-weight: bold;
}

.portfolio_thumb
{
	float: left;
	border: solid 1px #E34E6A;
	margin: 5px 10px 5px 5px;
}

.portfolio_desc
{
	padding-top: 10px;
}

#icq 
{
	width:20px;
	height:20px;
	vertical-align:middle;
	border:none;
}

#linkedin 
{
	width:20px;
	height:15px;
	vertical-align:middle;
	border:none;
}




ul#blogpost_listing 
{
	overflow: hidden;
	list-style: none;
	top: -10px;
	display: inline;
	clear: both;
	position: relative;
	font-size: 1.0em;
	width: 250px;
}	
		
ul#blogpost_listing li {
	clear: both;
	float: left;
}

ul#blogpost_listing li a 
{
	float: left;
	display: block;
	width: 240px;
	font-size: 1.3em;
	background-image: url(../Content/arrow.png);
	background-repeat: no-repeat;
	background-position: -493px 4px;
	padding: 0px 10px 10px 14px;
	color: #555555;
}

ul#blogpost_listing li a:hover,
ul#blogpost_listing li a.selected {
	background-position: -1px 4px;
	text-decoration: none;
	color: #000000;
}
