/* yaean.com: root/home.css */

#portfolio{
	width: 800px;
	height: 350px;
	position: relative;
}

#portfolio a{
	position: absolute;	
	z-index: 0;
	width: 800px;
	height: 350px;
	display: block;
}

#portfolio a img{
	position: absolute;	
	z-index: 0;
	width: 800px;
	height: 350px;
}

#portfolio #caption{
	position: absolute;
	z-index: 1;
	padding: 10px;
	background-color: black;
	width: 780px;
	height: 15px;
	top: 350px;
	opacity: 0.7;
	visibility: hidden;
}

#portfolio #caption p{
	color: white;
	margin: 0;
}

span.nb{
	font-weight: normal;
	font-style: normal;
}

h2{
	padding-left: 25px;
	background: url(../../img/star.gif) no-repeat;
}

table#blog{
	border-collapse: collapse;
	margin-left: 20px;
}

table#blog td{
	vertical-align: top;
	padding-top: 5px;
}

table#blog td.date{
	width: 110px;
}


table#blog td.abstract{
	width: 460px;
}

table#blog td a.pic{
	padding-right: 5px;
	float: left;
}

table#blog td.abstract{
	border-bottom: 1px solid silver;
}

table#blog td h4{
	margin-top: 0;
}

table#blog .tags_block{
	border-top: 1px dashed silver;
	clear: both;
	padding-top: 2px;
}

table#blog .tags_block h5{
	color: silver;
	display: inline;
	font-size: 100%;
}

table#blog .tags_block a{
	color: silver;
}

p.read_more{
	text-align: right;
}

#columns{
	
}

#left{
	width: 180px;
	float: left;
	border-right: 1px solid silver;
	padding-right: 20px;
}

#right{
	width: 590px;
	float: left;
	border-left: 1px solid silver;
	margin-left: -1px;
}

#bhead{
	width: 570px;
	border-bottom: 1px solid silver;
	margin-top: 10px;
	margin-left: 20px;
	position: relative;
}

#bhead a{
	font-weight: normal;
	font-style: normal;
}

#bhead h2{
	margin-bottom: 5px;
}

#bhead h2 a{
}

a#rss{
	position: absolute;
	right: 0;
	top: 5px;
}


#recent{
	margin-top: 30px;
}

#recent #box{
	margin-left: 10px;
}

#recent #box a{
	width: 150px;
	height: 150px;
}

#recent p{
	margin-bottom: 0;
	color: #B5B2D8;
}

#recent strong{
	color: #9F82B3;
}


