@import url("face.css") projection, screen;

/*

Comments explained:

=== introduces/ describes a logical set of definitions

--- introduces/ describes specific definitions within a logical set
 
any other formatted comment shall have explanatory character


*/



/* === General Definitions - valid throughout the page === */

* {
	margin:0; 
	padding:0;
} 

html {
	height:100%; 
	font-size:16px;
	-webkit-font-smoothing: antialiased;
} 


body
{
	text-align: center;
	min-height: 101%;
	font-size: 100.01%;
	line-height: 1.3;
	font-family: 
             Cambria,
             Georgia,
             "Hoefler Text",
             serif;
	color: #6a5651;
	/*width: 770px;*/
	margin: 0 auto;
	padding: 40px 0 100px;
/* background-image: url("http://kosmar.de/wp-content/uploads/2012/01/ritz_pale.gif");*/
/* background: -moz-linear-gradient(45deg,  rgba(255,253,32,0.2) 0%, rgba(255,51,0,0.2) 100%);  FF3.6+ */
/* background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,253,32,0.2)), color-stop(100%,rgba(255,51,0,0.2))); 
 Chrome,Safari4+ */
/* background: -webkit-linear-gradient(45deg,  rgba(255,253,32,0.2) 0%,rgba(255,51,0,0.2) 100%);  Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(45deg,  rgba(255,253,32,0.2) 0%,rgba(255,51,0,0.2) 100%);  Opera 11.10+ */
/* background: -ms-linear-gradient(45deg,  rgba(255,253,32,0.2) 0%,rgba(255,51,0,0.2) 100%);  IE10+ */
/* background: linear-gradient(45deg,  rgba(255,253,32,0.2) 0%,rgba(255,51,0,0.2) 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33fffd20', endColorstr='#33ff3300',GradientType=1 );  IE6-9 fallback on horizontal gradient */
	background-color: #fff;
	background-attachment: fixed;
	background-repeat: repeat;
} 

body * {
	text-align:left;
}



a::-moz-selection {
	color: #ff0;
	background: #f30;
}

a::selection {
	color: #ff0;
	background: #f30;
}


::-moz-selection {
	color: #f30;
	background: #ff0;
	outline:#000 dotted thin;
}

::selection {
	color: #f30;
	background: #ff0;
}



hr {
	display:none;	
}

a, a:visited, a:focus, a:hover, a:active {
	text-decoration: none;
	color: #000;
	padding:1px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

a:focus, a:hover, a:active {
	color: #f30;
	color: hsla(12,100%,50%,1);
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Grover;
}

h1, h2, h2.entry-title {
        display: block;
	font-size: 1.71em;
	line-height: 1.3;
	text-align: center;
	padding: 20px 0 0 0;
	width: 100%;
	color: #000;
	/*text-shadow: 0 -1px 0 hsla(60,100%,50%,.7), 0 1px 0 hsla(12,100%,50%,.7);*/
}

h1 a, h1 a:visited, h1 a:focus, h1 a:hover, h1 a:active, h2 a, h2 a:visited, h2 a:focus, h2 a:hover, h2 a:active{
	color: #330A00;
	color: hsla(12,100%,10%,.9);
	text-align: center;
        display: block;
        border-bottom: 1px solid transparent;
	/*text-shadow: 0 -1px 0 hsla(60,100%,50%,.7), 0 1px 0 hsla(12,100%,50%,.7);*/
}
h1 a:hover, h2 a:hover{
	color: #F30;
	color: hsla(12,100%,50%,1);
        border-color: #F30;
        text-decoration:none;
	/*text-shadow: 0 -1px 0 hsla(60,100%,50%,.7), 0 1px 0 hsla(12,100%,0%,1);*/
}
h1 {
	font-size: 5.84em;
}
h1 a:link, h1 a:visited, h1 a:hover{
	border: none;
	/*text-shadow: 0 -3px 0 hsla(60,100%,50%,.7), 0 3px 0 hsla(12,100%,50%,.7);*/
}
h1 a:hover{
	/*text-shadow: 0 -3px 0 hsla(60,100%,50%,.7), 0 3px 0 hsla(12,100%,0%,1);*/
	-webkit-transform: scale(1.03);
}

h3#similar-posts {
	margin-top: 20px;
	border-top: 1px solid #000;
	/*border-top: 1px solid hsla(12,100%,10%,.9);*/

}


