/*
Theme Name: thnba
Version: 1.0
Author:Andre Stallmann
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */

body {
	margin: 0px;
	padding: 0px;
	/*background: #cfd8e1;*/
        background: #cfd8e1 url(img/bodybg.png) top left repeat;
	color: #000;
	font: 14px/20px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	height: 100%;
}

a {
	color: #2A5160;
	outline: none;
        text-decoration: underline;
}

p {
	margin: 0 0 12px 0;
}

ol {
	margin-bottom: 20px;
}

hr {
	border: 0px;
	height: 1px;
	background: #6E7073;
}

ul{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #619cc5;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#page {
	width: 940px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 240px;
	background: #fff;
	/*background: #fff url(img/headbg.png) top left no-repeat;*/
}

#content {
	padding: 20px 0 20px 0;
	background: #fff;
}

#content-left {
	float: left;
	width: 620px;
	padding: 0 20px 0 0;
	border-right: 1px solid #274E69;
}

#content-right {
	float: right;
	width: 295px;
	padding: 20px 0 0 0;
}

#content-right h3 {
	text-align: center;
	font-size: 1.4em;
}

#footer {
	background: #63aafe;
}
#footBorder{
        width: 940px;
        height: 34px;
	background: #619cc5 url(img/footBorder.png) top left no-repeat;
}

#post-49 {
	margin: -20px 0 40px 20px;
}


/*	##################################
   	HEADINGS
	################################## */

h1 {
	/*position: absolute;
	bottom: 80px;*/
	left: 0px;
	margin:0 0 10px 0;
	padding: 0px;
	line-height: 1;
	font-size: 30px;
	font-weight: normal;
	color: #274E69;
}

img {border: 0;}

h1 a {
	color: #274E69;
	text-decoration: none;
	font-size: 30px;
}

h2 {
	margin: 0 0 20px 20px;
	color: #274E69;
}
h1#blog-name{
	position: absolute;
	bottom: 30px;
	left: 0px;
	margin:0 0 0 17px;
	padding: 0px;
	line-height: 1;
	font-size: 36px;
	font-weight: bold;
	color: #2a5160;
}

h2#blog-description {
	position: absolute;
	bottom: 10px;
	left: 0px;
	margin:0 0 0 17px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #2a5160;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 1.8em;
	font-weight: normal;
}

.bigblue {
	font-weight: bold;
	color: #619cc5;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
}

/*	##################################
   	HEADER
	################################## */

#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

/*	##################################
   	CONTENT
	################################## */

/** box left */

.box-left {
	margin: 0 0 40px 20px;
}

.meta {
display: none;
clear: both;
	padding: 10px;
	background: #fff;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;;
}

.meta-categories {
	padding: 0 10px 0 15px;
}

.meta-comments {
	padding: 0 10px 0 15px;
}

p.tags {
	clear: both;
}

/** box right */

.box-right {
	margin: 0 20px 20px 0;
	padding: 20px;
	background: #f7f7f7 url(img/bg-box-right.gif) no-repeat left top;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li a {
	text-decoration: none;
}

/*	##################################
   	COMMENTS
	################################## */

#commentform label {

	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;

	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}


#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;

	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: url(img/bg-comment-quote.gif) no-repeat right top;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #4a4f54 url(img/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
}

/*	##################################
   	SEARCHFORM
	################################## */

#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 900px;
	margin: 0 auto;
        padding: 0 20px 10px 20px;
}

#footer p {
	margin: 0 0 10px 0;
}

#legal {
	float: left;
	width: 750px;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

.clearleft {
	clear:left;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 0 0;
}

.alignleft10 {
   	float: left;
   	margin: 5px 10px 5px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.margintop {
   	margin: 20px 10px 0 0;
}

.wp-caption {
	padding: 4px 5px 5px 0;
   	text-align: center;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

.floatleft {
   	float: left;
}

.floatright {
   	float: right;
}

.post2rowspadding{
   	float: left;
   	width: 270px;
   	margin: 0 20px 0 0;
   	padding: 0;
}

.post2rows{
   	float: left;
   	width: 290px;
   	margin: 0 0 0 0;
   	padding: 0;
}

.padding20 {
	padding: 0 20px 0 20px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}

#registerheading {
text-align: center;
width: 275px;
}

#registerheading input[type="text"]{
width: 270px;
border: none;
font-size: 1em;
color: #6E7073;
font-weight: normal;
line-height: 18px;
font-style: italic;
text-align: center;
margin: 0;
padding: 0;
}

/*	##################################
   	Formulare von cforms II
	################################## */
