/*
Theme Name: ligna
Theme URI: http://www.ligna.org/themes/ligna
Author: bseiten
Author URI: http://www.bseiten.net/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* Reset
--------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	height: 100%;
	line-height: 1;
  	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
  	font-size: x-small;
  	background: #fff;
  	color: #434743;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
aside {
	margin-bottom: 15px;
}
article {
	margin-bottom: 20px;
	min-height: 150px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link
  {
  color: #009131;
  text-decoration: none;
}
a:active
  {
  color: #009131; 
  text-decoration: none;
}
a:visited
  {
  color: #009131;
  text-decoration: none;
}
a:hover
  {
	color: #e31b1c;
	text-decoration: underline;
}
a:focus
  {
  	outline: none;
}
a.more-link:link
  {	

}
/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

hr {
	margin-top:20px;
	margin-bottom: 20px;
}

/* General Structure
--------------------------------------------- */
#page {
	background-color:#fff;
	max-width: 1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden !important;
	margin: 0 auto;
}

#main {
	clear: both;
	width: 80%;
	float: left;
	overflow: hidden;
	margin-top: 30px;
}
#branding {
	background: #FFF;
}
#content {
	width: 68%;
	float: right;
	background-color:#fff;
	margin: 59px 40px 0 0;
}
#primary {
	background: #FFF;
}
#secondary {
	width: 24%;
	float: left;
	text-align: right;
}
#tertiary {
	width: 20%;
	float: right;
	overflow: hidden;
	margin-top: 35px;
}
#colophon {
	width: 70%;
	float: left;
	padding:30px 0 0;
	overflow: hidden;
	margin-bottom: 20px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Increase the size of the content area for templates without sidebars */
.image-attachment #content,
.error404 #content {
}

/* =Header
-------------------------------------------------------------- */
#site-title {
	position: absolute;
	left: -9000px;
	width: 500px;
}
#site-description {
	position: absolute;
	left: -8000px;
	width: 500px;
}
/* Logo
------------------------------------------------------------------*/
#logo {
	background: url(images/logo_neu.png) no-repeat 0px 20px;
	width: 200px;
	height: 155px;
	float: left;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	width: 60%;
	float: left;
	margin-top: 131px;
	margin-left: 10px;
	background: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 0.04em;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	color: #009131;
	
}
#access ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #e31b1c;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
	color: #FFF;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #009131;
	color: #FFF;
}
#access ul ul a:hover {
	background: #009131;
	color: #FFF;
}
#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: #009131;
	border-bottom: solid 1px #009131;
}
#access ul li.current_page_item > a:hover,
#access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover,
#access ul li.current-menu-parent > a:hover {
	color: #fff;
	border-bottom: solid 1px #009131;
}
/* =Content
-------------------------------------------------------------- */
#content .entry-title {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #323532;
	letter-spacing: 0.02em;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	margin-bottom: 1em;
	font-weight: 500;
}
#content .entry-title-list {
	float: right;
	text-align: left;
	width: 340px;
	padding-right: 80px;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #323532;
	letter-spacing: 0.02em;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	margin-bottom: 1em;
	font-weight: 500;
}
.page-header {
	font-size: 1.15em;
	line-height: 1.15em;
	text-transform: uppercase;
	color: #e31b1c;
	letter-spacing: 0.05em;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	margin-bottom: 2em;
	clear: both;
}

.entry-title a:link,
.entry-title a:visited {
	color: #434743;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #e31b1c;
	text-decoration: underline;
}
.entry-title-list a:link,
.entry-title-list a:visited {
	color: #434743;
	text-decoration: none;
}
.entry-title-list a:active,
.entry-title-list a:hover {
	color: #e31b1c;
	text-decoration: underline;
}
#content p {
	margin-bottom: 15px;
	font-size: 1.1em;
	line-height: 1.4em;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}
#content .entry-content-list {
	float: right;
	text-align: left;
	width: 340px;
	padding-right: 80px;
}
#content .entry-content {
	margin-right: 40px;
}
#content .entry-content h1 {
	font-size: 1.9em;
	padding-bottom: 15px;
	font-weight: 500;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}
