/*
* 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: 300px;
	left: 1em;
	top: 1em;
	background: #333;
	color: #888;
	padding-top:40px;

}
.Kaccordion dt{
	line-height: 160%;
	background-color: #333;
	padding: 0 10px;
	font-weight: bold;
	color: #55555;
	text-shadow: rgba(0,0,0,.8) 0 1px 0;
		
}
.Kaccordion dd{
	overflow: auto;
	margin: 0.5em;
	margin-left:20px;
	text-shadow: rgba(0,0,0,.8) 0 1px 0;
}
.Kaccordion p{
	margin: 2em 0.5em 2em 0.5em;
	color:#888;
	text-shadow: rgba(0,0,0,.8) 0 1px 0;
}
.Kaccordion dt.hover
{
	color: #666;
	cursor: pointer;
}
.Kaccordion dt.active
{

	color: #555555;
}

/* 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 #222;
	background-color: #222;
	opacity: 0.90;
	color: #1a1a1a;  
    padding: .5em;  
    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px;  
    -khtml-border-radius: 6px;  
    border-radius: 6px;
   	text-shadow: rgba(0,0,0,.8) 0 1px 0;
  
}
#tooltip h3, #tooltip p { margin: 0;
	font-family:  Helvetica, Arial, Sans-Serif;
	font-weight: normal;

 }

.tipTester {
	color: #000;
	background: #ccc;
	width: 250px;
}

/* imagebox */
#ImageBoxOverlay
{
	background-color: #222;
	
}
#ImageBoxCaption
{
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #888;
}
#ImageBoxCaptionImages
{
	color: #666;
	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.png);
	background-repeat:	no-repeat;
	background-position: right center;
}
#ImageBoxPrevImage:hover
{
	background-image: url(images/imagebox/prev_image.png);
	background-repeat:	no-repeat;
	background-position: left center;
}

#ImageBoxClose img
{
    border: none;
}

/* reflections */
img.reflect{}
