/*
Theme Name:     ZenTangle!
Author:         Anya Lothrop
Template:       duena
Version:        0.1.0
*/

@import url("../duena/style.css");


body {
	background-color: #016E99;
	background-image: none;
	background-repeat: none;
	font-size: 16px;
}




/* =FONTS
----------------------------------------------- */
ul li h6 {
	padding: 0 0 0 16px;
	background: url(images/more-link-marker.gif) no-repeat 0 8px;
	list-style: none;
	margin: 0;
}

aside ul {
	font-size: 14px;
	font-weight: bold;
}

aside ul ul{
	font-size: 14px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	word-spacing: .1em;
	font-weight: normal;
}

h1 {
	font-family: 'Fredericka the Great', arial, sans-serif;
	font-weight: normal;
	text-align: center;
}

h2, h3, h4, h5, h6 {
font-family: 'Kranky', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

div > h1, div > h2, div > h3, div > h4, div > h5, div > h6 {
	margin: 40px 0 10px;
}

#intro {
	font-size: 18px;
}

#intro h1 {
	font-family: 'Fredericka the Great', arial, sans-serif;
	font-weight: normal;
}

#zentangle {
	font-size: 16px;
}

#page, #what_is, #galerie, #kurse, #shop, #me, #bahren169, #kontakt, #agb, #impressum, #blog, #links, #buch {
	font-size: 16px;
}

.widget-title label {
	font-size: 30px !important;
}

.achtung {
	font-size: 14px;	
	font-weight: bold;
	color: crimson;
}
hr {
	border-top: 1px solid #006666;
	opacity: 0.3;
	filter:alpha(opacity=30);
}

.post-title {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 46px;
	overflow: hidden;
	font-family: 'Fredericka the Great';
}


/* =HEADER
----------------------------------------------- */
#header {
	background-color: #01A0A3;
	background-image: url('images/headertangle_dark.png');
	background-position: right top;
	background-repeat: no-repeat;
}

#header .logo {
	float: none;
	padding: 10px 0 40px 0;
	max-width: 100%;
}

#header .logo .text-logo {
	font-size: 80px;
	line-height: 90px;
	text-transform: none;
	font-weight: normal;
	font-family: 'Ruthie', cursive;
	text-shadow: -5px 5px 10px black;
	-webkit-text-shadow: -5px 5px 10px black;
	-moz-text-shadow: -5px 5px 10px black;
 	margin-bottom: 25px;
	margin-top: 25px;
	text-align: left;
}

	
div.clearfix {
    width: 100%;
}

div.logo {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

div.noleftmargin
{
  margin-left: 0;
}

@media (max-width: 1200px) {
  div.logo
  {
    width: 940px;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #header .logo .text-logo {
    font-size: 80px;
    line-height: 80px;
  }
  .logo img {
    max-width: 100%;
  }
  div.logo
  {
    width: 724px;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#header {
	background-image: none;
	}
  #header .logo .text-logo {
    font-size: 70px;
    line-height: 90px;
    font-weight: normal;
  }
  .logo img {
    max-width: 100%;
  }
  div.logo
  {
    width: 724px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #header {
    padding: 20px 0 0 0;
  }
  #header .logo .text-logo {
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  #header .logo {
    float: none;
    text-align: center;
  }
  .logo img {
    max-width: 100%;
  }
  #header .logo .site-description {
	font-size: 20px;
	line-height: 35px;
	}
}


#header .logo .text-logo a {
	color: #DDF1F1;
	display: inline-block;
	padding: 0 15px 0 0;
}

#header .logo .text-logo a:hover {
  	text-decoration: none;
  	color: #DDF1F1;
}


#header .logo .site-description {
	font-style: normal;
	color: #00EBFE;
	font-family: 'Fredericka the Great', arial, sans-serif;
	font-size: 30px;
	text-shadow: -5px 5px 10px black;
	-webkit-text-shadow: -5px 5px 10px black;
	-moz-text-shadow: -5px 5px 10px black;
	font-weight: normal;
}

img#headerimg {
	position: absolute;
	right: 0;
	top: 0;
}

/* =LISTS
----------------------------------------------- */
#primary ul li {
	padding: 20px 0 10px 16px;
	background: url(../duena/images/list-bullet.gif) no-repeat 1px 20px;
	margin: 0;
}

#buch ul li {
	padding: 9px 0px 0px 20px;
	background: url(../duena/images/list-bullet.gif) no-repeat 1px 20px;
	margin: 0;
}


/* =TABLES
----------------------------------------------- */


#buch table td {
    padding: 5px;
    border: 0;
  }
    
/* =LINKS
----------------------------------------------- */
a:link {
	color: #5C038A;
}

a:visited {
	color: #038A73;
}

p a:hover, 
p a:focus {
	color: #0521F5;
	text-decoration: none;
}

