/*
Theme Name: fricklr
Theme URI: http://www.fricklr.de/
Description: Das Nichts ist nicht denkbar.
Version: 1.0
Author: Adrián Ortiz Arandes
Author URI: http://www.grell.es/
Tags: ganz, was, eigenes

	fricklr v1.0
	 http://fricklr.de/

	Dieses Thema wurde von Adrián erzählt

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */




/* ! RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }


/* ! BASICS */
html, body {
	height: 100%;
	}
html {
	background-color: #f2f2f2;
	}
html.jsactive {
	background: url(img/body_bg_bottom.gif) repeat-x bottom #f2f2f2;
	}
body {
	background: url(img/body_bg_top.gif) repeat-x top ;
	line-height: 1;
	font-family: Verdana,sans-serif;
	font-size: 62.5%;
	}
body.loading,
body.loading * {
	cursor: wait !important;
	}
.colorpicker {
	position: absolute;
	z-index: 2999;
	}
#navi {
	text-transform: uppercase;
	padding: 20px;
	}
.jsactive #navi {
	cursor: move;
	position: absolute;
	z-index: 3000;
	left: 20px;
	top:20px;
	padding: 0;
	}
#navi ul {
	padding-right: 10px;
	padding-bottom: 11px;
	background: url(img/navi_deco.gif) right bottom no-repeat;
	float: left;
	}
#navi li {
	float: left;
	line-height: 1.7em;
	}
#navi li.clearboth {
	float: none;
	clear: both;
	}
#navi li a {
	border: 1px solid #1d1d1d;
	color: #1d1d1d;
	text-decoration: none;
	font-size: 1.07em;
	line-height: 1.07em;
	letter-spacing: 0.06em;
	padding: 1px 3px;
	}
#navi li a:hover {
	background-color: #f9f9f9;
	}
#navi li.current_page_item a,
#navi li.current_page_item a:hover {
	background-color: #1d1d1d;
	color: #f9f9f9;
	cursor: move;
	}	
#navi .postwrapper {
	clear: both;
	width: 350px;
	color: #1d1d1d;
	font-family: Georgia,Times, serif;
	padding-top: 5px;
	text-transform: none;
	}

#navi .postwrapper h1 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	}
#navi .entry {
	padding-top: 5px;
	font-size: 1.1em;
	line-height: 1.4em;
	}
#navi .entry a {
	color: #00A9FF;
	text-decoration: none;
	}
#navi .entry a:hover {
	text-decoration: underline;
	}
#navi .entry .edit a {
	color: #1d1d1d;
	border: 1px solid #1d1d1d;
	padding: 0 2px;
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	}
#navi .entry .edit a:hover {
	color: #fff;
	background-color: #1d1d1d;
	}
	
#navi .page-item-10 {
	margin-left: -1px;
	}
#navi .page-item-10 a {
	padding: 1px 3px 1px 4px;
	}
#lightbox {
	margin: 20px;
	}

.jsactive #lightbox {
	position: absolute;
	top:0;
	left: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	z-index: 2500;
	}
.jsactive #lightbox ul {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2503;
	}
.jsactive #lightbox li {
	position: absolute;
	left: 100%;
	top: 100%;
	visibility: hidden;
	}
.jsactive .single #lightbox li {
	position: relative;
	left:auto;
	top: auto;
	visibility: visible;
	}
.jsactive #lightbox li.active {
	visibility: visible;
	}
.jsactive #lightbox li.navimove {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2600;
	visibility: visible;
	} 
.jsactive #lightboxwrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2501;
	text-align: center;
	}
.jsactive .single #lightboxwrapper {
	text-align: left;
	}
#lightboxbackground {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #f2f2f2;
	top: 0;
	left: 0;
	z-index: 2502;
	}
#lightboxnavi {
	position: absolute;
	width: 94px;
	height: 17px;
	z-index: 2700;
	top:10%;
	left:100%;
	background-color: #1d1d1d;
	color: #f2f2f2;
	text-align: center;
	letter-spacing: 2px;
	font-size: 9px;
	line-height: 14px;
	}
#lightboxnavi .prev a,
#lightboxnavi .next a,
#lightboxnavi .close a {
	display: block;
	width: 16px;
	height: 17px;
	float: left;
	background: url(img/lightbox_nav.gif) no-repeat left bottom;
	}
#lightboxnavi .counter {
	float: left;
	width: 45px;
	}
#lightboxnavi .prev a { background-position: 0 -16px; }
#lightboxnavi .next a { background-position: -16px -16px; }
#lightboxnavi .close a { background-position: -32px -16px; width: 17px;}

#lightboxnavi .prev a:hover { background-position: 0 0; }
#lightboxnavi .next a:hover { background-position: -16px 0; }
#lightboxnavi .close a:hover { background-position: -32px 0; }

#cloud {
	position: absolute;
	top:10%;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	height: 90%;
	z-index: 2000;
	}

#cloud li {
	position: absolute;
	line-height: 15px;
	}
#cloud li a {
	position: relative;
	border: 1px solid #1d1d1d;
	background-color: #1d1d1d;
	color: #1d1d1d;
	}
#cloud li a:hover,
#cloud ul#hover li a {
	background-color: #f9f9f9;
	}
#cloud li a:active {
	background-color: #1d1d1d;	
	}
#cloud li span {
	color: #000;
	display: none;
	clear: both;
	line-height: 15px;
	}
#cloud li.dragged {
	background-color: #fff;
	z-index: 5000;
	}
#cloud li.dragged span {
	display: block;
	border-bottom: 1px solid #1d1d1d;
	}
#cloud li.dragged span div {
	padding: 0 2px;
	}
#cloud li.dragged div {
	display: block;
	}

#cloud ul.dragging li a,
#cloud ul.dragging li a:hover {
	background-color: #f9f9f9;
	}

/* admin styles */
.edittag {
	border: 1px solid #fff;
	background: #1d1d1d;
	width: 11px;
	height: 11px;
	cursor: pointer;
	background: url(img/edittag.gif) no-repeat left top;
	}

.dragged .edittag {
	background: url(img/edittag.gif) no-repeat right top;
	}

.copycolour, 
.pickcolour {
	display: none;
	height: 14px;
	cursor: pointer;
	text-align: center;
	border-bottom: 1px solid #1d1d1d;
	padding: 0 2px;
	}
.dontcopy {
	text-decoration: line-through;
	}
#copycloud {
	display: none;
	}	

#taglines {
	position: absolute;
	top:10%;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	height: 90%;
	z-index: 1000;
	}
#taglines ul {
	display: none;
	}
#taglines ul.hover,
#taglines ul.visited {
	display: block;
	}
#taglines li {
	position: absolute;
	width: 2000px;
	height: 269px;
	background: url(img/linie.gif) no-repeat left top;
	line-height: 15px;
	}
#taglines ul a {
	position: relative;
	border: 1px solid #CBCBCB;
	background-color: #f9f9f9;
	color: #CBCBCB;
	}
#taglines ul span {
	display: none;
	}

#cloud a,
#taglines a {
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 3px 1px 2px;
	font-size: 0.93em;
	letter-spacing: 0.01em;
	}


#fricklrwort {
	position: absolute;
	top:10%;
	left: 50%;
	margin-left: -620px;
	width: 1200px;
	text-align: center;
	z-index: 0;
	font-family: Verdana, sans-serif;
	font-size: 265px;
	letter-spacing: -15px;
	font-weight: bold;
	color: #EBEBEB;
	}
