
/* ------------------------------------------------------------------------------------
RESETS						 */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: 0;
	*star: expression(this.onFocus=this.blur());
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

/* ------------------------------------------------------------------------------------
BASICS						 */

html {
	min-height:101%;
	overflow: hidden;
	background-color: #FFF;
}
body {
	position: relative;
	overflow: hidden;
	min-height:101%;
	font: 12px/16px Verdana, Geneva, sans-serif;
}
a {
	outline: 0;
	*star: expression(this.onFocus=this.blur());
	color: #333;
}
a:hover {

}
a:active {

}
a:visited {

}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

/* ------------------------------------------------------------------------------------
STRUCTURE					 */

#wrapper {
	height: 100%;
	position: relative;
}
#header {
	background: url(images/bg_head-trans.png) no-repeat left top;
	min-height: 103px;
	width: 375px;
	position: absolute;
	left: 0;
	top: 30%;
	z-index: 20;
	padding-top: 20px;
	text-align: right;
}
#overblock {
	background: #EFEFEF;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
#footer {

}
#content {

}
#right {

}
#left {

}


/* ------------------------------------------------------------------------------------
CUSTOM						 */

.entry-content td {
	vertical-align: middle;
	padding-right: 10px;
	cursor: move;
	}
.entry-content td img {
	}
#drag_block {
	position: absolute;
	z-index: 1;
	left: 0;
	}
.cont_sel {
	margin: 5px 10px 0 0;
	width: 200px;
	float: right;
	font-size: 11px;
	}
.cont_sel select {
	width: 200px;
	text-align: right;
	}
.cont_sel select option {
	text-align: right;
	padding-right: 10px;
	}
#blog-title {
	position: relative;
	}
.level-0 {
	font-weight: bold;
	}
.excerpt {
	margin: 0 10px 20px 50px;
	width: 315px;
	display: none;
	}
	
/* ------------------------------------------------------------------------------------
JLook						 */

.jLookForm a{
	outline: none;
}
.jLookLabel{
	display: block;
}
/* SELECT */
.jLookSelectWrapper{
	/*border: 1px solid #CCCCCC;*/
	width: 203px;
	height: 21px;
	background: url(images/bg_navpulldown-trans.png) no-repeat left top;
}
	.jLookSelectHeader{
		float: left;
		height: 21px;
		width: 180px;
	}
	.jLookSelectHeader div{
		float:left;
		line-height: 20px;
		overflow: hidden;
		height: 20px;
		padding: 1px 0 0 5px;
		width: 175px;
	}
	.jLookSelectHeader a {
		display: inline;
		display: block;
		width: 20px;
		height: 21px;
		margin-left: 185px;
		*margin: -22px 0 0 183px;
	}
	.jLookSelectWrapper ul {
		position: absolute;
		width: 201px;
		top: 86px;
		height:1;
		left: 165px;
		_left: -162px;
		list-style: none;
		background: #fff;
		border: 1px solid #CCCCCC;
		display: none;
	}
	.jLookSelectWrapper ul li a {
		display: block;
		padding: 0 10px;
		text-decoration: none;
		background: #fff;
	}
	.jLookSelectWrapper ul li a:hover{
		background:#EFEFEF;
		color: #000;
	}
.jLookSelectWrapper ul li a#cat--1 {
	background-color: #CCC;
	margin: 0 0 5px 0;
	display: block;
	color: #000;
	font-weight: bold;
	}
.jLookSelectWrapper ul li a#cat-6 {
	margin: 3px 0;
	font-weight: bold;
	color: #000;
	background-color: #EBEBEB;
	}
.jLookSelectWrapper ul li a#cat-6:hover {
	background-color: #EBEBEB;
	color: #333;
	cursor: default;
	}