/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
/* end StyleCatcher imports */








/*








A Six Apart theme adapted for Movable Type default templates 
name: Minimalist Red  
designer: Lilia Ahner  
designer_url: http://lilia.vox.com 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/








/* DEFAULT SETTING */
body{
	margin:0;
	padding:0; 
	font-size:80%;
	text-align:center;
	line-height:1.4;
	color:#333;
	font-family:verdana,'MS UI Gothic',sans-serif;
	background:url(images/back.jpg) repeat-x;	
	}
div:after{separator
	content:"clear";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
div{
	zoom:1;
}
#logo{
	display: block;
	float: left;
}
#mainmenu{
	float:left;
}
#mainmenu ul{
	float:right;
	margin:0;
	padding:0;
	background:url(images/bg_mainmenu.gif) top left no-repeat;
}
#mainmenu li{
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
}
#mainmenu li a{
	width:80px;
	height:30px;
	display:block;
	padding:8px 10px 12px 10px;
	margin:0;
	text-decoration:none;
	overflow:hidden;
	color:#666;
	background:url(images/bg_mainmenu.gif) top right no-repeat;
}
#mainmenu span{
	display:block;
	margin:0;
	padding:0;
	font-size:10px;
	color:#ccc;
	font-weight:normal;
}
#side{
}








#side ul{
margin:0;
padding:0;
}








#side li{
list-style:none;
margin:0;
padding:0;
}








#side li a{
margin:0;
text-decoration:none;
padding:0 0 0 20px;
background:url(images/icon_folder.gif) 2px 2px no-repeat;
}








#side ul ul li a{
margin:0;
text-decoration:none;
padding:0 0 0 20px;
background:url(images/childmenu_on.gif) 2px 2px no-repeat;
}








#side h4{
	font-size:12px;
	margin:0 0 0 0;
	padding:0 0 0 10px;
	line-height:20px;
	color:#fff;
	font-weight:normal;
	background:url(images/bg_sidetitle.gif) no-repeat;
}
.box{
border: 1px solid #cccccc;
margin:0 0 15px 0;
padding:5px;
}








/* SEARCH PAGE&SEARCH BOX */
#search .search{
	width:85px;
	height:10px;
	font-size:0.8em;
}
/* TOPNEWS */
#top_news{
}
.news_contents{
	overflow:hidden;
	margin:0 10px 20px 10px;
}
.topnews_date{
	width:20%;
	color:#666;
	padding:3px 0 2px 16px;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
	background:url(images/icon_clock.gif) no-repeat left top;
	background-position:0px 7px;
}
.topnews_body{
	overflow:hidden;
	padding:2px 0 5px 0;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
}
/* FOOTER */
#footer{
	font-size:1em;
	margin:0;
	padding:0 0 0 0;
	background:#ff9900 bottom;
	text-align:right;
}
#footermenu{
	float:right;
	text-align:left;
	padding:2px 0;
}
#footermenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footermenu li{
	margin:0 0 0px 0;
	display:inline;
}
#footermenu a{
	padding:0 5px;
	color:#fff;
	border-left:1px solid #fff;
	text-decoration:none;
}
/* COPYRIGHT */
#copyright{
	float:left;
	color:#fff;
	text-align:right;
	padding:2px 0;
}
#copyright a{
	padding:0 5px;
	color:#fff;
	text-decoration:none;
}








#calendar {
	font-size:0.8em;
	color:#999;
	margin:0 0 15px 0;
}












/* BLOG PAGE */
.blog{
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.blog_title{
 	font-size:1.1em;
	margin:0;
	padding:2px 0 15px 15px;
	color:#333;
	border:1px solid #ccc;
	border-bottom:none;
	background:url(images/bg_blogtitle.gif) no-repeat;
}
.blog_cnt{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.blog_date{
	margin:5px 0 10px 0;
	padding:0 10px;
	color:#666;
	font-size:0.9em;
	font-weight:bold;
}
.blog_body{
	overflow:hidden;
	width:540px;
	margin:0 9px 20px 9px;
   	
}
.blog_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
	border:1px solid #ccc;
	border-top:1px dotted #ccc;
}
#entory_preview{
	float:left;
	margin:0 0 5px 0;
	padding:0 0 0 12px;
	text-align:left;
	width:45%;
	background:url(images/icon_arrow_left.gif) left no-repeat;
}
#entory_next{
	float:right;
	margin:0 0 5px 0;
	padding:0 12px 0 0;
	text-align:right;
	width:45%;
	background:url(images/icon_arrow_right.gif) right no-repeat;
}