a:active {
	color: #0521F5;
}

 
.searchform .screen-reader-text, 
.post_meta i, 
.author_bio_sidebar .social_box a, 
.post-title a:hover, 
.post-footer i, 
.page_nav_wrap .post_nav ul li .current, 
.page_nav_wrap .post_nav ul li a:hover {
color: #7B008C !important;
}


/* =CONTENT AREA
----------------------------------------------- */
.page_wrap {
	padding: 20px;
	margin: 10px 0 30px 0;
	background: #FFD4FF;
	box-shadow: -8px 8px 10px black;
		-webkit-box-shadow: -8px 8px 10px black;
		-moz-box-shadow: -8px 8px 10px black;
	position: relative;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 3px solid #A1B60B;
}



/* =NAV
----------------------------------------------- */
.main-nav {
	clear: both;
	margin: 0 -15px 0 -15px;
	border-top: 2px solid #98CC10;
	border-bottom: 2px solid #98CC10;

}


.main-nav .navbar_inner {
	background: #068C69;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.33);
		-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.33);
		-moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.33);
	width: 100%;
}




.navbar_inner > div > ul > li,
.navbar_inner > ul > li {
  float: left;
  border: none;
  margin: 0;
  height: 52px;
  border-left: none;
  width: 16%;
  font-family: 'Kranky', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 18px;
}

/* non-active links */
.navbar_inner > div > ul > li > a, 
.navbar_inner > ul > li > a {
	color: #C8E0C9;
	font-size: 18px;
	line-height: 52px;
	height: 52px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	letter-spacing: 0;
	background: none;
	font-weight: normal;
	padding: 0 15px;
	font-family: 'Kranky', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-bottom: 0 solid #ff5b5b;
	text-shadow: -5px 5px 10px black;
	-webkit-text-shadow: -5px 5px 10px black;
	-moz-text-shadow: -5px 5px 10px black;
}


/* current and hovered links */
.navbar_inner > div > ul > li > a:hover, 
.navbar_inner > div > ul > li.sfHover > a, 
.navbar_inner > div > ul > li.current-menu-item > a, 
.navbar_inner > div > ul > li.current_page_item > a, 
.navbar_inner > ul > li > a:hover, 
.navbar_inner > ul > li.sfHover > a, 
.navbar_inner > ul > li.current-menu-item > a, 
.navbar_inner > ul > li.current_page_item > a {
	background-color: #70D900;	
	color: white;
	text-decoration: none;
	text-align: center;
	font-family: 'Kranky', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-shadow: -5px 5px 10px black;
	-webkit-text-shadow: -5px 5px 10px black;
	-moz-text-shadow: -5px 5px 10px black;
	outline: 0;
	border-bottom: none;
}


/* Menu for mobile */
.select-menu {
	background-color: blueviolet;
	border: none;
	border-radius: 3px;
}


/* =DROPDOWN
----------------------------------------------- */


.navbar_inner > div > ul ul, 
.navbar_inner > ul ul {
	position: absolute;
	top: -999em;
	min-width: 200px;
	left: 0;
	padding: 10px 0;
	box-shadow: -5px 5px 10px black;
		-webkit-box-shadow: -5px 5px 10px black;
		-moz-box-shadow: -5px 5px 10px black;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #A1B60B;	
	border: 2px solid #488D00;
	border-top: none;
}

.navbar_inner > div > ul ul ul, 
.navbar_inner > ul ul ul {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-top: 2px solid #D899FA;
}

div .navbar_inner > ul ul {
	background-color: #A1B60B;
}

.navbar_inner > div > ul li li a, 
.navbar_inner > ul li li a {
	font-family: 'Fredericka the Great', arial, sans-serif;
	color: #fff8ed;
	text-transform: none;
	text-align: left;
	text-shadow: -5px 5px 10px black;
	-webkit-text-shadow: -5px 5px 10px black;
	-moz-text-shadow: -5px 5px 10px black;
	padding-left: 20px;
	padding-right: 20px;
	background: #A1B60B;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.navbar_inner > div > ul li li > a:hover, 
.navbar_inner > div > ul li li.sfHover > a, 
.navbar_inner > div > ul li li > a:focus, 
.navbar_inner > div > ul li li.current-menu-item > a, 
.navbar_inner > ul li li > a:hover, 
.navbar_inner > ul li li.sfHover > a, 
.navbar_inner > ul li li > a:focus, 
.navbar_inner > ul li li.current-menu-item > a {
	color: #016E99;
	background: #A1B60B;
	outline: 0;
}

.navbar_inner > div > ul li li a:hover, 
.navbar_inner > ul li li a:hover {
	background: #A1B60B;
}

/* =SELECT
----------------------------------------------- */
.select-menu {
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
}

/* =FOOTER
----------------------------------------------- */
.site-info {
	padding: 15px 60px 15px 0px;
	background: none;
	box-shadow: none;
	border-bottom: none;
	padding: none;
}

.footer-menu {
	float: none;
	margin: 0;
	padding: 0;
	font-family: 'Kranky', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #D899FA;
	text-align: center;
}


.footer-menu li {
	padding: 0 0 0 8px;
	background: none;
	list-style: none;
	display: inline-block;
	text-align: center;
	padding: 20px;
	text-shadow: -5px 5px 10px black;
	-webkit-text-shadow: -5px 5px 10px black;
	-moz-text-shadow: -5px 5px 10px black;
}

.footer-menu li a {
	text-decoration: none;
}

.footer-menu li a:link, .footer-menu li a:visited {
	color: #C8E0C9;
}

.footer-menu li a:hover {
	color: slateblue;
}
.footer-menu li.current_page_item a, .footer-menu li.current-menu-item a {
	text-decoration: none;
}



/* Landscape phones and down */
@media (max-width: 480px) {
.site-info {
    padding: 15px;
    left: 15px;
  }
}

#toTop {
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border: 2px solid #98CC10;
	color: #D899FA;
	background:  #068C69;
}

