/*===============================================*/
/*名字 : FantasySky Blog 基本布局样式表-A左B自适应模式*/
/*作者 : SULei*/
/*最后修改 : 2005.4.1*/
/*Description : 用缩进的方式表达各元素在结构文档中的从属关系,*/
/*本文件可以自由修改,请注意备份和注明*/
/*===============================================*/


/*导入日历表的专用样式*/
@import url("calendar.css");
@import url("content_h1_h6.css");

/*====标准标签定义======================================*/
body {font-size:12px;background:#EEE;
margin:0;
font-family:"Verdana",宋体,sans-serif;
} /*页面为紫色*/

/*这些是用来进行额外修饰用的标签,本身没有内容.分布在各大区块的中间*/
.adom1 , .adom2 , .adom3 , .adom4 , .adom5 {display:none;}
.adom_a_bottom {display:none;}

img {border:0px;}

div {border:#999 solid 0px;}

a:link {text-decoration : none;color:#09F;}
a:visited {text-decoration : none;color:#09F;}
a:hover {text-decoration : underline;color:#90F;}
a:active {text-decoration : underline;color:#90F;}

h3 {border-bottom:#BBB solid 1px;margin:0;padding:5px;font-size:16px;font-weight:normal;}

/*头部(包括主题图片,BLOG名字,副标题,LOGO标志)*/
.head {background:#333;height:35px;border-bottom:#999 solid 3px;padding:5px 0 0 5px;}
	.BlogTheme {font-size:24px;color:#EEE;font-family:"Arial",宋体,sans-serif;}
	.BlogTheme span {font-size:14px;}


/*结构的主体,分两个部分:host_a是辅助功能的边栏,host_b是显示分类菜单和主要内容的区域*/
/*灰色表示边栏区域*/
.host {background:#EEE;float:left;width:100%;} 


	 /*绿色表示边栏区域*/
	.host_a {background:#EEE;float:left;width:200px;border-right:#333 solid 1px;}
		.subclass h4 {background:#9D5;border-top:#593 solid 6px;padding:3px 3px 3px 30px;margin:0 0 5px 0;color:#000;font-size:14px;font-weight:normal;}
		.subclass_cont {margin:0 0 10px 0;}
		.subclass_cont .tags {margin:5px 5px;border:#777 solid 1px;padding:5px;background:#FFF;}
		.subclass_cont .tags a {margin-right:8px;}
		.subclass_cont .tags a span {font-size:0.75em;color:#333;font-weight:bold;display:none;margin:0 0 0 3px;}
		.subclass_cont .tags a:hover span {display:inline ;}
			.host_a ul{margin:0px;padding:0;}
			.host_a li {}
			.host_a li span{display:none;}
		
		#theme li, #userlogin li, #topic li, #comments li, #links li, #FriendLink li {margin:0px 10px;list-style:none;}
	 /*蓝色表示内容区域*/
	.host_b {background:#FFF;margin:0 0 0 200px;border-left:#333 solid 1px;}


		/*双DIV嵌套是用于实现完美float和宽度自适应布局,内容全在这里,黑色边框表示此区域*/
		.liner {padding:30px 0 0 0;} 
			.Menu {position:absolute;margin:-30px 0 0 0;}
			.Menu ul {margin:0;padding:0;list-style:none;}
			.Menu li {float:left;}
				.Menu li a {display:block;padding:8px 15px;background:url("../images/pic_arrow.gif") center left no-repeat;}
					.Menu a:link {background:#FFF;color:#09F;text-decoration : none;}
					.Menu a:visited {background:#FFF;color:#09F;text-decoration : none;}
					.Menu a:hover {background:#EEE url("../images/pic_arrow.gif") center left no-repeat;color:#09F;text-decoration : none;}
					.Menu a:active {background:#EEE;color:#09F;text-decoration : none;}
					#Selected {background:#0DF url("../images/pic_arrow_up.gif") center bottom no-repeat;;color:#FFF;}
				.Menu li span {display:none;}

				.PageNumber {border:#333 solid 0px;background:#666;text-align:right;}
					.PageNumber h5 {display:none;font-size:12px;font-weight:normal;margin:0;}
					.PageNumber img {border:0px;margin:3px;}

			.log {border:#bbb solid 1px;margin:8px;padding:5px;background:url("../images/bg_log.gif") top left no-repeat;}
				.loginfo {margin:0;padding:5px;font-size:12px;font-weight:normal;color:#666;text-align:right;}


			.OpButton {text-align:right;margin:5px;}
				.OpButton span {margin:5px;}
				.Op_B {border-bottom:#09F solid 2px;}
			.Trackback {font-size:9px;background:#EEE;color:#999;padding:3px;margin:10px;font-family:"Verdana",Arial,宋体,sans-serif;}

			.topic {background:#EEE url("../images/bg_log.gif") top left no-repeat;}
/*===============无敌分割线===================*/
/*详细内容的样式定义*/
.Next_Prev {text-align:right;margin:0 30px 0 30px;}
	.Next {float:left;}
	.Prev {}

.repcontent {border:#bbb solid 1px;margin:8px;padding:5px;background:url("../images/bg_log.gif") top left no-repeat;}
	.repcontent h5 {background:none;font-size:12px;margin:0;color:#336;}
	.repcontent .Apage {text-align:right;margin:3px;}
		.AContent {background:none;padding:5px;}
		.AContent div {border-bottom:#DDD solid 1px;padding:5px;}

	.WriteRe {color:#300;}
		textarea {width:340px;}
/*=========================================*/

/*页面结束部分,其中包含一个显示版权信息的copyrights类*/
.bottom {font-family:"Verdana",Arial,sans-serif;font-size:9px;text-align:right;padding:5px;background:#333;color:#EEE;margin:0;border-top:#999 solid 2px;}