html * {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
}

body {
	background: url('/preview/bg-body-formlos.png') no-repeat center top;
	font-family: Georgia, serif;
	font-size: 75%;
	color: #58585a;
}

a {
	color: #700a12;
}

#header, #page {
	margin: 0 auto;
	width: 640px;
}

#header {
	height: 146px;
	position: relative;
}

#header ul {
	padding: 90px 0 0 480px;
}

#header ul li {
	float: left;
	list-style-type: none;
}

#header ul li a {
	display: block;
	text-decoration: none;
	height: 40px;
	width: 40px;
	background: url(/preview/bg-icons.png) no-repeat;
}

#header ul li a:hover {
	background-position: 0 -40px;
}
#header ul li a#twitter {
	background-position: -40px 0;
}
#header ul li a#twitter:hover {
	background-position: -40px -40px;
}
#header ul li a#facebook {
	background-position: -80px 0;
}
#header ul li a#facebook:hover {
	background-position: -80px -40px;
}
#header ul li a#behance {
	background-position: -122px 0;
}
#header ul li a#behance:hover {
	background-position: -122px -40px;
}

#content {
	min-height: 872px;
}

#placeholder,
.content-toggle {
	display: none;
	background-color: #58585a;
	color: #fff;
	padding: 10px 0 0 0;
	position: relative;
}

#placeholder {
	min-height: 500px;
	background: url('/preview/ajax-loader.gif') no-repeat center #58585a;
}

.portfolio{	min-height: 500px; }

body.single-portfolio h2, .content-toggle h2, #placeholder h2 {
	font-size: 150%;
}

body.single-portfolio h2, body.single-portfolio p, #placeholder h2, #placeholder p, .content-toggle h2, .content-toggle h3, .content-toggle p {
	padding: 0 0 10px 10px;
	line-height: 1.5em;
}

body.single-portfolio h2, body.single-portfolio p {
	padding-left: 0;
}

body.single-portfolio img, #placeholder img {
	display: block;
}

#placeholder a, .content-toggle a {
	color: #fff;
}

#placeholder a.close, .content-toggle a.close {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 10px;
}

.item {
	width: 160px;
	height: 123px;
	float: left;
	overflow: hidden;
}

#navigation.item{ background-image: none; }

.item img {
	border: none;
	opacity: 0.3;
	background: url('/preview/ajax-loader-small.gif') no-repeat center;
}

.item img:hover {
	opacity: 1;
}

#content .item a {
	text-decoration: none;
}

.content-toggle .item {
	width: 310px;
	height: 180px;
}

#content-what {
	height: 400px;
}

#content-who img {
	float: left;
}

#content-who .member {
	height: 160px;
}

#content-who h3, #content-who ul, #content-who p {
	margin-left: 170px;
}

#content-who ul {
	margin-left: 190px;
}

#navigation {
	background-color: #58585a;
}

#navigation ul {
	margin: 20px 10px 10px 10px;
}

#navigation ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

#navigation ul li a {
	color: #fff;
	font-size: 133.33%;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

.section {
	background: url(/preview/bg-footer.png) no-repeat top center;
	padding-top: 20px;
}

.section h2 {
	font-size: 150%;
	padding-bottom: 10px;
}

#blogteaser {
	min-height: 230px;
}

#logoparade{ width: 640px; height: 80px; position: relative; }

#logoparade img{ float: left; display: block; white-space: nowrap; }

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 640px;
	height: 80px;
	margin-bottom: 20px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 640px;
	height: 80px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 160px;
	height: 80px;
	margin-right: 15px;
}

.teaser {
	width: 320px;
	float: left;
	min-height: 80px;
	margin-bottom: 10px;
}

.teaser h3 {
	padding-bottom: 5px;
	padding-right: 10px;
}

.excerpt {
	padding-right: 20px;
}

#footer {
	background: url(/preview/bg-footer.png) no-repeat top center;
	padding-top: 20px;
	min-height: 50px;
	font-size: 85%;
}

.imageslider div {
	width: 640px;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	position: absolute;
	top: 200px;
	opacity: 0.5;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
	opacity: 1;
}

.bx-wrapper .bx-next {
	right: 0;
}

a img {
	border: none;
}

body.single-portfolio a.close {
	display: none;
}

body.single-portfolio #footer {
	margin-top: 25px;
}

a#logolink {
	display: block;
	position: absolute;
	height: 90px;
	width: 300px;
	top: 40px;
}

.bw-test {
	background-color: #ff0000;
	height: 123px;
	width: 160px;
}

.bw-test img {
	opacity: 0.5;
}

