/*
Theme Name: formlotsen
Theme URI: http://www.formlotsen.de
Description: Das formlotsen.de Template
Author: Torsten Nienaber
Author URI: http://www.formlotsen.de
Version: 2.0
*/

/* --- Resets --- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, input, textarea, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ul, ol {
	list-style: none;
}

.hide {
	display: none;
}

strong {
	font-weight: bold;
	color: #000;
}

.clear {
	clear: both;
}

/* --- Basic Styles --- */

html, body {
	height: 100%;
}

body {
	font: 12px/22px "Lucida Grande", Tahoma, sans-serif;
	color: #545454;
}

body.start {
	background: #f8f8f8 url(images/bg-body.jpg)	top left repeat-x;
}

body#subpage {
	background: #f8f8f8 url(images/bg_spec.jpg) top left repeat-x;
}

p {
	margin: 0 0 22px 0;
}

.post ol {
	margin-left: 20px;
	margin-bottom: 15px;
	list-style-type: decimal;
}

#container {
	width: 900px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
	text-align: left;
}

/* --- Link Styles --- */

a:link, a:visited {
	color: #1e9be4;
	text-decoration: none;
}
a:hover {
	color: #1e9be4;
	text-decoration: underline;
}
a:active {
	color: #1e9be4;
	text-decoration: none;
}

a.calltoaction, .calltoaction {
	background: #B8B8B8; 
	display: inline-block; 
	padding: 5px 13px 5px 13px; 
	color: #fff !important; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: background-color .2s linear;
	-webkit-transition: -webkit-box-shadow .2s linear;
	margin-top: 4px;
}

a.calltoaction:hover, .calltoaction:hover {
	background-color: #B0CB3E;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* -------------------------
--------- HOMEPAGE ---------
-------------------------- */

/* --- Top Header --- */

#top {
	height: 134px;
	background: transparent;
	position: relative;
}

#top h1 a{
	background: transparent url(images/logo.png) top left no-repeat;
	text-indent: -9999px;
	width: 200px; height: 34px;
	margin: 27px 0 0 0;
	float: left;
}

#slogan { 
	color: #1f1f1f;
	float: left;
	margin: 40px 0px 0px 15px;
	padding: 0px;
	height: 21px;
	background: transparent url(images/bg-sloganright.png) no-repeat right;
}

#slogan span {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	float: left;
	display: block;
	margin: 0px;
	padding: 1px 16px 0px 22px;
	height: 21px;
	background: transparent url(images/bg-sloganleft.jpg) no-repeat left;
}

/* --- Navigation --- */

#nav {
	position: absolute;
	bottom: 0px;
}

#nav li {
	display: block;
	background: url(images/bg-nav_01.png) top no-repeat;
	width: 108px;
	height: 35px;
	line-height: 35px;
	float: left;
	text-align: center;
	margin: 0 5px 0 0;
	font-weight: normal;
	font-size: 12px;
}

#nav li a {
	color: #fff;
}

#nav li a:hover {
	color: #000;
	text-decoration: none;
}

#nav .current_page_item, #nav .current_page_parent {
	background-position: bottom;
}

#nav .current_page_item a, #nav .current_page_parent a{
	color:#000;
}

#nav li a {
	display: inline;
	line-height: 39px;
}

#nav li li{
	display:none;
}

/* --- Spotlight / Slider --- */

#spotlight {
	height: 300px;
	width: 900px;
	overflow: hidden;
	background: transparent;
	position: relative;
}

#mover {
	position: relative;
	overflow: hidden;
	width: 3000px; /* Adjust the width based on spotlight-items number (1000*[items number]) */
}

#item {
	width: 820px;
}

.spotlight-item {
	margin: 15px 50px 0;
	overflow: hidden;
	width: 820px;
	float: left;
	position: relative;
	display: inline;
}

.spotlight-item h2 {
	color: #2a2a2a;
	font: 30px Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	margin: 0px 0 15px 0;
}

.spotlight-item p {
	color: #444;
	font: 11px/18px Arial, Helvetica, Verdana, sans-serif;
	padding: 0 0 0 2px;
}

.spotlight-item .description {
	margin: 25px 0 0 10px;
	width: 260px;
	min-height: 240px;
}

.spotlight-item img {
	position: absolute;
	top: 0; right: 0;
}

.launch a{
	background: url(images/launch.png) top left no-repeat;
	display: block;
	width: 95px;
	height: 25px;
	text-indent: -9999px;
	margin: 10px 0 20px -1px;
	cursor: pointer;
}

