/*
Theme Name: marcWright
Theme URI: http://tejat.de
Description: A beautiful simple WordPress Theme on base of whitewash
Version: 1.0
Author: Marc Wright
Author URI: http://www.marcwright.de
Tags: white, grey, fixed width, two columns, em based
*/ 


@font-face {
	font-family: GraublauWeb;
	src: url(fonts/GraublauWeb.otf) format("opentype");
}

@font-face {
	font-family: GraublauWebBold;
	src: url(fonts/GraublauWebBold.otf) format("opentype");
}


body:before{
	z-index: 99;
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 16px rgba(0,0,0,.8);
	box-shadow: 0px 0px 16px rgba(0,0,0,.8);
}


body {
  background: #fff;
  font-family: "Lucida Grande", sans-serif;
  font-size: 1.4em;
  line-height: 1.8em;
  color: #333;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 1200px;
}
html>body{
  font-size: 0.7em;
  letter-spacing: 0.12em;
}

#censorship{
	position: fixed;
	top: 0;
	right:0;
}

strong{
  font-family: GraublauWebBold, sans-serif;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 5px;
  margin-top: 5px;
}


img { 
    border: none !important;
}

a { 
    color: #878C8D; 
    text-decoration: none; 
}

.current_page_item a{
  border-bottom: 2px solid #000;
}
a:hover { 
    text-decoration: none !important; 
    color : #bbb; 
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignright a{
  display: none;
}



.alignleft {
	float: left;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.center {
	text-align: center;
}

#wrap {
	margin: 0 auto;
	width: 75em;
}

em{
	font-size: 70%;
	text-transform: uppercase;
}

/* Menu */
#menu {
	position: relative;
	left: -2.5em; 
	top: -1.5em;
	font-family: GraublauWeb, "Lucida Grande", sans-serif;
	font-size: 1.4em;
	text-align: left;
	line-height: 2em;
	width: 100%;
	margin-bottom: 1.3em !important;
	padding-bottom: 0.7em;
	padding-left: 0.5em;
	padding-top: 1em;

	letter-spacing: 0.01em;
	background-color: #d7d7d7;
	box-shadow: 10px 10px 150px cyan;

	-moz-border-radius-bottomright: 200px; 
	-webkit-border-bottom-right-radius: 200px;

	-moz-border-radius-bottomleft: 50px; 
	-webkit-border-bottom-left-radius: 50px;
}

div#menu{
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
}
a#mailto{
  letter-spacing: 0.1em !important;
  color: #303030 !important;
  margin-left: 1em;
}
#menu a{
	color: #000;
	text-shadow: rgb(255,255,255) 1px -1px 1px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
}

#menu a:hover{
    color: #000;
    text-decoration: underline;
}

#content {
    padding: 10px 0;
}


#content .showtags {
    padding-left: 5px;
    line-height: 20px;
}


#content div.left div.articles div div strong{
}

#content div.left div.articles p a img, #content div.left div.articles p img {
    position: relative;
    /*
    webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(180deg);
    -webkit-transition: -webkit-transform 2s;
    */
}

#content div.left div.articles p a img:hover, #content div.left div.articles p img:hover{
  /*
  webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg) perspective(900);
  -webkit-transition: -webkit-transform 2s;
  */
}

.void, .void:hover{
  /*
  webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg) perspective(900) !important;
  -webkit-transition: -webkit-transform 0s;
  */
}

.articles{
  padding-top: 70px;
  padding-bottom: 130px;
}
.articles h1{
  font-family: GraublauWeb, "Lucida Grande", sans-serif;
  font-size: 4em;
  line-height: 1.3em;
}

#content div.left div.articles p{
 font-size: 1.1em;
 line-height: 160% !important;
 font-family: GraublauWeb, "Lucida Grande", sans-serif;
}

div.articles small{
  color: #568db8;
  font-weight: bold;
}
pre{
  font-size: 12px;
  color:#bdd9e5;
}

#content a img {
    padding: 1px;
    background: #fff;
}

.linkcat{
  /*display: none;*/
}

#content a img:hover {  
    border: none !important; 
}

#content div.left p {
  font-size: 12px;
}
.left {
    width: 50em;
    float: left;
}

.left h2 {
  
  
  font-family: GraublauWeb, "Lucida Grande", sans-serif;
  text-decoration: none;
  font-size-adjust:0.44;
}


.left ul {
    padding-left: 3em;
}

.left ol {
    padding-left: 3em;
}

.left ol li ul li{
  padding-bottom: 10px;
}

.count {
    float: right;
}

/* right nav */
.right {
    font-family: GraublauWeb, "Lucida Grande", sans-serif;
    font-size-adjust: 0.7;
    width: 17em;
    float: right;
    top: 140px;
    left:70%;
    padding: 1em;
    text-transform: lowercase;
    position: fixed;
  
}

.right ul {
    list-style-type: none;
    padding: 5px 10px 10px 10px;
}

.right ul ul{
    margin:0.1667em 0;
    padding:0 0 0 15px;
}


.right h2 {
    height: 30px;
    font-size: 10px;
    color: #000;
    line-height: 30px;
    text-decoration: none;
}

.right a { 
    text-decoration: none;
    color: #000;
    font-size: 10px;
    background-color: #fff;
}

