@import url("base.css");

/*++++++++++++++++
	wrapper
++++++++++++++++*/
#blog_title{
	text-align:center;
	padding:0 0 30px;
}

#blog_list{
	padding-bottom:10px;
}
#blog_list .no_list{
	font-size:12px;
	line-height:160%;
	color:#666666;
	text-align:center;
	padding:50px 0 40px;
}
#blog_list .item{
	padding:10px 10px 6px;
	margin:0 0 15px;
	background:url(../img/blog/blog_item_bg.jpg) left top repeat;
	background-size: 320px 170px;
	-webkit-background-size: 320px 170px;
	-moz-background-size: 320px 170px;
	-o-background-size: 320px 170px;
	-ms-background-size: 320px 170px;
}
#blog_list .item a{
	display:block;
	padding:6px 10px 10px;
	background:#FFFFFF;
}
#blog_list .item .item_header{
	height:100%;
	color:#5F4B43;
	padding:0 0 0px;
	background:url(../img/blog/title_line.gif) left bottom repeat-x;
}
#blog_list .item .date{
	font-family:Verdana, Geneva, sans-serif;
	color:#583932;
	font-size:8px;
	line-height:12px;
	float:right;
	padding:6px 0 0 10px;
}
#blog_list .item .title{
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	padding-bottom:3px;
}
#blog_list .item .photo{
	float:left;
	padding:15px 13px 0 0;
}
#blog_list .item .comment{
	font-size:10px;
	line-height:130%;
	height:83px;
	color:#6A5951;
	padding:9px 0 0;
}
#blog_list .item .item_footer{
	padding:8px 0 0;
}
#blog_list .item .item_footer .stylist_name{
	float:left;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	white-space:nowrap;
	padding-left:42px;
	width:112px;
	height:14px;
	overflow:hidden;
	background:url(../img/blog/post_title.png) left no-repeat;
	background-size: 38px 13px;
	-webkit-background-size: 38px 13px;
	-moz-background-size: 38px 13px;
	-o-background-size: 38px 13px;
	-ms-background-size: 38px 13px;
}
#blog_list .item .item_footer .salon_name{
	float:left;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	white-space:nowrap;
	padding-left:52px;
	width:82px;
	height:14px;
	overflow:hidden;
	background:url(../img/blog/salon_title.png) left no-repeat;
	background-size: 49px 13px;
	-webkit-background-size: 49px 13px;
	-moz-background-size: 49px 13px;
	-o-background-size: 49px 13px;
	-ms-background-size: 49px 13px;
}
#search_footer{
	font-size:12px;
	color:#FFFFFF;
	line-height:17px;
	margin-bottom:50px;
	padding:7px 18px 10px;
	background:url(../img/blog/search_footer_bg.jpg) left bottom repeat-x;
	background-size: 3px 40px;
	-webkit-background-size: 3px 40px;
	-moz-background-size: 3px 40px;
	-o-background-size: 3px 40px;
	-ms-background-size: 3px 40px;
}
#search_footer .prev{
	float:left;
	width:49px;
	height:24px;
}
#search_footer .next{
	float:right;
	width:49px;
	height:24px;
}
#search_footer .pager{
	text-align:center;
	font-weight:bold;
	padding:4px 0 0;
}