/* @override 
	http://localhost:3000/stylesheets/layout.css?1281949424
	http://localhost:3000/stylesheets/layout.css?1282748593
*/

/* @group Layout */

.main-content {
  position:relative;
}
#main .top {
	margin-bottom: 30px;
}

#main .left {
	float: left;
	width: 440px;
}

#main .right {
	float: right;
	width: 440px;
}

.top h3, .left h3, .right h3 {
	margin-bottom: 0.5em;
}

.top img, .right img {
	float: left;
	margin: 4px 10px 4px 0;
}

.left img {
	float: right;
	margin: 4px 0 4px 10px;
}

.find {
	float: right;
	overflow: hidden;
	width: 444px;
	background-color: #f2efe9;
	position: relative;
}

.show .find {
	height: 330px;
}

.intro {
	font-weight: bold;
}

/* @end */

/* @group Header */

#header h1 a {
	position: absolute;
	background: url(../images/tee-heimat-logo.png) no-repeat;
	width: 250px;
	height: 74px;
	top: 30px;
	left: 24px;
	text-indent: -9999px;
}

#header .description {
	position: absolute;
	left: 30px;
	bottom: 24px;
	color: #66645a;
}

#main-navigation {
	position: absolute;
	bottom: 24px;
	right: 24px;
}

#main-navigation li {
	display: inline;
	padding: 12px;
}

#main-navigation li a, #main-navigation li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #66645a;
}

#main-navigation li a:hover {
	color: #c16365;
}

/* @end */

/* @group Promo */

#promo .block {
	float: left;
	margin-left: 24px;
	background-color: #99988f;
	width: 210px;
	display: inline;
	min-height: 195px;
}

#promo .block h3 {
	margin: 10px 10px 0px 10px;
	color: #fff;
}

#promo .block ul {
	margin: 0px 10px 10px 10px;
	border-top: 1px solid #9f9d95;
}

#promo .block li {
	border-bottom: 1px solid #9f9d95;
}

#promo a:link {
	text-decoration: none;
	color: #45433d;
}

#promo a:visited {
	text-decoration: none;
	color: #45433d;
}

#promo .block.recent-articles {
	font-weight: bold;
}

#promo .time {
	display: block;
	font-weight: normal;
}

#featured {
	margin: 4px 10px 10px 10px;
}

/* @end */

/* @group Footer */

#footer, #footer a {
	color: #FFF;
}

#footer .block {
	float: left;
	margin-left: 24px;
	width: 163px;
	display: inline;
}

#footer .block h3 {
	margin: 10px 10px 0px 10px;
	color: #99988f;
	font-size: 14px;
}

#footer .block ul {
	margin: 0px 10px 10px 10px;
}

/* @end */

/* @group Forms */

input, select {
	padding: 2px;
	line-height: 1.2em;
	border: 1px inset #CCC;
}

.input {
	margin-bottom: 0.5em;
}

.button {
	border: 1px outset #CCC;
	padding: 2px 10px;
}

.optional {
	font-size: 11px;
	font-style: italic;
}

/* @end */

/* @group Map & Results */

#mapped-results {
	float: left;
	width: 100%;
	margin-bottom: 24px;
}

#mapped-results #map-canvas {
	float: left;
}

#map-canvas {
	height: 330px;
	width: 444px;
	font-size: 20px;
	background-color: #bddea5;
}

.events #map_canvas {
	margin-bottom: 24px;
}

#results {
	height: 275px;
	padding-top: 10px;
}

#results h2 {
	margin: 0 15px 15px 15px;
}

#results h2 span {
	font-size: 0.6em;
}

#results ul.locations {
  width: 410px;
  margin-left: 15px;
  background-color: #f00;
}

#results .locations li {
  float: left;
  width: 176px;
  margin-bottom: 10px;
  padding-left: 24px;
}

li.restaurant {
	background: url(../images/icons/restaurant.png) no-repeat 0 2px;
}

li.teashop {
	background: url(../images/icons/teashop.png) no-repeat;
}

li.coffeeshop {
	background: url(../images/icons/coffeeshop.png) no-repeat;
}

li.hotel {
	background: url(../images/icons/hotel.png) no-repeat;
}

li.misc {
	background: url(../images/icons/misc.png) no-repeat;
}

#results li a span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	color: #8d8b84;
}

.find a:hover {
	color: #66645a;
}

.locfilter {
	padding: 0;
	width: 398px;
	margin: 0px 10px 20px 10px;
	list-style-type: none;
}

.locfilter li {
	padding: 0;
	margin: 0;
	display: inline;
	background-image: none;
	float: none;
}

.locfilter a {
	background-color: #CCC;
	padding: 1px 3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	opacity: 0.5;
}