.pause {
	background: url(images/pause.png) top left no-repeat;
	display: block;
	width: 97px;
	height: 25px;
	text-indent: -9999px;
	position: absolute;
	bottom: 2px; right: 20px; 
	cursor: pointer;
}

#spotlight img.preview {
	float: right;
}


/* --- MAIN CONTENT --- */

/* --- Content: First Row --- */

#mainContent {
	background: transparent;
	margin: 2px 0 0;
}

#topMain {
	padding: 13px 0 0 18px;
	margin: 0 0 20px 0;
	overflow: hidden; 
}

#who {
	width: 490px;
	float: left;
	padding: 0 20px 0 0;
	overflow: hidden;
}

#who img {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 25px 5px 0px;
	float: left;
}

img#aktproj{
	background-color: #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .6);
	-box-shadow: 1px 1px 4px rgba(0, 0, 0, .6);
	padding: 5px;
	margin: 0 25px 5px 0px;
	float: left;
}


#who h3 {
	color: #222;
	font: 20px/26px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	width: 435px;
	background: transparent;
	padding: 0 0 0 0; 
	margin: 0 0 22px 0;
}

#who h4 {
	color: #393939;
	font: 12px/16px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#who p {
	margin: 0 0 20px 0;
}

#who p.more {
	text-align: right;
}

#who p.more a {
	text-decoration: underline;
}

#services {
	width: 345px;
	float: right;
	margin: 38px 0 0 0;
	padding: 0 0 0 25px; 
	border-left: 1px solid #e4e4e4;
	overflow: hidden;
}

#services li {
	
	display: block;
	padding: 10px 0 5px 70px;
	-webkit-transition: background-color .2s linear;
}

#services li h5 {
	color: #111;
	font: 12px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin-top:8px;
}

#services li h5 a {
	color: #111;
}

#services li p {
	color: #545454;
	font: 11px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
}

#services li#first {
	border-bottom: 1px solid #e4e4e4;
	background: #f6f6f6 url(images/first.png) top left no-repeat;
}

#services li#first:hover {
	text-decoration: none;
	background: #F0F8C6 url(images/first.png) top left no-repeat;
}

#services li#second {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e4e4e4;
	background: #f6f6f6 url(images/second.png) top left no-repeat;
}

#services li#second:hover {
	text-decoration: none;
	background: #F0F8C6 url(images/second.png) top left no-repeat;
}

#services li#third {
	border-top: 1px solid #fff;
	background: #f6f6f6 url(images/third.png) top left no-repeat;
}

#services li#third:hover {
	text-decoration: none;
	background: #F0F8C6 url(images/third.png) top left no-repeat;
}
	

/* --- Content: Second Row --- */

#bottomMain {
	border-top: 1px solid #e4e4e4;
	padding: 15px 15px 0;
	margin: 0 0 25px 0;
	overflow: hidden; 
}

#notes {
	width: 253px;
	padding: 0 25px 0 0;
	float: left;
}

#notes p {
	margin-bottom: 0;
}

#swipe {
	width: 253px;
	padding: 0 25px 0 25px;
	float: left;
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}

#bulb {
	width: 253px;
	float: left;
	padding: 0 0 0 25px;
}

#notes h4, #swipe h4, #bulb h4 {
	color: #222;
	font: 14px/24px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	height: 20px;
	padding: 0;
}

/* --- FOOTER --- */

#footer, .push {
    height: 120px;
}

#footer {
	background: #f0f0f0 url(images/bg-h3.jpg) top left repeat-x;
}

#footer-inner {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

#footer-inner p {
	float: left;
	padding-top: 20px;
}

#footer-inner p.validate {
	float: right;
	line-height: 18px;
	font-size: 10px;
}

#footer-inner p.validate a {
	color: #999;
	padding: 0;
	margin: 0 25px 0 0;
	height: 20px;
	display: block;
	float: left;
}


/* -------------------------
--------- SUBPAGES ---------
-------------------------- */

#content {
	width: 100%;
	background: transparent;
	margin: 36px 0 0 0;
	overflow: hidden;
}

#portfolio {
	margin: 30px 5px 0;
	overflow: hidden;
}

/* --- Single Portfolio Item --- */

.item {
	width: 110px;
	float: left;
	margin: 0 0 3px;
	color: #565656;
}

.item img, .avatar {
	background-color: #ececec;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 4px;
	margin: 0 0 2px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
	-box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
	-webkit-transition: -webkit-box-shadow .1s linear;
}

.item img:hover {
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
	-box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
}

