@charset "utf-8";
/* -------------------------------------------------
Author:  #!-loveradio
Update:  2009/7/1
WebSite: http://www.leftbank.cn
Contact: QQ 5231396
         Mail loveradio@163.com
		 Tel 13880626573
-------------------------------------------------- */

/*全局属性*/
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	width:100%;
	color:#000;
	font-family: Verdana, "宋体";
	background-color:#fff;
	background:url(../images/bodyBg.jpg) center repeat-y;
	font-size:12px;
	text-align:left;
}
ul, ol, li {
	list-style-type:none;
}
img {
	vertical-align:top;
}
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#060;
	text-decoration:underline;
}
h1, h2 {
	display:inline;
}
h1 {
	font-size:24px;
	font-family:"微软雅黑", "宋体";
	font-weight:bold;
	line-height:2.2em;
}
h2 {
	font-size:18px;
	font-family:"微软雅黑", "宋体";
	font-weight:bold;
	line-height:1.8em;
}
h3 {
	font-size:14px;
	font-family:"微软雅黑", "宋体";
	font-weight:bold;
	line-height:25px;
}
.fB {
	font-weight:bold;
}
.fI {
	font-style:italic;
}
.fred, a.fred:link, a.fred:visited {
	color:#F00;
}
.fblue, a.fblue:link, a.fblue:visited {
	color:#06C;
}
.fgreen, a.fgreen:link, a.fgreen:visited {
	color:#090;
}
.forange, a.forange:link, a.forange:visited {
	color:#F90;
}
.fyellow, a.fyellow:link, a.fyellow:visited {
	color:#FF0;
}
.fgray, a.fgray:link, a.fgray:visited {
	color:#666;
}
.fwhite, a.fwhite:link, a.fwhite:visited {
	color:#fff;
}
.fblack, a.fblack:link, a.fblack:visited {
	color:#000;
}
.f14px {
	font-size:14px;
}
.clear {
	font-size: 1px;
	clear: both;
	visibility: hidden;
	width: 1px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.blank5 {
	height:5px;
	clear:both;
	font-size:1px;
}
/*全局开始*/
#container {
	width:930px; margin:0 auto;
}
#top,#info,#main{ width:930px; clear:both; overflow:hidden;}

#top{ background:url(../images/topBg.jpg) no-repeat; height:90px;}
#top ul{ float:right;}
#top ul li{ float:left; margin:0 0 0 5px; height:35px; line-height:35px;}

#info{ background:url(../images/infoBg.jpg) no-repeat; height:225px;}
#infoBox{ float:right; margin:10px 15px 0 0; width:660px; height:200px; overflow:hidden; line-height:1.8em; font-size:14px; color:#fff;}

#mainSide{ float:left; width:245px;}
#mainRss{ float:left; width:685px;}
#mainRss .title{ clear:both; width:685px;}
#mainRss .list{ clear:both; width:600px; margin:5px auto;}
#mainRss .list ul li{ height:14px; line-height:14px; margin:0 0 15px 0;}
#mainRss .list .ico{ float:left; width:80px;}
#mainRss .list .name{ float:left; width:120px;}
#mainRss .list .des{ float:left;}
#mainRss .copy{ clear:both; width:640px; margin:10px auto; background:url(../images/copyBg.jpg) repeat-y; border-bottom:#CCC solid 1px; border-top:#CCC solid 1px; line-height:1.5em;}
#mainRss .copy ul{ margin:10px 0 10px 25px;}