.icon-chevron-up:before {
	content: "\f077";
	font-family: FontAwesome;
	font-style: normal;
}


/* =PIX
----------------------------------------------- */
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	border: none;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: -8px 8px 20px 3px black;
		-webkit-box-shadow: -8px 8px 20px 3px black;
		-moz-box-shadow: -8px 8px 20px 3px black;
	margin: 20px;
}

#fancybox-img {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.wp-caption img {
	margin: 20px;
}

.page_wrap .wp-caption-text {
background: none repeat scroll 0 0 #FFD4FF;
border: none;
margin: 10px 5px !important;
padding: 10px;
text-align: center;
font-size: small;
font-weight: bold;
}

.aligncenter {
	margin: 20px auto 25px;
}

/* =GALLERY
----------------------------------------------- */
#content .gallery_box_single .gallery .gllr_image_block p {
	border: 0;
	margin: 5px 25px 0 0;
}

.hentry {
	padding: 20px;
}

.gallery_box li {
	margin-left: 30px;
}

.gallery_box li img {
width: 150px !important;
height: 150px;
margin-bottom: 20px;
}


element.style {
	opacity: 0.8;
	height: 150px;
}

.gallery_box li {
	padding: 10px 10px 10px 40px !important;
	display: inline-block;
}


/* =SLIDE SHOW
----------------------------------------------- */
.gllr_single_image_text {
	display: none;
}

#content .gallery_box_single .gallery .gllr_image_block p {
	margin: 15px 15px 10px 10px;
}



/* =BLOG POSTS
----------------------------------------------- */
 
.single .post_content {
padding: 0 0 15px 0;
min-height: 0;
margin: 20px;
}

div .post_type_label {
	background-color: #4F0961;
	border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	-webkit-border-radius: 30px 0 0 30px;
	box-shadow: -8px 8px 10px black;
	-webkit-box-shadow: -8px 8px 10px black;
	-moz-box-shadow: -8px 8px 10px black;
}

.post_date time {
	color: #fff8ed;
	font-family: 'Kranky', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	list-style: 14px;
	text-shadow: -5px 5px 10px black;
	-webkit-text-shadow: -5px 5px 10px black;
	-moz-text-shadow: -5px 5px 10px black;
	margin: 10px 0 20px 0;
}

.hentry {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 3px solid #4F0961;
	box-shadow: -8px 8px 10px black;
	-webkit-box-shadow: -8px 8px 10px black;
		-moz-box-shadow: -8px 8px 10px black;
	margin: 10px 0 30px 0;
}

.single-post-nav {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 3px solid #4F0961;
	box-shadow: -8px 8px 10px black;
		-webkit-box-shadow: -8px 8px 10px black;
		-moz-box-shadow: -8px 8px 10px black;
}

