/* Description: Benutzerdefiniertes WordPress Theme fuer Bitter Sweet Berlin
Version: 0.9
Author: Urs Weishaupt
Author URI: http://www.caratage.com
*/

@import url(css/normalize.css);
@import url(css/navigation.css);
@import url(css/shop.css);

body {
	background: #eff1eb;
	font-family: Arial, Verdanda, sans-serif;
	font-size: 14px;
	color: #360;
	height: 100%;
}
a {
	text-decoration: none;
	color: #678d66;
}
a:hover {
	text-decoration: underline;
}

/********************
* INHALT			*
********************/
#wrap {
	width: 883px;
	height: 100%;
	border: 2px solid #678D66;
	margin: 31px auto;
	background: #f0f3f0;
}
#header {
	display: block;
	width: 883px;
	height: 149px;
	background: #fff;
}
#header h1 a {
	display: block;
	width: 332px;
	height: 118px;
	margin: 0px auto;
	background: url(images/logo-big.png) no-repeat 50% 25px;
	text-indent: -9000px;
}
#content {
	width: 883px;
	height: 100%;
}
#text {
	position: relative;
	top: 11px;
	left: 17px;
	height: 409px;
	border: 2px solid #936;
	background: #fff;
	width: 491px;
	float: left;
}
#text h2 {
	font-size: 16px;
	color: #936;
	display: block;
	margin: 15px 8px 0px 8px;
	padding:0;
}
#pics {
	position: relative;
	top: 11px;
	right: 29px;
	height: 409px;
	border: 2px solid #936;
	background: #fff;
	width: 299px;
	float: right;
}
#pics .singlepic,
#pics .ngg-widget a {
	display: block;
	width: 244px;
	height: 162px;
	background: url(images/dropshadow.png) no-repeat left top;
	margin: 28px 32px 32px 32px;
}
#pics .singlepic img,
#pics .ngg-widget a img {
	background: #f2e5eb;
	border: 1px solid #936;
	width: 236px;
        height: 153px;
	
}
#entry {
	width: 475px;
	height: 353px;
	margin: 10px 8px 15px 8px;
	overflow: auto;
	position: relative;
}
#entry p {
	margin: 0 0 13px 0;
	padding: 0 20px 0 0;
	line-height: 18px;
}
/********************
* FOOTER			*
********************/
span.clearer {
	display: block;
	width: 883px;
	height: 20px;
	clear: both;
}
#footer {
	
	width: 883px;
	height: 75px;
	border-top: 2px solid #869b6c;
	background: #fff url(images/logo-small.png) no-repeat 50% 13px;
}
/********************
* SCROLLBARS		*
********************/
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbar {
	background: #c183a2;
}
.vscrollerbar {
	padding: 17px 0;
	z-index: 2;
	width: 14px;
	height: 17px !important;
	cursor: pointer;
}
.vscrollerbarbeg {
	background: gold;
	width: 14px;
	height: 0px !important;
}
.vscrollerbarend {
	background: black;
	width: 14px;
	height: 0px;
}
.scrollerjogbox {
	width: 14px;
	height: 17px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background: blue;
}
.vscrollerbase {
	width: 14px;
	background: #f2e5eb;
}
.vscrollerbasebeg {
	background: #936;
	width: 14px;
	height: 17px !important;
	cursor: pointer;
}
.vscrollerbaseend {
	background: #936;
	height: 17px;
	width: 14px;
	cursor: pointer;
}
