﻿@import url('reset.css'); /* Start off with a complete CSS reset */
/*
Theme Name: Master Kunst Luzern
Theme URI: http://www.pssst.ch/wordpress-themes/anaximander/
Author: Rene Gisler
Author URI: http://pssst.ch
Description: Theme based on the famous Anaximander-Theme by Morten Rand-Hendriksen of Pink &amp; Yellow Media. A Semantic HTML5 WordPress 3.4 theme
Version: 1.0.0
License: GNU General Public License
License URI: license.txt
*/

/* 
WEB FONTS 
*/

/* 'Open Sans' */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,300,600);

/* 'Open Sans Condensed' */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300);

/* FontAwesome font for social icons. Full source at http://fortawesome.github.com/Font-Awesome/ */
@import url(FontAwesome/css/font-awesome.css);

/* 
-------------------------------------------------------------- 
General structure
-------------------------------------------------------------- 
*/

body {
	font-size: 100%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}

#wrapper {
	display: block;
	max-width: 1340px;
	margin: 0 auto;
	background: #fff;
}

#content-container {
	width: 100%;
}


/* neuer Sidebar rechts */ 
#nav-sidebar {
	width: 280px;
	height: auto;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
/* ----------------------- */ 

#content{
	margin: 20px 0 40px 50px;
}

#content-single {
	margin: 20px 20px 40px 337px;
}/* anstelle von #content im single- und image-attachemnet-template um dem sidebar auszuweichen*/

#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

/* END General structure */

/*
--------------------------------------------------------------
Global styles
-------------------------------------------------------------- 
*/

em {	
	font-style: italic;
}

strong {
	font-weight: 600;
	/*font-weight: bold;*/
}

/* Used to highlight content when navigating the site using a keyboard.
 * Master Kunst Luzern features extensive focus elements so this style is optional.
:focus {
	outline: #000 solid 1px;
}
*/

.right {
	float: right;
}

.left {
	float: left;
}

h1,
h2,
h3,{
	margin: 1em 0 0.5em 0;
}

h1 {
	font-size: 2em;	
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	margin: 0em 0 1em 0;
	font-weight: 300;
	line-height: 1.2em;
	font-size: 1.1em;
	text-transform: uppercase;
}

h5 {
	margin: 0.2em 0 0.5em 0;
	font-weight: 300;
	line-height: 1.2em;
	font-size: 1.2em;
}

h6 {
	margin: 0.8em 0 1em 0;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.2em;
	text-align: left;
}


p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #0099CC;
}
/* END Global Styles */

/* 
-------------------------------------------------------------- 
Header
-------------------------------------------------------------- 
*/

/* theo */
#titluzern {
  font-weight:bold;
}

/* PRE-HEADER */

#pre-header {
	background: #333;
	padding: 0px 50px;
	position: relative;
	height: 28px;
}

#pre-header a:link,
#pre-header a:visited {
	color: #fff;
	text-decoration: none;
}

#pre-header a:hover,
#pre-header a:focus {
	color: #fff;
	text-decoration: none;
}

#social-links li {
/*	display: none; neu eingefügte Zeile*/
	float: left;
	margin-right: 3px;
	margin-top: 8px;
	font-size: 0.8em;
}

#social-links li a:link,
#social-links li a:visited {
	color: #ccc;
}

#social-links li a:hover {
	color: #fff;
}

/* HEADER SEARCH */

#header-search {
	position: absolute;
	right: 50px;
	top: 3px;
	clear: both;
}
#header-search div {
	width: 310px;
	text-align: right;
	position: relative;
}

#header-search input:focus {
	outline: 1px solid #808080;
}
#header-search #searchform {
	display: block;
	clear: both;
}
#header-search #searchform label {
	display: none;
}
#header-search #searchform input#s {
	width: 275px;
}

#header-search input#s {
	border: 1px solid #454545;
	padding: 3px 25px 3px 8px;
	margin: 0 0em 0 0;
	color: #a2a2a2;
	background: #333;
	font-size: 0.7em;
}
#header-search #searchsubmit {
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	position: absolute;
	right: 5px;
	top: 4px;
}

/* END PRE-HEADER */


#site-header {
	background: #FFF;
}


