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

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html,body {
	line-height: 1;
	height: 100%;
	width: 100%;
}
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 {
	position: relative;
	background: #DDD url(images/bg-trans.png) repeat;
	_background: #DDD url(images/bg-trans.jpg) repeat;
	font: 12px/16px Verdana, Geneva, sans-serif;
	color: #999;
	width: 100%;
	min-width: 950px;
}
a {
	outline: 0;
	*star: expression(this.onFocus=this.blur());
	text-decoration: none;
	color: #CCC;
}
a:hover {

}
a:active {

}
a:visited {

}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	height: 0; 
	font-size: 0; 
	clear: both;
	overflow: hidden;
}

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

#container {
	margin-left: 25px;
}
#header {
	margin: 25px;
	float: left;
}
#footer {
	margin-left: 25px;
	width: 900px;	
}
#content {

}
#right {

}
#left {

}


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

#blog-title {
	background-color: #FFF;
	width: 425px;
	height: 75px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	}
#blog-title span {
	padding: 10px 0 0 10px;
	display: block;
	}
.first_pic,.post_info {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	}
.first_pic img {
	width: 300px;
	height: 225px;
	}
.post {
	position: relative;
	float: left;
	width: 300px;
	height: 225px;
	overflow: hidden;
	background-color: #FFF;
	}
.post_info {
	padding: 20px 30px;
	}
.entry-meta {
	text-align: right;
	width: 240px;
	display: block;
	position: absolute;
	top: 160px;
	}
.expcerpt {
	width: 240px;
	padding-left: 5px;
	display: block;
	}
#sub {
	float: left;
	display: block;
	margin: 25px;
	_margin: 25px 105px 25px 0;
	}
#sub h3 {
	background-color: #FFF;
	padding: 10px;
	}
.works {
	float: left;
	display: block;
	margin: 0 25px 0 150px;
	width: 125px;
	}
.contact {
	width: 125px;
	float: left;
	display: block;
	}
.copyright {
	text-align: right;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
	background-color: #FFF;
	margin-bottom: 25px;
	}
.works_cont {
	display: none;
	margin-bottom: 25px;
	*margin-bottom: 23px
	}
.works_cont li {
	margin-bottom: -3px;
	*margin-bottom: 0;
	float: left;
	display: inline;
	}