﻿/*

Theme Name:UiSpot

Theme URI: http://www.uisopot.com/

Description: The uispot theme <a href="http://www.uispot.com/">uispot</a>.

Version: 1.6

Author: daqi,uispot

Tags: blue, custom header, fixed width, two columns, widgets

*/



html {
	color:#000;
	background:#FFF;
}
body{ font-size:12px; margin:0 auto; padding:0; border-top:5px solid #000;}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}

li {
	list-style:none;
}

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
	font-size:0;
	height:0;
}
caption, th {
	text-align:left;
}

q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
 *font-size:100%;
}
legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}

a:link,a:visited{
	color:#3366CC;
	text-decoration: underline;
}
a:hover {
	color:#fff;
	background-color:#3366CC;
}
a img {
	border:0;
}/* 取出图片虚线框 */

#page {
	width:930px;
	margin:0 auto;
}

#header {
	width:100%;
	height:83px;
	/*border-bottom:1px #999 dotted;
	background:url(images/dotted.gif) bottom repeat-x;*/

	border-bottom:3px solid #3366cc;
}
.screen-reader-text {
	display:none;
}/* 搜索 */
#header h1 a {
	float:left;
	margin:10px 0 0 0px;
	background:url(images/logo.gif) no-repeat left top;
	width:282px;
	height:72px;
	text-indent:-99999em;
}/* logo样式 */
#header #searchform {
	float:right;
	margin:0;
	width:177px;
	padding:0 6px 0 0;
	background:url(images/searchform_r.gif) no-repeat right top;
}
#header #searchform div {
	background:#000 url(images/searchform_l.gif) no-repeat left top;
	padding:0 0 0 9px;
	width:168px;
	height:22px;
	float:left;
}
#header #searchform div #s {
	background:#000;
	float:left;
	border:0;
	width:123px;
	font-size:12px;
	color:#ccc;
	padding:2px 0 0 26px;
	margin:3px 0 0 0;
	background:url(images/search_icon.gif) no-repeat 3px top;
}
#header #searchform div #searchsubmit {
	width:19px;
	height:16px;
	float:right;
	border:0;
	text-indent:-9999px;
	white-space:nowrap;
	line-height:0;
	margin:3px 0 0 0;
	font-size:10px;
	cursor:pointer;
	background:url(images/search_submit.gif) no-repeat left top;
}
.hidden {
	visibility:hidden;
	display:none;
}
/*site top menu  导航菜单样式 */

#categories {
	height:23px;
	font: 14px bold Arial, Tahoma, Helvetica, sans-serif;
	float:right;
	clear:right;
	margin:30px 0 0 0;
	margin:30px 0 0 0!important;
	padding: 0;
	list-style: none;
	/*width: 600px;*//* 导航宽度 */
}
/*******  公告栏样式  ********/

<!--
td {
	font-size:12px
}
.rollboder {
	BORDER: #bcbcbc 1px solid;
}
.rollleft {
	FLOAT: left;
	WIDTH: 240px
}
.rollleft STRONG {
	COLOR: #666
}
.rollcenter {
	BORDER-RIGHT: #bcbcbc 1px solid;
	BORDER-LEFT: #bcbcbc 1px solid;
	WIDTH: 30px;
	TEXT-ALIGN: center
}
.rollright {
	FLOAT: right;
	WIDTH: 40px;
	TEXT-ALIGN: center
}
.rollright IMG {
	VERTICAL-ALIGN: middle
}
-->
#categories li {
	float:left;
	position: relative;
	background:   no-repeat right top;
	width:auto;
	display:inline;
	margin:0 0 0 10px;
}
#categories a {
	display:block;
	float:left;
	color: #000;
	font-weight:700;
	height:23px;
	line-height:23px;
	padding:4px 15px;
	text-decoration:none;
	margin:0;
}
#categories a:hover {
	color:#fff;
	background: #3366cc;
	padding:4px 15px;
}
#categories a:active {
	color: #333;
	background: transparent repeat-x 0px -46px;
}
#categories li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
}
#categories li ul {
	padding: 0;
	margin: 0;
	width:auto;
	list-style: none;
}
li > ul {
	top: auto;
	left: auto;
}

/*#categories li:hover a, #menu li.over a{
	color:#f00;
	}*/ /* 没用的导航红色链接样式 */