#header_margin {
	padding: 32px 50px 5px 50px; /*theo*/
	background-image: url(images/logo-hslu.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

/*theo*/	
#hsllink {
	        float:left;
		z-index:10000;
		position:relative; 
		top:20px;
		left:-30px; 
		width:180px; 
		height:50px;
		/*background:rgba(255,0,0,0.5); */
	}

#header_image img {
	display: block;
	width: 100%;
	height: auto;
}


.header-container {
}


#header-title {
        margin-top: 40px; /*theo*/
	margin-left: 286px;
	width: 400px;
}

#site-title {
	font-size: 1.7em;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #282828;
	text-transform: uppercase;
	z-index: 10;
}

#site-title a:link,
#site-title a:visited {
	text-decoration: none;
	color: #282828;
}

#site-title a:hover,
#site-title a:focus {
	text-decoration: none;
	color: #0099CC;
}

#site-description {
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	margin: 0.2em 0;
}

/* Conditional if header image is present */

#header-title.header-image-true {
	width: 100%;
}

/* Header menu */


#access {
	display: none;
	margin-top: 10px;
	float: right;
}

#access ul {
	list-style: none;
	padding-left: 0;
}

#access li {
	float: left;
	position: relative;
	margin: 0 0 0 2em;
}

#access a {
	display: block;
	padding: 5px 0 8px 0;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
	border-bottom: solid 1px rgba(255,255,255,0);
}

.sf-sub-indicator {
	display: none;
}


/* Highlight current page / parent menu item*/
#access li.current_page_item > a,
#access li.current_page_parent > a,
#access li.current-page-ancestor > a,
#access li.current-post-ancestor > a {
}


/* Highlight current page / parent menu item */
#sub-access li.current_page_item > a,
#sub-access li.current_page_parent > a,
#sub-access li.current-page-ancestor > a,
#sub-access li.current-post-ancestor > a {
		
}
/*

/* END Header */

/* 
-------------------------------------------------------------- 
Main Content
-------------------------------------------------------------- 
*/


.post-container {
	width: 653px;
	/*margin-left: 36.35%;*/
}

.entry-header {
	width: 100%;
}

.sticky {

}

.entry-header a:link,
.entry-header a:visited {
	text-decoration: none;
}

.entry-header a:hover,
.entry-header a:focus {
	text-decoration: underline;
}
.entry-title {
	font-size: 2em;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.3em;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;	
	word-wrap: break-word;
}

.name-date {
	display: none;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 1.5em;
}
.entry-meta {
	clear: both;
	display: block;
}
.index-meta {
	margin: 1.5em 0;
	display: none;
}
.index-meta li {
	float: left;
	margin: 0 1px 0 0;
	text-transform: uppercase;
}

.index-meta li a:link,
.index-meta li a:visited {
	font-size: 0.6em;
	padding: 2px 20px;
	background: #9b9b9b;
	text-decoration: none;
	line-height: 17px;
	color: #fff;
}

.index-meta ul ul li a:link,
.index-meta ul ul li a:visited {
	padding: 2px 10px;
}

.index-meta li.theComments a:link,
.index-meta li.theComments a:visited {
	background: #333;
}

.index-meta li a:hover,
.index-meta li.theComments a:hover,
.index-meta li a:focus,
.index-meta li.theComments a:focus {
	background: #3399FF;
}

li.theComments span {
	display: none;
}

.single-thumb {
	margin: 0 0 1em 0;
}

.single-thumb img {
	max-width: 100%;
	height: auto;
}
.entry-content p {
	line-height: 1.4em;
	margin-bottom: 2em;
}

.entry-content li {
	font-size: 0.9em;
	margin: 0 0 0.8em 2em;
	line-height: 1.3em;
}

.entry-content ul {
	list-style-type: square;
	margin-bottom: 3em;
}

.entry-content ol {
	list-style-type: decimal;
	margin-bottom: 2em;
}
.single-author .entry-meta .byline {
	display: none;
}


.video {
	margin: 0 0 1em 0;
}

video {
	width: 100%;
	height: auto;
}

#content nav {
	display: block;
	overflow: hidden;
}
#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;
}
.page .edit-link {
	clear: both;
	display: block;
}

.index-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	margin: 5px 0;
	line-height: 1.2em;
	word-wrap: break-word;
}

.index-title a {
	text-decoration: none;
}


