/*
* Skin URI: http://www.elektronramp.com/downloads/
* Version: 1.1
* Description: skin for the Kaccordion plugin for Wordpress
* Author: Dennis Kayser
* Author URI: http://www.elektronramp.com/
* Last Edit: May 18 2007
*/

p.imageboxTester img {border: 1px solid #fff; margin: 5px;}

/* Accordion css */
.Kaccordion{
	width: 700px;
	border: 1px solid #0090DF;
	left: 1em;
	top: 1em;
	background: #fff;
	color: #000;
}
.Kaccordion dt{
	line-height: 160%;
	background-color: #34a0cd;
	border-top: 2px solid #bce7f9;
	border-bottom: 2px solid #2789b1;
	padding: 0 10px;
	font-weight: bold;
	color: #fff;
}
.Kaccordion dd{
	overflow: auto;
	margin: 0.5em;
}
.Kaccordion p{
	margin: 2em 0.5em 2em 0.5em;
}
.Kaccordion dt.hover
{
	cursor: pointer;
	background-color: #1e7ca4;
}
.Kaccordion dt.active
{
	background-color: #6fcaf0;
	border-top: 2px solid #bce7f9;
	border-bottom: 2px solid #2d9bc8;
	color: #333;
}

/* window resize css */

#window
{
	position: absolute;
	left: 550px;
	top: 1800px;
	width: 400px;
	height: 300px;
	overflow: hidden;
	display: none;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(images/window/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	background-image:url(images/window/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 10px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 270px;
	background-image: url(images/window/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 270px;
	background-image: url(images/window/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#windowResize
{
	position: absolute;
	right: 4px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #0090DF;
	height: 255px;
	width: 375px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #000;
}
#windowContent *
{
	margin: 1em;
}
.transferer2
{
	border: 1px solid #34a0cd;
	background-color: #a8def5;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

/* plain draggable */

.draggable {
	position: absolute;
	width: 8em;
	height: 8em;
	border: 1px solid #0090DF;
	background-color: #68BFEF;
	padding: 1em;
	text-align: center;
}

.dragHandle div
{
	cursor: move;
	background-color: #900;
	height: 1.5em;
}

#drag1
{
	top: 2500px;
	left: 600px;
}

#drag2
{
	top: 2500px;
	left: 800px;
}


/* tooltips */
#tooltip {
	color: #000;
	border: 1px solid #0090DF;
	background-color: #68BFEF;
	opacity: 0.90;
	padding: 5px;
}
#tooltip h3, #tooltip p { margin: 0; }

.tipTester {
	color: #000;
	background: #ccc;
	width: 350px;
}

/* imagebox */
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	color: #000;
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}

#ImageBoxClose img
{
    border: none;
}

/* reflections */
img.reflect{}