/*
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

/*	##################################
   	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;
}

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;
}

/*	##################################
   	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 left center;
}


/** 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;
}