#content .entry-content h2 {
	font-size: 1.7em;
	padding-bottom: 15px;
	font-weight: 500;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}
#content .entry-content h3 {
	font-size: 1.5em;
	padding-bottom: 15px;
	font-weight: 500;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}
#content .entry-content h4 {
	font-size: 1.3em;
	padding-bottom: 15px;
	font-weight: 500;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}
#content .entry-content h5 {
	font-size: 1.1em;
	padding-bottom: 15px;
	font-weight: 500;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}
#content .entry-content h6 {
	font-size: 0.9em;
	padding-bottom: 15px;
	font-weight: 500;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}
#content .entry-content ol{
	list-style-type: decimal;
	margin: 10px 0 10px 30px;
	line-height: 1.4em;
	font-size: 1.1em;
	color: #434743;
}
#content .entry-content ul{
	list-style-type: disc;
	margin: 10px 0 10px 28px;
	line-height: 1.5em;
	color: #009131;
}
.sticky {
}
.entry-meta {
	clear: both;
	display: block;
	margin: 20px 0px;
	color: #4b493f
}

.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
	clear: both;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.edit-link {
	clear: both;
	display: block;
	margin: 10px 0 20px 0;
}
.edit-link a:link {
	padding: 10px 0 10px 0;
}
.assistive-text {
	display: none;
}

/* No-Title-Page
----------------------------------------------------------------*/
.no-title #content .entry-title {
	display: none;
}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
a img {
	border: none;
}
a:hover img {
	opacity: 0.9;
}
.alingnone,
img.alignnone {
	margin-right: 0.8em;
	margin-bottom: 0.5em;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}
.alignthumb,
img.alignthumb {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 0.3em;

}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
a:hover .gallery {
	border: none;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: none;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
	float: left;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 88%;
	height: auto;
	float: left;
}
.gallery .gallery-caption {
	color: #FFF;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: none;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.lil_wrapper img {
    border: none !important;
}


/* Sidebars
------------------------------------------------------------------*/
#secondary { 
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.15em;
}
#secondary ul { 

}
#secondary h1 { 
	text-transform: uppercase;
	color: #009131;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}
#secondary ul a { 
	color: #009131;
}
#secondary ul a:hover { 
	color: #e31b1c;
	text-decoration: underline;
}
#tertiary {
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.15em;
}
#tertiary ul { 
	line-height: 18px;
}
#tertiary ul ul li{
    margin-left: 13px;
    list-style: disc; color: #009131;
}


#tertiary h1 { 
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 600;
	color: #e31b1c;
	margin-bottom: 5px;
}
#tertiary ul a { 
	color: #009131;
}
#tertiary ul a:hover { 
	color: #e31b1c;
	text-decoration: underline;
}

/* =Search
-------------------------------------------------------------- */
.search fieldset {width: 185px; position: relative; background: #e31b1c;}
.search input {background: none; border: none; font-size: 13px; color: #fff; padding: 4px 5px 4px 5px; width: 150px; vertical-align: middle; margin-bottom: 0px;}
.search button {background: url("images/search.png") 50% 50% no-repeat; border: none; height: 16px; width: 16px; vertical-align: middle; cursor: pointer;}

/* =Forms
-------------------------------------------------------------- */
input {
    border: 1px solid #E0E0E0;
    padding: 5px;
    width: 173px;
}
label {
	display: block;
	padding: 3px 0;
	text-transform: none;
	
	}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	width: 90%
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #4b493f;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	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;
}
#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: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: normal;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4500;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #e31b1c;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	border: none;
	background: #323532; 
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	color: #fff;
	cursor: pointer; 
	margin: 10px 0;
	padding: 2px 5px; 
	border-radius: none; 
	-moz-border-radius: none; 
	-webkit-border-radius: none;
	max-width: 163px;
}
input[type=submit]:hover {
	background: #e31b1c;
	color: #fff;
	text-decoration: none;
	max-width: 163px;
}
#respond {
	border-top: 1px dotted #96937d;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}