.index-title a:hover,
.index-title a:focus {
	text-decoration: underline;
}

.index-name-date {
	display: none;
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 20px;
}

.index-name-date a {
	text-decoration: none;
}

.index-name-date a:hover,
.index-name-date a:focus {
	text-decoration: underline;
}

.index-content {
	margin: 2px 0px;
	font-size: 0.9em;
	line-height: 1.3em;
}

.index-content p {
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 1em 0;
}

.more-link {
	display: none;
	text-align: right;
}
.more-link a:link,
.more-link a:visited {
	font-size: 0.6em;
	padding: 2px 20px;
	background: #9B9B9B;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 17px;
	color: white;
}

.more-link a:hover,
.more-link a:focus {
	background-color: #3399FF; 	
}

.page-header {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000;
	margin: 0 0 0 337px;
}

.page-header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-weight: 100;
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.7em;
	padding: 3px 10px;
	margin: 0;
}

.page-title {
	display:inline-block;
	background-color:#000;
}


/* Ergänzende Archivlinks im "Content-Head" */

.page-header .archiv-category-link {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-weight: 100;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.7em;
	padding: 3px 10px;
	margin: 0;
}

/* 
-------------------------------------------------------------- 
Index - Traditional
-------------------------------------------------------------- 
*/

#regular-index {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}

#regular-content {
	margin: 0 320px 0 0;
}

#regular-index .index-post-container {
	width: 100%;
	border: none;
	float: none;	
	margin: 0 0 50px 0;
}

#regular-index .the-thumbnail {
	display: none;
}

#regular-index .index-title,
#regular-index .index-name-date,
#regular-index .index-content {
	margin: 20px 0;
}


#sidebar {
	float: right;
	overflow: hidden;
	width: 300px;
	margin: 0 0 0 20px;
}

#sidebar .widget {
	width: 258px;
	background-color:#FFF;
	float: left;
	padding: 0 20px 30px 20px;	
	margin: 0 0 20px 0;
}

#sidebar .widget_tag_cloud {
	margin: 0;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000;
	padding: 0 0 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: right;
}

#sidebar .widget_tag_cloud a:link,
#sidebar .widget_tag_cloud a:visited {
	text-decoration: none;
	color: #999;
}

#sidebar .widget_tag_cloud a:hover,
#sidebar .widget_tag_cloud a:focus {
	color: #0099CC;
	text-decoration: underline;
}


#sidebar .widget_tag_cloud .widget-title {
	letter-spacing: 1px;
	font-weight: 100;
	color: #FFF;
	background-color: #000000;
    display: inline-block;
	font-size: 0.7em;
	padding: 3px 10px;
	margin-bottom: 20px;
}


#sidebar .children {
	margin-left: 0.5em;
	padding: 0!important;
	float: none;
}

#sidebar ul li{
	text-align: right;
	line-height: 1.7em
}

#sidebar ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: 600;
	color: #282828;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: uppercase;
	border-color: #282828;
	border-width: 1px;
	border-style: dotted;
	/*border-spacing: 10px;*/
	/*display: block;*/
	padding: 0 15px 0 15px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

#sidebar ul li a:hover,
#sidebar ul li a:focus {
	background-color: #282828;
	color:#FFF;
	text-decoration: none;
	border-style: solid;
	/*padding: 10px;*/
}




/* 
-------------------------------------------------------------- 
Index - Masonry
-------------------------------------------------------------- 
*/

#masonry-index {
	width: 77.75%;
	float: right;
}

#masonry-index .index-post-container {
	width: 300px;
	/*background-color:#CCC;*/
	float: right;
	margin: 0 20px 20px 0;
	border-bottom: 1px dotted #282828;
}

#masonry-index .index-title {
	margin: 2px 0 2px 0;
}


/* Front page widgets */

.index-widget-area .widget {
	width: 258px;
	float: left;
	padding: 20px;	
	margin: 0 0 20px 0;
}

.index-widget-area .widget-title {
	font-size: 1.5em;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.3em;
	word-wrap: break-word;
}

.index-widget-area .children {
	margin-left: 0.5em;
	padding: 0!important;
	float: none;
}

.index-widget-area ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 90%;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.index-widget-area ul li a:hover,
.index-widget-area ul li a:focus {
	background-color: #E5E5E5;
	text-decoration: none;
	padding: 10px;
}

