﻿/* 
---------------------------------------------------------------
../_model/index/search.php
--------------------------------------------------------------- 
*/
#blogSearch {
	height:30px;
	background:#666666;
	margin-bottom:10px;
	padding:10px 0px 0px 26px;
}
#blogSearch .blogSearchTitle {
	float:left;
	margin-right:10px;
}
#blogSearch .blogSearchTitle strong {
	color : #ffccff;
	font-size : 16px;
	display:block;
	padding:3px 0px 0px 0px;
}
#blogSearch .blogSearchContent {
	color : #ffffff;
	font-size : 10pt;
	float:left;
}
#blogSearch .blogSearchContent label{
}
#blogSearch .blogSearchContent label input{
	background: #ffffff;
}
#blogSearch .blogSearchContent button{
	color : #ffffff;
	background: url(../_images/button_bg.png) no-repeat;
	width: 80px;
	border-style: none;
}
/* 
---------------------------------------------------------------
../_model/index/center.php
--------------------------------------------------------------- 
*/
#advertiseCenter {
	float: right;
	width: 480px;
	height: 360px;
	margin-bottom: 10px;
}
#advertiseCenterText {
	position: absolute;
	z-index: 1;
	margin: 345px 0px 0px 25px;
	visibility: visible;
}
#advertiseCenterText a {
	color:#FFFFFF;
	background:#000000;
	text-align:center;
	display:block;
	filter: Alpha(Opacity=50);
	opacity:0.5;
	float: left;
	margin-right: 3px;
	width:15px;
	height:15px;
}
#advertiseCenterText a:hover {
	color:#FF0000;
}
/* 
---------------------------------------------------------------
../_model/index/bottom.php
--------------------------------------------------------------- 
*/
#advertiseBottom {
	float: right;
	height:120px;
	width: 780px;
	margin-bottom: 10px;
}
#advertiseBottomText {
	position: absolute;
	z-index: 1;
	margin: 372px 0px 0px 25px;
	visibility: visible;
}
#advertiseBottomText a {
	color:#FFFFFF;
	background:#000000;
	text-align:center;
	display:block;
	filter: Alpha(Opacity=50);
	opacity:0.5;
	float: left;
	margin-right: 3px;
	width:15px;
	height:15px;
}
#advertiseBottomText a:hover {
	color:#FF0000;
}
#advertiseBottom {
	width: 800px;
	height: 80px;
	margin: 0px 0px 0px -10px;
	background: #cccccc;
}
#advertiseBottom a {
	float: right;
	display: block;
	margin-right: 24px;
	margin-top: 10px;

}
/* 
---------------------------------------------------------------
../_model/index/login.php
--------------------------------------------------------------- 
*/
#blogLogin {
	float: left;
	background: #f9f5ea;
	width: 280px;
	height: 360px;
	margin-bottom: 10px;
}
#blogLogin .blogLoginTitle {
	margin: 15px auto;
	width: 227px;
}
#blogLogin .blogLoginTitle strong {
	color : #cc6699;
	font-size : 15px;
}
#blogLogin label{

}
#blogLogin label input{
	background: #ffffff;
}
#blogLogin .blogLoginContent{
	margin: 0px auto;
	width: 227px;
}
#blogRegister{
	margin: 0px auto;
	padding: 0px 0px 0px 90px;
}
#blogLogin button{
	width: 80px;
	height: 20px;
	background: url(../_images/button_bg.png) no-repeat;
	margin: 0px 0px 0px 150px;
	color:#FFFFFF;
}
#blogLogin .blogLine{
	background: url(../_images/dotline_login.png) no-repeat;
	margin: 20px auto;
	width: 227px;
	height: 3px;
}
#blogLogin .blogInfo{
	background: url(../_images/icon_login.png) no-repeat;
	padding: 0px 0px 0px 90px;
	margin: 0px auto;
	font-size: 12px;
	line-height: 14pt;
	color: #333333;
	width: 156px;
	height: 160px;
}
/* 
---------------------------------------------------------------
../_model/index/list.php
--------------------------------------------------------------- 
*/
#blogList{

}
#blogList .blogList h2{

}
#blogList .blogListCategories{

}
#blogList .blogListTime{

}
#blogList .blogListImage{

}
#blogList .blogListDescription{

}
#blogList .blogListRe{

}
/* 
---------------------------------------------------------------
../_model/index/expert.php
--------------------------------------------------------------- 
*/
#blogExpert {
	float: left;
	width:380px;
	margin-right:10px;
}
#blogExpert ul {
	margin:0px;
	padding:0px !important; /*IE7 FF2*/
}
#blogExpert li{
	list-style:none;
	border-bottom: 2px dotted #CCCCCC;
	padding: 10px 0px 10px 0px;
	height:100px;
}
#blogExpert .blogExpertTitle{
	color : #cc6699;
	font-size : 15px;
	border-bottom: 2px solid #CCCCCC;
}
#blogExpert .blogExpertContent{
	color:#666666;
	font-size:12px;
}
#blogExpert .blogExpertContent a{
	font-size:13px;
	font-weight:bold;
	display:block;
}
#blogExpert .blogExpertImage{
	float:left;
	margin:0px 5px 5px 0px;
	border:solid 1px #CCCCCC;
	width:100px;
	height:100px;
}
/* 
---------------------------------------------------------------
../_model/index/member.php
--------------------------------------------------------------- 
*/
#blogMember{
	float: left;
	width:380px;
	padding-left:10px;
	margin-top:-15px !important; /*IE7 FF2*/
}
#blogMember ul {
	margin:0px;
	padding:0px !important; /*IE7 FF2*/
}
#blogMember li{
	list-style:none;
	border-bottom: 2px dotted #CCCCCC;
	padding: 10px 0px 10px 0px;
	height:100px;
}
#blogMember .blogMemberTitle{
	color : #cc6699;
	font-size : 15px;
	border-bottom: 2px solid #CCCCCC;
}
#blogMember .blogMemberContent{
	color:#666666;
	font-size:12px;
}
#blogMember .blogMemberContent a{
	font-size:13px;
	font-weight:bold;
	display:block;
}
#blogMember .blogMemberImage{
	float:left;
	margin:0px 5px 5px 0px;
	border:solid 1px #CCCCCC;
	width:100px;
	height:100px;
}
