/*Theme Name: LiquiSimple
Theme URI: http://www.liquitype.com/
Description: Thanks to the Blank Wordpress Theme from http://www.texto.de
Theme Author: Tino Meinert
*/

/*************************************************/
/* html element styles */
/*************************************************/

html {
    background: #e6e6e6;
    overflow-y: scroll;
}

body {
	color: #505050;
	font-family: "Fedra Sans Screen Regular";
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 30px;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
}


p {
	font-size: 13px;
	line-height: 20px;
    margin: 0px;
    padding: 0px;
}

em {
	font-size: 13px;
	line-height: 20px;
}

small {
	font-size: 11px;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

a {
	color: #40507A;
	text-decoration: none;
	outline: none;
}

a:active {
    color: #40507A;
	text-decoration: none;
	outline: none;
}

a:link  {
	color: #40507A;
	text-decoration: none;
	outline: none;
}

a:visited {
    color: #40507A;
	text-decoration: none;
	outline: none;
}

a:focus {
    color: #40507A;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #808080;
	text-decoration: none;
	outline: none;
}

img {
	border: none;
}

.tmb-post {
	color: #cdcdcd;
	background-color: #cdcdcd;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear; 
	-moz-transition: opacity 0.3s linear; 
	-o-transition: opacity 0.3s linear;
}

.tmb-post:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.1s linear; 
	-moz-transition: opacity 0.1s linear; 
	-o-transition: opacity 0.1s linear;
}

img a {
	border: none;
}

a:link img, a:visited img  {
	border: none;
}

a:hover img, a:active img {
	border: none;
}

#lightbox a:hover img, a:active img {
	border: none;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

/*************************************************/
/* wrapper */
/*************************************************/

#wrapper {
	text-align: left;
	width: 870px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background-color: transparent;
}

/*************************************************/
/* header */
/*************************************************/

#header {
	display: none;
}

#header-right {
    background-color: #181818;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	float: right;
	width: 683px;
	height: 62px;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header-right p {
	font-size: 22px;
	height: auto;
	width: auto;
	padding: 24px 0px 10px 15px;
	display: block;
	float: left;
	background-color: transparent;
	color: #b0b0b0;
}

/*************************************************/
/* header-navigation */
/*************************************************/

.navi-wrapper {
	margin: 19px 26px 0px 0px;
	height: 30px;
	width: 150px;
	float: right;
}

.arrow-prev {
	float: right;
	width: 30px; 
	height: 30px;
	font-size: 0px;
	color: transparent;
	display: block;
	background: url(images/prev.png) no-repeat;
	background-position: -30px 0px;
 	margin: 0px 0px 0px 0px;
}

.arrow-prev:hover { 
	background-position: 0px 0px;
}

.arrow-next {
	float: right;
	width: 30px; 
	height: 30px;
	font-size: 0px;
	color: transparent;
	display: block;
	background: url(images/next.png) no-repeat;
	background-position: -30px 0px;
 	margin: 0px 0px 0px 0px; 
}

.arrow-next:hover {
	background-position: 0px 0px; 
}

.list-link {
	float: right;
	margin: 0px 0px 0px 10px;
}

.list-link ul li a {
	font-size: 0px;
	color: transparent;
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/list.png) no-repeat;
	background-position: -30px 0px;
}

.list-link ul li a:hover {
	background-position: 0px 0px;
}

/*************************************************/
/* footer */
/*************************************************/

#footer {
	background-color: #181818;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	color: #a0a0a0;
	width: 683px;
	height: 36px;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	font-size: 11px;
	float: right;
	clear: both;
	text-align: right;
	margin-right: 0px;
	margin-top: 0px;
	line-height: 17px;
}

.footer-content {
    margin: 10px 26px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#footer a {
	color: #9FAEFF;
	text-decoration: none;
	outline: none;
}

#footer a:active {
    color: #9FAEFF;
	text-decoration: none;
	outline: none;
}


#footer a:link  {
	color: #9FAEFF;
	text-decoration: none;
	outline: none;
}

#footer a:visited {
    color: #9FAEFF;
	text-decoration: none;
	outline: none;
}

#footer a:focus {
    color: #9FAEFF;
	text-decoration: none;
	outline: none;
}