#categories li:hover ul li a, #menu li.over ul li a {
	color:#000;
}
#categories li:hover ul, #menu li.over ul {
	display: block;
	width:100px;
}
#categories li ul li {
	display:block;
	float:none;
	margin:0;
	padding:0;
	background:none;
}
#categories li ul li a {
	display:block;
	background: #ececec;
	color: #EE3624;
	height:22px;
	line-height:22px;
	padding:0 0 0 10px;
	width:100px;
	margin:0 0 3px 0;
	font-weight:500;
}
#categories li ul li a:hover {
	color:#000;
	background: #ececec;
}
#categories li ul li a:active {
	color:#000;
	background-color: #747474;
	background-repeat: no-repeat;

}

/*site menu end*/
#content {
	width:930px;
	float:right;
	padding:0;
	margin:0;
}
#feature {
	width:930px;
	padding:0 0 0px 0px;
	margin:10px auto;	
}

.line{background:url(images/feature_bg.gif) repeat-x left bottom; width:930px; height:22px;}

#feature #announcement {
	height:54px;
	line-height:53px;
	/*border-bottom:1px dotted #999999;
	background:transparent url(images/dotted.gif) repeat-x scroll center bottom;*/
	text-align:right;
}
#feature #announcement p {
	background:url(images/arrow_l.gif) no-repeat left center;
	padding:0 0 0 22px;
	float:right;
}
#content #feature .title {
	width:150px;
	margin:0px 20px 0 0;/* 精彩推荐样式 */
}
#content #feature .box {
	width:750px;
	margin:0px 0 0 0;
}
#content #feature img {
/*	border:6px #ECECEC solid;
	margin:0 0 20px 0;*/
}/* 图片轮换 */

#content #feature .intro {
	width:250px;
	float: right;
	padding:0 0px 0 0;
	line-height:20px;
	text-align:left;
}/* 关于我们 */

#content #feature .service {
	width:230px;
	float:left;
	line-height:20px;
	margin-top:10px;
}/* 服务 */
#content #feature .service ul li {
		float:left;
		margin:0 10px 0px 0;
}
.service ul li a{}
/* 服务图标 */
#content #feature .intro h3 {
	color:#000;
	font-weight:700;
	margin:0 0 5px 0;
	font-size:14px;
	line-height:30px;
	margin-top:15px;
}


/* 最近更新 */	
#latest {

	width:930px;
	padding:0;
	margin:0;
}
#content .title {
	float: right;
	width:160px;
	margin:35px 0 0 0;
}
#content .title a {
	color:#000;
}
#content .title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#000;
	font-weight:800;
}
#content .title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	font-weight:800;
}/* 最新更新 —— 字体样式 */
#content .title h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f00;
}/* Latest Articles —— 字体样式 */
#content .box {
	width:930px;
	padding:0px 0px 0 8px;
}/* 文章整体盒子 */


#content .post {
	float:left;
	display:inline;
	margin:0 10px 0 0 ;/* 文章图片的边距 */
	width:290px;
	height:202px;
	padding:2px 2px 10px;
	margin-bottom:15px;
	border:1px dashed #fff;
}

#content .post:hover{ 	
	float:left;
	display:inline;
	margin:0 10px 0 0 ;/* 文章图片的边距 */
	width:290px;
	height:202px;
	padding:2px 2px 10px;
	margin-bottom:15px; 
	border:1px dashed #ccc;
	background:#f1f1f1;
	}

#content .nopost, #content .nocomments {
	float:left;
	clear:both;
	width:100%;
	height:53px;
	line-height:53px;
	margin:0 0 5px 0;
}
#content .post-single {
	width:730px;
	padding:0 0 64px 0;
}
#content .post-single p {
	line-height:21px;
	margin-bottom:15px;
}/* 文章段落样式 */
#content .post-single a {
}
#content .post-single img {
	background:#FAFAFA;
	border:1px #eff0f1 solid;
	padding:5px;
	margin:0px auto;
}
#content .post-single strong {
	font-weight:700;
	color:#000;
}
#content .post a.thumbnail {
	display:block;

}
#content .post a img {
	width:290px;
	height:150px;
}/* 文章图片大小——thumb */
#content .post a.thumbnail:hover {

}/* 文章图片鼠标记过边框效果 */

