/* euro - Spring CSS */

/* 总体样式 */
* {
	margin: 0;
	padding: 0;
}

p {
	margin: 10px 0;
}

body {
	color: #000;
	background-color: #fff;
	font-family: 微软雅黑, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	text-align: center;
}

.z {
	clear: both;
}

a:link, a:visited, a:active {
	color: #4096ee;
}
a:hover {
	color: #fff;
	background-color: #4096ee;
}

a.imgLink:hover {
	background-color: #fff;
}

.textBox {
	padding: 1px;
	font-family: 微软雅黑, Verdana, Tahoma, sans-serif;
	font-size: 14px;
}

.button {
	padding: 1px;
	font-family: 微软雅黑, Verdana, Tahoma, sans-serif;
	font-size: 14px;
}

/* 1024x768 */
#wrapper {
	text-align: left;
	margin: auto;
	width: 955px;
}

/* 页头 */
#header {
	padding: 10px 0 25px 10px;
	background: #fff url(../img/hdr_bg.png) repeat-x 0 0;
	text-align: left;
}
#header h1 {
	font-size: 36px;
	color: #36393d;
	background: transparent url(../img/logo.gif) no-repeat 0 50%;
	padding-left: 50px;
}
#header h1 sup {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 5px;
}
#header h1 a {
	color: #000;
	text-decoration: none;
}
#header h1 a:hover {
	background-color: transparent;
	text-decoration: underline;
}
#header h1 .chTitle {
	font-size: 14px;
	font-weight: normal;
	color: #4096ee;
	padding: 0 0 0 1em;
}
#header h2 {
	font-size: 14px;
	color: #4096ee;
}

/* 页脚 */
#footer {
	text-align: center;
	border-top: 1px dotted #999;
	margin-top: 10px;
	font-size: 12px;
}

/* 顶部导航栏 */
#navBar {
	border-top: 5px solid #4096ee;
	padding-right: 10px;
	margin-bottom: 1px;
}
#nav {
	float: right;
}
#nav li {
	float: left;
	list-style: none;
}
#nav li a {
	text-decoration: none;
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 24px;
	background-color: #4096ee;
	color: #fff;
	margin: 0 5px 0 0;
}
#nav li a:hover {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding: 0 24px;
}

/* 添加 Feed 的页面 */
.sec {
	padding: 0 5px 0 10px;
	margin: 0 0 10px 0;
	border: 1px solid #356aa0;
}
.lbl {
	color: #356aa0;
	padding: 0 5px 0 20px;
}
.ico_feed {
	background: url(../img/ico/feed.gif) no-repeat 0 50%;
}
.ico_house {
	background: url(../img/ico/house.gif) no-repeat 0 50%;
}
.ico_book {
	background: url(../img/ico/book.gif) no-repeat 0 50%;
}
#addMain {
	width: 79%;
	float: left;
}
.hotOptList {
	width: 100%;
	border: 0;
}
.hotOptList td {
	font-size: 14px;
	color: #3f4c6b;
}

.selOpts optgroup {
	font-style: normal;
	background-color: #4096ee;
	color: #fff;
	font-family: 微软雅黑, Verdana, Tahoma, sans-serif;
	font-size: 14px;
}
.selOpts optgroup option {
	padding-left: 1em;
	background-color: #fff;
	color: #000;
	font-family: 微软雅黑, Verdana, Tahoma, sans-serif;
	font-size: 14px;
}

#addSide {
	width: 19%;
	float: right;
}

/* 州/城市主导航 */
#classNavDiv {
	float: left;
	width: 175px;
	text-align: right;
}

