@charset "utf-8";

/* ================================================================

CSS Information

 File name:      lab.css
 Summary:        for Lab
 Last update:    2010-05-14


================================================================ */


/* @group lab thumbnail */

.category-lab #container .WrapInner {
	display: block;
}

body.category-lab div#column1 {
	display: block;
	width: 900px;
}

body.category-lab div#column1:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html body.category-lab div#column1             { zoom: 1; } /* IE6 */
*:first-child+html body.category-lab div#column1 { zoom: 1; } /* IE7 */


body.category-lab div#column1 section {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	display: inline;
}

body.category-lab div#column1 section header {
	width: 210px;
	background: url(../../img/lab_cut_top.png) no-repeat center top;
	overflow: hidden;
	padding-top: 10px;
	text-align: right;
}
body.category-lab div#column1 section header time{
	padding-right: 10px;
	font-size: x-small;
}
body.category-lab div#column1 section header,
body.category-lab div#column1 section article,
body.category-lab div#column1 section footer{
	display: block;
}
body.category-lab div#column1 section article{
	width: 210px;
	text-align: center;
}
body.category-lab div#column1 section p{
	width: 210px;
	height: 180px;
	overflow: hidden;
	margin: 0;
	background: #fff url(../../img/lab_cut_mid.png) repeat-y left top;
}

body.category-lab div#column1 section article img {
	
}
body.category-lab div#column1 section article footer {
	width: 210px;
	height: 30px;
	text-align: right; 
	background: url(../../img/lab_cut_btm.png) no-repeat left bottom;
}
body.category-lab div#column1 section article footer a{
	padding-right: 10px;
	font-size: 0.9em;
}


.wp-pagenavi {
	text-align: center;
}

.Content {
	text-align: center;
	padding-bottom: 40px;
}

/* @end */