.father{ position: relative;}
.times{ position: absolute; top:135px; left:218px; background-color:#000; color:#FFF; padding:0 5px;}


blockquote {
	width:650px;
	height:1%;
	background-color:#FFF9E4;
	border:1px solid #FFD172;
	margin:5px 10px;
	padding:10px 20px
}
.post-single blockquote p {
	margin-bottom:0;
}
/* 注释样式 */



/* 文章标题样式 */

#content .post h2 {
	margin:9px 0 7px 0;
	font-weight:700;
	font-size:14px;	overflow:hidden;
	width:288px;
	height:21px;

}

#content .pagetitle {
	height:53px;
	line-height:53px;
	text-align:right;
	padding:0;
	/*border-bottom:1px dotted #999;*/
	margin-bottom:15px;
	background:url(images/dotted.gif) bottom repeat-x;
}
#content .pagetitle p {
	float:right;
	background:transparent url(images/alignright.gif) no-repeat scroll left center;
	padding:0 10px 0 25px;
	font-size:14px;
}
#content #page-title {
	width:930px;
	padding:0;
}
#content #page-box {
	width:930px;
	padding:0;
}
#content #page-box .post-single {
	width:100%;
}
#content .entry-title {
	height:54px;
	line-height:53px;
	padding:0 0 0 204px;
	width:726px;
	background:transparent url(images/dotted.gif) repeat-x scroll center bottom;/*border-bottom:1px dotted #999;*/
}
#content .entry-title h2 {
	float:left;
	background:transparent url(images/alignright.gif) no-repeat scroll left center;
	padding:0 0 0 25px;
	font-weight:700;
	color:#000;
	font-size:18px;
}/* 文章页标题样式 */
.post-title h2 {
	font-weight:700;
	color:#000;
	font-size:22px;
	margin:8px 0;
}
.post-title p {
	color:#999;
}
/*  文章页侧边栏样式 */

#content .title b {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:underline;
}
#content .title p {
	padding:5px;
}
#content .title p a {
	padding:0;
}/* 去掉feedsky订阅默认属性 */
#content .entry-title h2 a {
	color:#000;
}
#content .entry-title .postmetadata {
	float:right;
	background:transparent url(images/alignright.gif) no-repeat scroll left center;
	padding:0 10px 0 25px;
}
/*#content .entry-title .postmetadata a{ color:#333;}*/    /* 当前位置链接颜色 */


#content .entry-title .postmetadata a:hover {
}/* 文章右上角日期标签评论样式 */
#scroll {
	margin:0px 0 25px 0 !important;
	margin:0px 0 21px 0;
	float:right;
	height:16px;
	line-height:16px;
	background:url(images/scroll.gif) no-repeat right 3px;
	padding:0 16px 0 0;
}
*+html #scroll {
	margin:0px 0 21px 0 !important;
}
#footer {
	clear:both;
	width:930px;
	padding:10px 0 0;
}
#footer .inner {
	float:left;
	width:930px;
	height:auto;
	padding:18px 0 20px 0;
	/*border-top:1px dotted #999;*/

	background:url(images/dotted.gif) top repeat-x;
}
#footer .inner br {
	display:none;
}
#footer #pages {
	float:right;
	text-align:right;
	line-height:24px;/*padding-top:9px;
	overflow:hidden;
	height:14px;*/
}
#footer #pages li {
	float:left;/*border-left:1px #bbb solid;
	margin:0 0 0 -1px;
	height:12px;*/

}
#footer #pages li a {
	float:left;
	padding:0 11px;
	margin:0;
	color:#888;
}
#footer #pages li a:hover {
	color:#888;
	background-color:#FFF;
}  /* 尾部链接样式 */
#footer #siteinfo {
	float:left;
	font-size:11px;
	color:#888;
}
#footer #siteinfo p {
	line-height:24px;
}
#footer #siteinfo p a img {
	margin:0 5px;
	vertical-align:middle
}
#footer #siteinfo p a, #footer #siteinfo p a img {
	line-height:25px;
}
#footer #siteinfo .rss {
	background:url(images/post-rss.gif) no-repeat left center;
	padding:0 0 0 15px;
	text-decoration:none;
	color:#888;
	margin:0 10px;
}
#comment-item {
	width: 726px;
	float:right;
	margin: 0px auto;
	padding: 20px 0 0 0;
	text-align: left;
	color: #666666;
}
#comment-item a {
	text-decoration: none;
	color: #6b8f7f;
}
#comment-item a:hover {
	text-decoration: none;
	color: #6b8f7f;
}
#comment {
	width: 383px;
	margin: 0 auto;
	text-align: left;
	float: left;
}
#comment form {
	margin: 0;
	color: #bbb;
	background-color: inherit;
}
#info {
	margin: 0 0 10px 0;
	padding:0;
	color: #b5b5b5;
	font-weight:700;
	background-color: inherit;
}
label {
	color: #9C9C9C;
	background-color: #FFFFFF;
}
fieldset {
	border:0;
	margin:0 0 30px 0;
	padding:0;
}
#info {
	color: #666666;
}
#form-name, #form-mail, #form-link, #coment-message {
	font: 11px arial, "trebuchet ms", tahoma, georgia;
	color: #666;
	width: 334px;
	display:block;
	border: 3px double #e3e3e3;
	padding: 1px;
	margin-bottom: 0.6em;
	background-color: #f9f9f9;
	overflow-y:auto;
}
#form-name:focus, #form-mail:focus, #form-link:focus, #coment-message:focus {
	border: 3px double #bbb;
	color: #555;
	background-color: #fff;
}
.submit:focus {
	outline:0;
}
#searchform2 {
	border: 2px solid #494949;
	padding: 6px 3px;
	background: #F0F0F0;
}
#searchsubmit2 {
	border: 2px solid #494949;
	padding: 5px 0;
	background: #F0F0F0;
}
#submit input {
	width: auto;
}
/* 留言样式 */