/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.smenu { margin: 0; font-size: 12px; }
.smenu ul { margin: 0; padding: 0; position: relative; z-index: 500; list-style-type: none; width: 14.5em; }
.smenu li { background-color: #f0f8ff; float: left; }
.smenu li.sub { background-color: #f0f8ff; }
.smenu table { position: absolute; border-collapse: collapse; top: 0; left: 0; z-index: 100; margin-top: -1px; }
.smenu a, .smenu a:visited { border: 1px solid #fff; display: block; height: 22px; line-height: 22px; width: 14.5em; color: #356aa0; text-decoration: none; }
.smenu b { float: right; margin-right: 5px; }
* html .smenu a, * html .smenu a:visited { width: 14.5em; }
* html .smenu a:hover { color: #fff; background-color: #356aa0; position: relative; }
.smenu li:hover { position: relative; }
.smenu a:active, .smenu a:focus { color: #fff; background-color: #356aa0; text-decoration: none; }
.smenu li:hover > a { color: #fff; background-color: #356aa0; text-decoration: none; }
.smenu li ul { padding: 2em; visibility: hidden; position: absolute; top: -2em; left: 11.5em; background-color: transparent; text-align: left; }
.smenu li:hover > ul { visibility: visible; }
.smenu ul a:hover ul ul { visibility: hidden; }
.smenu ul a:hover ul a:hover ul ul { visibility: hidden; }
.smenu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.smenu ul a:hover ul { visibility: visible; }
.smenu ul a:hover ul a:hover ul { visibility: visible; }
.smenu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.smenu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }

/* Blogger 列表 */
#bloggerListDiv {
	float: right;
	width: 765px;
}
#bloggerListDiv h3.bl {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: #fff url(../img/ico/asterisk_yellow.gif) no-repeat 0 50%;
}
#bloggerListDiv h3.vw {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: #fff url(../img/ico/newspaper.gif) no-repeat 0 50%;
}
#bloggerListDiv h3.vw span.where {
	font-size: 12px;
	color: #999;
}
#bloggerListDiv h3 .placeName {
	color: #b02b2c;
	background-color: #f9f7ed;
	font-weight: bold;
}
.bloggerItem {
	padding: 5px 0 5px 20px;
	background: #fff url(../img/ico/status_online.gif) no-repeat 0 50%;
	border-bottom: 1px dotted #c3d9ff;
}
.bloggerItem .ico {
	width: 16px;
	height: 16px;
	border: 0;
	vertical-align: middle;
}
.bloggerItem .lastUpTm {
	font-size: 11px;
	color: #bbb;
}
.bloggerItem .inCity {
	font-size: 12px;
}

#pager {
	padding: 5px 0;
	text-align: center;
}

#photosWrapper {
	float: right;
	width: 195px;
	background-color: #fff;
	text-align: right;
}
#photos {
}
#photos li {
	display: inline;
	list-style: none;
}
#photos img {
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 3px solid #eee;
}
#photos img:hover {
	border: 3px solid #c3d9ff;
}
#photos a:hover {
	text-decoration: none;
	background-color: #fff;
}

.postItem {
/*	border-bottom: 1px dotted #4096ee;*/
	margin-bottom: 1.5em;
}
.postItem h4.vt {
	font-size: 14px;
	padding: 5px 5px 5px 25px;
	background: #f9f7ed url(../img/ico/note.gif) no-repeat 5px 50%;
}
.postItem .pubDate {
	font-size: 12px;
	padding: 5px 0;
	color: #b02b2c;
	font-weight: bold;
}
/* keep some ori html padding & margin? */
.postItem .content {
	line-height: 150%;
	padding: 0 0 10px 0;
}
.postItem .content fieldset {
	padding: 5px;
}
.postItem .content li, .postItem .content dl, .postItem .content dd {
	margin: 0 0 0 25px;
}
.postItem .content h1, .postItem .content h2, .postItem .content h3, .postItem .content h4, .postItem .content h5, .postItem .content h6 {
	margin: 1em 0;
}
.postItem .source {
	color: #999;
	padding: 5px 0 5px 20px;
	font-size: 12px;
	background: #fff url(../img/ico/status_online.gif) no-repeat 0 50%;
}

