/*
Theme Name: Schwerelosigkite
Theme URI: http://www.schwerelosigkite.de/
Description: Blog für Schwerelosigkite
Version: 1.0
Author: Ralf Hortt
Author URI: http://horttcore.de
Tags: 
*/

/*=HTML
======================================*/
html {
	background: url('../images/bg_html.jpg') left top repeat-x #000;	background-attachment:fixed;	
}

body {
	color: #555;
	font: 12px/18px Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
}

h1 {
	float: left;
}

h1#shop-link {
	float: right;
	left: 15px;
	position: relative;
	top: 75px;
}

h2 {
	background: url('../images/bg_h2.png') left top repeat-x;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 0 20px 0;
	padding: 0 15px;
}

h3 {
	color: #8e8e8e;
	font-size: 13px;
	font-weight: bold;
	margin: 25px 0 15px 0;
}

h4 {
	color: #9eca0e;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	margin: 25px 0 5px 0;
}

ol {
	list-style: decimal;
	margin: 0 0 0 20px;
}

ul {
	margin: 0 0 0 15px;
}

li {
	list-style-type: disc;
	margin: 0 0 3px 0;
}

dl {

}

dt {
	font-weight: bold;
}

p {
	margin: 15px 0;
}

p.time {
	color: #888;
	font-size: 10px;
	margin: 0px 0 -25px 0;
}

a {
	color: #9eca0e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

strong {
	color: #8e8e8e;
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	background: #eee;
	font-style: italic;
	padding: 5px 10px;
}

hr {
	border: 0px;
	border-top: 1px dashed #666;
	clear: both;
	margin: 15px 0;
}

form {}

form p {
	margin: 0 0 10px 0;
}

fieldset {		clear: both;
	margin: 0 0 10px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

label {
/*	font-weight: bold;*/
	display: block;
}

textarea, input {
	background: #f5f5f5;
	border: 0px;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	width: 400px;
}

input {
	width: 200px;
}

.checkbox {
	width:auto;
}

textarea:focus, input:focus {
	border-color: #9eca0e;
}

button {
	background: #555;
	border: 0px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

button:hover {
	background: #a0cc0e;
}

table {
	margin: 0 0 15px 0;
}

th {
	font-weight: bold;
}


/*=HEADER
======================================*/
#meta {
	background: url('../images/bg_cart.png') right bottom no-repeat;
	color: #fff;
	float: right;
	height: 132px;
	width: 300px;
}

#meta h4 {
	background: url('../images/icon_cart.png') left top no-repeat;
	color: #fff;
	font-size: 14px;
	height: 21px;
	line-height: 21px;
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
}

#meta div {
	float: right;
	padding: 10px 0 0 0 ;
	width: 200px;
}

#meta div a {
	text-decoration: underline;
}

#meta p {
	margin: 0px;
}

#meta a {
	color: #fff;
}

#meta .account a:hover {
	text-decoration: none;
}

#meta .account {
	font-size: 11px;
	text-align: right;
}

#page, #footer, #header, #footer_bubbles {
	clear: both;
	margin: 0 auto;
	width: 950px;
}

#page {
	background: #fff;
}

#header {
	margin: 0 auto;
	width: 950px;
}
/*=BREAD
======================================*/
#breadcrumb {
	border-bottom: 1px solid #999;
	color: #666;
	font-size: 11px;
	margin: 10px 20px 10px 20px;
}

	#breadcrumb a {
		color: #666;
	}
	
	#breadcrumb a:hover {
		color: #9eca0e;
		text-decoration: none;
	}
	
/*=MENU
======================================*/
#menu {
	background: url('../images/bg_menu.png');
	font-size: 20px;
	height: 63px;
	line-height: 63px;
	margin: 0px;
}

	#menu ul {
		display: none;
	}

	#menu li {
		background: url('../images/bg_menu_li.png') right top no-repeat;
		float: left;
		height: 63px;
		line-height: 63px;
		list-style: none;
		padding: 0 2px 0 0;
	}
	
	#menu .right {
		background: url('../images/bg_menu_li.png') left top no-repeat;
		padding: 0 0 0 2px;
	}
	
	#menu a {
		color: #fff;
		display: block;
		float: left;
		height: 63px;
		padding: 0 20px;
	}
	
	#menu a:hover, #menu .current_page_item a, #menu .current_page_parent a, #menu .current_page_ancestor a {
		background: url('../images/bg_menu_act.png') right top repeat-x;
		text-decoration: none;
	}
	
	#menu form {
		margin: 0 20px 0 0;
	}
	
	#menu label {
		display: none;
	}
	
	#menu input {
		border: none;
		width: 100px;
	}
	
	#menu button {
		display: none;
	}
	
	#menu form a, #menu form a:hover {
		display: inline;
		background: none;
	}

