/* Common */
@font-face {  
    font-family: DIN;  
    src: url('engschrift.ttf');  
}
html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: #f3f3f3 url('background.jpg') no-repeat fixed center;
}
a, a:active, a:visited {
    color: #000;
	text-decoration: underline;
}
a:hover {
    color: #fc0 !important;   
}
a:active {
    color: #cf0 !important;   
}
img {
	border: none;
}
td {
    text-align: left;
    vertical-align: top;
}
#content {
	background-color: #fff;
	height: 100%;
	width: 960px;
	padding: 0;
	margin: 0 auto;
	border-collapse: collapse;
}
#content td {
  margin: 0;
  padding: 6px;
} 
#header {
    height: 50px;
    line-height: 0px;
    color: #fff;
	background-color: #000;
	text-align: center;
}
#header a, #header a:active, #header a:visited, #header a:hover, #header span {
    color: #000;
	text-decoration: none;
	padding: 0;
	vertical-align: middle;
}
#header img {
    margin: 1px 2px;
    padding: 0;
    vertical-align: text-top;
}
#header a img {
    background-color: #ccc;
}
#header a:hover img {
    background-color: #fc0;
}
#header a:active img {
    background-color: #cf0;
}
#header a.current img {
    background-color: #fff;
}
#footer_left, #footer_center, #footer_right {
    width: 300px;
    height: 72px;
	border-top: 1px dashed #999;
	font-size: 90%;
	color: #999;
	text-align: center;
	vertical-align: middle;
	background: -moz-linear-gradient(top, #fff, #f3f3f3);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
}
#footer_left {
	border-right: 1px dashed #999;
}
#footer_right {
	border-left: 1px dashed #999;
}
#valid {
    font-size: 90%;
}
#valid a, #valid a:visited, #footer_right a, #footer_right a:visited {
    color: #999;
}
.left_border {
    border-left: 1px dotted #ccc;
}
.right_border {
    border-right: 1px dotted #ccc;
}
.center {
    text-align: center;
}
.float_left {
    float: left;
}
.frameshadow {
    padding: 0;
    border: 4px solid #fff;
    box-shadow: 0px 5px 10px #666;
    -moz-box-shadow: 0px 5px 10px #666;
    -webkit-box-shadow: 0px 5px 10px #666;
}

/* Site */
#mainpage_left {
	text-align: center;
	vertical-align: top;
}
#slideshow {
    width: 600px;
    height: 400px;
    text-align: center;
    margin: 4px auto 0 auto;
    padding: 0;
}
#mainpage_right {
	text-align: left;
	vertical-align: top;
	width: 300px;
}
#welcome, #about_text {
	font-size: 125%;
	margin: 4px 0;
}
#latestposts_top, #twitter_top {
    font-family: DIN, 'Helvetica Neue Condensed Bold', 'Arial Narrow', Helvetica, Arial, sans-serif;
    text-shadow: 0px 2px 4px #999;
	font-size: 200%;
	padding: 0;
	margin: 0;
}
#latestposts_bottom, #twitter_bottom {
    font-family: DIN, 'Helvetica Neue Condensed Bold', 'Arial Narrow', Helvetica, Arial, sans-serif;
    text-shadow: 0px 2px 4px #ccc;
	font-size: 200%;
	color: #999;
	padding: 0;
	margin: 0;
}
#latestposts_bottom a, #latestposts_bottom a:active, #latestposts_bottom a:visited,
#twitter_bottom a, #twitter_bottom a:active, #twitter_bottom a:visited {
    color: #999;
	text-decoration: none;
}
#latestposts, #twitter {
	font-size: 115%;
    margin: 16px 4px 0 4px;
}
#latestposts ul, #twitter ul {
    margin: 4px 20px 0 20px;   
    padding: 0;
}
#latestposts li, #twitter li {
    margin: 4px;   
    padding: 0;
}
#about_equipment {
    margin: 8px auto;
    width: 512px;
    padding: 4px 8px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
