/*
Theme Name: Pantheon
Theme URI: http://www.vivathemes.com/pantheon-free-minimal-responsive-wordpress-theme/
Description:  A responsive minimalist theme that enables you to build your personal website quickly and effectively. The theme comes with a slideshow in the front page where you can features as many post or pages as you want and pretty lavalamp menu.
Author: Viva Themes
Author URI: http://www.vivathemes.com
License: GNU GPL
License URI: http://www.gnu.org/licenses/gpl.html
Version: 2.0.2
Tags: light, blue, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-menu, featured-images
Text Domain: pantheon
*/

*{margin:0; padding:0;}

body {
	background: #fff url(images/bg.png) repeat-x;
	color: #666;
	line-height: 165%;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 13px;
	margin:0;
	padding:0;
}
	
h1 {
	font-size: 20px;
	color: #009e90;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	line-height: 28px;
}

h2 {
	color: #009e90;
	margin:0;
	padding:0;
	margin-top: 15px;
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}

h3 {
	color: #009e90;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}

h4 {
	color: #009e90;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
}

h5 {
	color: #009e90;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
}


p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
   margin-top: 6px; 
}

img { 
	border: none; padding: none; 
}

img a {
	border:none;
}

img.left { 
	float: left; border-left: 10px; padding: 6px 0 0 0; 
}

img.right { 
	float: right; border-right: 10px; padding: 0 0 0 6px; 
	}

blockquote {
	border-left:1px solid #009e90;
	margin:5px;
	padding:0 12px 0 12px;
	font-style: italic;
}

code{
	font-family:"Courier New", Courier, monospace;
}


/* links */

a {
	color: #009e90;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #e33417;
}

/* container */

#container {
	max-width: 820px;
	background: url(images/whitebg.gif) repeat-y;
	margin-left: 150px;
	float: left;
}
	
/* header */

#header {
  	width: 66%; 
  	float: left;
	clear: left;
	margin-left: 30px;
	margin-top: 10px;
	/*background: url(images/waltraud_kern_logo.png) no-repeat;*/	
}


#logo {	
	width: 100%;
	float: left;
	clear: both;
	/*margin-top: 130px;*/
	
		
}

#logo a {
	color: #009e90;
}


#logo h1 {
	margin-top: 0;
}


#logo h1.site-title a{
	color: #009e90;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: none;
	text-decoration: none;
	text-transform: none;
	display: block;
	margin-top: 5px;
}

#site-description {
	margin-top: 0px;
	font-size: 15px;
	color: #aaa;
}

/* slideshow */

.blueberry {
	float:left;
	clear: left;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	width: 540px;
 }
 
.blueberry .attachment-blogthumb {
	margin: 0;
	padding: 0;
}

.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding:0;
}

.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: left;
	clear: left;
	list-style: none;
}

.blueberry .slides li img {
	display: block;
	width: auto;
	max-width: none;
	padding: 0;
	margin: 0;
}

.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }


/* search */

#searchform {
	padding:0;
	margin-left: 17px;
	/*margin-top: 102px;*/
	/*width: 140px;*/
	height: 25px;
	/* float: right; */
	position: relative;
}

#searchform input#s {
	margin:0;
	padding: 0;
	color: #999;
	width: 100%;
	border: none;
	font-size: 10px;
	height: 10px;
	line-height: 12px;
	padding: 5px 10px;
	background: #fff;
	border: solid 1px #eaeaea;
	float: right;
}

#searchform input#searchsubmit {
	display: none;
}


/* content */

#content {
	width: 75%;
	float: left;
	margin-top: 0;
	margin-top: 10px;
}

.attachment-blogthumb {
	margin: 0;
}

.post {
	margin:0;
	padding: 30px;
	padding-top: 0;
	float: left;
	width: 88%;
}

.entry {
}

h1.entry-title {
	padding: 0;
	margin-top: 0px;

}
	
h2.entry-title {
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

h1.entry-title,	
h2.entry-title a {
	color: #009e90;
	padding:0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	margin-bottom: 5px;
	-ms-word-break: normal;
    word-break: normal;
    word-break: normal;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;
	margin-top: 20px;
}

h2.entry-title a:hover {
	text-decoration: none;
}

h2.pagetitle {
	display: none;
	
}

.post ul {}

.post li {
	margin-left: 15px;
}

.entry p {
	margin:8px 0;
	-ms-word-break: normal;
    word-break: normal;
    word-break: normal;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;
}


#belowpost {
	color: #999;
	font-size: 12px;
	margin-top: 15px;
	width: 100%;
}

a.more-link {
	text-decoration: none;
	float: left;
	width: 40%;
}