.locfilter a:hover {
	color: #dbeffa;
	opacity: 1;
}

.locfilter .all a {
	background-color: #66645a;
	color: #dbeffa;
}

.locfilter .teashop a {
	background-color: #9cbe83;
}

.locfilter .coffeeshop a {
	background-color: #a45f44;
}

.locfilter .restaurant a {
	background-color: #af5052;
}

.locfilter .hotel a {
	background-color: #8e6683;
}

.locfilter .misc a {
	background-color: #a09880;
}

.locfilter li.active a {
	opacity: 1;
	text-shadow: #666 1px 1px 0;
}

#prev_link, #next_link, .pagination .prev_page, .pagination .next_page {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	padding: 4px;
	background-color: #ccc;
	text-decoration: underline;
	font-size: 12px;
	color: #66645a;
}

#prev_link.disabled, #next_link.disabled, .pagination .disabled {
	display: none;
}

.articles .content {
    position:relative;
}
.pagination {
  text-align:center
}

#prev_link, .pagination .prev_page {
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding-left: 25px;
	background: transparent url(../images/prev-on-beige.png) no-repeat 5px center;		
}

#next_link, .pagination .next_page {
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding-right: 25px;

	background: transparent url(../images/next-on-beige.png) no-repeat right center;		
}

/* @end */

/* @group Search */

#search {
	padding: 10px;
	font-size: 0.9em;
	height: 25px;
	line-height: 25px;
        position: relative;
}
#search .reset {
  position:absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  text-indent: -100pt;
  overflow: hidden;
  background: url("/images/icons/cross-octagon.png") no-repeat;
}

.search {
	margin-bottom: 20px;
}

.scouts .search {
	display: none;
}

/* @end */

/* @group Tea Location */

#location-info {
	float: left;
}

.tea-location {
	clear: both;
	padding: 0;
	width: 100%;
	margin: 00;
	position: relative;
	background-color: #f2efe9;
}

.tea-location h2 {
	margin: -0.4em 0em 0.5em 0em;
}

.tea-location h3 {
	margin-bottom: 10px;
	color: #66645a;
	font-size: 14px;
}

.tea-location h4 {
	text-indent: -15px;
	font-size: 14px;
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #66645a;	
}

.tea-location .block {
	width: 440px;
	float: left;
	margin: 0px 24px 24px 0px;
	padding: 24px 0 0 0;
	overflow: hidden;
}

.tea-location .block.last {
	margin-right: 0px;
	padding-left: 0px;
}

#location-logo {
	width: 150px;
	float: left;
	margin-bottom: 15px;
}

#slide_next, #slide_previous {
	background-color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	padding: 4px;
	text-decoration: none;
	position: absolute;
	bottom: 20px;
	font-size: 12px;
	color: #66645a;
}

#slide_next.disabled, #slide_previous.disabled {
	display: none;
}

#slide_next {
	right: 24px;
	padding-left: 25px;
	background: #fff url(../images/next-on-white.png) no-repeat 5px center;
}

#slide_previous {
	left: 24px;
	padding-left: 25px;
	background: #fff url(../images/previous-on-white.png) no-repeat 5px center;	
}

.section {
	margin-bottom: 0.75em;
	border-bottom: 1px solid #ded3b1;
	position: relative;
	padding-left: 15px;
}

.summary {
	padding-left: 0;
}

.route {
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-top: 1.5em;
}

.route a {
	text-decoration: none;
	padding: 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #9cbe83;
	border: 1px outset #9cbe83;
	display: block;
	width: 150px;
	color: #fff;
}

.since {
	padding-left: 15px;
}

/* @end */

/* @group Content */

#content {
	width: 678px;
	float: left;
}

#sidebar {
	width: 210px;
	float: right;
}

/* @end */

/* @group Brands & Scouts */

.item {
	border-bottom: 1px solid #ded3b1;
	overflow: hidden;
	background-color: #f8f7f4;
	float: left;
	width: 422px;
	padding: 10px;
	margin-bottom: 26px;
}
.item a {
	text-decoration: none;
}
.item .certificates a {
	float: left;
	margin-right: 8px;
}

.scouts .item {
	min-height: 350px;
}

.organic {
	/* background: #f8f7f4 url(../images/brand-organic.png) no-repeat right top; */
}

.locations .item {
	min-height: 100px;
}

.item.odd {
	margin-right: 26px;
}

.zebra {
	background-color: #f6f3ef;
}

.item h2, .item h3, .item h4 {
	font-size: 16px;
	margin-bottom: 0.5em;
	text-indent: 0;
	font-weight: bold;
	margin-top: 0;
}

.item .logo {
	width: 80px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	height: 80px;
}

