/*
Theme Name: wilma-child
Theme URI: https://www.garrp.de/
Author: Wilmen PR
Author URI: https://www.wilmen-pr.de/
Description: Theme-Anpassungen von Martin
Version: 0.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: -
Template: twentythirteen
*/

@import url('../twentythirteen/style.css');

.site, .navbar {
	max-width: none;
}

a, a:visited {
  color: #669900;
}

a:hover {
  color: #447711;
}

.site-header {
  min-height: 180px;
  background-color: #669900;

}

.site-header .home-link {
  min-height: 180px;	
}

.site-logo {
  float: right;
  margin: 0 0 20px 300px;
  width: 300px;
  padding: 20px;
  background-color: #fff;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.site-title {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
  padding: 40px 0;
}

.site-description {
  font-size: 18px; 
  color: #fff;
  font-weight: italic; 
  margin: 0;
}

.site-footer .sidebar-container {
  background-color: #669900;
}



.nav-menu li a {
  font-size: 18px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #447711;
}

.nav-menu .current_page_item > a {
  color: #669900;
}

.nav-menu .current_page_ancestor > a {
  color: #ff0000;
}

.nav-menu .current-menu-ancestor > a {
  color: #669900;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	width: 250px;
  background-color: #f7f5e7;
  color: #669900;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
  background-color: #447711;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
  color: #669900;
}

h1 {
	font-size: 26px;
	margin: 30px 0;
}

h2 {
	font-size: 24px;
	margin: 28px 0;
}

h3 {
	font-size: 18px;
	margin: 22px 0;
}

h4 {
	font-size: 14px;
	margin: 20px 0;
}

h5 {
	font-size: 13px;
	margin: 20px 0;
}

h6 {
	font-size: 12px;
	margin: 20px 0;
}

.entry-header {
  margin-bottom: 0;
}

.entry-title {

	margin: 15px 0 5px;
}

h1 .entry-title a, h1 .entry-title a:visited,  {
	color: #669900;
}

h1 .entry-title a:hover,  {
	color: #447711;
}

p {
	margin: 0 0 8px;
}

.entry-meta a, .entry-content a, .navigation a, .paging-navigation a, 
.entry-meta a:visited, .entry-content a:visited, , .navigation a:visited, .paging-navigation a:visited  {
	color: #669900;
}

.entry-meta a:hover, .entry-content a:hover, .navigation a:hover, .paging-navigation a:hover {
color: #447711;
}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
  padding: 0 376px 0 0;
}



.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
  margin-left: 0;
}

.entry-thumbnail img {
  margin: 5px 10px 10px 0;
  -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
  background-color: #ddd;
  border: 4px solid #ddd;
	padding:0px; 
}

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption  {
  font-size: 14px;
}

.site-main .widget {
  -moz-box-shadow: inset 0 0 80px 5px #ddd;
  -webkit-box-shadow: inset 0 0 80px 5px #ddd;
  box-shadow: inset 0 0 80px 5px #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


.widget .widget-title {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 10px;
}

.widget a, .widget a:visited {
  color: #669900;
}

.widget a:hover {
  color: #447711;
}

.site-footer .widget a, .site-footer .widget a:visited {
  color: #fff;
}

.site-footer .widget a:hover {
  color: #ddd;
}

.widget img {
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
  background-color: white;
  border: 4px solid white;
	padding:0px;
}

.widget.widget_media_image {
  padding: 0;
}

.widget.widget_media_image img {
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
}

.metaslider .caption,
.metaslider .cs-title,
.metaslider .nivo-caption {
    font-size: 14px; /* adjust as necessary */
}

.slider-title,
.slider-title,
.slider-title {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 18px; /* adjust as necessary */
}

.paging-navigation .meta-nav {
background-color: #669900;
}

#two-column{
	width: 100%;
  -moz-box-shadow: inset 0 0 80px 5px #ddd;
  -webkit-box-shadow: inset 0 0 80px 5px #ddd;
  box-shadow: inset 0 0 80px 5px #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;
}
#two-column #left{
	width: 50%;
	float: left;

}
#two-column #right{
	width: 50%;
	float: left;

}
#two-column p{
	margin-bottom: 12px;
}
#two-column input[type="text"]{
	border:none;
	border:1px solid #000;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 540px;
	padding: 5px;
}

#two-column input[type="email"]{
	border:none;
	border:1px solid #000;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 540px;
	padding: 5px;
}

#two-column #right input[type="text"], #two-column #left input[type="text"], 
#two-column #right input[type="email"], #two-column #left input[type="email"] {
	width:240px;
}
#two-column textarea {
    position: relative;
    padding: 5px;
    border:1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 540px;
}
#two-column input[type="submit"]{
	padding:8px 18px;
	background:#222;
	color:#fff;
	border: 1px solid #fff;
	float:right;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus{
	background: #eee;
}
#two-column input[type="submit"]:hover{
	background:#fff;
	color:#222;
	border: 1px solid #222;
}

@media(max-width:400px)
{
    .#two-column #left  { width:100px; float:none; display:block; position:relative; background-color:red; }

    .rightColumn { width:100px; float:none; display:block; position:relative; background-color:blue; }

}