.nohover, a.nohover:hover, .nohover:hover, .nohover a:hover, a.nohover:active, .nohover:active, .nohover a:active, a.nohover:focus, .nohover:focus, .nohover a:focus {
	background: none !important;
	background-color: none !important;
        text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}


a img {border:none; outline:none;}

div.subn {
	text-align: center;
}
ul#portfolio-list{
	padding:0;
	margin:0;
}
ul#portfolio-list li{
	list-style:none;
	display:inline;
}
ul#portfolio-list a img {
	-webkit-transition: -webkit-transform .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out, -moz-box-shadow .5s ease-in-out;
	-o-transition: -o-transform .5s ease-in-out, box-shadow .5s ease-in-out;
	transition: transform .5s ease-in-out, box-shadow .5s ease-in-out;
	height: 100px;
	width: 100px;
	margin: 2px;
	border: 5px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	transform: rotate(0deg); 
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg);
	-khtml-transform: rotate(0deg);
	


}

ul#portfolio-list a img:hover, ul#portfolio-list a:hover img, ul#portfolio-list a img:focus, ul#portfolio-list a:focus img,  a img:hover, a:hover img, a img:focus, a:focus img {
	border-color: #eee;
	box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	background: none;

}

ul#portfolio-list a img:hover, ul#portfolio-list a:hover img, ul#portfolio-list a img:focus, ul#portfolio-list a:focus img{
	transform: rotate(-3deg); 
	-webkit-transform: rotate(-3deg); 
	-moz-transform: rotate(-3deg);
	-khtml-transform: rotate(-3deg);
}

#blogfeed{
	display:inline-block;
	margin-top: 24px;
	padding: 0;
	font-size: 0.875em;
}

#blogfeed a{
	border-bottom: 1px solid transparent;
	display:inline-block;
	height: 1.5em;
	margin: 0 .5em 0 0;
}
#blogfeed a.feed{	
	padding-left: 20px;
	background-image: url(http://kosmar.de/wp-content/uploads/2010/03/feed-icon-16x16.png);
	background-repeat:no-repeat;
}

#blogfeed a:hover {
	border-color: #F30;
}


.amzn_wdgt a:link, .amzn_wdgt a:visited {
	background: none !important;
}

.clear {
clear: both;
}



/* === The Main Structure of the page === */

/* extra div for centering allowing for additional background features */
.centerStage_liq {
	width: 740px;
	position: relative;
	padding: 0 37px 30px;
	margin: 0 auto;
	background-color: #fff;
	background-color: hsla(0,0%,100%,.89);
	border: 1px solid #fff;
	/*box-shadow: 0 0 100px 24px hsla(0,0%,100%,0);
	border-radius: 25px;
	-webkit-transition: box-shadow 1s .4s ease-out;*/
}
body:hover .centerStage_liq {
	/*box-shadow: 0 0 0 24px hsla(0,0%,0%,.4);*/
}

#skipNavigation_liq {
	width: 100%;
	position: absolute;
	top:-2em;
	left:20px;
}

#topNavigation_liq {
	width:100%;
	position: absolute;
	top:0;
	left:0;
}


.content_liq {
	width:65%;	
	margin:2em 0 0 0;
	float:left;
}

.sidebar_liq {
	font-family: Grover;
	width: 32.5%;
	margin:32px 0 0 0;
	float:right;
	font-size: 1em;
	line-height: 1.2;
}


/* === The Skip Navigation === */