#respond p {
	margin: 0;
	color: #4b493f;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#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;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #6B8E23;
	font-weight: bold;
}
#respond label {
	color: #96937d;;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #96937d;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	color: #FFF;
	font-size: 11px;
	width: auto;
}
/* Footer
--------------------------------------------- */
#colophon p {
	line-height: 1.5;
}
a.top {
	margin: 3px 0 0 0;
	font-weight: bold;
	display: block;
}
a.top:hover {
	text-decoration: none;
}

a#footer_nav {
	float: right;
	font-size: 1.1em;
}

/* Clearing Floats
--------------------------------------------- */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

/* CSS3 Media queries
--------------------------------------------- */

/* --- iPad Landscape --- */
@media screen and (max-width: 1024px) {
#access {
	margin-top: 10px;
	margin-left: -10px;
	width: 100%;
}
#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 {
	line-height: 23px;
}
#page {
	margin: 0 auto;
	padding: 0 30px 30px;
	background-color:#fff;
}
#main {
	width: 98%;
}
#content {
	width: 96%;
	margin: 0 30px;
}
#primary {
	width: 98%;
}
#secondary {
	width: 142px;
	margin: 40px 0 ;
	float: none;
}
#tertiary {
	width: 28%;
	float: left;
}
#content .entry-title-list {
	float: left;
	min-width: 100px;
}
.entry-title-list a:link,
.entry-title-list a:visited {
	color: #434743;
	text-decoration: none;
}
.entry-title-list a:active,
.entry-title-list a:hover {
	color: #e31b1c;
	text-decoration: underline;
}
#content .entry-content-list {
	width: 50%;
	padding: 0px;
	float: left;
}
.alignthumb,
img.alignthumb {
	clear: both;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 0.3em;
}
article {
	margin-bottom: 20px;
	min-height: 180px;
}
/* --- Sidebars --- */
#secondary {
	width: 92.2%;
	margin-left:0;
	padding: 22px;
	float: left;
	text-align: left;
}
#secondary aside:last-child {
	margin-bottom: 20px;
	border-bottom: 0;
}
#secondary aside, #tertiary aside {
	float: none;
	overflow: hidden;
}
#tertiary {
	padding-left: 22px;
}
}

/* --- iPad Portrait --- */
@media screen and (max-width: 880px) {
#page {
	background-color:#fff;
}
#primary {
	margin-top: 0;
	width: 98%;
}
#main {
	margin-left: 0;
	width: 98%;

}
#content {
	margin: 5px;
	width: 98%;
}
#secondary {
	width: 100%;
	margin: 0;
}
#tertiary {
	width: 100%;
	float: none;
	margin-top: 5px;
}
/* --- Main Nav --- */
#branding #mainnav {
	margin: 0;
	max-width: 100%;
}
/* --- Sub Nav --- */
nav#subnav {
	padding: 0;
	margin: 5px 0 0 0;
}
}

/* --- Smartphones --- */
@media screen and (max-width : 620px) {
#logo {
	background: url(images/logo_mobil.png) no-repeat 0px 20px;
	margin-left: 0px;
	margin-right: 15px;
	width: 100px;
	height: 90px;
	float: left;
}
#page {
	padding: 0 20px 20px;
	background-color:#fff;
}
#secondary {
	display: none;
}
#tertiary {
	display: none;
}
.lil_wrapper img {
    width: 100% !important;
}
.lil_thumbnails {
   width: 100% !important;
}
.lil_thumbnails a img {
    float: left;
    height: 60px;
    width: 60px !important;
}
 
/* --- Footer ---- */
#colophon {
	width: 100%;
	float: none;
}
#gallery-1 .lil_wrapper
{
	width: 100%;
	float: none;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#logo {
	background-image: url(images/logo_mobil2.png);
	-webkit-background-size: 100px 68px;
	}
}
}
