/*
Theme Name: Litauen
Theme URI: http://litauen.info
Description: Premium WordPress Theme Litauen.info
Version: 0.9
Author: bacuba Web Design & Development
Author URI: http://bacuba.com
Tags: magazine, boxes, light
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- BASIC CSS ELEMENTS
	- FORMS
		+ GENERAL
		+ SEARCHFORM
		+ COMMENTFORM
	- FOOTER
	- USEFUL
		+ WORDPRESS CSS
		+ WIDGETS CSS
	- TS24 Teaser

/*	##################################
   	GENERAL
	################################## */
	html, body {
	overflow-x: hidden;
}
body {
	margin: 10px 0;
	padding: 0px;
	line-height: 18px;
	background: #fff;
	color: #303030;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
}
a {
	color: #0b773c;
}
p, ul, ol {
	margin: 0 0 20px 0;
	padding: 0px;
}
ol {
	list-style-position: inside;
}
img {
	border: none;
}
small {
	font-size: 10px;
}
/*	##################################
   	BASIC LAYOUT
	################################## */
	#page {
	width: 1040px;
	margin: 0 auto;
	background: url(img/bg-header.png) no-repeat left top;
}
#header {
	height: 150px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}
#content-wrap {
	background: url(img/bg-content-wrap.png) repeat-y left top;
	overflow: hidden;
}
#content {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	z-index: 1;
}
#content-bottom {
	width: 1040px;
	margin: -10px auto 0 auto;
	height: 20px;
	background: url(img/bg-content-bottom.png) no-repeat left top;
}
/* AD SKYSCRAPER START */
#ad_skyscraper {
	position: absolute;
	left: 1035px;
	top: 190px;
}
/* AD SKYSCRAPER END */
/* AD LEADERBOARD START */
#ad_leaderboard {
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: center;
}
/* AD LEADERBOARD END */

/*	##################################
   	HEADINGS
	################################## */
	h1 {
}
h2 {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #263575;
}
h2.featured-title {
	font-size: 18px;
}
h2.title {
	font-size: 14px;
}
h2.featured-title a, h2.title a {
	color: #263575;
	text-decoration: none;
}
h2.featured-title a:hover, h2.title a:hover {
	text-decoration: underline;
}
h2.archive-title {
	width: 550px;
}
h2#category-title {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #eee;
}
h2#tag-title {
	margin: 0px;
}
h3 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 12px;
	text-align: left;
}
h3.sidebar-title, h3.sub-title {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}
.special h3 {
	color: #fff;
	border-bottom: 1px solid #fde000;
}
h4 {
	margin: 0 0 5px 0;
	padding: 0px;
	color: #263575;
	font-size: 12px;
}
/*	##################################
   	MENU
	################################## */
	#menu {
	position: relative;
	width: 1020px;
	height: 50px;
	margin: 0 auto;
	background: url(img/bg-menu.png) repeat-x left bottom;
	z-index: 2;
}
#menu ul {
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}
/*	##################################
   	CONTENT
	################################## */
	#content-left {
	float: left;
	width: 670px;
}
#content-right {
	float: right;
	width: 320px;
}
/* CONTENT LEFT */

.box-left {
	position: relative;
	margin: 0 0 10px 0;
	padding: 10px 10px 0 10px;
	background: #fff;
	border: 1px solid #eee;
}
.box-left-content {
	margin: 0 0 10px 0;
}
.breadcrumb {
	padding: 10px;
	font-size: .90em;
}
.box-left ul {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}
.box-left li {
	margin: 0 0 5px 10px;
	padding: 0 0 0 20px;
	background: url(img/bg-list-item.png) no-repeat scroll left 4px transparent;
}
/** HOME */

.home-left {
	float: left;
	width: 330px;
	clear: both;
}
.home-right {
	float: right;
	width: 330px;
}
.home-left .box-left, .home-right .box-left {
	min-height: 150px;
}
#newsletter-home {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 10px;
	height: 30px;
	background: url(img/bg-green-bar.png) repeat-x left top;
	color: #fff;
}
#newsletter-home p {
	position: absolute;
	top: 0px;
	left: 10px;
	margin: 0px;
	padding: 0 0 0 30px;
	height: 30px;
	line-height: 30px;
	background: url(img/bg-newsletter.png) no-repeat left center;
}
#newsletter-home a {
	color: #fff;
}
#newsletter-home-text {
	position: absolute;
	top: 2px;
	right: 95px;
	width: 223px;
	height: 16px;
	margin: 3px 5px 0 0;
	padding: 2px 2px 0 2px;
	border: 1px solid #eee;
}
#newsletter-home-submit {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 90px;
	height: 20px;
	margin: 0px;
	padding: 0 10px;
	background: url(img/bg-input-submit.png) repeat-x left top;
	color: #fff;
	border: none;
}
#control {
	position: relative;
	height: 30px;
	line-height: 30px;
	margin: 0 0 10px 0;
	background: #f9f9f9;
	border: 1px solid #eee;
}
#next {
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
}
#prev {
	position: absolute;
	top: 7px;
	left: 10px;
	cursor: pointer;
}
#controller {
	color: #0b773c;
	text-align: center;
}
#controller span {
	cursor: pointer;
}
.jFlowSelected {
	font-weight: bold;
	text-decoration: underline;
}
/** HOME / NEWS WETTERKARTE */

