/* Base Weblog (base-weblog.css) */

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* page layout */

body
{
	color: #333;
	background: #F1E9DD;
	background-image : url("./images/ba.gif"); 
	background-repeat:repeat;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:1.5;
	font-family: Verdana, Arial, sans-serif;
}

#container
{
	width: 770px;
	background:#fff;
}

#container-inner
{
	margin:0 5px;
}

#banner
{
	background-image : url("./images/banner/ba.gif"); 
	background-repeat:no-repeat;
	height:104px;
	margin:0;
}

#banner-inner
{
   padding:0 13px;
}

#banner .logo {
	float:left;
	}

#banner .update {
	background-image : url("./images/banner/ba_update.gif"); 
	background-repeat:no-repeat;
	height:18px;
	padding-top:4px;
	text-align:center;
	width:154px;
	font-size:10px;
	}

#banner-header
{
	float:right;
	text-align:right;
}

#banner h1
{
	font-size:10px;
	color:#666;
	height:13px;
	margin:0;
	font-weight:normal;
}

#alpha {
	width: 565px;
	float:right;
	}

#alpha a {
	color:#0000cc;
	}

#alpha-inner {
	margin-right:15px;
	}

#beta {
	width: 180px;
	margin:10px 0;
	background: #F1E9DD;
	background-image : url("./images/beta/ba.gif"); 
	background-repeat:repeat-y;
	float:left;
	}
#cate {
	width: 180px;
	background-repeat:repeat-y;
	float:left;
	}
#beta a {
	color:#FF6600;
	}

#footer {
	clear:both;
	background-image : url("./images/footer/ba.gif"); 
	background-repeat:no-repeat;
	height:54px;
	text-align:right;
	}

#footer-inner {
	padding:13px 13px 0 13px;
	}

#footer .content {
	margin-bottom:3px;
	border-bottom:1px dashed #c0c0c0;
	font-size:12px;
	padding-bottom:3px;
	}

#footer a {
	color:#FF8C40;
	}

#beta-inner
{
   padding:5px 10px;
}

#beta ul {
	margin:0 0 10px 0;
	padding:0;
	list-style-type:none;
	}

#beta li {
	border-bottom:1px dashed #A67C52;
	padding:7px;
	margin:0; 
	background-repeat:no-repeat;
	background-position:center right;
	list-style-type:none;
	}

#beta .rent {
	background-image : url("./images/beta/icon_rent.gif"); 
	}

#beta .buy {
	background-image : url("./images/beta/icon_buy.gif"); 
	}

#beta .margin {
	margin-bottom:20px;
	}

.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
	background-image : url("./images/alpha/title.gif"); 
	background-repeat:no-repeat;
	height:24px;
	padding-top:3px;
	padding-left:30px;
	font-size:14px;
	color:#330000;
}

.center {
	text-align:center;
	}

.entry-more-link {
	text-align:right;
	}

img.left {
float:left;
margin-right:10px;
}

img.right {
float:right;
margin-left:10px;
}

hr {
	border:1px solid #e6e6e6;
	height:1px;
	clear:both;
	}

.entry-body {
	width:150px;
	float:left;
	margin:0 12px;
	}

img.list {
	margin:0 5px;
	width:80px;
	}