.index-widget-area .recentcomments a:hover,
.index-widget-area .recentcomments a:focus {
	background: inherit;
	text-decoration: underline;
}

/* PAGINATION */

.paginationBox {
	clear: both;
	display: block;
	float: left;
	margin: 1em 0 2em 275px;
}
ul.pagination {
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	position: relative;
	font-size: 80%;
	line-height: 1em;
	list-style-type: none;
}
.pagination li {
	float: left;
	vertical-align: middle;
	background-color: #fff;
	margin-right: 1px;
}


.pagination span,
.pagination a {
	float: left;
	border: 1px #ccc solid;
	padding: 3px 9px 4px 9px;
	text-decoration: none;
	width: auto;
	color: #999;
}
.pagination a:hover,
.pagination a:focus {
	color: #fff;
	background-color: #ccc;
}
.pagination .current{
	padding: 3px 9px 4px 9px;
	color: #fff;
	background-color: #ccc;
	border: 1px #ccc solid;
}

/* END PAGINATION */


/* Fix for FlexSlider */
.flexslider .slides img {
	height: auto;
}

/* 
-------------------------------------------------------------- 
Single post
-------------------------------------------------------------- 
*/

.entry-content {

}

.single-header {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000;
	margin: 0 0 0 337px;
}

.single-header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-weight: 100;
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.7em;
	padding: 3px 10px;
	margin: 0;
}

.single-header a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

.post-categories li {
	display: inline-block;
	margin-right: 0.2em;
}

.footer-meta {
	margin: 1em 0;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: 400;
	margin: 1.5em 0 0 0;
	font-style: italic;
	color: #282828;
	line-height: 1.2em;
}

blockquote:a {
	color: #0F3;
}

.footer-tags li {
	float: left;
	text-transform: uppercase;
	margin: 1px 1px 0 0;
}

.footer-tags li a:link,
.footer-tags li a:visited,
.footer-tags li.highlight {
	font-size: 0.7em;
	padding: 2px 10px;
	background: #9b9b9b;
	text-decoration: none;
	line-height: 15px;
	color: #fff;
}

.footer-tags li.highlight,
.footer-tags li.highlight {
	background: #333;
	padding: 2px 20px;
}

.footer-tags li a:hover,
.footer-tags li a:focus {
	background: #3399FF;
}


/* 
-------------------------------------------------------------- 
404 page
-------------------------------------------------------------- 
*/

#post-0 {
	margin-left: 287px;
	margin-right: 20px;
	width: 600px;
}

#error-title {
	text-transform: uppercase;
	font-weight: 100;
	margin: 0.2em 0 1em 287px;	
}



/* Notices */

/* 
-------------------------------------------------------------- 
Image Attachments
-------------------------------------------------------------- 
*/

.image-attachment .entry-header {
	margin-left: 0;
	width: 100%;
	float: none;
}
.image-attachment div.entry-meta {
	float: left;
	font-size: .9em;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
	font-size: .9em;
}

.image-attachment .previous-image {
	margin-right: 10px;
}
.image-attachment .next-image {
	margin-left: 10px;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* 
--------------------------------------------------------------
Images
-------------------------------------------------------------- 
*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
#sidebar img,
.wp-caption {
	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. */
}

img.aligncenter,
.wp-caption.aligncenter {
	margin: 0 auto 1.5em auto;
	max-width: 100%;
	height: auto;
}

a img {
	border: none;
}
p img {
	margin-bottom: 1em; 
}


img.alignleft,
.wp-caption.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 5px;
}
img.alignright,
.wp-caption.alignright {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 5px;
}
img.aligncenter,
.wp-caption.aligncenter {
	margin: 0 auto 1.5em auto;
	height: auto;
}
.wp-caption {
	padding: 10px 0;
	text-align: left;
}
.wp-caption img {
	margin: 0;
}
.wp-caption .wp-caption-text {
	margin: .5em;
	font-size: 80%;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}

/* END Images */

/*
--------------------------------------------------------------
Forms
--------------------------------------------------------------
*/

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

/* END Forms */

/*
--------------------------------------------------------------
Comments
-------------------------------------------------------------- 
*/

#comments-title {
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 2em;
}