#skipNavigation_liq a, #skipNavigation_liq a:link, #skipNavigation_liq a:visited {
	position:relative;
	top:-800px;
	font-size:0.875em;
	padding: 0.2em 1px 0.2em 1px;
	margin:2px 0 0 0px;	

}

#skipNavigation_liq a:hover, #skipNavigation_liq a:active, #skipNavigation_liq a:focus  {
	position:relative;
	top:100px;
	text-decoration: none;
}


/* === The Header & Motto === */

.header_liq h1 {
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	/*border-radius: 25px 25px 0 0;*/
	width: 110%;
	margin-left: -5%;

/* background: -moz-linear-gradient(45deg,  rgba(255,253,32,0.2) 0%, rgba(255,51,0,0.2) 100%);  FF3.6+ */
/* background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,253,32,0.2)), color-stop(100%,rgba(255,51,0,0.2)));  Chrome,Safari4+ */
/* background: -webkit-linear-gradient(45deg,  rgba(255,253,32,0.2) 0%,rgba(255,51,0,0.2) 100%);  Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(45deg,  rgba(255,253,32,0.2) 0%,rgba(255,51,0,0.2) 100%);  Opera 11.10+ */
/* background: -ms-linear-gradient(45deg,  rgba(255,253,32,0.2) 0%,rgba(255,51,0,0.2) 100%);  IE10+ */
/* background: linear-gradient(45deg,  rgba(255,253,32,0.2) 0%,rgba(255,51,0,0.2) 100%);  W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33fffd20', endColorstr='#33ff3300',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.header_liq br {
	clear:both;
}

/* === The Content Navigation === */
.content_liq br {
	clear:both;
}

#contentTopNavigation_liq {
	clear:both;
	width:100%;
	font-size:0.875em;
	line-height:1.2;
}

#contentBottomNavigation_liq {
	clear:both;
	width:100%;
	font-size:0.875em;
	line-height:1.2;
	margin:2.0em 0 0 0;
}

.navContainer_liq {
	clear:both;
	padding: 0.6em 1px 0.6em 1px;	
	margin:0px 1px 0.5em 1px;
	border-top: 1px solid #000;
	border-top: 1px solid hsla(12,100%,10%,.9);


}

.leftNav_liq {
	width:48%;
	float:left;
}

.rightNav_liq {
	width:48%;
	float:right;
	text-align:right;
}



/* === The Content === */


.pagetitle_liq {
	float:left;
	color:#000;
	margin:10px 0px 0 0px;
}


/* extend the colours if you want - and match them with the side menu */
.titleOne {
}

.titleTwo {
}

.titleThree {
}

.titleFour {
}


/* fancy some microformat? */

.hentry {
	margin:0;
	position: relative;
}

