/*
Theme Name: JAN
Theme URI: http://tiaozhanshu.net/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Jan Zhou
Author URI: http://tiaozhanshu.net/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body{
padding:0px;
margin:0px;
background:url('images/walls/13.jpg') fixed 50% 50%;
font-family: Calibri, Arial, sans-serif;
font-size: 72.5%;
}
a { border: none; text-decoration: none; outline: none; color: #0274ba; }
img { border: none; outline: none; }
#desktop{
width: 100%;
height: 100%;
margin:0px;
overflow:hidden;
position: absolute;
}
#widgets{
right:2px;width:300px;
}
#twitter{
left:2px;
}
.widget li {
	list-style: none;
}
.widgettitle{
font-size: 130%;
}
.balloon {
position:absolute;display:none;z-index:9999;height:auto;
bottom:22px;background:#111;border-radius:5px;color: #fff;padding:4px 8px;
}
.window {
background-clip: border-box;
background-color: black;
background-origin: padding-box;
border: #ccc;
border-radius: 2px;
border-style: solid;
border-width: 1px;
color: #eee;
display: block;
height:520px;
padding:5px;
width: 841px;
overflow:hidden;
left:21.8%;top:40px;
}
.title-bar{
margin:0px;cursor:move;
}
.buttons{
float:right;
}
.button{float:left;
width:6px;cursor:pointer;height:6px;background:green;margin:0px 12px 0px 0px;
}
.min{
background:url('images/button-min.png');
}
.max{
background:url('images/button-max.png');
}
.close{
background:url('images/button-close.png');
}
h1{
height:35px;
margin:0px;
padding-left:10px;
}
h2{
height:35px;
margin:0px;
}
.content{background-color:white;color:black;
overflow:hidden;height:482px;
}
.post {
color:black;
position: relative;padding:10px;margin:0px;
}
#taskbar {
	width: 100%;
	height: 18px;
	padding: 12px 6px 0px 6px;
	background: url('images/the-dock.png') repeat-x 0 0;
	color: #fff;
	text-transform: uppercase;
	position: fixed;
	bottom: 0px;
	left:0px;
	z-index: 10000;
}

#postbar {
margin :0;
}
#postbar li {
cursor:pointer;
overflow:hidden;
padding-left:15px;
padding-right:15px;
list-style:none;
display: inline;
float:left;
border-right: 1px solid #AAA;
}
/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