#footer a:hover {
	color: #a0a0a0;
	text-decoration: none;
	outline: none;
}

/*************************************************/
/* 

left + navleft*/
/*************************************************/

.columnleft {
    background-color: transparent;
	float: left;
 	width: 159px;
    min-height: 299px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*************************************************/
/* navleft */
/*************************************************/

.navleft {
    background-color: transparent;
    width: 170px;
	height: auto;
	margin: 27px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.navleft li {
	list-style: none;
	display: block;
}

.navleft ul li {
	height: 38px;
	width: 170px;
	padding: 0em 0em 0em 0px;
	display: block;
}

.navleft ul li a {
	font-size: 22px;
/*
	font-family: "Fedra Sans Screen Regular";
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
*/
	height: 100%;
	width: 135px;
	padding: 0px 0px 0px 15px;
	display: block;
/* 	color: #e6e6e6; */
	background-color: transparent;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.navleft ul li a:hover {
	color: #202020;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}

/*************************************************/
/* current cat (in category) */
/*************************************************/

/*
.current-cat {
	color: #202020;        
	outline: none;
}
*/

.navleft .current-cat a {
	color: #202020;        
	outline: none;
}

.navleft .current-cat a:hover {
	color: #202020;        
	outline: none;
}

/*************************************************/
/* cat head (in category and single post) */
/*************************************************/

.navleft-cat-head {
    background-color: transparent;
}

.navleft-cat-head a {
	color: #9c9c9c;
}

/*************************************************/
/* cat-head-current (in single post) */
/*************************************************/

.navleft-cat-head-cur {
	color: #202020;
	outline: none;
}

.navleft-cat-head-cur a {
	color: #202020;
}

.navleft .navleft-cat-head-cur a:hover {
	color: #202020;
}

/*************************************************/
/* page item */
/*************************************************/

.page_item {
	background-color: transparent;
    color: #9c9c9c;
	outline: none;
}

.current_page_item a {
    color: #202020;
	outline: none;
}

.navleft .current_page_item a:hover {
    color: #202020;
	outline: none;
}

/*************************************************/
/* columnright */
/*************************************************/

.columnright {
	float: right;
	width: 683px;
	min-height: 165px;
	margin: 0px 0em 0px 0em;
	padding: 0em 0em 0px 0px;
    background-color: #181818;
 }
 
 .columnright-post {
	float: right;
	width: 681px;
	min-height: 165px;
	margin: 0px 0em 0px 0em;
	padding: 0em 0em 0px 0px;
    background-color: #f8f8f8;
    border-left: 1px solid #404040;
	border-right: 1px solid #404040;
 }
 
.post-right ul li {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 7px;
}

/*****************************************************/
/*   post-list-wrapper (categories post overview)    */
/*****************************************************/

.post-list-wrapper {
    float: left;
    width: 673px;
	height: auto;
    margin: 0px 0px 5px 0px;
    padding: 0px 5px 0px 5px;
}

/*************************************************/
/* post-block-elements */
/*************************************************/

.post-block-top {
	width: 100%;
	height: auto;
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 3px 0px;
    font-size: 14px;
	background: #323232;
	color: #c0c0c0;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
    float: left;
    border-bottom: 1px solid #202020; 
}

.post-block-bot {
	width: 100%;
	height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	background-color: #323232;
	color: #c0c0c0;
/*
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
*/
    float: left;
    border-top: 1px solid #202020;
}

.post-block-top-txt {
	margin-left: 12px;
}

.small-top-txt {
	float: right;
	margin: 0px 12px 0px 0px;
	line-height: 18px;
	font-size: 13px;
/* 	color: #989898; */
}

.post-block-bot-txt {
	margin: 15px 15px 15px 15px;
}

/* post-block-txt xtra spacing */

.post-block-bot-txt-home-top {
	margin: 12px 15px 12px 12px;
	height: 60px;
	width: 450px;
}

/*************************************************/
/* post block extras */
/*************************************************/

.post-block-third {
    float: left;
    width: 221px;
	height: auto;
    margin: 0px 0px 5px 5px;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}

.post-block-third-slide {
	width: 221px;
	height: 116px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.post-block-third-slide a {
	display: block;
	width: 221px;
	height: 116px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.post-block-third-slide img {
	width: 221px;
	height: 116px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	-webkit-transition: all 0.6s linear; 
	-moz-transition: all 0.6s linear; 
	-o-transition: all 0.6 linear;
}

.post-block-third-slide a:hover img {
    margin-top: -116px;
    opacity: 0;
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear;
}

.post-block-third-slide div {
	color: #181818;
	position: relative; 
	width: 197px;
	height: 92px;
    margin: 0px 0px 0px 0px;
    padding: 12px;
	-webkit-transition: all 0.6s linear; 
	-moz-transition: all 0.6s linear; 
	-o-transition: all 0.6s linear;
}

.post-block-third-slide a:hover div {
	color: #b7b7b7;
    opacity: 1;
	-webkit-transition: all 0.4s linear; 
	-moz-transition: all 0.4s linear; 
	-o-transition: all 0.4s linear;
}

.post-block-third-txt {
	margin: 9px 10px 0px 10px;
	height: 69px;
}

.post-block-full-txt-left {
	margin: 15px 0px 0px 10px;
	height: 90px;

}

.post-block-full {
    float: left;
    width: 673px;
	height: auto;
    margin: 0px 0px 5px 0px;
    padding: 0px 5px 0px 5px;
}

.post-block-wide-img {
    float: left;
	width: 673px;
    height: 116px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
	border: none;
}

.post-block-half-right {
    float: left;
	width: 393px;
	height: 116px;
    margin: 0px 0em 0px 0px;
    padding: 0px 0px 0px 0px;
	overflow: hidden;
	background-color: #353535;
	border-radius: 0px 0px 3px 0px;
	-moz-border-radius: 0px 0px 3px 0px;
}

.post-block-home-top-img {
    float: left;
	width: 673px;
    height: 190px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
	border: none;
}

.post-block-404-top-img {
    float: left;
	width: 673px;
    height: 358px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
	border: none;
}

/*************************************************/
/* contact page div */
/*************************************************/

.page-txt-div {
	float: left;
	margin: 25px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
	width: 450px;
	background-color: transparent;
	color: #353535;
}

/*************************************************/
/* Page Navi */
/*************************************************/

.wp-pagenavi {
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	float: right;
	margin: 27px 2px 0px 5px;
	padding: 0px 0px 0px 0px;
    width: 200px;
    height: auto;
	background-color: transparent;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	float: right;
	width: 20px;
	height: 20px;
	padding: 0px 0px 7px 7px;
	margin: 0px 3px 0px 0px;
	color: #b0b0b0;
	background-color: #353535;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}

.wp-pagenavi a:visited {
	color: #b0b0b0;
	background-color: #353535;

}
.wp-pagenavi a:hover {
	color: #b0b0b0;
	background-color: #273856;

}
.wp-pagenavi a:active {
	padding: 5px 7px 3px 7px;
	margin: 0px 3px 0px 0px;
	color: #b0b0b0;
	background-color: #273856;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}

.wp-pagenavi span.pages {
	float: right;
	display: none;
	padding: 4px 9px 3px 9px;
	margin: 0px 1px 0px 1px;
    line-height: 29px;
	color: aqua;
}

.wp-pagenavi span.current {
	float: right;
	padding: 5px 7px 3px 7px;
	margin: 0px 3px 0px 0px;
	color: #b0b0b0;
	background-color: #273856;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}

.wp-pagenavi span.extend {
	float: right;
	display: none;
	padding: 5px 5px 3px 5px;
	margin: 0px 3px 0px 3px;
	color: #b0b0b0;
	background-color: #353535;
}

.largeraquo {
	font-weight: bold;
    font-size: 14px;
    color: aqua;
}

.morelink {
	font-size: 14px;
	color: aqua;
}

/*************************************************/
/* single post */
/*************************************************/

.post-content {
    float: left;
	width: 621px;
	margin: 0px 0px 0px 0px;
	padding: 25px 30px 25px 30px;
/* 	background-color: green; */
}

.post-left {
    float: left;
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
/* 	background-color: fuchsia; */
}

.post-left p {
	margin: 0px;
	padding: 0px;
/* 	background-color: fuchsia; */
}

.post-right {
    float: right;
	width: 151px;
	margin: 36px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #808080;
	font-family: "Fedra Sans Screen Italic";
	font-style: italic;
	font-weight: normal;
	font-stretch: normal;
	color: #808080;
}

.post-right p {
	line-height: 17px;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.post-content h1 {
	color: #40507A;
	margin: 0px 0px 0px 0px;
}

.post-content h2 {
	font-size: 14px;
	margin: 3px 0px 0px 0px;
	font-weight: normal;
	color: #404040;
}

.post-content h3 {
	font-size: 13px;
	margin: 3px 0px 3px 0px;
	font-weight: normal;
	color: #202020;
}

.post-content-page {
    float: left;
	width: 656px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 25px;
	border-left:  1px solid #404040;
	border-right:  1px solid #404040;
    background-color: #f8f8f8;
}

.post-content-page h2 {
	font-size: 15px;
	margin: 3px 0px 0px 0px;
	font-weight: normal;
	color: #404040;
}

.header-img-page {
    margin-left: 1px;
}

/*************************************************/
/* mp3 audio player box */
/*************************************************/

.audioplayer_container {
	margin-bottom: 5px;
}

/*************************************************/
/* post styles */
/*************************************************/


.image-caption {
	width: 440px;
	height: auto;
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 3px 10px;
    font-size: 13px;
    color: #c0c0c0;
	background-color: #202020;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
    float: left;
	clear: both;
}

.image-caption-straight {
	width: 440px;
	height: 17px;
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 3px 10px;
    font-size: 13px;
    color: #c0c0c0;
	background-color: #202020;
/*
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
*/
    float: left;
	clear: both;
}

.image-caption-two {
	width: 379px;
	height: auto;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 5px 15px;
    font-size: 16px;
    color: #9d9d9d;
	background-color: #303030;
    float: left;
	clear: both;
}

.gal-box {
	width: 450px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #cdcdcd;
}

.gal-box a {
	width: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	border: none;
}

.txt-spacer {
	clear: both;
	margin-top: 2px;
	margin-bottom: 10px;
	height: 1px;
}

.txt-spacer-line {
	clear: both;
	margin-top: 2px;
	margin-bottom: 10px;
	height: 1px;
	width: 100%;
	background-color: #b0b0b0;
}

.fow-caption {
	width: 440px;
	height: auto;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 1px 10px;
    font-size: 13px;
    color: #e0e0e0;
	background-color: #707070;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
    float: left;
	clear: both;
/* 	border-bottom: 1px solid #303030; */
}

.fow {
	padding: 8px 0px 3px 0px;
	width: 448px;
	height: auto;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	background-color: #e0e0e0;
	float: left;
	clear: both;
	line-height: 18px;
	border-bottom: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
}

.fow ul {
	margin-left: 20px;
	margin-right: 20px;
	list-style: disc outside;

}

.fow ul li {
	margin-bottom: 3px;
}

.cv {
	float: left;
	width: 430px;
	height: auto;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

.cv ul li {
	line-height: 20px;
	font-size: 12px;
	margin-bottom: 7px;
}

.imprint {
	float: left;
	width: 480px;
	height: auto;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

.imprint ul li {
	line-height: 20px;
	font-size: 12px;
	margin-bottom: 7px;
}

.bars {
/*
    border-top: 0px solid #606060;
    border-right: 1px solid #181818;
    border-left: 1px solid #181818;
*/
    border-bottom: 1px solid #808080;
    height: 190px;
    width: 681px;
}

/*
.exlink:before {
    content: "\2192" "\0A0";
}
*/

.txt-footnote {
    font-size: 10px;
    line-height: 1.5em;
    color: #707070;
}

.txt-footnote-intext {
    font-size: 10px;
}

.clearit {
	clear: both;
    min-height: 1px;
}

.italic {
	font-family: "Fedra Sans Screen Italic";
	font-style: italic;
	font-weight: normal;
	font-stretch: normal;
}

.reg-bold {
	font-family: "Fedra Sans Screen Regular";
	font-style: bold;
	font-weight: bold;
	font-stretch: normal;
}

.date {
	color: #808080;
	float: right;
	margin-right: 3px; 
}

/* important for lightbox */

.no-disp {
	display: none;
}

/* important for mediabox */

object#MediaboxSWF:focus { 
outline: transparent none; 
}