blockquote.hentry:before, blockquote.hentry:after {
	display: none;
}
.hentry:before {
	display: block;
	content:'';
	height: 1px;
	border-left: 220px solid hsla(12,100%,10%,.9);
	border-right: 220px solid hsla(12,100%,10%,.9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.hentry:after {
	font-size: 30px;
	display: block;
	position: absolute;
	top: -.5em;
	content:'\2739';
	text-align: center;
	color: hsla(12,100%,10%,1);
	width: 100%;
	line-height: 1;
	/*text-shadow: 0 -1px 0 hsla(60,100%,50%,.7), 0 1px 0 hsla(12,100%,50%,.7);
	height: 20px;
	color: #FFFD02;
	background-color: #F30;
	border-radius: 10px;
	overflow: hidden;*/
}

.updated {
	font-family: Grover;
	font-size:0.6em;
	display: block;
	text-align: center;
	margin: 1ex 0;
	border: none;
}

div.entry-content{
	clear:both;
	font-size: .875em;
	line-height: 1.57142857;
	padding: 0.1em 1px 0.1em 1px;
	margin:2px 0px 0 0px;
	overflow:hidden;
}

div.postmetadata_liq {
	clear:both;
	font-size:0.875em;
	padding: 0.1em 1px 0.1em 1px;	
	margin:2px 0px 3em 0px;
}

/* --- Tags formatting within posts&pages --- */

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6
{
	padding: 0.3em 0 0.3em 0;
}

.entry-content p {
	padding: 0.3em 1px 0.3em 1px;
}

.entry-content blockquote
{
	margin: 0.3em;
	padding: 0.3em;
	border-left: 10px solid #000000;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content img, .entry-content a img, #content img{
	background: none;
	max-width: 100%;
	border: none;
}


#content img, .entry-content img {
	margin: 2em 1em 2em 0;
}

img.avatar {
	display:none;
}


.entry-content ul, .entry-content ol
{
	padding: 0.3em 1.0em 0.3em 1.0em;
	margin: 0.3em;
}

.entry-content li {
	
}



/* === The Footer === */

.footer_liq {
	width: 100%;
	margin:2em 0;
	clear:both;
}

.footer_liqCapsule {
	font-size:0.6em;
	line-height:1.4;
	padding: 1.5em 1px 1.5em 1px;	
}

.footer_liq ul {
	border-top: 1px solid #000;
	border-top: 1px solid hsla(12,100%,10%,.9);

}

.footer_liq ul li{
	list-style-type: none;
}



/* === The Side Menu === */




.sidebar_liq ul {
	margin: 0 0 10px 0;

}

.sidebar_liq ul li {
	list-style-type: none;
	padding: 5px 0;
}


.widget {
	padding:0;
	border-top: 1px solid #000;
	border-top: 1px solid hsla(12,100%,10%,.9);

}


.widgettitle {
	display:none;
}

.textwidget a:link, .textwidget a:visited {
	padding: 1px;
}

.sidebar_liq a:link, .sidebar_liq a:visited {
	text-decoration: none;
	padding: 2px;
	margin:10px 0 0 0px;
        border-bottom: 1px solid transparent;
	/*text-shadow: 0 -1px 0 hsla(60,100%,50%,.7), 0 1px 0 hsla(12,100%,50%,.7);*/
}

.sidebar_liq a:hover, .sidebar_liq a:active, .sidebar_liq a:focus  {
	text-decoration: none;
        border-color: #F30;
	/*text-shadow: 0 -1px 0 hsla(60,100%,50%,.7), 0 1px 0 hsla(12,100%,0%,.7);*/

}

.sidebar_liq h2 {
	font-size:0.6em;
	padding: 0.7em 1px 0.2em 1px;
	margin:2px 0 0 0px;
}

/* --- The Search Field --- */

fieldset.searchSite_liq {
	border:none;
}

.searchSite_liq legend {
	display:none;
}

.sidebar_liq label {
	display:none;
}

#s {
	width:209px; 
	font-size:1.0em;
	line-height: 1.2;
	border:solid 1px #FFFE89;
	
	padding:0.1em;
	margin:2px 0 0 0px;
}

#s:hover, #s:active, #s:focus {
	border:solid 1px #000000;
}

#searchsubmit, #sidebar input
{
	font-size: 1.0em;
	line-height: 1.2;
	background-color: #FFFE89;
	border:1px solid #000000;
	padding:1px 1px 1px 1px !important;
	margin:1px 0px 0 0px;
}

#searchsubmit:hover, #searchsubmit:active, #searchsubmit:focus, #sidebar input:hover, #sidebar input:active, #sidebar input:focus
{

	background-color: #FFFFFF;
	border:1px solid #FFFE89;

}

#sidebar label
{
	font-size:0.8em;
}


/* The Comment Block */

.commentBlock_liq {
	clear:both;
	font-size:0.8em;
	background-color:transparent;
	margin:2.0em 0 2.0em 0;
}

.commentBlock_liq h3 {
	float:left;
	margin:0 2px 1.0em 0px;
	border:none !important;
	padding: 0.2em 1px 0.2em 1px;
	background-color:#FFFE89;
}