/*                                                    */
/*  this theme is for slim(mer) forms                 */
/*                                                    */
@import "calendar.css";


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform {
	margin:10px auto 0 auto;
	width: 285px;
	overflow:hidden;
}

.cform fieldset	{
	margin-top:10px;
	padding:5px 0 15px 0;
	border:1px solid #fff;
	border-left-color:#fff;
	border-top-color:#fff;
	background:#fff; }

.cform .cf_hidden {
	display:none;
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend {
	margin-left:10px;
	padding: 0 2px;

	font:normal 14px Times;
	font-variant:small-caps;
	color:#666666;
}

ol.cf-ol {
	margin:0!important;
	padding:0 10px!important;
}
ol.cf-ol li	{
	background:none!important;
	margin:5px 0px!important; /*some themes may interfere otherwise*/
	padding:0;
	list-style:none!important;
	text-align:left;

	line-height:1.3em;
	overflow:hidden;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:3px 0;


	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:255px;
	margin:2px 10px 0 0;
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	font-size:11px;
	letter-spacing:1px;
}
.cform label span {
	width:255px; /* must be the same as above!*/
	display:block;
}

label.cf-before {
	width:50px;
	margin:4px 10px 0 0;
}
label.cf-before span {
	width:50px;
}

label.cf-after 	{
	font-size:10px;
	letter-spacing:0pt;
	margin:4px 5px 4px 6px;
	text-align:left;
	width:45px;
}

label.cf-after span {
	width:45px;
	display:block;
}

label.cf-group-after {
	margin:5px 0 4px 2px;
	width:130px;
	text-align:left;
}
label.cf-group-after span {
	width:130px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {
	padding:3px;
	background: #f9f9f9;
	border:1px solid #888888;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{
	background:#F3F8F8;
}

.cform textarea,
.cform input {
	width:250px;
}
.cform select {
	width:258px; /* attempt to have equal length */
}

.cform select.cfselectmulti	{
	height:7.5em;
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height:5em;
	overflow:auto;
	display:block;
}

.cform input.cf_date {
	width:128px;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt {
	display:none;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	padding-left:10px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{
	margin:2px 0 0 0;
	width:16px;
	height:22px;
	border:none!important;
	background:none;
}

input.cf-box-a 	{
	margin-left:5px; /* check with label 'width' incl. */
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 10px;
}


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:center;
	margin: 0 6px 0 0;
}
.cform input.sendbutton	{
	width:258px;
	padding:2px;
	margin: 10px 3px 0;
	font-size:0.8em;
	background:url(img/button-bg.gif) repeat-x;
	border:1px solid #adadad!important;
	border-left-color:#ececec!important;
	border-top-color:#ececec!important;
}


/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {












	background:#FFDFDF;
	border-color:#DF7D7D;

	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:#red;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
	font-size:9px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap,
input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:30px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 2px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background: #fff;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	display:none;
	color:#333333;
	display:none;
	font-family:Tahoma;
	font-size:10px;
	margin:10px auto;
	padding:10px 5px !important;
	text-align:left;
	width:175px;
}
div.cf_info ol {
	margin:0;
	padding:5px 5px 0pt 20px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	color:#AAAAAA;
	display:block;
	letter-spacing:1px;
}
div.failure {
	display:block;
	background:#FFDFDF;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .cf_error {
	color:#ad2929;
	border:1px solid #ad2929;
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:0 0 10px 0!important;
	padding:0!important;
	text-align:center!important;

visibility: hidden;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px;
}
* html .cform legend {
	position:absolute;
	top: -8px;
	left: 6px;
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px;
}
*+html .cform legend {
	position:absolute;
	top: -8px;
	left: 6px;
	margin-left:0;
}
* html ol.cf-ol,
* html ol.cf-ol li	{
	display: inline-block;  /*for ie6*/
}
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

#footer .widget, .module{
float: right;
width: 150px;
color: #fff;
margin: -5px 0 0 0;
}

.wpsb_form_label{
color: #fff;
margin: 0;
}

.wpsb_form_btn{
width: 150px;
padding:2px;
margin: 0;
font-size:0.8em;
background:url(img/button-bg.gif) repeat-x;
border:1px solid #adadad!important;
border-left-color:#ececec!important;
border-top-color:#ececec!important;
}

.scroller{
width: 600px;
padding:2px;
margin: 0;
font-size:0.8em;
background:url(img/button-bg.gif) repeat-x;
border:1px solid #adadad!important;
border-left-color:#ececec!important;
border-top-color:#ececec!important;
}

#jsscroll {
width:580px;
}