#wetterkarte-home, #wetterkarte-news {
	position: relative;
}
#nord {
	position: absolute;
	top: 10px;
	right: 80px;
	text-align: center;
}
#nordwest {
	position: absolute;
	top: 0px;
	left: 20px;
	text-align: center;
}
#west {
	position: absolute;
	top: 100px;
	left: 10px;
	text-align: center;
}
#ost {
	position: absolute;
	top: 80px;
	right: 30px;
	text-align: center;
}
#sued {
	position: absolute;
	bottom: 10px;
	left: 140px;
	text-align: center;
}
#center {
	position: absolute;
	top: 60px;
	left: 70px;
	text-align: center;
}
/** ARCHIVE */

.meta {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: .9em;
}
/** PAGES */

#page-ads {
	float: left;
	width: 330px;
	clear: both;
	text-align: center;
}
#page-tags {
	float: right;
	width: 330px;
	min-height: 270px;
	text-align: center;
}
#page-ads .box-left, #page-tags .box-left {
	min-height: 248px;
}
#page-tags .box-left {
	line-height: 30px;
	font-size: 16px;
}
#page-tags .box-left h3 {
	line-height: 22px;
}
#page-dist-1 {
	float: left;
	width: 330px;
	clear: both;
}
#page-dist-2 {
	float: right;
	width: 330px;
}
.page-left {
	float: left;
	width: 330px;
	clear: both;
}
.page-right {
	float: right;
	width: 330px;
}
.page-navi {
	margin-bottom: 10px;
}
/** SINGLE */

#single-ads {
	padding-bottom: 10px;
	text-align: center;
}
/** WETTER SINGLE */

#wetter-main {
	position: relative;
}
#wetter-staedte {
	padding: 10px 0 20px 0
}
#wetter-staedte span, #wetter-staedte strong {
	margin: 0 10px 0 0;
}
.karte-stadt {
	position: absolute;
	text-align: center;
}
#karte-0 {
	bottom: 360px;
	left: 140px;
}
#karte-1 {
	bottom: 470px;
	left: 420px;
}
#karte-2 {
	bottom: 380px;
	left: 590px;
}
#karte-3 {
	bottom: 150px;
	left: 760px;
}
#karte-4 {
	bottom: 250px;
	left: 470px;
}
.wetter-datum {
	background: #f4f4f4;
	border: 1px solid #eee;
	font-weight: bold;
}
/* CONTENT RIGHT */

.box-right {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #eee;
	overflow: hidden;
}
.box-right-content {
	line-height: 22px;
}
.special {
	padding: 10px;
	background: #fde000 url(img/bg-special.png) no-repeat left top;
	border: none;
	border-bottom: 1px solid #e4a824;
}
.box-special {
	clear: both;
}
.box-right p {
	margin: 0px;
}
.box-right ul {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}
.box-right li {
	margin: 0 0 5px 10px;
	padding: 0 0 0 20px;
	background: url(img/bg-list-item.png) no-repeat 0px 5px;
}
.wp-results-ul li {
	margin: 0 0 10px 0;
	padding: 0px;
	background: none;
}
.box-right li a {
	text-decoration: none;
}
.box-right li a:hover {
	text-decoration: underline;
}
#google-suche {
	background: #fff url(img/google.gif) no-repeat 10px 10px;
}
#google-suche #ss0 {
	margin-left: 65px;
}
#search-text {
	display: inline;
	float: left;
	width: 180px;
	height: 22px;
	margin: 0 5px 0 0;
	padding: 6px 2px 0 2px;
	border: 1px solid #eee;
}
#search-submit {
	float: left;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: url(img/bg-input-submit.png) repeat-x left top;
	color: #fff;
	border: none;
}
/** IMAGES */