#hasil-comment {
	width: 343px;
	text-align: left;
	float: right;
}
#hasil-comment a:hover {
	background-color:#F9F9F9;
}
#hasil-comment h3 {
	margin: 0 0 10px 0;
	font-size:12px;
	font-weight:700;
}
input {
	font: 11px arial, "trebuchet ms", tahoma, georgia;
	border: 3px double #e3e3e3;
	padding: 2px;
	color: #666;
	font-size: 12px;
	background-color: #f9f9f9;
}
.bubble {
	padding-left: 17px;
	background: transparent url(images/comment.gif) no-repeat center left;
	margin: 10px 0 0px;
}
#hasil-comment h4, #comment h4 {
	color: #9C9C9C;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	font-family: "trebuchet ms", georgia, arial, tahoma;
}
.commentlist {
	margin:8px 0 30px 0;
	list-style-type: none;
	padding:0;
	float:left;
	width:343px;
}
#hasil-comment p {
	margin:0;
	padding:0;
}
.commentlist li {
	margin: 10px 0px;
	padding: 7px;
	color: #666;
	border: 1px solid #e3e3e3;
	background-color: #f9f9f9;
}
.commentlist .graybox {
	color: #666;
	border: 1px solid #e3e3e3;
	background-color: #f9f9f9;
}
.post-navigation-div {
	background:transparent url(images/dotted.gif) repeat-x scroll center top;
	float:left;
	width:930px;
}
.post-navigation {
	float:left;
	width:930px;
	background:transparent url(images/dotted.gif) repeat-x scroll center bottom;
	/*border-bottom:1px dotted #999;
	border-top:1px dotted #999;*/
	padding:15px 0;
	text-align:center;
}
.post-navigation .alignleft {
	float:left;
	height:20px;
	line-height:20px;
	width:527px;
	text-align:right;
}
.post-navigation .alignleft {
	background:url(images/alignleft.gif) no-repeat right 5px;
	padding:0 30px 0 0;
	margin:0 10px 0 0;
}
.post-navigation .alignright {
	float:right;
	height:20px;
	line-height:20px;
	width:323px;
	text-align:left;
}
.post-navigation .alignright {
	background:url(images/alignright.gif) no-repeat left 5px;
	padding:0 0 0 30px;
	margin:0 0 0 10px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px;
	height:20px;
	line-height:20px;
	margin: 0px 6px 0 0;
	text-decoration: none;
	border: 1px dotted #888;
	color: #555;
}
.wp-pagenavi a:visited {
	text-decoration: none;
	border: 1px dotted #888;
	color: #555;
}
.wp-pagenavi a:hover {
	border: 1px dotted #EE3624;
	color: #f00;
}
.wp-pagenavi a:active {
	padding: 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px dotted #888;
	color: #555;
}
.wp-pagenavi span.pages {
	padding: 4px;
	margin: 2px;
	color: #555;
}
.wp-pagenavi span.current {
	padding: 4px;
	height:20px;
	line-height:20px;
	margin: 0px 6px 0 0;
	border: 1px dotted #EE3624;
	color: #F00;
}
.wp-pagenavi span.extend {
	padding: 4px;
	height:20px;
	line-height:20px;
	margin: 0px 6px 0 0;
	border: 1px dotted #888;
	color: #000000;
}
.navigation {
	float:left;
	width:930px;
	margin:0 0 80px 0;
	/*border-bottom:1px dotted #999;
	border-top:1px dotted #999;*/
	padding:15px 0;
	text-align:center;
}
.submit:focus {
	border:3px double #E3E3E3;
}

