/*
Theme Name: alcebon
Theme URI: http://alcebon.com/t-shirt/
Version: 1.0
Author: alcebon
*/

/* ------------------------------------*/
/* index                               */
/* ------------------------------------*/
#contents .list_box .item_box {
	float: left;
	width: 299px;
	text-align: justify;
	font-size: 11px;
	line-height: 150%;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#contents .list_box .item_box img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline;
}
#contents .list_box {
	width: 679px;
	overflow: auto;
	display: inline;  /* IE6 fix */  
}
#contents h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ED6406;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(images/icon_arrowjpg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
/* ------------------------------------*/
/* archive                             */
/* ------------------------------------*/
.archive #contents .item {
	float: left;
	width: 206px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	padding-bottom: 20px;
	display: inline;  /* IE6 fix */ 
}
.archive h2 {
	font-size: 12px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.archive #contents .item h3 {
	font-size: 12px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* ------------------------------------*/
/* single                              */
/* ------------------------------------*/
.single #contents .t_detail {
	float: left;
	padding-right: 20px;
	width: 350px;
}
.single #contents .profile {
	float: left;
	width: 309px;
	font-size: 11px;
	line-height: 150%;
}
.single #contents .profile img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.single #contents .profile .buy {
	padding-top: 20px;
	clear: both;
}

