
/* ------------------------------------------------------------------------------------
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 {
	font: 12px/16px Verdana, Geneva, sans-serif;
	background-color: #000;
}
a {
	outline: 0;
	*star: expression(this.onFocus=this.blur());
	text-decoration: none;
}
a:hover {

}
a:active {

}
a:visited {

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

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

#header {

}
#footer {
	position: absolute;
	left: 35px;
	bottom: 108px;
	_left: 25px;
	_bottom: 8px;
}
#content {

}
#right {

}
#left {

}
#primary {
	width: 265px;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	float: left;
	background-color: #F2F2F2;
	}
#primary a {
	color: #000;
	}
#container {
	width: 762px;
	float: left;
	background-color: #1E1E1E;
	margin-left: 265px;
	min-height: 800px;
	display: inline;
	padding: 40px 0 50px 0;
}
#blog-title {
	margin: 30px 0 50px 50px;
	}
/* ------------------------------------------------------------------------------------
CUSTOM						 */
.entry-content {
	position: relative;
	width:550px;
	float: left;
	display: block;
	overflow: hidden;
	color: #999;
	}
.entry-content a {
	color: #999;
	}
.entry-content ul li {
	width: 512px;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	display:none;
	}
.entry-content ul li img {
	width: 512px;
	}
.entry-content-in ul li img {
	width: 512px;
	margin-bottom: 10px;
	}
.entry-content-in p {
	margin: 10px 0;
	background-color: #252525;
	padding: 15px;
	color: #999;
	}
img.blank_w {
	width: 100%;
	float: left;
	position: relative;
	z-index: 200;
}
.xoxo .menu {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	margin-top: -1px;
	}
.xoxo .menu h3	{
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	padding-right: 20px;
	text-align: right;
	cursor: pointer;
	}
.xoxo li ul {
	text-align: right;
	display: none;
	margin-top: -3px;
	padding-left: 150px;
	}
.xoxo li ul li {
	height: 20px;
	line-height: 20px;
	border-top: solid 1px #CCC;
	padding-right: 20px;
	}
.border1 {
	margin-bottom: -20px;
	position: relative;
	z-index: 100;
	}
.post_block {
	padding: 0 170px 0 80px;
	}
.border2 {
	margin: -20px 0 50px 0;
	position: relative;
	z-index: 100;
	float: left;
	}
.entry-title {
	font-size: 14px;
	color: #DDD;
	}
.entry-title a {
	color: #DDD;
	}
.entry-meta {
	margin: 8px 0;
	color: #666;
	}
.entry-meta a {
	color: #666;
	}
.link-in {
	margin-bottom: 10px;
	padding: 10px 15px 10px 15px;
	background-color: #252525;
	float: right;
	font-weight: bold;
	color: #999;
	}
.link-in a {
	color: #999;
}
.works_block .entry-content {
	width: 250px;
	float: left;
	margin-right: 20px;
	}
.works_block .entry-content img {
	width: 250px;
	}
.entry-sub h2 {
	margin-top: 15px;
	}
.entry-sub p {
	color: #CCC;
	margin: 10px 0;
	}
.on .entry-content {
	float: left;
	width: 590px;
	margin: 15px 20px 15px 0;
	}
.on .entry-content img {
	width: 590px;
	}
.works_block {
	padding: 15px 100px 15px 50px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	margin-top: -1px;
	background: #222 url(images/oo-trans.png) no-repeat 680px 30px;
	position: relative;
	}
.oo {
	background-color: #1E1E1E;
	}
.on {
	background: #EEE url(images/xx-trans.png) no-repeat 680px 30px;
	}
.on .entry-sub p,.on .entry-title {
	color: #333;
	}
.btn {
	position: absolute;
	top: 30px;
	right: 25px;
	cursor: pointer;
	}
.btn img {
	width: 70px;
	height: 50px;
	}
.works_desc {
	text-align: right;
	padding: 0 30px 20px 0;
	color: #999;
	font-weight: bold;
	}