.single-post-nav a {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.related-posts {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 3px solid #4F0961;
	box-shadow: -8px 8px 10px black;
		-webkit-box-shadow: -8px 8px 10px black;
		-moz-box-shadow: -8px 8px 10px black;
}

.comments-area {
	border-top: 0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 3px solid #4F0961;
	box-shadow: -8px 8px 10px black;
		-webkit-box-shadow: -8px 8px 10px black;
		-moz-box-shadow: -8px 8px 10px black;
}

.page-title {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 3px solid slateblue;
	box-shadow: -8px 8px 10px black;
		-webkit-box-shadow: -8px 8px 10px black;
		-moz-box-shadow: -8px 8px 10px black;
	margin: 10px 0 30px 0;
}

.author-info {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 3px solid #4F0961;
	box-shadow: -8px 8px 10px black;
		-webkit-box-shadow: -8px 8px 10px black;
		-moz-box-shadow: -8px 8px 10px black;
	margin: 10px 0 30px 0;
}

.comment-list .comment-body {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

li.comment > div.clearfix {
	width: 95%;
}

footer a:link {
color: whitesmoke;
}



li .thumbnail a > img {
	max-width: 85%;
	box-shadow: -2px 5px 10px 1px black;
}

/* =WIDGETS
----------------------------------------------- */
.widget {
	border: none;
	background-color: #016E99; 
	box-shadow: none;
	margin: 10px 0 30px 0;
	padding: 15px 15px 15px 15px;
}

h3.widget-title  {
	font-family: 'Ruthie', cursive;	
	font-weight: normal;
	text-shadow: -5px 5px 10px black;
	-webkit-text-shadow: -5px 5px 10px black;
	-moz-text-shadow: -5px 5px 10px black;
	color: #98CC10
}

#acx-social-icons-widget-2 h3 {
display: none;
border: none;
}

.widget-title label {
	font-weight: normal;
}

.widget a:link {
	color: #00EBFE;
}

.widget a:visited {
	color: #0AD691;
}

.widget:hover {
	border-top: none !important;
}

.widget:nth-child(2n):hover {
    border-top: none;
} 

.widget_image,
.widget_image:hover  {
	background: none;	
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	border-top: none;
}

.widget_image img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


 div .widget_image:hover {
	border-top: none;
}


.widget.widget_image:hover {
	border-top: none;
}
  
#text-2 {
	background: #9977ff;
	color: black;
	border-color: whitesmoke;
	
}

#text-2 h3, #text-2 h6 {
	color: black;
	margin: 0;
}

#text-2 a:link {
	color: blanchedalmond;
}

#text-2 a:visited {
	color: blanchedalmond;
}

#text-2 a:hover, 
#text-2 a:focus {
	color: #0521F5;
	text-decoration: none;
}

#text-2 a:active {
	color: #0521F5;
}


/* ------------*/

#text-3 {
	background: #9977ff;
	color: black;
	border-color: whitesmoke;
	text-align: center;
	line-height: 3em;
	font-weight: bold;
}

#text-3 #ruthie {
	font-family: 'Ruthie';
	font-size: 3em;

}	
	
#text-3 h3, #text-3 h6 {
	color: black;
	margin: 0;
}
  
#text-3 a:link {
	color: blanchedalmond;
}

#text-3 a:visited {
	color: blanchedalmond;
}

#text-3 a:hover, 
#text-3 a:focus {
	color: #0521F5;
	text-decoration: none;
}

#text-3 a:active {
	color: #0521F5;
}

#nextclass h6 {
	margin-top: 20px;
}

.wp-caption-text {
	text-align: center;
	background: white;
	margin: 0 5px;
	padding: 10px;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.tagcloud a {
	display: inline-block;
	margin: 0 2px 2px 0;
	font-size: 11px !important;
	line-height: 18px;
	height: 18px;
	padding: 0 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #4F0961;
	border: 1px solid slateblue;
	color: #ffffff;
}

  
  /* =FORMS
----------------------------------------------- */  

fieldset.customform1 {
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	background-color: #F4ECF0;
	box-shadow: -8px 8px 20px 3px black;
		-webkit-box-shadow: -8px 8px 20px 3px black;
		-moz-box-shadow: -8px 8px 20px 3px black;
}

input[type='submit'] {
	box-shadow: -8px 8px 10px black;
		-webkit-box-shadow: -8px 8px 10px black;
		-moz-box-shadow: -8px 8px 10px black;
}


  /* =BUTTON-LINKS
----------------------------------------------- */  
#text-2 {
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	box-shadow: -8px 8px 20px 3px black;
	-webkit-box-shadow: -8px 8px 20px 3px black;
	-moz-box-shadow: -8px 8px 20px 3px black;
}

#text-2 a.maxbutton-1:link {
	color: whitesmoke;
	text-decoration: none;
}

#text-2 a.maxbutton-1:visited {
	color: whitesmoke;
	text-decoration: none;
}

#text-2 a.maxbutton-1:hover, 
#text-2 a.maxbutton-1:focus {
	color: whitesmoke;
	text-decoration: none;
}

#text-2 a.maxbutton-1:active {
	color: whitesmoke;
	text-decoration: none;
}


  /* =OTHER
----------------------------------------------- */  
.konto {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 35px;
	width: 40%;
	border: 1px solid #8b8686;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: -8px 8px 20px 3px black;
		-webkit-box-shadow: -8px 8px 20px 3px black;
		-moz-box-shadow: -8px 8px 20px 3px black;
	background-color: #F4ECF0;
}

div > #toTop {
	background: #068C69;
}

#toTop {
	color: white;
	border: 2px solid #98CC10;
}


#toTop:hover {
	background: #66CCCC;
}