.item .photo {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.item .content {
	float: left;
}
.teas #wrapper .content {
	min-height: 0;
}
.scouts .item .content, .teas .item .content {
	width: 320px;
	min-height: 200px;
}

.item .buttons li {
	display: inline;
}

.item .buttons a {
	padding: 6px;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

.item .buttons .details a {
	background-color: #b9d891;
	
}

.item .buttons .website a {
	background-color: #dfd585;
}

.item .buttons .shop a {
	background-color: #a45f44;
}

.item .buttons .spots a {
	background-color: #e3a158;
}

.scouts .services {
	float: left;
	width: 170px;
	line-height: 25px;
	margin-right: 20px;
}

.services li {
	border-bottom: 1px solid #ded3b1;
	background: url(../images/icons/check_20.png) no-repeat right center;
}

.item .address {
	float: left;
}

/* @end */

/* @group Notices & Errors */

#flash_error {
	padding: 24px 340px 10px 24px;
	margin-bottom: 24px;
	background-color: #bedea6;
	color: #65635a;
}

#flash_error h2 {
	margin: -0.4em 0 0.5em 0;
}

.filter_notice {
	background-color: #bedea6;
	padding: 1em;
	margin-bottom: 24px;
}

/* @end */

/* @group Pages */

.pages h2 {
	margin-bottom: 0.5em;
}

.teeheimat-philosophie .top {
	padding-right: 200px;
	background: url(../images/philosophy-seal.png) no-repeat 750px 20px;
	min-height: 280px;
}

.teeheimat-philosophie #main .left, .teeheimat-philosophie #main .right {
	background-color: #f2efe9;
	padding: 20px;
	width: 400px;
}

.teeheimat-download #main .left img {
	float: left;
}

.teeheimat-download #main .right li {
	margin-bottom: 5px;
	background: url(../images/icons/th-download.png) no-repeat left top;
	padding-left: 16px;
}

.teeheimat-mitglied-werden .top img {
	float: none;
}

/* @end */

/* @group Blog */

/* @group Comments */

#comments {
	clear: both;
}

#comments h2 {
	padding-top: 30px;
}

#comments ul {
	margin-left: 150px;
	border-top: 1px solid #dbd1b4;	
}

#comments li {
	border-bottom: 1px solid #dbd1b4;
	padding: 1em 1em 0 1em;
}

#comments .odd {
	background-color: #f8f7f4;
}

#comments .meta {
	text-align: right;
	font-size: 11px;
	font-style: italic;
}

.new_comment .homepage {
	display: none;
}

.new_comment .input label, .new_comment .input_text_area label {
	clear: both;
	width: 135px;
	padding-right: 15px;
	display: block;
	float: left;
	margin-bottom: 0.5em;
}

.new_comment .input input, .new_comment textarea {
	float: left;
	margin-bottom: 0.5em;
}

.new_comment textarea {
	height: 150px;
	width: 525px;
}

.new_comment .submit {
	clear: both;
}

.new_comment .input .button {
	float: right;
}

/* @end */

.article {
	margin-top: -2em;
}

.article .head {
	background-color: #f2efe9;
	overflow: hidden;
	padding: 0px 5px;
	margin: 2em 0px 0.5em 0px;
	clear: both;
}

.article img {
	float: left;
	padding: 4px 10px 4px 0;
}

.article .head h2 a, .article .head h2 {
	float: left;
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
	margin: 0;
}

.article .head .date {
	float: right;
	line-height: 30px;
}



/* @end */

/* @group Filter */
.filter_wrap {
	overflow: hidden;
}

.filter_wrap .filter {
	float: left;
	display: inline;
}

.filter_wrap p.filter {
	line-height: 30px;
	margin-right: 20px;
}

.filter {
	overflow: hidden;
}

.filter li {
	float: left;
	margin-right: 10px;
}

.filter a {
	text-decoration: none;
	padding: 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #CCC;
	display: block;
	_width: 1%;
	color: #fff;
}

.filter .all a:hover, .filter .all.active a {
	background-color: #666;
}

.filter .shop a:hover, .filter .shop.active a, .filter .sonstiges a:hover, .filter .sonstiges.active a {
	background-color: #66645a;
}

.filter .expert a:hover, .filter .expert.active a, .filter .does_consulting a:hover, .filter .does_consulting.active a, .filter .tee-seminar a:hover, .filter .tee-seminar.active a, .filter .with_cert a:hover, .filter .with_cert.active a {
	background-color: #a45f44;
}

.filter .bio a:hover, .filter .bio.active a, .filter .does_seminars a:hover, .filter .does_seminars.active a, .filter .tee-zeremonie a:hover, .filter .tee-zeremonie.active a {
	background-color: #82d28a;
}

