/* Global Styles */

@font-face {
	font-family: 'VenusHalbfettRegular';
	src: url('venushalbfett-webfont.eot');
	src: local('../fonts'), url('/fonts/venushalbfett-webfont.woff') format('woff'), url('/fonts/venushalbfett-webfont.ttf') format('truetype'), url('/fonts/venushalbfett-webfont.svg#webfontC3ISmrLr') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'VenusHalbfettRegular', sans-serif;
	font-weight:lighter;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color:#414958;
	text-decoration: none;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
#photos {
	height:auto;
	display:none;
	width:90%;
	background-color:#fff;
	margin-left:10%;
	margin-top:0px;
	margin-bottom:3px;
	vertical-align:middle;
}
#studio {
	height:auto;
	display:none;
	width:90%;
	background-color:#fff;
	margin-left:10%;
	margin-top:0px;
	margin-bottom:3px;
	vertical-align:middle;
}
#projects {
	height:auto;
	display:none;
	width:90%;
	background-color:#fff;
	margin-left:10%;
	margin-top:0px;
	margin-bottom:3px;
	vertical-align:middle;
}
#contact {
	height:auto;
	display:none;
	width:90%;
	background-color:#fff;
	margin-left:10%;
	margin-top:0px;
	margin-bottom:3px;
	vertical-align:middle;
}
.container {
	width: 80%;
	max-width: 1260px;
	min-width: 900px;
	background: #FFF;
	margin: 0 auto;
	margin-bottom: 10px;
	border-width: 1px;
	border-color: red;
}
.dynamo {
	width: 90%;
	background: #FFF;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-color: grey;
}
.dynamo td{
	text-align: left;
	margin: 5px;
	border-left-style: solid;
	border-left-color: grey;
	border-left-width: 6px;
}
.header {
	background: #9BAD22;
	height: 150px;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-top:10px;
}
.title {
	float:left;
	margin-top:80px;
	padding:0px;
	width:auto;
	height:80px;
	overflow:hidden;
	color:#FFF;
	font-size:80px;
	vertical-align:text-bottom;
	}
.icons {
	height: 100%;
line-height:30px;
vertical-align:middle;
float:left;	
	}
.sidebar1 {
	float: left;
	width: 19%;
	/* background: #9BAD22; */
	background:#FFF;
	height: 600px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
}
.img {
	float: right;
	padding: 0px;
	margin:0px;
}
.image_container{
	margin: 20px;
	border:2px solid #ffffff;
	background-color:#ccc;
	padding:8px;
	border-bottom-right-radius:13px;
}
.container_title {
	background: #6ACCE1;
	margin-left: 3px;
	color:#000;
	margin-top: 3px;
	margin-right: 3px;
	border-top-left-radius: 22px;
	border-top-right-radius: 0px;
	margin-bottom: 10px;
}
.image_title {
	background: #9BAD22;/*#6ACCE1;*/
	color:#ffffff;
	font-size:18px;
	margin-top: 3px;
	padding:2px;
	border-radius:5px;
}
.content {
	padding: 0px;
	width: 80%;
	float: right;
	color: #FFF;
	font-size:20px;
	background: #5F6062;
	margin-bottom: 10px;
	border-radius: 0px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.button {
	list-style: none;
	height: 25px;
	margin-bottom:3px;
}
.button a, .button a:visited {
	height: 25px;
	padding-left:8px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	display: block;
	text-decoration: none;
	background: #6ACCE1;
	color: #000;
	line-height:25px;
	font-size:18px;
	vertical-align:center;
}
.button a:hover, .button a:active, .button a:focus {
	background: #b0b0b1;
	color: #FFF;
}
.button_extend {
	list-style: none;
	height: 25px;
	margin-bottom:3px;
}
.button_extend a, .button_extend a:visited {
	height: 25px;
	padding-left:8px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	display: block;
	text-decoration: none;
	background: #5F6062;
	color: #fff;
	line-height:25px;
	font-size:18px;
	vertical-align:center;
}
.button_extend a:hover, .button_extend a:active, .button_extend a:focus {
	background: #b0b0b1;
	color: #000;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #fff;
	padding: 3px;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #6ACCE1;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #6D6E71;
	color: #FFF;
}
.footer {
	padding: 0px;
	height: 30px;
	line-height:30px;
	vertical-align:middle;
	font-size:14px;
	color: #6D6E71;
	background: #9BAD22;
	position: relative;
	clear: both;
	margin: 10px auto;
	text-align:right;
}
.fltrt {
	float: right;
	margin-left: 8px;
	padding: 0px;
	background: #9bad22;
}
.fltlft {
	float: left;
	margin-right: 8px;
	padding: 0px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