.item h2 {
	font: 18px "Lucida Grande", Tahoma, Verdana, sans-serif;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 12px 0 12px 2px;
	margin: 0 7px 15px;
}

.item p {
	padding: 0 10px;
}

/* --- Portfolio Nav --- */

#folioNav {
	width: 100%;
	height: 35px;
	margin: 0 5px;
	background: #ececec url(images/bg-h3.jpg) top left repeat-x;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
}

#folioNav span#previous {
	float: left;
	width: 96px;
	height: 26px;
	background: transparent url(images/previous.png) top left no-repeat;
	text-indent: -9999px;
	margin: 5px 10px;
}

#folioNav span#next {
	float: right;
	width: 96px;
	height: 26px;
	background: transparent url(images/next.png) top left no-repeat;
	text-indent: -9999px;
	margin: 5px 10px;
}

/* --- Clients & Testimonials --- */

#wrap {
	padding: 40px 10px 25px 20px;
	overflow: hidden;
}

#clients {
	width: 490px;
	float: left;
	padding: 0 10px 0 0;
	border-right: 1px solid #e4e4e4;
}

#clients ul {
	margin-bottom:20px;
}

#clients ul li {
	padding: 0 0 0 25px;
	margin: 0 0 0 30px;
	font-weight: bold;
	background: url(images/valid.jpg) top left no-repeat;
}


#testimonials {
	width: 345px;
	float: left;
	margin: 0 0 0 20px;
}

#clients h4, #testimonials h4 {
	color: #222;
	font: 20px/24px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 20px 0;
	height: 16px;
}

#clients h5{
	margin-bottom:15px;
}

#clients h4 a{
	color:#393939;
}

#clientlist {
	overflow: hidden;
}

#clientlist li {
	float: left;
	margin: 0 15px 0 0;
}

#clientlist li img {
	background-color: #ececec;
	border: 1px solid #ddd;
	padding: 6px;
	margin: 0 0 15px;
}

#testimonials blockquote {
	background: url(images/quotes.jpg) top left no-repeat;
	padding: 0 10px 0 25px;
	margin: 0 0 15px 0;
	color: #999;
	font-style: italic;
}

#testimonials p.author {
	padding: 0 10px 0 25px;
}

#testimonials span.readmore {
	display: block;
	width: 96px;
	height: 25px;
	background: transparent url(images/readmore.png) top left no-repeat;
	text-indent: -9999px;
	margin: 0 20px;
}

/* --- CONTACT PAGE --- */

#contactForm {
	width: 470px;
	float: left;
	padding: 0 20px 0 0;
	margin: 50px 0 25px 20px;
}

.topBorder {
	border-top: 1px solid #e4e4e4;
	padding-top: 30px;
}

#contactInfo {
	margin-bottom: 50px;
}

#contactInfo p {
	color: #545454;
}

#contactInfo h4 {
	color: #222;
	font: 18px/24px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 20px 0;
	height: 16px;
	padding: 0;
}

/* --- Contact Form --- */

#contactForm form label {
	display: none;
}

#contactForm form input {
	display: block;
	height: 15px;
	border: none;
	border-bottom: 1px solid #ccc;
	background-color: #f6f6f6;
	width: 230px;
	margin: 0 0 20px 0;
	color: #2c2c2c;
	padding: 5px;
	font: 11px/20px "Lucida Grande", Tahoma, sans-serif;
}

#contactForm form input#submit{
	display: inline;
	height: 25px;
	width: 97px;
	background: transparent url(images/send.png) top left no-repeat;
	border: 0;
	text-indent: -9999px;
	float: right;
	margin: 5px 55px 0 0; 	
}

#contactForm form textarea {
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	background-color: #f6f6f6;
	width: 400px;
	margin: 0 0 20px 0;
	color: #2c2c2c;
	padding: 5px;
	font: 11px/20px "Lucida Grande", Tahoma, sans-serif;
	
}

.portfolio_main img {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 25px 5px 0px;
}

.portfolio_thumbs{
}

.portfolio_thumbs img {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 5px 5px 0px;
}


/* --- Blog --- */

#primary {
	width: 555px;
	float: left;
	border-right: 1px solid #e4e4e4;
	padding-right: 25px;
}

#primary h4, #secondary h4 {
	color: #222;
	font: 20px/26px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 0 0;
}

#secondary h4 {
	padding-bottom: 18px;
}

#secondary {
	width: 253px;
	float:right;
}

.post {
	padding-bottom: 5px;
	margin-bottom: 22px;
	border-bottom: 1px solid #e4e4e4;
}


h4.post-title a {
	font-size: 20px;
	display: block;
}


