/*  
Theme Name: 1 INCH FORWARD
Theme URI: http://www.thedrama.de
Description: This is the 1 INCH template
Version: 1.0
Author: Philipp Michaelis
Author URI: http://www.philippmichaelis.de

*/

* {
	padding: 0px;
	margin: 0px;
}
body {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(img/body_bg.gif);
	background-repeat: repeat-x;
}
p {
	padding-bottom: 10px;
}
/* CONTAINER */

#canvas {
	position: relative;
	width: 940px;
	margin: auto;
	text-align: left;
}

/* HEADER */

#header {
	position: relative;
	float: left;
	width: 940px;
	height: 160px;
	background-image: url(img/1inch_header01.gif);
	background-repeat: no-repeat;
}
#logo {
	position: relative;
	float: left;
	left: 58px;
	top: 78px;
}
#logo img {
	border: 0px;
}

#topline {
	position: relative;
	float: left;
	background-color: #a62631;
	margin-top: 1px;
	width: 940px;
	height: 1px;
	overflow: hidden;
}

/* MAIN */

#main {
	position: relative;
	float: left;
	width: 580px;
	padding-top: 18px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
}
#sidebar {
	position: relative;
	float: left;
	width: 300px;
	padding-top: 18px;
}

/* POSTS */
.post_first {
	position: relative;
	float: left;
	width: 540px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 19px;
	padding-bottom: 17px;
	background-color: #f2f1f0;
}
.post_first img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.post_first h2 {
	padding-top: 5px;
	padding-bottom: 15px;	
}

.post {
	position: relative;
	float: left;
	width: 540px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 19px;
	padding-bottom: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9d8d7;
}
.post img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.post h2 {
	padding-top: 5px;
	padding-bottom: 15px;	
}
.entry {
	position: relative;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #33302e;
}
.entry a {
	color: #f29f05;
}
.entry a:hover {
	color: #a62631;
}
.entry ul {
	list-style-position: inside;
}
.entry ol {
	list-style-position: inside;
}
.entry input {
	background-color: #e5e4e3;
	margin: 0px;
	border: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #33302e;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;	
}
.entry input[type=submit] {
	background-color:#a62631;
	margin: 0px;
	border: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 14px;
}
/* IMAGES IM POST */

.entry img {
	padding: 5px;
	border: 1px solid #d9d8d7;
	background-color:#FFFFFF;	
}

.entry img.alignleft {
	position: relative;
	float: left;
	margin-right: 10px;
}
.entry img.centered {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.entry img.alignright {
	position: relative;
	float: right;
	margin-left: 10px;
}
.wp-caption-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #a6a497;
	padding-top: 5px;
	padding-bottom: 10px;
}
blockquote {
	quotes: "\201C" "\201D";
	font-style: italic;
}
blockquote p:before { 
	content: open-quote; 
}
blockquote p:after { 
	content:close-quote;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #a6a497;
}
.postmetadata {
	position: relative;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 540px;
	text-transform: uppercase;
	color: #a6a497;
	padding-top: 10px;
}
.postmetadata a {
	color: #f29f05;
}
.postmetadata a:hover {
	color: #a62631;
}


/* NAVIGATION */

.navigation {
	position: relative;
	float: left;
	width: 540px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.navigation a {
	color: #a62631;
}
.navigation a:hover {
}

/*SIDEBAR */

#sidebar ul {
	position: relative;
	float: left;	
	list-style-type: none;
	padding: 0px;
	color: #33302e;
	left: 40px;
	margin-bottom: 20px;
}
#sidebar li {
	position: relative;
	font-family: Tahoma;
	font-size: 12px;
	margin-bottom: 4px;
}
#sidebar li a {
	color: #919520;
}
#sidebar li a:hover {
	color: #575914;
}
.sidebarheader {
	position: relative;
	float: left;
	width: 286px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #575914;
	padding-left: 14px;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.sidebarheader img {
	position: relative;
	float: left;
	padding-right: 10px;
}

/* EVENTS */

#events {
	position: relative;
	float: left;
	width: 300px;
	background-color: #484a1a;
	margin-bottom: 30px;
}
#events hr{
	color: #484a1a;
	height: 1px;
}
.rsevent {
	border: 0px;
}
.eventsheader {
	position: relative;
	float: left;
	width: 286px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #898c1f;
	background-color: #3e400e;
	padding-left: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 12px;
}
.eventsheader img {
	position: relative;
	float: left;
	padding-right: 10px;
}
#events ul{
	position: relative;
	float: left;
	width: 240px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	list-style-type: none;
}
#events li{
	position: relative;
	float: left;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#events li a{
	color: #e8ce64;
	text-decoration: none;
}
#events li a:hover{
	color: #cfb759;
	text-decoration: none;
}

/* SEARCH */