#photosVDiv {
	width: 100px;
	float: right;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 0 0 5px 5px;
}
#photosV li {
	list-style: none;
}
#photosV img {
	margin: 0 0 5px 0;
	padding: 3px;
	border: 3px solid #eee;
}
#photosV img:hover {
	border: 3px solid #c3d9ff;
}
#photosV a:hover {
	text-decoration: none;
	background-color: #fff;
}

#adsenseDiv {
	text-align: left;
	margin: 5px 0 0 0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

/* 自动跳专页面的样式 */
.jumpPageBox {
	text-align: center;
	padding: 50px 0;
}
p.descText {
	padding: 10px 0 0 0;
	font-size: 12px;
}

/* 首页 */
#homeBig {
	float: left;
	width: 79%;
}

#homeSmall {
	float: right;
	width: 19%;
}

#blogsDiv {
	float: left;
	width: 73.5%;
}
#photosDiv {
	float: right;
	width: 26%;
}

/*
div.wrprL {
	position: relative;
}
#wappenL {
	position: absolute;
	width: 150px;
	height: 125px;
	background-color: transparent;
	top: -20px;
	left: 215px;
	filter: alpha(opacity=35);
	-moz-opacity: .35;
}
*/

div.wrprL h4 {
	font-size: 14px;
	color: #999;
	padding: 5px 0;
}

.blgItem {
	border-bottom: 1px dotted #c3d9ff;
}
.blgItemAlt {
	background-color: #f6fafd;
}
.blgItem dt {
	padding: 5px 0 0 25px;
	background: transparent url(../img/ico/comment.gif) no-repeat 5px 50%;
	font-size: 16px;
}
.blgItem dd {
	font-size: 12px;
	color: #b02b2c;
}
.blgItem dd.pCity {
	float: right;
	text-align: right;
	padding: 0 5px 0 0;
}
.blgItem dd.pTime {
	padding: 5px 0 5px 25px;
}

#space {
	padding: 5px 0 5px 30px;
	margin-bottom: 10px;
	background: #f0f8ff url(../img/ico/email_open.gif) no-repeat 1% 50%;
	border-top: 1px solid #c3d9ff;
	border-bottom: 1px solid #c3d9ff;
	font-size: 12px;
/*	color: #356aa0;*/
}

#einfrg {
	margin: 5px 0 15px 0;
}
#einfrg li {
	display: inline;
	list-style: none;
	padding: 5px 5px 1px 20px;
	margin: 0 2px 0 0;
}
#einfrg li a {
	text-decoration: none;
}
#lnkBlogger {
	background: #fff url(../img/ico/asterisk_yellow.gif) no-repeat 0% 50%;
	border-bottom: 2px solid black;
}
#lnkView {
	background: #fff url(../img/ico/newspaper.gif) no-repeat 0% 50%;
	border-bottom: 2px solid red;
}
#lnkAdd {
	background: #fff url(../img/ico/feed_add.gif) no-repeat 0% 50%;
	border-bottom: 2px solid gold;
}

#rank {
	margin: 0 0 15px 0;
}
#rank h3 {
	background: #fff url(../img/ico/chart_bar.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
}
#rank ul {
	list-style: none;
}
#rank li {
	padding: 5px 0 5px 5px;
	border-bottom: 1px dotted #ccc;
}

#spread {
	background: #fff url(../img/ico/transmit.gif) no-repeat 0 50%;
	padding: 5px 0 5px 20px;
}

#frLinks {
	padding: 5px 0;
}
#frLinks h5 {
	font-size: 12px;
	color: #999;
}
#frLinks ul {
}
#frLinks li {
	display: inline;
	list-style: none;
	margin: 0 5px 0 0;
}

/* 关于页面 */
#aboutBox {
	text-align: left;
	padding: 10px;
	border: 1px dotted #4096ee;
	background-color: #f0f8ff;
	width: 760px;
	margin: auto;
}
#aboutBox h4 {
	font-size: 14px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #356aa0;
}
#aboutBox p {
	text-indent: 2em;
}
.nextStep {
	text-align: center;
}
.sprText {
	padding: 10px;
	border: 1px dashed #356aa0;
	background: #c3d9ff;
}