h4#leavecomment {
	padding: 20px 0;
	font-size: 16px;
}

.wp-post-image {
	background-color: #ececec;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 4px;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	-webkit-transition: -webkit-box-shadow .2s linear;
	margin-bottom: 15px;
}

.wp-post-image:hover {
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
	-box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
}

/* --- Sidebar --- */

.searchform_wrap {
	position: relative;
	width: 253px;
	margin-bottom: 42px;
	height: 28px;
}

input#searchterm {
	background-color: #FBFDF1;
    color: #6d5d52;
    font-size: 12px;
    border: 1px solid #e4e4e4;
    padding: 4px 10px 4px 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 18px;
    -webkit-transition: background-color .4s linear;
}

input#searchterm:focus {
	background-color: #F0F8C6;
	color: #000;
}

input#searchsubmit {
	background: #E4EEB3 url(./images/lupe.png) no-repeat 50% 50%;
	width: 28px;
    height: 28px;
    border: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-indent: -9999px;
}

input#searchsubmit:hover {
	background-color: #C4DD44;
}

#secondary ul li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e4e4e4; 
}

div.zwitscher {
	padding: 15px 0;
}
/* --- Comments --- */

.nutzerbild {
	width: 20%;
	float: left;
}

.derkommentar {
	width: 80%;
	float: left;
}

ul.commentlist li {
	border-bottom: 1px solid #e4e4e4; 
	overflow: hidden;
}

.comment {
	padding: 5px;
	margin-top: 10px;
}

.commentmetadata {
	margin-bottom: 15px;
}

.row {
	display: block;
	height: 25px;
	margin-bottom: 20px;
}
.row label {
	display: block;
	float: left;
	width: 20%;
}

.row input {
	background-color: #FBFDF1;
    color: #6d5d52;
    font-size: 12px;
    border: 1px solid #e4e4e4;
    padding: 4px 10px 4px 10px;
    width: 180px;
    height: 18px;
    -webkit-transition: background-color .4s linear;
}

.row input:focus {
	background-color: #F0F8C6;
	color: #000;
}

#comment-field {
	display: block;
	height: 120px;
	width: 350px;
	margin-left: 20%;
	margin-bottom: 20px;
	background-color: #FBFDF1;
	border: 1px solid #e4e4e4;
    color: #6d5d52;
}

#submit {
	display: block;
	height: 25px;
	width: 97px;
	background: transparent url(images/send.png) top left no-repeat;
	border: 0;
	text-indent: -9999px;
	margin-left: 20%; 	
}

/* --- Post --- */

.post h3 {
	font: bold 18px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
	color: #333;
	padding-top: 22px;	
	margin-bottom: 4px;
}

.post h3 span{
	color: #C4DD44;
}

.post p {
	margin: 0 0 22px 0;
}

p.kategorie {
	margin-top: 0;
}

.post object {
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	margin-top: 11px;
}

.post span.dropcap{
	float: left;
 	font-size: 42px;
 	font-weight: 700;
 	line-height: 42px;
 	margin-right: 7px;
 	margin-bottom:2px;
 	color: #999;
}

p.postmetadata{
	margin-top: 0;
}

p.kategorie {
	margin-top: 0 !important;
}

p.kategorie a {
	color: #333 !important;
}

#authorinfo {
	border-top: 1px solid #e4e4e4; 
	padding-top: 20px;
	overflow: hidden;
}

h3#authorh {
	float: left;
	padding-top: 0;
	width: 29%;
	font-size: 16px;
}

#authordescription {
	float: right;
	width: 70%;
}


.eingabe {
	display: block;
	height: 15px;
	border: none;
	border: 1px solid #e4e4e4;
	background-color: #FBFDF1;
	width: 260px;
	margin: 0 0 20px 0;
	color: #2c2c2c;
	padding: 5px;
	font: 12px/20px "Lucida Grande", Tahoma, sans-serif;
	-webkit-transition: background-color .2s linear;
}

.eingabe:focus, textarea:focus {
	background-color: #F0F8C6;
}

textarea {
	display: block;
	border: none;
	border: 1px solid #e4e4e4;
	background-color: #FBFDF1;
	width: 400px;
	margin: 0 0 20px 0;
	color: #2c2c2c;
	padding: 5px;
	font: 12px/20px "Lucida Grande", Tahoma, sans-serif;
}



/* --- Group (Clearfix) --- */

.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	
.group { display: inline-table; }
/* Hides from IE-mac \*/
* html .group { height: 1%; }
.group { display: block; }
/* End hide from IE-mac */