.img {
	margin: 0 10px 10px 0;
}
.img-left {
	float: left;
	margin: 0 10px 10px 0;
}
.img-single, .img-page {
	float: left;
	width: 317px;
}
.img-archive {
	width: 200px;
}
.caption {
	margin: 0;
	padding: 0px;
	font-size: 11px;
}
.caption-right {
	margin: -5px 0 5px 0;
	padding: 0px;
	font-size: 11px;
	text-align: right;
}
.featured-img {
	margin: 0 0 10px 0;
}
.col-img {
	float: left;
	margin: 0 10px 2px 0;
}
.sidebar-img {
	float: left;
	margin: 0 10px 0 0;
}
.sidebar-img-full {
	margin: 0 0 10px 0;
}
.specials-img {
	float: left;
	margin: 0 10px 10px 0;
	clear: both;
}
/** PAGENAVI */

.wp-pagenavi, div.wp-pagenavi {
	display: block;
	width: auto;
	margin: 0 auto;
}
/*	##################################
   	FOOTER
	################################## */
	#footer {
	position: relative;
	overflow: hidden;
	width: 1040px;
	margin: 0 auto;
}
#footer p {
	margin: 0 0 5px 0;
	text-align: center;
}
#totop-left {
	position: absolute;
	top: 0px;
	left: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 25px;
	background: url(img/bg-totop.png) no-repeat left top;
}
#totop-right {
	position: absolute;
	top: 0px;
	right: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0 25px 0 0;
	background: url(img/bg-totop.png) no-repeat right top;
}
#footer-legal, #footer-services, .footer-menu {
	text-align: center;
}
#footer-legal ul, #footer-services ul, .footer-menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}
#footer-legal li, #footer-services li, .footer-menu li {
	display: inline;
	list-style: none;
	padding: 0 7px 0 0;
	margin: 0 2px;
	border-right: 1px dotted #ccc;
}
/*	##################################
   	USEFUL
	################################## */
	/** WORDPRESS CSS */

.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
.aligncenter {
	margin-bottom: 10px!important;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0px;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0px;
}
.wp-caption {
	margin: 0 0 5px 0;
	padding: 0px!important;
	font-size: 10px;
}
.wp-caption img {
	margin: 0px!important;
	padding: 0px!important;
	border: none;
}
.alignleft img {
	float: left;
}
.alignright img {
	float: right;
}
.wp-caption p.wp-caption-text {
	padding: 0px;
	margin: 0px;
}
.alignright p.wp-caption-text {
	text-align: right;
}
.aligncenter p.wp-caption-text {
	text-align: center;
}
/** CLEAR */

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clear {
	clear: both;
}
.pagination {
	margin: 20px 0;
}
.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	border-radius: 5px;
}
.pagination ul>li {
	display: inline;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
	border-left-width: 1px;
	border-radius: 5px 0 0 5px;
}
.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
	border-rigth-width: 1px;
	border-radius: 0 5px 5px 0;
}
.pagination ul>li>a, .pagination ul>li>span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
}

/* TEASER */
.teaser {
	margin-bottom: 15px
}
.teaser-head {
	border-width: 1px;
	border-style: solid;
	z-index: 0;
	position: relative;
	margin-bottom: 1px
}
.teaser-head-deco {
	background: url("images/background_teaser-head.png") repeat-x scroll 0 0 transparent;
	font-weight: bold;
	text-shadow: 0 1px 0 #696810;
	line-height: 16px;
	z-index: 100;
	position: absolute;
	bottom: 0;
	top: 0;
	width: 100%
}
.teaser-head-deco a {
	color: #ffffff
}
.teaser-text {
	padding: 10px;
	border-width: 1px;
	border-style: solid
}
.teaser-text hr {
	margin: 10px 0
}
/* TEASER END */
/* TEASER TS24 */
.teaser.ts24 .teaser-head-deco {
	background: none transparent;
	border: 0 none;
}
.teaser.ts24 .teaser-head-deco > .link, .teaser.ts24 .teaser-head-deco > a {
	background-color: rgba(0,0,0,0.3);
	display: block;
	padding: 5px 10px;
	position: absolute;
	bottom: 0;
	width: 100%
}
.ts24-image {
	width: 100%
}
.ts24-stars {
	margin-right: 5px
}
/*START offer-stars*/
.offer-stars {
	display: inline-block;
	margin-right: 5px
}
.offer-stars .glyphicons {
	font-weight: normal;
}
.offer-stars .glyphicons:not(.glyphicons-plus) {
	font-weight: bold;
	-webkit-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
}
.offer-stars .glyphicons + .glyphicons {
	margin-left: 5px;
}
/*offer-stars END*/
.ts24-hotel-name {
	display: inline-block
}
.ts24-rating-cnt {
	white-space: nowrap
}
.ts24-duration {
	font-size: 16px
}
.ts24-price {
	white-space: nowrap;
	font-size: 20px;
	color: #9E3A26
}
.ts24-content-big .h4 {
	margin-top: 0
}
/* TEASER TS24 END */