#reply-title {
	text-transform: uppercase;
	font-weight: 100;
	margin: 2em 0 1em 0;
	
}
article.comment {
	margin-left: 34.04255319148936%;
	margin-bottom: 3em;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
}

.comment-footer {
	margin-left: -51.61290322580645%;
	width: 48.38709677419355%;
	float: left;
	font-size: 0.9em;
	line-height: 1.3em;
}

.left-content {
	float: left;
	margin-right: 10px;
}
.comment-author {
	text-transform: uppercase;
	color: #999999;
}

/* Custom style for post author */
.bypostauthor {
	
}

.commentlist .children {
	margin-left: 60px;
}


.comment-footer a:link,
.comment-footer a:visited {
	color: #999;
	font-size: 90%;
	text-decoration: none;
}

.comment-footer a:hover,
.comment-footer a:focus {
	color: #333;
}

.comment-footer .reply a:link,
.comment-footer .reply a:visited {
	width: 48px;
	border: 1px #ccc solid;
	display: block;
	text-transform: uppercase;
	font-size: 70%;
	text-align: center;
	padding: 0;
}

.comment-footer .reply a:hover,
.comment-footer .reply a:focus {
	border-color: #999;
} 

.comment-footer .children li {
	margin-left: 60px;
}

#commentform {
	margin-left: 34.04255319148936%;
	margin-bottom: 2em;
}

#commentform input:focus,
#commentform textarea:focus {
	outline: 1px solid #808080;
}

#commentform label {
	display: inline-block;
	margin-bottom: 0.4em;
	font-size: 90%;
}

#commentform input,
#commentform textarea {
	padding: 5px;
}
.comment-notes {
	margin-left: -51.61290322580645%;
	width: 38.38709677419355%;
	float: left;
	font-size: 80%;
	color: #999;
}

.form-allowed-tags {
	font-size: 80%;
	color: #999;
	
}
#respond input[type=text] {
	display: block;
/*	width: 60%;*/
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
/*	width: 80%;*/
}
#respond .form-allowed-tags {
	clear: both;
/*	width: 80%;*/
}
#respond .form-allowed-tags code {
	display: block;
}

#commentform input#submit {
	margin: 1em 0 0 0;
	border: 1px solid #ccc;
	color: #999;
	padding: 3px 2em;
	background: #fff;
	font-size: 70%;
	text-transform: uppercase;
}


#commentform input#submit:hover,
#commentform input#submit:focus {	
	border-color: #999;
	color: #333;
	cursor: pointer;
}

.pingback {
	margin: 0 0 2em 0;
}


/*
--------------------------------------------------------------
Widgets
--------------------------------------------------------------
*/

.widget {
	display: block;
}
#sidebar .widget_search {
	overflow: hidden;
}
#sidebar .widget_search input {
	float: left;
}


/*
--------------------------------------------------------------
Footer
--------------------------------------------------------------
*/

#colophon {
	padding: 0;
	background: #333;
	color: #CCCCCC;
	font-size: 0.9em;
}

#footer-sidebar {
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

#footer-sidebar ul {
	padding: 50px;
}

#footer-sidebar ul li {
	width: 23.40425531914894%;
	float: left;
	margin-right: 2.127659574468085%;
}

#footer-sidebar ul li:last-child {
	margin-right: 0;
}

#footer-sidebar ul ul,
#footer-sidebar ul ul li {
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
}

#footer-sidebar .widget-title {
	font-size: 1.5em;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.3em;
	word-wrap: break-word;
}

#footer-sidebar ul ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 90%;
	line-height: 1.3em;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

#footer-sidebar ul ul li a:hover,
#footer-sidebar ul ul li a:focus {
	background-color: #666666;
	text-decoration: none;
	padding: 10px;
}


#footer-content {
	margin: 0;
	padding: 20px 50px;
	background: #4F4F4F;
	text-align: center;
	font-size: 70%;
	text-transform: uppercase;
}

#footer-content p {
	margin: 0 0 10px 0;
}

#colophon a:link,
#colophon a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#colophon a:hover,
#colophon a:focus {
	text-decoration: underline;
}


/*
--------------------------------------------------------------
Media Queries Aplenty
--------------------------------------------------------------
*/

@media only screen
and (min-width : 1010px) and (max-width : 1340px){

#wrapper {
		width: 1010px;
	}
	
