/*
Theme Name: nora-melling-template
Theme URI: http://www.noramelling.de
Description: Child Theme of Twenty Ten Theme
Author: Ina Baumbach
Autor URI: http://baumbach-text.de
Version: 0.1.0

*/

@import url("../twentyten/style.css");

* {
	margin: 0;
}
html, body {
	height: 101%;
	}

/* Header - Titelbild */

#header {
	padding: 0px;
        background: #fff url("headers/header.jpg") no-repeat;
height: 200px;
}

#site-title {
       display: none;
}

#site-title a {
       display: none;
}

#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

#header p {
       float:right; 
       }

#branding img {
	border: none;
}

.gallery img {border: 5px solid #f1f1f1 !important;}

.scbb-content-box.scbb-content-box-gray { color: #000; }

/* =Fonts - Schriften
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: verdana, arial, Helvetica;
}

h3#comments-title,

#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,

#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.footer-widget-area,
.FFSwp-caption-text,
input[type=submit]
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h3.widget-title {
	color: #C7CFC2;
	font-weight: 550;
font-family: Verdana;
font-size: 0.9em;
line-height: 28px;
}


/* =Struktur und Hintergrund
-------------------------------------------------------------- */

/* The main theme structure     */

body {
	background: #000 url('images/walda.jpg') fixed;
}

#wrapper {
	background: #000;
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
border: 1px solid #;
}

#main, container, content {
        background-color: #000;
}



/* =Global Elements - Allgemeine Elemente - Typografie
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */


body,
textarea {
	color: silver;
	font-size: 12px;
	line-height: 18px;
}


a:link {
	color: #539C26;
	text-decoration:none;
}
a:visited {
	color:#539C26;
}
a:active{
	color:#539C26;
}

a:hover {
	text-decoration: underline;
}

a:focus {outline: none;}

.grey a {color: #2f2f2f;}

/* =Menu - Hauptnavigation oben
-------------------------------------------------------------- */

#access {
	background: #000;
	margin: 150px auto 0 auto;
	width: 940px;
	display:block;
	float:left;
        border-bottom: 1px solid #1E4F00;!important;
}

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
max-width: 840px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#539C26;
	padding:0 15px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: silver;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:silver;
}

li.recentcomment {
margin-bottom: 20px; 
line-height: 1em; 
font-size: 11px;
list-style: none;
margin-left: 0px;
}

/* =Content
-------------------------------------------------------------- */

#content,
#content textarea
 {
	color: silver;
	font-size: 14px;
	line-height: 24px;
}

#content {
    margin: 0 250px 30px 30px;
}

#content input, textarea
{font-color: #000; font-size: 1em;}

#wpcf7-form-control-wrap your-message {background: #000;}

#commentform,
.wpcf7-form {
	width: 508px;
}

input,
textarea {
	background: #6f6f6f;
	border: 1px solid #1E4F00;
	font-color: #fff;
	padding: 3px;
}
textarea {
	height: 150px;
	width: 500px;
}

/* Absendebuttons */
submit,
#csubmit {
	color: #ffffff;
	margin-top: 20px;
font-size: 14px;
}


#content dt,
#content th {
	color: #fff;
}

#content h1,
#content h2,
#content h5,
#content h6 {
	color: #C7CFC2;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

#content h3 {
             color:#539C26; 	
             margin: 0 0 20px 0;
	     line-height: 1.5em;
             font-weight: 550;
             }
#content h4 {color: #C7CFC2; margin: 10px 0px ; font-weight: 550;}

.page-title {
	color: #C7CFC2;
	font-size: 15px;
	font-weight: 550;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #539C26;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #C0F159;
}

#content .entry-title, h1, h2 {
	color: #C7CFC2;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 0;
}

.entry-title a:link,
.entry-title a:visited {
	color: #C7CFC2;
	text-decoration: none;
        font-weight: normal;
}

.entry-title a:active,
.entry-title a:hover {
	color: #C0F159;
        font-weight: normal;
}

.entry-meta {
	color: #888;
	font-size: 12px;
}

.entry-content , .entry-summary {font-size: 0.9em; line-height: 1.3em;}

.entry-content fieldset legend {
	background: #c2c8c8;
	color: #000;
	font-weight: 500;
	padding: 0 24px;
}

.page-link {
	color: #fff;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}

.page-link a:active,
.page-link a:hover {
	color: #C0F159;
}

#entry-author-info h2 {
	color: #fff;
	font-weight: 500;
	font-size: 100%;
	margin-bottom: 0;
}

.entry-utility {
        background: #0E0F0D;
	color: #777;
	font-size: 0.8em;
	line-height: 1.4em;
	clear: both;
padding: 5px;
}

.entry-utility a:link {
        background: #0E0F0D;
	color: #505F47;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #C0F159;
}

#content .wp-caption {
background: none repeat scroll 0 0 #c5d1c0;
}

#content .wp-caption p.wp-caption-text {
color:#3f3f3f;
margin-bottom: 0px !important;
}

/* =Navigation - Blog durchblättern
-------------------------------------------------------------- */


.navigation a:active,
.navigation a:hover {
	color: #C0F159;
}


/* =Comments - Kommentarfelder
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #539C26;
	font-weight: 500;
	font-size: 20px;
font-family: "Helvetica Neue";
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid silver;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px; 
}
#comments .comment-body p:last-child {
	margin-bottom: 6px; font-size: 0.9em; line-height: 1.2em;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #fff;
	font-style: normal;
	font-weight: 500;
font-size: 13px;
}
.comment-author .says {
	font-style: italic;
font-size: 13px;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #808080;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #C0F159;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #808080;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #C0F159;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #808080;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}


/* Comments form - Kommentarformular - auch unter content textarea */

input[type=submit] {
	color: #000;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#c0f159;
	font-weight:bold;
}
#respond label {
	color: #808080;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #808080;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
color: #000;
}

#respond .form-submit input a hover {
color: #C0F159;
}


/* =Widget Areas - Widgets
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 15px !important;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}

.widget-container {
	margin: 0 0 18px 0;
}


.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}

.textwidget {font-size: 0.9em; line-height: 1.4em;}


.widget_rss a.rsswidget {
	color: #silver;
}
.widget_rss a.rsswidget:hover {
	color: #C0F159;
}

/* =Suche
-------------------------------------------------------------- */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit 
        {
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #808080;
	}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin: 20px 0px;
        color: #6d6d6d;
}

#colophon {
	border-top: 1px solid #1E4F00;
	margin-top: -4px;
	padding: 18px 0px;
	overflow: hidden;

}

#site-info {
	font-weight: 500;
        font-size: 0.9em;
        padding-left: 18px;
}

#site-info a {
	color: #222;
}

/* Footer widget areas */

#footer-widget-area {font-size: 0.9em; line-height: 1.4em;}
#first {max-width: 200px; padding-left: 18px;}
#second {max-width: 217px;}