.postdata {
	width: 60%;
	float: right;
	text-align: right;
}

#belowpost a {
	color: #999;
	text-decoration: none;
}

#belowpost a:hover {
	color: #666;
}

/* Blog Page Navigation */

#blognav {
	float: left;
	clear: both;
	width: 100%;
	height: 50px;
	margin-top: 30px;
	margin-left: 30px;
}

#blognav a.page-numbers {
    border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease;
  	-moz-transition:    all 0.4s ease;
  	-ms-transition:     all 0.4s ease;
  	-o-transition:      all 0.4s ease;
	padding: 6px 10px; 
	margin-right: 5px;
	text-decoration: none;
	color: #009e90;
	font-size: 11px;
	text-transform: uppercase;
}

#blognav a.page-numbers:hover,
#blognav span.current {
    border: solid 1px #ccc;
	background: #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 10px; 
	margin-right: 5px;
	color: #403f41;
	font-size: 11px;
	text-transform: uppercase;
}

ol {
	margin: 10px;
}

ul {
	margin: 5px;
}

/* Left Sidebar*/

#rightbar {
	width: 24%;
	float: right;
	padding: 0px;
	clear: none;
	margin-top: -10px;
	background: url(images/whitebg.gif) repeat-y;
}

.home #rightbar {
	margin-top: 0px;
}

#rightbar .widgets {
	margin-left: 10px;
	margin-top: -10px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	clear: left;
	width: 80%;
	
}

#rightbar h2 {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 17px;
	padding-top: 3px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	background: #009e90;
}

#rightbar ul li ul,
#rightbar ul {
	margin: 0;
	padding: 0;
}

#rightbar ul li {
	list-style: none;
	line-height: 130%;
}

#rightbar ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
}

#rightbar ul li a {
	color: #e33417;
	border: none;
	text-decoration: none;
	margin-left: 0;
	text-decoration: none;
}

#rightbar ul li a:hover {
	text-decoration: underline;
}

#rightbar a {
	text-decoration: none;
	color: #e33417;
}
	
#rightbar a:hover {
	border: none;
	text-decoration: underline;
}

/* comments */


#commentform {
	margin:0;
	padding:0;
}
	
#commentform p {
	color: #666;
}
	
#commentform a { 
	color: #000; 
	text-decoration: none; 
	line-height: 14pt;
}
	
#commentform h3 {
	font-size: 10pt;
	font-weight: normal;
	color: #009e90;
	margin:0;
	padding:0;
}
	
#comment {
	width:80%;
	padding: 5px;
}

#comments textarea,
#comments input {
	float: left;
	clear: left;
	
}

#comments label {
	float: left;
	clear: left;
	margin-top: 15px;
}

p.form-allowed-tags {
	float: left;
	clear: left;
}

#author, #email, #url, #comment, #submit, #cptch_input {
	font-size: 11px;
	margin:5px 5px 0 0;
	border: none;
	border: 1px solid #eaeaea;
	color: #666;
	padding-left: 5px;
}

#author, #email, #url, #cptch_input {
	height:16px;
	padding-top:5px;
	padding-bottom: 5px;
}
	
#submit {
	margin:5px 5px 0 0; 
	cursor:pointer;
	color: #666;
	padding: 4px 7px;
	background: none;
	background: #fff;
}

#comments {
	margin:0; 
	padding:0;
}

#respond h3,
h3#comments {
	color: #333;
	font-size: 16px;
	margin-bottom: 2px;
	clear: left;
	text-transform: none;
	font-weight: normal;
	margin-top: 15px;
}	


.reply a.comment-reply-link {
	background: #fff;
	font-size: 11px;
	border: none;
	padding:0;
	color: #fff;
	padding: 4px 7px;
	border: solid 1px #fff;
	background: #009e90;
}

.reply a.comment-reply-link:hover,
#submit:hover {
	background: #eaeaea;
}

ol.commentlist { 
	list-style-type: none; 
	margin:0; 
	padding:0; 
	float:left;
	margin-top: 15px;
}

.avatar {
	float:left; 
	margin:0 12px 0 0;
}

ol.commentlist li {
	border-bottom: solid 1px #eaeaea;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 15px;
	list-style-type:none;
	float: left;
	width: 540px;
	margin-bottom: 10px;
}

ol.commentlist ul li {
    border: none;
    padding: 20px;
	width: 350px;
	padding-bottom: 0;
	padding-right: 0;
}

ol.commentlist li.alt {
	
}

ol.commentlist li p {
	margin: 6px 0 6px 0; 
	padding: 0 12px 0 0; 
	line-height: 14pt;
}