.filter .accessories a:hover, .filter .accessories.active a, .filter .does_ceremonies a:hover, .filter .does_ceremonies.active a, .filter .tea-tasting a:hover, .filter .tea-tasting.active a {
	background-color: #8e6683;
}

.filter .fairtrade a:hover, .filter .fairtrade.active a, .filter .is_sommelier a:hover, .filter .is_sommelier.active a, .filter .tee-und-kultur a:hover, .filter .tee-und-kultur.active a {
	background-color: #a09880;
}

.filter .tanztee a:hover, .filter .tanztee.active a:hover, .filter .is_gastro a:hover, .filter .is_gastro.active a {
	background-color: #fcd4ab;
}

/* @end */

/* @group Scouts */

.scout_sessions .login {
	width: 416px;
	background-color: #f2efe9;
	padding: 14px;
}

.login label {
	float: left;
	display: block;
	width: 100px;
}

.scout-bar {
	background-color: #f4d3b0;
	border: 1px solid #e3a158;
	padding: 0.5em 1em;
	margin-bottom: 25px;
	color: #7e5730;
}

.scout-bar a {
	text-decoration: none;
	color: #7e5730;
}

.scout-bar strong {
	font-weight: bold;
	font-style: italic;
}

.scout-bar a:hover, .scout-bar .weak a:hover {
	color: #412b15;
}

.scout-bar .controls {
	float: right;
}

.scout-bar .weak a {
	color: #c58c4e;
	margin-left: 1em;
}

.scout .photo {
	float: left;
	width: 150px;
}

.scout .details {
	clear: both;
}

.scout .address {
	float: left;
	width: 300px;
}

/* @end */

/* @group Events */

.roofline {
	margin-bottom: 0.5em;
}



.infobox {
	width: 444px;
	float: right;
	background-color: #f8f7f4;
	border-bottom: 1px solid #dbd1b4;
}

.infobox table {
	margin: 14px 0 14px 14px;
	width: 416px;
}

.infobox th, .infobox td {
	border-bottom: 1px solid #fff;
	vertical-align: top;
	padding: 0.3em 0;
}

.infobox th {
	text-align: right;
	width: 35%;
	padding-right: 20px;
	font-weight: normal;
}

.infobox td {
	font-weight: bold;
}

.infobox .price td, .infobox .price th {
	padding-top: 30px;
}

.events .content {
	float: left;
	width: 444px;
}

.author {
	overflow: hidden;
	background-color: #f8f7f4;
	border-bottom: 1px solid #dbd1b4;
	padding: 15px;
}

.author .content {
	float: left;
	width: 320px;
}

.author img {
	float: right;
}

.back {
	clear: both;
	margin-top: 15px;
}

/* @end */

/* @group Author */


/* @end */

/* @group Tea */
.teas .item {
	height: 130px;
}
.teas .item h3 {
	margin-bottom: 0;
}
.teas .item .tea_count h3, .teas .item .specials h3 {
	margin-bottom: 0;
	font-size: 10pt;
	font-weight: normal;
}

.teas .item 

.teas .tea_count h3 {
	margin-bottom: 0;
}

.teas .tea_count p {
	color: #4b3905;
	font-size: 10pt;
}

.teas .item .further {
	float: right;
	width: 100px;
}

.teas .certificates {
	margin-top: 0em;
}
.teas .certificates ul {
	width: 100%;
}
.teas .certificates ul li {
	width: auto;
	display: inline;
	margin-right: 7px;
}

.teas .specials {
	width: 200px;
	float: left;
	font-size: 10pt;
	color: #7a715c;
}

.teas .specials li {
	list-style: disc;
	font-size: 10pt;
	margin-left: 18px;
}

.tea-detail .logo {
	float: left;
}

.tea-detail .main {
	width: 750px;
	float: right;
}
.tea-detail .about h2 {
	margin-top: 0;
}
.tea-detail .main h2 {
	border-bottom: 1px solid #dbd1b4;
	margin-bottom: 1em;
}
.tea-detail .contact {
	position: relative;
}

.tea-detail .shop a {
	display: block;
	background-color: #b9d891;
	position: absolute;
	padding: 5px 10px;
	right: 0px;
}

.tea-detail .social_media {
	overflow: hidden;
}
.tea-detail .social_media a {
	float: left;
	margin-right: 10px;
}

.tea-detail .payment_methods {
	clear: both;
}
.tea-detail .left, .tea-detail .payment_methods {
	width: 45%;
	float: left;
}
.tea-detail .right, .tea-detail .certificates {
	width: 50%;
	float: right;
}

.tea-detail .order_conditions {
	clear: both;
}
/* @end */