/*=CONTENT
======================================*/
#content {
	float: left;
	margin: 0 20px;
	width: 710px;
}
 
.entry {

}

/*=KATEGORIE
======================================*/
.category_image {
	margin: 0 0 10px 0;
}

.category {
	margin: 0px;
	padding: 0px;
}

.category li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0px;
}

	.category h2 {
		margin: 0px;
	}
	
	.category h2 a {
		color: #fff;
	}
	
	.category img {
		width: 230px;
	}

/*=ARTIKEL
======================================*/
.control {
	padding: 0 0 15px 0;
}

.artikel {
	float: left;
	margin: 0 10px 25px 0;
	width: 170px;
}

.artikel h2 {
	margin: 0px;
}

.artikel h2 a {
	color: #fff;
	display: block;
	font-size: 12px;
}

.artikel h2 a:hover {
	color: #A0CC0C;
	text-decoration: none;
}

.artikel img {
	margin: 0 0 5px 0;
}

.produktbild {
	float: left;
	margin: 0 25px 0 0;
}

input.anzahl {
	border: 1px solid #8e8e8e;
}

input.anzahl:focis {
	border: 1px solid #A0CC0C;
}

a.button {
	background: #8e8e8e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	padding: 2px 5px;
}

a.button:hover {
	background: #A0CC0C;
	text-decoration: none;
}#xsellcontent {	clear: both;	margin: 25px 0 0 0;}#suche_verfeinern {	margin: 0 0 25px 0;}

/*=CART
======================================*/.warenkorb {	}.product-wrap table td {	padding: 10px;	vertical-align: top;}.product-wrap table:nth-child(odd) {	background: #f0f0f0;}
.total-cart {
	background: url('../gfx/warenkorb-summe.png');
	color: #fff !important;
	float: right;
}.total-cart strong {	color: #fff;}

/*=SIDEBAR
======================================*/
#sidebar {
	float: left;
	margin: 0;
	padding: 0px 0px 0 20px;
	width: 180px;
}

#sidebar h3 {
	background: url('../images/bg_h2.png') left top repeat-x;
	color: #fff;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	margin: 0 0 0px 0;
	padding: 0 15px;
}

#sidebar ul {
	margin: 0px;
}
	
	#sidebar li {
		list-style: none;
	}

	#sidebar ul ul, #sidebar ul ul ul {
		margin: 0 0 0 15px;
	}
	

#sidebar input {
	border: 0px;
	display: inline;
	width: 80px;
}

#sidebar button {
	padding: 1px 5px 3px;
}

.subbox {
	margin: 0 0 15px 0;
}

	.subbox_content {
		background: #e5e5dc;
		padding: 10px;
	}

.pagenav {
	list-style: none;
}

.navigation .subbox_content {
	padding: 0px;
}

.navigation a {
	color: #36302f;
	padding: 2px 10px;
}

.navigation .current_page_item a {
	background: #a0cc0e;
	color: #fff;
	display: block;
}
.navigation .current_page_item .current_page_item a {
	background: #c1d873;	color: #fff;	display: block;
}.navigation .current_page_item .current_page_item .current_page_item a {	background: #d5e5a0;	color: #fff;	display: block;}
.navigation .current_page_item li a, .navigation .current_page_item .current_page_item ul li a {
	background: none;
	color: #36302f;
}

/*=FOOTER
======================================*/
#footer {
	background: #fff;
	text-align: center;
	padding: 15px 0;
}

#footer_bubbles {
	background: url('../images/bg_footer.png') left top no-repeat;
	clear: both;
	color: #999;
	height: 122px;
}

	#footer li {
		display: inline;
		list-style: none;
	}
	
	#footer a {
		border-left: 1px solid #aaa;
		color: #777;
		padding: 0 14px 0 15px;
	}
	
	#footer a:hover, #footer .current_page_item a, #footer .current_page_parent a, #footer .current_page_ancestor {
		text-decoration: underline;
	}
	
	#footer .page-item-3 a {
		border: none;
	}
	
	#footer .admin {
		border: 0px;
		border-right: 1px solid #aaa;
		margin: 0 0 0 20px;
	}
	
	#footer .li_0 a {
		border: 0px;
	}

/*=HELPER
======================================*/
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.cancel {
	color: #ff0000;
}
.clear {
	clear: both;
}
.fullwidth {
	width: 910px !important;
}
.half {
	width: 50%;
}
.hidden {
	display: none;
}
.left {
	float: left !important;
}
.noborder {
	border: 0px !important;
}
.nomargin {
	margin: 0px !important;
}
.right {
	float: right !important;
}
.tright {
	text-align: right;
}
.valign {
	vertical-align: middle;
}