ol.commentlist a {
	color:#000;
	text-decoration: none;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a {
	color: #000; 
	text-decoration: none; 
	border-bottom: 1px solid #ccc;
}

/* misc */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	max-width: 100%;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
	background: #eaeaea;
	text-align: left;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-size: 10px;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.entry pre {
	border: 1px solid #ededed;
	color: #666;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}

.entry table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

.entry dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

p { margin-top: 6px; }

#archivelist {
	float:left;
	margin-right: 0;
	
}

#archivelist ul li {
	list-style: none;
	line-height: 35px;
}

#archivelist ul {
	height: auto;
	margin-bottom: 30px;
}

#archivelist ul li a {
	color: #666;
	text-transform: uppercase;
}

#archivelist ul li a:hover {
	text-decoration: none;
}

ol {
	margin: 10px;
}

ul {
	margin: 5px;
}

.sticky {
}

.bypostauthor {
}

p.form-allowed-tags {
	display: block;
}

/* footer */

#footer {
     float: left;
     clear: left;
     width: 88%;
     font-size: 12px;
     color: #e33417;
     margin-top: 20px;
     padding-top: 10px;
     padding-bottom: 60px;
     margin-left: 30px;
}


#footer a {
	color: #e33417;
}


/* mainmenu */

#mainmenu {
	width: 100%;
	float: left;
	clear: left;
	margin-top: 15px;
	height: 33px;
	border-bottom: solid 2px #e33417;
	margin-bottom: 3px;
}

.mainnav, .mainnav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mainnav ul {
	position: absolute;
	top: -999em;
z-index: 500;
}

.mainnav li {
	float: left;
	position: relative;
	z-index: 99;
	height: 30px;
	line-height: 40px;
	margin-left: 0;
}

.mainnav a {
	display: block;
	margin-left: 3px;
	margin-right: 8px;
	padding:0;
	font-size: 12px;
	font-weight: none;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
}

.mainnav li.current-menu-item a,
.mainnav li:hover a {
	text-decoration: none;
}

.mainnav ul li{ 
	width: 100%;
}

.mainnav li:hover ul,
ul.mainnav li.sfHover ul {
	left: 0px;
	top: 35px;
	width: 160px;
	border: solid 1px #ccc;
}

.mainnav li:hover li ul,
.mainnav li.sfHover li ul {
	top: -999em;
}

.mainnav li li:hover ul,
ul.mainnav li li.sfHover ul {
	left:160px;
	top: -1px;
}

.mainnav li:hover ul,
.mainnav li li:hover ul {
	top: -999em;
}

.mainnav li li {
	display: block;
	padding: 0;
	height: auto !important;
	padding-left: 10px;
	width: 150px;
	background: #fff;
}

.mainnav li li.current-menu-item,
.mainnav li li:hover {
	background: #e33417;
}

.mainnav li li a:link, 
.mainnav li li a:visited {
	display: block;
	height: auto !important;
	line-height: 30px;
	text-transform: none;
	color: #000;
	font-size: 12px;
}

.mainnav li li a:hover {
	text-decoration: none !important;
}

.lavaLampNoImage {
   	position: relative;   
   z-index: 500;
}
                
.lavaLampNoImage li {
    	float: left;
     	list-style: none;
}
                    
.lavaLampNoImage li.back {
      border-bottom: solid 4px #e33417;
      width: 0;                       
    	z-index: 8;
    	position: absolute;
	padding-bottom: 1px;
}
                   
.lavaLampNoImage li a {                        
 	outline: none;                       
      z-index: 10;
      display: block;
      float: left;                        
      position: relative;
      overflow: hidden; 
}
                        
.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
   	border: none;
}                    


@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {

	html {
	    -webkit-text-size-adjust: none; 
	}
	
	#header {
		margin-left: 5%;
		width: 90%;
	}
	
	#searchform {
		/*float: left;*/
	}
	
	.blueberry {
		width: 100%;
	}
	
	#container { 
		width: 90%;
		float: left;
		margin-left: 5%;
		background: #fff;
		background-image: none;
		overflow: hidden; 
		text-align: left;
	}
	
	#content {
		width: 90%;
		padding:0;
		float: left;
		margin-left: 5%;
	}
	
	
	#rightbar {
		width: 85%;
		float: left;
		clear: left;
		margin-top: 20px;
		margin-left: 5%;
		background: #fff;
		
}

	

	.post { 
		width: 100%; 
		margin-left: 0; 
		padding-left:0; 
	}
	
	.navigation,
	#footer {
		width: 90%;
		margin-left: 5%;
	}
	
	ol.commentlist ul li,
	ol.commentlist li {
		width: 90%;
		margin-left:0;
		padding-left: 0;
	}
}