.commentBlock_liq ol {
	list-style-type:none;
}

.commentBlock_liq ol li {
	padding:0.2em 1px;
	margin: 0 2px 1.0em 0px;
	border-top: 1px solid #ddd; 
}

.commentBlock_liq ol li.alt {
}

#respond {
	float:left;
	margin: 15px 2px 15px 0px;
	border:none !important;
	padding: 0.2em 1px 0.2em 1px;
	background-color:#FFFE89;

}


.commentMessage_liq {
	clear:both;
	font-size:0.8em;
	padding:0.2em 1px 0.2em 1px;
	margin:0 2px 1.0em 0px;

}

/* 
	Use that css as a starting point to develop your specific design/layout
	Have fun
*/

#commentform {
	font-size: 0.8em;
	line-height: 1.4;
}

#commentform fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#commentform legend {
	display:none;
}


.commentFormRow_liq {
	clear:both;
	margin: 0 2px 0.5em 0px;
	padding: 0 1px;
	background-color: transparent;
}


.commentFormRow_liq label {
	float:left;
	width:180px;
	padding:0.1em 1px 0 1px;
	text-align:right;
}

.commentFormRow_liq span {

}

/* contains the actual form elements */
.commentFormElement_liq {
  	margin-left: 190px;
	font-size: 1.0em;
	line-height: 1.5;
	text-align:left;
}

/* depending on styling the line break can be used to clear floats */
.commentFormRow_liq br {
	display:none;
}



.commentInput_liq {
	font-size:1.0em;
	line-height: 1.5;	
	width:244px;
	height:1.4em;
	margin:0 0.5em 0 0;

	padding-left: 2px;
	padding-right: 2px;
	border:solid 1px #FFFE89;
	background-color:white;
}


.commentInput_liq:hover, .commentInput_liq:active, .commentInput_liq:focus {
	border:solid 1px #000000;
}


#comment {
	font-size:1.0em;
	line-height: 1.5;			
	width:244px;
	height:10em;
	background-color: #FFFE89;		
}


.mandatory_liq {
	color:#000000 !important;
	background-color:#fff;	
}



/* The Submit Button */
.commentSubmit_liq {
	font-size:1.0em;
	line-height: 1.2;
	
	padding:0.1em 0.5em;
	border:solid 1px #FFFE89;
	text-align:center;
	background-color:#fff;
	color:#000000;
}

.commentSubmit_liq:hover, .commentSubmit_liq:focus, .commentSubmit_liq:active {
	border:solid 1px #FFFE89;
	background-color:#000000;
	color:#FFFE89;	
}


.sidebar_liq #ffactivity {
	line-height:1;
	clear:both;
}

.sidebar_liq #ff-activity {
	font-size:0.75em;
}
.sidebar_liq #ffactivity a {
	float:none;
	margin:0;
	padding:0;
	display:inline;

}
.ff-meta {line-height:0.5;}
.ff-list {display:none;}
.ff-account {padding:0 0 1em 0;}

table {border-collapse: separate; border-spacing:0; width:100%;}
th {font-weight:normal; width:40%;}
td.d {width:30%;}
td.y, td.a {width:15%;}
td.d, td.y, td.a {font-size:0.85em;}
td.a {font-style:italic;}
td, th {margin:0; padding:5px 1px; border-top:1px solid #ccc; border-bottom:1px solid #eee;}
tr {margin:0; padding:0;}
tr:hover th, tr:hover td {border-top:1px solid #000; border-bottom:1px solid #000; background:#eee;}

pre, code, kbd, samp {
    font-family: monospace, sans-serif;
    color: #333;
}

pre {
    padding: 5px;
    border: 1px dashed #ccc; 
    font-size: .8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

pre strong, code strong {color:#FF3300; font-weight:bold;}

#sidebar ul ul ul {display:none;}


span.topsy_trackback_comment {
   font-size: .8em;
}

span.topsy_trackback_comment:before {
   content:'Via Twitter: ';
}