/* CSS Reset 
/*-----------------------------------------------------------------------------------*/

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; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/* General Setup
/*-----------------------------------------------------------------------------------*/
body{
font-family:Arial, Helvetica, sans-serif;
padding:0;
font-size:12px;
margin:0 auto;
color:#000000;
background:url(./images/top_bg.jpg) repeat-x top;
}
html {
    background: url(glossymetal.gif);
}
.clear{clear:both;}
p{padding:10px 0 10px 0;margin:0px;text-align:left;line-height:20px;}

a {color:#9E7D25; text-decoration:none;}
a img{border:none;}
a:hover{ color:#000000;}
h1,h2,h3,h4{font-weight:normal;padding:0px; margin:0px;}
h1.pagetitle{font-size:34px; color:#353127; padding:0 0 20px 0; float:left;}
h2.section_title{font-size:26px; color:#353127;}
h3{font-size:26px; color:#353127; padding:0 0 20px 0;}
.entry h4{font-size:22px; color:#353127; padding:20px 0 10px 0;}
.entry h5{font-size:20px; color:#353127; padding:20px 0 10px 0; border:none;}
h5{color:#cfa534; font-size:14px; font-weight:normal; padding:0 0 0px 0; margin:0px 0 5px 0;border-bottom:1px dotted #cfa534;}
/* Main Content Structure
/*-----------------------------------------------------------------------------------*/
#main_container{margin:0 auto;width:960px;padding:0px 0 5px 0;}
.center_content{width:960px;height:auto;margin:auto;clear:both;padding:0px 0 0px 0;}

/* Header Structure
/*-----------------------------------------------------------------------------------*/
#header{width:960px; height:150px; position:relative;}
.logo{width:272px;float:left;padding:45px 0 0 78px;}
.logo-img{float:left; position:absolute; top:0px;}
.logo h1{ padding:0px; margin:0px;}
.logo h1 a{
	text-decoration:none;
	font-size:40px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	outline:none;
}
span.description{font-size:18px;color:#FFFFFF; position:relative; top:0px;}
a.search_bt{ position:absolute; top:8px; right:20px;}
.box{position:absolute;top:-200px; right:20px;width:239px; height:55px;margin:0px;padding:0px;z-index:999999; background:url(./images/search_bg.png) no-repeat center;}
input.form_input_box{
float:left; background:none; border:none; width:164px; height:23px; margin:5px 0 0 12px; color:#FFFFFF;
}
input.form_submit{
float:left; background:none; border:none; margin:10px 0 0 6px;cursor:pointer;
}
a.boxclose{
width:20px; height:17px; float:right; clear:both; margin:8px 8px 0 0; border:none; display:block; cursor:pointer;
}
/* Main Menu
/*-----------------------------------------------------------------------------------*/
#menu{width:276px; float:right; text-transform: capitalize; padding:90px 0 0 0px;}
#menu ul{margin:0px; padding:0px; list-style:none;}
#menu ul li {margin:0px 20px 0 20px; padding:0px; display:block; float:left; position:relative;}
#menu ul li a {color: #FFF; text-decoration:none; font-size:13px; font-weight:bold; height:25px; background:none; display:block;}
#menu ul li.selected a {color:#e2c985;}
#menu ul li a:hover{color:#e2c985;}
#menu ul li ul {
background:#F4F4F4;
border: 0px solid #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin:0px 0 0 0;
padding:12px 15px 12px 15px;
width:150px;
position:absolute;
display:block;
top:25px;
left:-10px;
z-index:9999;
overflow:auto;
-moz-box-shadow: 0 0 4px #888;
-webkit-box-shadow: 0 0 4px #888;
box-shadow: 0 0 4px #888;
}
#menu ul li ul li {
border-bottom:1px #DFD7D1 dotted;
display: block;
height:35px;
float: none;
padding:0px 0 0px 6px;
line-height:35px;
text-align:left;
margin:0;
}
#menu ul ul li:last-child {	border-bottom: none; }
#menu ul li ul li a {color: #544A31;font-weight:normal; font-size:12px; padding:0;}
#menu ul li.selected ul li a {color: #544A31;font-weight:normal; font-size:12px; padding:0;}
#menu ul li ul li a:hover {color: #c09c3b;}

/* Motto Style
/*-----------------------------------------------------------------------------------*/
.motto{width:960px; clear:both; background:url(./images/motto_bg.gif) repeat top left; margin:20px 0 60px 0; float:left;}
.motto p{padding:25px 0 25px 0;text-align:center;font-size:22px;}
.motto p span{color:#cfa534;}

/* Home Slider
/*-----------------------------------------------------------------------------------*/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: show; /*leave as is*/
width:960px; /*width of featured content slider*/
height:330px;
float:left;
margin:0px 0 0 0px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0px;
float:left;
width:960px;
height:330px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:888;
}
.slider_title{font-size:28px; color:#353127; position:absolute; top:0px; left:0px;}
.slider_left{width:320px; float:left; padding:60px 0 0 0;}
.slider_left h2{ font-size:19px; color:#cfa534; float:left; clear:both;}
.slider_left h2 a{color:#cfa534; text-decoration:none;}
.slider_left h2 a cufon{ padding-bottom:4px;}
.post_date{ width:56px; height:51px; background:url(./images/date_bg.gif) no-repeat center; float:left; margin:25px 0 0 0; color:#FFFFFF; text-align:center;text-transform:lowercase; padding:5px 0 0 0;}
span.day{font-size:28px;}
span.month{font-size:20px; position:relative; top:-5px;}
.post_slider_right{ float:left; width:230px;}
.slider_post_category{float:left; background:url(./images/mini-icon-categories.gif) no-repeat right; padding:0 20px 0 0;margin:32px 0 0 15px;}
.slider_post_comments{float:left; background:url(./images/mini-icon-comments.gif) no-repeat right; padding:0 20px 0 0;margin:10px 0 0 15px;}
.slider_post_category a, .slider_post_comments a{color:#cfa534; text-decoration:none; border-bottom:1px dotted #e4c87b;}
.slider_post_category a:hover, .slider_post_comments a:hover{color:#000000; text-decoration:none; border-bottom:1px dotted #000000;}
.photo_slider_container{width:601px; height:283px; background:url(./images/slider_container.gif) no-repeat center; padding:6px 0 0 6px; float:right;}
.sliderwrapper .contentdiv a img{border:none;}
.pagination{width:65px;position:absolute;top:-5px;right:0px;z-index:8888;display:block;}
.pagination a{display:none;}
.pagination a.next{width:22px;height:22px;display:block; float:left; margin:0 0 0 6px;text-indent:-100px; overflow:hidden;
background:url(./images/right_arrow.gif) no-repeat center; outline:none;}
.pagination a.next:hover{background:url(./images/right_arrow_a.gif) no-repeat center;}
.pagination a.prev{width:22px;height:22px;display:block; float:left;margin:0; text-indent:-100px; overflow:hidden;background:url(./images/left_arrow.gif) no-repeat center;outline:none;}
.pagination a.prev:hover{background:url(./images/left_arrow_a.gif) no-repeat center;}
/*------------------------block structure------------------*/
.left_content{float:left; padding:0px; margin:0px;width:800px;}
.right_content{ float:right; padding:0px; margin:0px;width:150px;}

.right_content_sidebarleft{float:left; padding:0px; margin:0px;width:320px;}
.left_content_sidebarleft{ float:right; padding:0px; margin:0px;width:620px;}

.fullwidth{
width:960px; float:left; padding:20px 0 0 0; margin:0px;
}
.section_middle_left{
width:275px;
float:left;
padding:0px; margin:0 67px 30px 0;
}
.section_middle_right{
width:150px;
float:right;
padding:0px; margin:0px;
}
.portfolio_item{
width:275px; height:325px;
float:left;
padding:0px; margin:0 67px 20px 0;
}
.portfolio_item_right{
width:275px; height:325px;
float:left;
padding:0px; margin:0 0 20px 0;
}
.section_middle_left p a, .section_middle_right p a, .portfolio_item p a, .portfolio_item_right p a{color:#cfa534; text-decoration:none; border-bottom:1px dotted #e4c87b;}
.section_middle_left p a:hover, .section_middle_right p a:hover, .portfolio_item p a:hover, .portfolio_item_right p a:hoher{color:#000000; text-decoration:none; border-bottom:1px dotted #000000;}
.post_thumb_container{
width:270px; height:129px; background:url(./images/thumb_bg.gif) no-repeat center; padding:5px 0 0 5px; 
}
.post_thumb_container a{
width:265px; height:122px;position:relative;overflow:hidden; display:block;
}
.post_thumb_container span.plus{ position:absolute; top:-8px; right:-8px; z-index:777;}

.section_middle_right ul, .section_middle_left ul{padding:15px 0 25px 0; margin:0px; list-style:none;}
.section_middle_right ul li, .section_middle_left ul li{padding:7px 0 7px 0; margin:0px;border-bottom:1px dotted #e4c87b; line-height:19px;}
.section_middle_right ul li a, .section_middle_left ul li a{color:#000; text-decoration:none;}

.textwidget{ padding:15px 0 25px 0;margin:0px;text-align:left;line-height:19px;}

span.section_description{font-size:16px; color:#353127; display:block; margin:3px 0 25px 0; font-weight:bold;}
a.bullets_more{
width:25px; height:7px; display:block; float:right; no-repeat center; padding:5px 0 0 0;
}
.divider{
width:960px; height:10px; background:url(./images/divider.gif) no-repeat center; clear:both; float:left; margin:0px 0 40px 0;
}
/*--------------post-------------------------------------*/

.post{
width:800px; float:left; clear:both; padding:0 0 20px 0;
}
.post h2{ font-size:19px; color:#cfa534; float:left; width:600px; padding:30px 0 0 20px;}
.post h2 a{color:#cfa534; text-decoration:none;}
.post h2 a cufon{ padding-bottom:4px;}
.post_thumb{
float:left; width:200px; clear:both; margin:25px 0 0 0;
}
.post_details{
float:left; width:440px; height:134px; background:url(motto_bg.gif) repeat top left;margin:25px 0 0 0;
}
.post_category{background:url(./images/mini-icon-categories.gif) no-repeat right; padding:0 20px 0 0;margin:25px 0 0 20px; float:left; clear:both; display:block;}
.post_comments{background:url(./images/mini-icon-comments.gif) no-repeat right; padding:0 20px 0 0;margin:15px 0 0 20px; float:left; clear:both; display:block;}
.post_category a, .post_comments a{color:#cfa534; text-decoration:none; border-bottom:1px dotted #e4c87b;}
.post_category a:hover, .post_comments a:hover{ color:#000000;border-bottom:1px dotted #000;}
.post_details p{
clear:both; padding:15px 20px 0 20px;
}
.latest_tweets ul{
padding:0px 0 15px 0;
}
.flickr_photos ul{ padding:0px; margin:0px; list-style:none;}
.flickr_photos ul li{ padding:0px; margin:0px;border:none;}
.flickr_photos ul li a{padding:0 12px 12px 0; float:left; display:block; border:none;}
.flickr_photos ul li a img{border:2px #fff solid;}

.portfolio_selectors{
float:right; margin:12px 0 0 0;
}
.portfolio_selectors ul{ padding:0px; margin:0px; list-style:none;}
.portfolio_selectors ul li{ padding:0px; margin:0px; display:inline;}
.portfolio_selectors ul li a{ padding:5px 10px 5px 10px; margin:0px 2px 0 2px; display:inline; background-color:#E2C985; color:#FFFFFF;
-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;
}
.portfolio_selectors ul li a:hover{ background-color:#5F4F29;}
.entry{ clear:both;}
.entry a{border-bottom:1px dotted #e4c87b;
}
.entry p img{
clear:both; border:5px #E3E3E3 solid; margin:0 0 20px 0;
}
.entry ul{ margin:0px; list-style:none; padding:10px 0 20px 30px;}
.entry ul li{ background:url(./images/bullets_list.gif) no-repeat left; padding:10px 0 10px 30px;} 
.entry blockquote{color:#cfa534; line-height:20px;
} 
.bottom_nav{
width:100%;
clear:both;
}
a.prev_entries{
float:left; padding:10px 0 10px 30px; background:url(./images/bullets_list.gif) no-repeat left; display:block;
}
a.next_entries{
float:right;padding:10px 30px 10px 0px; background:url(./images/bullets_list.gif) no-repeat right; display:block;
}
/*---------------contact_form------------------*/
.form_content{width:565px;float:left;padding:30px 0px 30px 20px;}
.form_row{width:565px;clear:both;float:left;padding:10px 0 10px 0;}
.form_row label{width:160px;float:left;font-size:13px;text-align:right;padding:0px 20px 0 0;font-weight:bold;height:40px; background:url(./images/motto_bg.gif) repeat top left;line-height:40px;}
input.form_input{width:380px;height:40px;background-color:#EFDFB3;color:#000;border:none;float:left;padding:0px 0 0 5px;}
textarea.form_textarea{width:380px;height:90px;font-family:Arial, Helvetica, sans-serif;background-color:#EFDFB3;color:#000;border:none;float:left;padding:10px 0 0 5px;font-size:12px;}
input.form_submit_contact{width:auto;height:auto;color:#000;font-size:18px; text-align:center; font-family:Arial, Helvetica, sans-serif;cursor:pointer;float:right;margin:0px;padding:10px 20px 10px 20px;background:url(./images/motto_bg.gif) repeat top left;
border:none;}
label.error { width:380px; display: block; float: right; color: red; padding:5px 0 0 0px; background:none; text-align:left; font-size:12px; font-weight:normal; }
/*--------------------footer-------------------*/
#footer{
width:100%; background:url(./images/footer_bg.gif) repeat-x top #ccc; clear:both; padding:40px 0 0 0;
}
.footer_content{
width:960px; margin:auto; 
}
.footer_bottom{
width:960px;border-top:1px solid #e8e0cf; padding:20px 0 20px 0; margin:20px 0 0 0;
}
.copyrights{ float:left;color:#cfa534; font-size:26px;}
.footer_links{ float:left; padding:10px 0 0 0; margin-left:270px;}
.footer_links ul{ padding:0px; margin:0px; list-style:none; display:inline;}
.footer_links ul li{ padding:0px; margin:0px;display:inline;}
.footer_links ul li a{padding:2px 10px 2px 10px; text-transform:lowercase;color:#000000;  margin:0 0 0 10px;}
.footer_links ul li a:hover{ background-color:#E2C985;}

.section_middle_right_wir{
width:275px;
float:right;
padding:0px; margin:0px;
}
.pagetext{font-size:12px; color:#000; line-height:20px;}

.photo.rechts {
    clear: right;
    float: right;
    margin-left: 2.55%;
    margin-right: 8px;
}
.photo {
    border-radius: 20px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.8);
    height: auto;
    margin-bottom: 10px;
    max-width: 45%;
    width: auto;
}
.photo_q {
    border-radius: 20px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.8);
    height: auto;
    margin-bottom: 10px;
     width: auto;
}