/*
Theme Name: weber.advisory
Theme URI: http://www.userfront.de
Description: 
Author: Heiner Peuser (Userfront GmbH)
Version: 1.0
License: Proprietary
*/

/**
	Colors:
	Black: #231f20
	Gray: #939598
	Silver: #e7e7e8
**/

@font-face {
    font-family: 'Futura';
    src: url('font/futurastd-book-webfont.eot');
    src: url('font/futurastd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/futurastd-book-webfont.woff') format('woff'),
         url('font/futurastd-book-webfont.ttf') format('truetype'),
         url('font/futurastd-book-webfont.svg#FuturaStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Futura';
    src: url('font/futurastd-heavy-webfont.eot');
    src: url('font/futurastd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/futurastd-heavy-webfont.woff') format('woff'),
         url('font/futurastd-heavy-webfont.ttf') format('truetype'),
         url('font/futurastd-heavy-webfont.svg#FuturaStdHeavy') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
	font-family: 'Futura', Arial, Helvetica, sans;
	width: 960px;
	position: relative;
}

#top {
	margin-left: 50px;
	margin-top: 40px;
	margin-bottom: 45px;
	display: block;
}

#logo {
	height: 52px;
}

.menu {
	width: 190px;
	float: left;
	margin-left: 50px;
	margin-right: 10px;
}

.menu a {
	color: #231f20;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}

.menu li {
	margin-bottom: 14px;
}

.menu li.current_page_item a,
.menu li:hover a {
	color: #939598;
}

#contentContainer {
	float: left;
	width: 585px;
}

#topImage {
	display: block;
	width: 585px;
}

#content {
	width: 485px;
	padding-left: 35px;
	padding-right: 65px;
	padding-top: 36px;
	padding-bottom: 36px;
	margin-bottom: 20px;
}

#content,
#fancybox-content {
	background-color: #e7e7e8;
	font-size: 12px;
}

#content p,
#fancybox-content p {
	line-height: 180%;
	margin-top: 10px;
}

#content a,
#fancybox-content a {
	font-weight: bold;
	color: #231f20;
}

#content a:hover,
#fancybox-content a:hover {
	color: #939598;
}

.sidenavigation {
	float: left;
	width: 105px;
	margin-left: 20px;
}

.sidenavigation li {
	margin-bottom: 10px;
}

.sidenavigation a {
	color: #939598;
	text-decoration: none;
	font-size: 14px;
}

.sidenavigation li.current_page_item a,
.sidenavigation li:hover a {
	color: #231f20;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

#content ul,
#fancybox-content ul {
	padding-left: 33px;
	margin-top: 10px;
}

#content ul li,
#fancybox-content ul li {
	list-style-type: disc;
	list-style-position: outside;
	line-height: 180%;
}

address {
	color: #939598;
	margin-top: 5px;
	margin-bottom: 15px;
}

.mapBox {
	position: relative;
	width: 485px;
	height: 320px;
}

#sideImage {
	position: absolute;
	right: 0px;
	top: 390px;

}

.more,
#content a.more {
	cursor: pointer;
	color: #939598;
}

.more:hover,
#content a.more:hover {
	color: #231f20;
}

.moreContent {
	display: none;
}

.blogPost {
	margin-bottom: 50px;
}

#nav-blog {
	display: block;
}

#nav-blog .nav-previous {
	float: left;
}

#nav-blog .nav-next {
	float: right;
}

strong {
	font-weight: bold;
}

img.alignright {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}