body {
	background: #E3E3E3;
}
		
#masonry-index {
	width: 70%;
	float: right;
}

.post-container {
    /*margin-left: 37.35%;*/
	/*margin-left: 300px;*/
}
}


@media only screen
and (max-width : 1010px) {

	
	#wrapper {
		width: 680px;
	}

	#pre-header {
		padding: 0px 20px;
	}

	#header-search {
		right: 20px;
	}

	#header-search #searchform input#s {
		width: 175px;
	}

	#related,
	#footer-sidebar ul	{
		padding: 20px;
	}

	#header_margin {
		padding: 10px 20px 20px 20px; /*theo*/
		background-image: url(images/little-logo-hslu.png);
		background-repeat: no-repeat;
		background-position: 20px 10px;
	}
	
	/*theo*/
        #hsllink {
	        float:left;
		z-index:10000;
		position:relative; 
		top:-10px;
		left:-10px; 
		width:120px; 
		height:40px;
		/*background:rgba(255,0,0,0.5); */
	}
	
	.header-container {
		margin-left: 0;
	}

	#header-title {
		margin-left: 0;
		float: none;
		width: 100%;
	}
	
	/* reposition of masonry-index */	
	
	#masonry-index {
	width: 100%; /*geändert von 105% auf diesen Wert, wegen dem horizontalen Scrollbar*/
	float: left;
	}

	/* Jump main menu down und make it visible*/

	#access {
		display: block;
		background: #fff;
		margin: 10px -20px -20px -2px;
		float: left;
	}


	#access li {
		float: left;
		position: relative;
		margin: 0 4px 4px 0;
	}


	#access a {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		font-weight: 600;
		color: #282828;
		letter-spacing: normal;
		text-decoration: none;
		text-transform: uppercase;
		border-color: #282828;
		border-width: 1px;
		border-style: dotted;
		padding: 3px 15px;
		display: block;
		-webkit-transition: all .5s ease-in-out;
    	-moz-transition: all .5s ease-in-out;
    	-o-transition: all .5s ease-in-out;
    	-ms-transition: all .5s ease-in-out;
	}

	#access a:hover,
	#access a:focus {
		background-color: #282828;
		border-color: #282828;
		border-style: solid;
		color:#FFF;
	}


	#access ul ul {
		top: 2.1em;
		margin-left: 10px;
		background-position: 30px 0px;
	}
	
	.page-header,
	.single-header {
		margin: 20px 20px 0 20px;
	}
	
	.single-header h1 {
		padding: 3px 20px;
		margin: 0;
	}

	#site-title {
		font-size: 1.3em;
	}

	#content {
		margin: 20px;
	}
	
	#content-single {
		margin: 20px;
	}

	.post-container {
		margin-left: 0;
		width: 100%;
	}

	.entry-header {
		margin-left: 0;
		float: none;
		width: 100%;
	}
	
	h1#recent {
		margin-left: 20px;
	}

	#regular-index {
		float: none;
		margin: 0;
	}
	
	#regular-content {
		margin: 0;
	}
	
	#post-0 {
		margin: 0;
	}

	#error-title {
		margin: 0.2em 0 1em 0;
	}
	
	#sidebar {
		display: none;
		float: none;
		overflow: inherit;
		width: 25%;
		margin: 0;
	}
	
	#nav-sidebar {
		display: none;
		float: none;
		overflow: inherit;
		margin: 0;
}

	/* Change widgets to stack one on top of the other */

	#sidebar .widget {
		width: inherit;
		border: none;
		background: #E3E3E3;
		float: none;
		padding: 0;
		margin: 0 0 20px 0;
	}
	
	#sidebar .widget ul {
		padding: 0 20px 20px 20px;
	}

	#sidebar .widget-title {
		padding: 20px 20px 0 20px;
	}

	#sidebar ul li a:hover,
	#sidebar ul li a:focus {
		background-color: #fff;	
	}

	#footer-sidebar {
		height: auto;
		visibility: visible;
	}

	#footer-sidebar ul li,
	#related ul li	{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 2em;
	}
	
	.paginationBox {
		margin: 1em 0 2em 0;
}
	
	
	
} /* END max-width : 1010px */



@media only screen
and (max-width : 719px ){
	
	#wrapper {
		width: 100%;
	}
}