.bottom-nav .quick div {
	margin:0px 0 25px 10px !important;
	margin:0px 0 21px 10px;
	float:right;
	height:16px;
	line-height:16px;
	background:url(images/scroll.gif) no-repeat right 3px;
	padding:0 16px 0 0;
}

.about,.links{ clear:right; width:300px; float:left; margin-right:15px;}
.links br{ display: none;}
.about p,.links p{ margin-top:10px;}
.links a{ float: left; margin:0 15px 8px 0;}

#footer .inner a {
	padding:0 5px;
}

.addbox {
	float:left;
	margin:0;
	padding:0;
	width:930px;
}
.ad-234x60 {
	background:#FAFAFA;
	border:1px solid #FAFAFA;
	width:234px;
	height:60px;
}

/* page页面样式 */
.page-content,.page-list{ margin-top:15px;}
.page-content{ width:680px; padding:0 30px 0 10px;}
.page-list{ 
	border-left:1px dashed #CCCCCC;
	padding-left:20px;
	text-align:left;
	width:180px;
}

#sidebarTabs {margin:0 0 2em;padding:0;}
#sidebarTabs li {
font-size:14px;
font-weight:bold;
list-style:none outside none;
margin-bottom:8px;
}
#sidebarTabs li.ui-tabs-selected a:link, #sidebarTabs li.ui-tabs-selected a:visited, #sidebarTabs li.ui-tabs-selected a:hover {
background:none repeat scroll 0 0 transparent;
color:#666666;
text-decoration:none;
}
#sidebarTabs li a:link, #sidebarTabs li a:visited {
color:#008000;
}
#sidebarTabs li a:hover {
color:#FFFFFF;
}

.maroonLink:link,.maroonLink:visited {
background:none repeat scroll 0 0 transparent;
color:#D30000;
}
.maroonLink:hover {
background:none repeat scroll 0 0 #000099;
color:#FFFFFF;
}

.entry p {
	line-height:21px;
	margin:10px 0;
}



/* 评论头像-lj */

.avatar-32 {
	float:left;
	margin-right:10px;
}

/* sidebar */
.sidebar{ width:170px; height:600px; background-color:#CCC; margin:20px 0 0;}

.fenlei{  width:680px; border:1px solid　#ccc; margin-bottom:15px; padding:5px 10px;line-height:21px;}
.fenlei a{ margin-right:10px;}

/* 快捷菜单 */
#subnav {
margin:15px auto;
padding:0;
width:930px;
}
.subnav_ul1 {
background:url("images/subnav_bg1.gif") no-repeat scroll left top transparent;
height:5px;
overflow:hidden;
width:930px;
}
.subnav_ul2 {
background:none repeat scroll 0 0 #F3F3F3;
border-left:1px solid #979797;
border-right:1px solid #979797;
padding:0;
width:928px;
}
#subnav a.bh {
color:#D40000;
font-weight:bold;
}
.subnav_ul3 {
background:url("images/subnav_bg3.gif") no-repeat scroll left top transparent;
height:5px;
overflow:hidden;
width:930px;
}
.subnav_tl {
color:#000000;
float:left;
font-weight:bold;
margin:6px 0 0 6px;
width:700px;
}
.subnav_tr {
float:right;
margin:6px 6px 0 0;
text-align:right;
width:200px;
}
.subnav_tr a {
color:#363739;
text-decoration:underline;
}
.subnav_tr a:hover {
text-decoration:none;
}
.subnav_nr {
margin:0px 10px 0 8px;
}
.subnav_nr p {
margin:0 0 0 5px;
padding-bottom:5px;
padding-top:5px;
width:928px;
}
.subnav_nr a{ margin-right:10px;}

#footer .back_top {
background-color:#333333;
bottom:20px;
color:#FFFFFF;
display:block;
padding:10px;
position:fixed;
right:20px;
text-decoration:none;
}
#footer .back_top:hover {
background-color:#CD071E;
color:#FFFFFF;
}