#about_equipment td {
    width: 50%;    
}
#about_equipment tr[colspan] td {
    width: 100%;    
}
#about_equipment td {
    margin: 0;
    padding: 2px;
}
#about_equipment big {
    font-size: 120%;
    font-weight: bold;
}
#about_equipment strong {
    font-size: 105%;
    font-weight: bold;
}
#about_equipment big strong {
    font-size: 120%;
}
#contact_card, #about_photo {
    padding-top: 4px;
    text-align: center;
}
#contact_details, #portfolio_text {
    margin-top: 4px;
    font-size: 110%;
}
#contact_details p, #portfolio_text p {
    margin: 0;
    padding: 4px 0;
}
#contact_details .name {
    font-size: 125%;
    font-weight: bold;
    padding-top: 0;
}
#portfolio_choose {
    font-family: DIN, 'Helvetica Neue Condensed Bold', 'Arial Narrow', Helvetica, Arial, sans-serif;
    position: absolute;
    width: 948px;
    color: #ccc;
    font-size: 250%;
    text-align: center;
}
#portfolio_choose a {
    height: 36px;
    display: inline-block;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    border-top: 1px solid #ccc;
    background: #f3f3f3;
    color: #999;
    text-decoration: none;
    padding: 0 9px;
    margin: 0;
	background: -moz-linear-gradient(top, #f3f3f3, #fff);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#fff));
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}
#portfolio_choose a.portfolio_choose_active { 
    position: relative;
    color: #000;
    border-bottom: none;
    z-index: 100;
	background: -moz-linear-gradient(top, #fff, #f3f3f3);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
}
#portfolio_choose a:hover.portfolio_choose_active { 
    color: #fc0;
}
#portfolio_choose a:active.portfolio_choose_active { 
    color: #cf0;
}
#portfolio {
    width: 900px;
    top: 36px;
    margin: auto;
    background: #f3f3f3;
    border: 1px dotted #ccc;
    position: relative;
}
#portfolio_image_frame, #portfolio_thumbnails_frame {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    overflow-y: hidden;
    overflow-x: hidden;
    text-align: center;
}
#portfolio_image_frame {
    position: relative;
    top: -54px;
}
#portfolio_thumbnails_frame {
    position: relative;
    top: 576px;
}
.portfolio_id {
    padding: 8px 0 20px 0;
    height: 548px;
    width: 900px;
    float: left;
}
.image_wrapper {
    display: inline-block;
    height: 540px;
    border: 4px solid #fff;
    box-shadow: 0px 8px 16px #666;
    -moz-box-shadow: 0px 8px 16px #666;
    -webkit-box-shadow: 0px 8px 16px #666;
    margin: auto;
}
.image-wrapper img {
    height: 540px;
}
.portfolio_caption {
    display: block;
    left: 0;
    right: 0;
    top: -20px;
    height: 16px;
    position: relative;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    font-size: 95%;
    padding: 2px;
}
#portfolio_thumbnails {
    padding: 0 8px 8px 8px;
}
#portfolio_thumbnails a {
    text-decoration: none;
    opacity: 0.8;
}
#portfolio_thumbnails a:hover { 
    opacity: 1.0;
}
#portfolio_thumbnails img {
    vertical-align: middle;
    border: 2px solid #fff;
    box-shadow: 0px 2px 4px #666;
    -moz-box-shadow: 0px 2px 4px #666;
    -webkit-box-shadow: 0px 2px 4px #666;
}

/* Blog */
#blog_about_top {
    font-size: 120%;
    margin: 0;
    padding: 4px;
    border: 1px solid #ccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#blog_about_top_image {
    float: left;
    padding-right: 8px;
}
.blog_about_top_welcome {
    font-family: DIN, 'Helvetica Neue Condensed Bold', 'Arial Narrow', Helvetica, Arial, sans-serif;
    font-size: 150%;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px #999;
}
.blog_about_top_latestpost_heading {
    font-weight: bold;
}
.post_full { 
    
}
#blog_content {
    height: 100%;
}
.post_title {
    font-family: DIN, 'Helvetica Neue Condensed Bold', 'Arial Narrow', Helvetica, Arial, sans-serif;
    text-shadow: 0px 2px 4px #999;
	font-size: 300%;
	margin-bottom: 4px;
	clear: both;
}
.post_author {
	font-size: 95%;
	color: #999;
	margin: 4px 12px;
}
.post_author a, .post_author a:active, .post_author a:visited {
    color: #999;
}
.post_body {
	font-size: 115%;
	margin: 0 8px 8px 8px;
}
.post_footer {
    background: #f3f3f3;
	color: #000;
	margin: 0;
	padding: 4px 12px;
	font-size: 90%;
	border-bottom: 1px solid #999;
	clear: both;
}
.post_comments_link {
}
.post_continue_link {
    font-weight: bold;
}
.archive_title {
    font-family: DIN, 'Helvetica Neue Condensed Bold', 'Arial Narrow', Helvetica, Arial, sans-serif;
    text-shadow: 0px 2px 4px #999;
	font-size: 400%;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #ccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.post_image {
    padding: 8px;
    text-align: center;
    font-size: 80%;
    color: #999;
}
.post_image img, .post_image object {
	padding: 0 0 1px 0 !important;
	border-bottom: 1px solid #999 !important;
}
.blog_bottom_heading {
    font-size: 175%;
    font-family: DIN, 'Helvetica Neue Condensed Bold', 'Arial Narrow', Helvetica, Arial, sans-serif;
    text-shadow: 0px 1px 2px #999;
}
.blog_bottom_content {
    font-size: 105%;
}
.blog_bottom_content ul {
    margin: 4px 4px 4px 16px;
    padding: 0;
}
.post_image a, .post_image a:active, .post_image a:visited {
    color: #999;
}
#post_break {
    border: 0;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    width: 50%;
    text-align: center;
}
#comments {
    margin: 0 24px 8px 24px;
    padding: 8px;
    background-color: #f3f3f3;
    border: 1px solid #999;
    border-top: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
}
.comment_header {
    background: #fff;
	margin: 0;
	padding: 2px 8px;
	font-size: 90%;
	color: #999;
	border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}
.comment_header a, .comment_header a:active, .comment_header a:visited {
    color: #999;
}
.comment_body {
    padding: 2px;
    margin: 4px 16px 4px 16px;
}
.comment_form {
    border: 1px solid #ccc;
    padding: 12px;
    margin-top: 12px;
    background-color: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.comment_post_label {
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 4px;
}