.right a:hover {
    text-decoration: underline;
    color: #bbb;
}

.nomove {
    width: 160px;
    float: right;
    padding: 10px;
    border-left: 1px solid #bbb;
}

.nomove ul {
    list-style-type: none;
    padding: 5px 10px 10px 10px;
}

.nomove h2 {
    height: 30px;
    font-size: 12px;
    color: #000;
    line-height: 30px;
}

.nomove a { 
    font-size: 15px;
    color: #000;
}

.nomove a:hover {
    text-decoration: underline;
    color: #bbb;
}

#footer {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    text-align: right;
    line-height: 1.9em;
    color: #333;
    font-size: .5em;
    padding-top: 1em;
    
    height: 45px;
    background-color: #000;
    color: #fff;
    opacity: 0.88;
    -moz-opacity: 0.88;
}

#footer:before{
	content: "";
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 16px rgba(0,0,0,.8);
	box-shadow: 0px 0px 16px rgba(0,0,0,.8);
}
#footer:after{
	content: "";
	position: fixed;
	bottom: 41px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,.9);
	-moz-box-shadow: 0px 0px 16px rgba(0,0,0,.9);
	box-shadow: 0px 0px 16px rgba(0,0,0,.9);
}


.not {
    text-decoration: none;
    padding: 6px 10px 5px 10px;
}

/* Archive */
div#content select{
  outline: none;
  position: relative;
  left: -4em;
  max-width: 16em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #666;
  font-family: "Lucida Grande", sans-serif;
  -webkit-appearance: none;
  -webkit-background-size: 900px 30px, 1000px 30px;
  -webkit-transition-duration: 0.16s;
  -webkit-transition-property: -webkit-box-shadow, background-position;
  
  background-color: #DDD;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F6F6F6), to(#DDD)), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9DEC63), to(#7FD141));
  background: -moz-linear-gradient(100% 100% 90deg,#F6F6F6, #DDD);

  background-position: 0px 0px, 0px 0px;
  background-repeat: no-repeat, no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.347656);

  border-bottom-left-radius: 26px 26px;
  border-bottom-right-radius: 26px 26px;
  border-top-left-radius: 26px 26px;
  border-top-right-radius: 26px 26px;

  -moz-border-radius-topright: 26px 26px;;
  -moz-border-radius-bottomleft: 26px 26px;;
  -moz-border-radius-topleft: 26px 26px;;
  -moz-border-radius-bottomright: 26px 26px;;
  
  letter-spacing: .2em;
  padding: 5px 18px;
  
  text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
  width: 240px;
  
  /*
  font: normal normal normal 12px/normal GraublauWeb, Arial, sans-serif;
  */
  cursor: pointer;
}

div#content select:hover{
  
  -webkit-box-shadow: #399CFF 0px 0px 4px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#DDD)), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#70BB38), to(#8AD851));
  }


/* Search */

#search {
	width: 150px;
	height: 25px;
	background: #fff;
	border: none;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 10px 5px 10px;
	width: 127px;
	height: auto;
	background: none;
	border: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #878C8D;
}

#search br {
	display: none;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 2px dotted #bbb;
  margin-top:1em;
}

#avatar {
    float: right;
}

#spacer {
    padding-top: 10px;
    border-bottom: 1px dotted #bbb ;
}


#infscr-loading{
  position: fixed;
  top: 0px !important;
  left: 0px;
  z-index:9999999;
  width: 100%;
  text-align: center;
  margin-top: 80%;
  
}


/* pagination */
.pagination {
  clear:both;
  float: left;
  font-size:6px;
  line-height:13px;
  margin: 15px 0 0 15px
}

.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  text-decoration:none;
  width:8px;
  color:transparent;
  background-image: url(images/switch_dunkel.png); 
  background-repeat: no-repeat;
  margin-right: 5px;
}

.pagination a.active{
  color:transparent;
  background-image: url(images/switch_hell.png); 
  background-repeat: no-repeat;
  
}
/* done ! */

/* manual tipsy */
.manualTipsy{
  height: 170px;
  width: 130px !important;
  float: left;
  border: 2px solid #999;
  display: none;
  position: relative;
  top: -210px;
  left:-9px;
  opacity: 0.98 !important;
  background-image: none !important; 
  border-radius: 7px; 
  -moz-border-radius:7px; 
  -webkit-border-radius:7px; 
  background-color: #000;
  padding: 5px;
  
  text-transform: uppercase;
  color: #fff !important;

  -webkit-box-shadow:1px 1px 5px #000 !important;
  -moz-box-shadow:1px 1px 5px #000 !important;
  box-shadow:1px 1px 5px #000 !important;
}

.arrow{
  display: block;
  width: 15px !important;
  height: 10px;
  position: absolute;
  top: 179px;
  background-image: url(images/tipsy.png) !important; 
  background-repeat: no-repeat;
}


.manualTipsy img{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #333;
  min-height: 120px ;
  max-width: 130px;
  
  overflow: hidden;
  
  padding-bottom: 4px;
  -webkit-box-shadow:-1px -1px 5px #000 !important;
  -moz-box-shadow:-1px -1px 5px #000 !important;
  box-shadow:-1px -1px 5px #000 !important;
}



