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

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
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%;
}
body {
	background-color: #000;
	font: 11px/14px Verdana, Geneva, sans-serif;
	color: #FFF;
}
a {
	outline: 0;
	*star: expression(this.onFocus=this.blur());
	color: #FFF;
	text-decoration: none;
}
a:hover {

}
a:active {

}
a:visited {

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

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

#container {

}
#header {
	width: 500px;
	height: 22px;
	padding: 15px 0 0 10px;
	background: url(images/bg_toolbar.jpg) no-repeat left top;
	color: #FFF;
}
#footer {
	color: #000;
}
#footer a {
	color: #000;
}
#content {

}
#right {

}
#left {

}

/* ------------------------------------------------------------------------------------
CUSTOM						 */
.out .entry-content {
	display: none;
	}
.out .post {
	float: left;
	position: relative;
	width: 300px;
	}
.in .entry-content p {
	float: left;
	position: relative;
	}
.out .post img {
	width: 300px;
	}
.out .title_block {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #000;
	padding: 7px 10px 7px 20px;
	}
.out .title_block h1 {
	font-size: 11px;
	font-weight: bold;
	}
.out .entry-title {
	text-align: right;
	}
.out .entry-meta {
	text-align: left;
	}
.in .entry-meta {
	text-align: right;
	}
.out .over {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	}
.out #wrapper {
	position: relative;
	z-index: 1;
	}
.in .info {
	position: relative;
	width: 400px;
	padding: 20px;
	margin: 0 0 0 350px;
	z-index: 20;
	background-color: #000;
	}
.in .entry-content {
	position: absolute;
	left: 0;
	top: 37px;
	_top: 44px;
	}
#blog-title {
	font-weight: bold;
	font-size: 13px;
	float: left;
	}
.cate {
	float: left;
	margin-left: 5px;
	width: 250px;
	}
.cate li {
	float: right;
	margin-right: 8px;
	list-style: none;
	}
#comments {
	margin-top: 20px;
	}
#comments input,#comments textarea {
	background-color: #222;
	padding: 3px;
	font-size: 12px;
	margin-bottom: 5px;
	color: #FFF;
	}
.form-input {
	width: 220px;
	*width: 190px;
	float: left;
}
.form-label {
	height: 18px;
	line-height: 18px;
	}
#comment-notes,#login {
	margin-bottom: 10px;
	}
	