#search_form {
	margin-left: 40px;
	margin-bottom: 20px; 
}
.searchheader {
	position: relative;
	float: left;
	width: 286px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a62631;
	padding-left: 14px;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.searchheader img {
	position: relative;
	float: left;
	padding-right: 10px;
}
#s {
	background-color: #e5e4e3;
	margin: 0px;
	border: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #33302e;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;	
}
#searchsubmit {
	background-color:#a62631;
	margin: 0px;
	border: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 14px;
}

/* TAGS */

#tags {
	position: relative;
	float: left;
	width: 240px;
	padding-bottom: 30px;
	margin-left: 40px;
}
#tags a{
	color: #919520;
	text-decoration: none;
}
#tags a:hover{
	color: #575914;
	text-decoration: none;
}
#tags a:visited{
	color: #575914;
	text-decoration: line-through;
}


/* FOOTER */

#footer {
	position: relative;
	float: left;
	width: 860px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d8d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #a6a497;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 25px;
	padding-bottom: 100px;
}
#footer h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #a6a497;
	display: inline;
}
#footer a{
	color: #737268;
}

/* COMMENTS */

.commentlist li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #807873;
	padding-top: 10px;
}
.commentlist li a{
	color: #f29f05;
}

#comments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #33302e;
}
.nocomments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #33302e;
}
.commentsoption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #33302e;
	padding-top: 10px;
	padding-bottom: 10px;
}
.commentsform {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #807873;
}
.commentsoption a{
	color: #f29f05;
}
.commentsoption a:hover{
	color: #a62631;
}
.commentmetadata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #a6a497;
}
.commentmetadata a {
	color: #f29f05;
}
.commentmetadata a:hover {
	color: #a62631;
}

.comments-template{
	position: relative;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #33302e;
	padding-top: 10px;
}
.comments-template p.nocomments{
}

.comments-template textarea{
}
#author {
	background-color: #e5e4e3;
	border: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #33302e;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#email {
	background-color: #e5e4e3;
	border: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #33302e;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;	
}
#url {
	background-color: #e5e4e3;
	border: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #33302e;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;	
}
#comment {
	background-color: #e5e4e3;
	border: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #33302e;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;	
}
#submit {
	background-color:#a62631;
	margin: 0px;
	border: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 14px;
}

/* FACEBOOK ADD */

.facebook_add {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 20px;
}
.facebook_add img {
	border: 0px;
	padding: 0px;
}

/* AUDIO PLAYER */

.audioplayer_container {
	position: relative;
	float: left;
	width: 540px;
	padding-top: 20px;
	padding-bottom: 10px;
}

/*
EASY CONTACT
by SCOTT ALLAN WALLICK, http://scottwallick.com/
from PLAINTXT.ORG, http://www.plaintxt.org/

This file is part of EASY CONTACT.

EASY CONTACT is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.

EASY CONTACT is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for details.

You should have received a copy of the GNU General Public License
along with EASY CONTACT. If not, see www.gnu.org/licenses/.
*/

body div.formcontainer{
clear: both;
overflow: hidden;
width: 100%;
}

body div.formcontainer span.required {
}

body div.formcontainer p.error,
body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {
line-height: 250%;
width: 95%;
}

body div.formcontainer p.error {
background: #fbfbee url('error.png') no-repeat 12px 50%;
}

body div.formcontainer p.important {
background: #fbfbee url('important.png') no-repeat 12px 50%;
}

body div.formcontainer p.information {
background: #fbfbee url('information.png') no-repeat 12px 50%;
}

body div.formcontainer p.success {
background: #fbfbee url('success.png') no-repeat 12px 50%;
}

body div.formcontainer form.contact-form {
clear: both;
float: none;
width: 100%;
}

body div.formcontainer form.contact-form fieldset {
border: none;
padding-bottom: 10px;
width: 100%;

}

body div.formcontainer form.contact-form fieldset legend {
text-transform: uppercase;
}

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:150%;
margin: 0.5em 0 0 0;
padding:0;
text-align:left;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-label label,
body div.formcontainer form.contact-form fieldset div.form-option label {
cursor: pointer;
line-height:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input,
body div.formcontainer form.contact-form fieldset div.form-textarea {
display: block;
float:none;
margin: 0.2em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input input,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	background-color: #e5e4e3;
	border: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #33302e;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	width: 60%;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
overflow: auto;
}

body div.formcontainer form.contact-form fieldset div.form-input input.error {
background-color: #f29f05;;
}

body div.formcontainer form.contact-form fieldset div.form-input input.optional {
margin-bottom: 0.2em;
}

body div.formcontainer form.contact-form fieldset div.form-option,
body div.formcontainer form.contact-form fieldset div.form-submit {
display: block;
float:none;
margin: 1em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-submit input {
	background-color:#a62631;
	margin: 0px;
	border: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 14px;
}

/* SIMILAR POSTS */
#similar_posts {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 10px;
}
#similar_posts ul{
	margin-top: 10px;
	margin-bottom: 10px;
}
