/* ------------------------------------------------------------------------------------
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:100%;
}
body {
	width: 100%;
	text-align: center;
	font: 12px/16px Verdana, Geneva, sans-serif;
	color: #1F1F1F;
	background-color: #1F1F1F;
	position: relative;
	width: 100%;
	background: #1F1F1F url(bg_.gif) repeat;
}
a {
	outline: 0;
	*star: expression(this.onFocus=this.blur());
	text-decoration: none;
	color: #FFF;
}
a:hover {

}
a:active {

}
a:visited {

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

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

#bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	}
#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	}
#container {
	width: 696px;
	float: left;
}
#left {
	width: 200px;
	margin-right: 20px;
	float: left;
	background-color: #000;
	}
#header {
	width: 200px;
}
#blog-description {
	padding: 0 0 10px 12px;
	font-size: 11px;
	}
#sidebar {
	width: 200px;
	position: relative;
	}
#side_menu ul {
	padding: 10px 0 200px 0;
	}
#side_menu ul li {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	}
#side_menu ul li span {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	padding: 2px 0 8px 1px;
	}
#side_menu .post {
	padding: 0 0 0 10px;
	}
#side_menu .post a {
	display: inline-block;
	}
#footer {
	padding: 10px;
	font-size: 11px;
	position: absolute;
	bottom: 0;
}
#content {

}
#right {

}
#left {

}


/* ------------------------------------------------------------------------------------
CUSTOM						 */
.entry-meta {
	display: none;
	}
.blocks {
	width: 164px;
	margin-right: 10px;
	float: left;
	background-color: #000;
	}
.wp-pagenavi {
	width: 144px;
	float: left;
	background-color: #000;
	padding: 10px;
	}
.pages {
	display: none;
	}
.current {
	text-decoration: underline;
	}
.entry-content {
	display: none;
	padding-bottom: 10px;
	}
.entry-content p {
	display: inline;
	}
.post {
	padding: 10px 10px 0 10px;
	}
.last {
	padding: 10px;
	}
.last .entry-content {
	padding-bottom: 0;
	}
h1 {
	font-size: 35px;
	line-height: 28px;
	padding: 15px 0 0 10px;
	}
h2 {
	margin: 5px 0 3px 0;
	display: block;
	}
.category-gfw h2 a,.category-gfw p {
	text-decoration: line-through;
	} 
h3 {
	font-size: 16px;
	padding: 10px;
	}
.color_sel {
	position: relative;
}
.color_sel ul li {
	float: left;
	width: 20px;
	height: 2px;
	overflow: hidden;
}
input {
	border: solid 1px #1F1F1F;
	height: 17px;
	padding: 2px 2px 0 2px;
	}