/*=TITLEBLOCK
======================================*/
.category .image, .category_image .image					{ position: relative; margin-bottom: 20px; width: 100%; }
.category h4, .category_image h4							{ position: absolute; top: 200px; left: 0; width: 100%; }
.category h4 span, .category_image h4 span					{ color: white; font: bold 24px/45px Helvetica, Sans-Serif; letter-spacing: -1px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 10px; }
.category h4 span.spacer, .category_image h4 span.spacer	{ padding: 0 2px; background: none; }

/*=SPLASHPAGE
======================================*/
#splash_content {
	height: 375px;
	position: relative;
	margin: -20px 0 15px 0;
}

	#splash_content img {
	    opacity:0.0;
		position: absolute;
		width: 910px;
		z-index:8;
	}
	
	#splash_content img.active {
	    z-index:10;
	    opacity:1.0;
	}



/*=JTL Default
======================================*/

/*=SPAN
======================================*/
span.boxpreis{
        padding:0px;
        margin:0px;
        color:#121212;
}

span.xselling_standard{
        padding:0px;
        margin:0px;
        color:#121212;
        font-size: 1.7em;
}

span.kopf_waehlen{
		color:#fff;
		padding:0px 0px 0px 0px;
}

hr.linie{height:1px;color:#D5D5D7;}
.ustklein{font-size: 0.8em;margin:0px;padding:0px;}
.footerklein{font-size: 0.8em;margin:0px;padding:0px;}
.spacer{font-size: 8px;margin:0px;padding:0px;}
.waehrung{font-size: 12px;margin:0px;padding:0px;padding-top:12px;}

.artikelpreis{font-size: 14px;margin:0px;padding:0px;}
.grafikpreis{white-space:nowrap;}

.warning{color:#F25510;font-weight:bold;margin:0px;padding:0px;margin-top:12px;}


input.anzahl, input.gehzuseite {
	width:40px;
	margin:0px;
	padding:2px;
	background: #fff;
}

input.gehzuseite{
	width:30px;
}

/*=HIGHSLIDE
======================================*/
.highslide {
	cursor: pointer;
    outline: none;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-html {
background-color: #f2f2f4;
}
.highslide-html-blur {
}
.highslide-html-content {
position: absolute;
display: none;
}
.highslide-loading {
display: block;
color: black;
font-size: 8pt;
font-family: sans-serif;
font-weight: bold;
text-decoration: none;
padding: 2px;
border: 1px solid black;
background-color: white;
padding-left: 22px;
background-image: url(../js/highslide/graphics/loader.white.gif);
background-repeat: no-repeat;
background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
padding: 2px;
color: silver;
text-decoration: none;
font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
color: white;
background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
background-color: #f2f2f4;
}
.highslide-wrapper .highslide-html-content {
width: 460px;
padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
margin: 0;
text-align: right;
border-bottom: 1px solid white;
font-family: Verdana, Helvetica;
font-size: 10pt;
padding: 5px;
background-color: silver;
}
.highslide-wrapper .highslide-header ul li {
display: inline;
padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
display: none;
}
.highslide-wrapper .highslide-header a {
font-weight: bold;
color: #000000;
text-transform: uppercase;
text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
cursor: move;
}
.highslide-wrapper .highslide-footer {
height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
float: right;
height: 11px;
width: 11px;
background: url(../js/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
cursor: move;
}
.highslide-resize {
cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
display: block;
}
.highslide-display-none {
display: none;
}

#artPrev, #artNext {padding-top:10px;}
#artPrev img, #artNext img {vertical-align:middle;}
#artPrev a, #artNext a {
	color:#121212;
	font-weight:bold;
	text-decoration:none;
}
#artPrev a:hover, #artNext a:hover {
	color:#121212;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
}

/*  styles for the unit rater
---------------------------------------------------------
ryan masuga, masugadesign.com
ryan@masugadesign.com
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */
.ratingblock {
	display:block;
	/*border-bottom:1px solid #999;*/
	padding-bottom:8px;
	margin-top:10px;
	margin-bottom:10px;
	}

.loading {
	height: 30px;
	background: url('../gfx/starrater/working.gif') 50% 50% no-repeat;
	}

.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('../gfx/starrater/starrating_big_yellow.png') top left repeat-x;
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}

.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}

.unit-rating li a:hover{
	background: url('../gfx/starrater/starrating_big_yellow.png') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('../gfx/starrater/starrating_big_yellow.png') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}