body {
	background: url(../../images/index/lightpaperfibers.png);                          /* 页面主体背景 */
}
a {
	color: #333;														   /* 页面链接链接 */
}
header h2 {
	display:none;														   /* 隐藏页头部分的 h2 内容 */
}																			
header a {
	color: #666;														   /* 页头二级菜单链接颜色 */
}
header.page-header {
	padding-bottom: 0;
	margin-top: 25px;
	margin-bottom: 0;
}																		    /* 覆盖页头部分 .page-header 的样式 */
h1, h2, h3 {
	font-family: "Microsoft Yahei"                                          /* 设置 h1,h2,h3 的内容为微软雅黑字体 */
}
.user-picture {
float: left;
margin-right: 20px;
}
.breadcrumb {
	border: none;
	padding: 0;
	background: none;
	border-top: 1px solid #eee;
	padding-top: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}  
                                                                            /* 导航路径相关样式 */

/* 导航菜单相关样式 */
header #main-menu {
	font-size: 15px;
}
header #main-menu a {
	color: #101010;
	font-weight: bold
}
header .nav-pills > .active > a, .nav-pills > .active > a:hover {
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: 3px solid #dedede;
}
#main-menu li {
	margin-right: 15px
}
header #secondary-menu {
	text-align: right;
	float: right
}
#secondary-menu {
}

/* 边栏*/
aside .page-header {
	font-size: 15px;
	padding-bottom: 5px
}
aside .sidebar {
	padding-left: 20px;
	border-left: 1px solid #eee;
	padding-bottom : 500em;
	margin-bottom : -500em;
	overflow: hidden;
}
.container{	overflow: hidden;}
.item-list ul {
	margin-left: 20px
}

/*showcase*/

#showcase {
	max-height: 330px;
	overflow: hidden;
}
#showcase img {
	width: 100%
}
/* feature */
#feature{padding-bottom:25px}
/* bottom */
#bottom {
	background: url(../../images/index/dark_wall.png) #282828;

	padding-bottom: 25px;
}
/* bottom $ footer */
#bottom, footer {
	color: #979797;
}
#bottom a, footer a {
	color: #979797
}
#bottom li a.active, footer li a.active {
	color: #6e6e6e
}
#bottom h2, footer h2 {
	font-size: 15px
}
#bottom .page-header, footer .page-header {
	padding-bottom: 5px;
	border-bottom: 1px solid #303030
}
footer {
	background: url(../../images/index/darker_wall.png) #000;
	padding-top: 25px;
	padding-bottom: 15px
}

/* tabs */
ul.primary {
	border-bottom: 1px solid #EEE;
	margin-left: 0;
}
ul.primary li.active a {
	border: 1px solid #EEE;
	border-bottom: 1px solid #FFF;
}
ul.primary li a {
	background: none;
	border: none
}
/* block */
#block-comment-recent span {
	color: #b3b3b3
}
/* node */
.submitted {
	color: #b3b3b3;
	margin-bottom: 10px
}
.submitted a {
	color: #b3b3b3
}
.links {
	padding-left: 0;
	margin-left: 0;
	color: #b3b3b3
}
ul.links li {
	padding-left: 0;
	padding-right: 10px
}
.links a {
	color: #b3b3b3
}
.node {
	margin-bottom: 25px
}
.content {
	margin-bottom: 10px;
	padding-bottom: 10px
}
/* 表单 */
aside .form-actions {
	background: none;
	border: none;
	padding: 0
}
aside .form-actions:before, aside .form-actions:after {
	content: none;
	display: table;
}
#edit-submit {
	margin-right: 10px
}
/* 评论相关样式 */
.comment-line {
	border-left: 1px solid #eee;
	margin: 25px 0;
	margin-top: 35px
}
.indented .comment-white-block {
	background: url(../../images/index/lightpaperfibers.png) #fff right top
}
.comment-white-block {
	background: url(../../images/index/lightpaperfibers.png) #fff;
	margin-left: 20px;
	padding-left: 20px
}
.comment-white-block ul.links {
	padding-bottom: 15px;
}
.comment {
	background: url(../../images/index/dot.png) repeat-x 50% 50%
}
.indented {
	margin-left: 0
}
.indented .comment-white-block {
	margin-left: 45px;
}
h2.comment-form, .comment-form label, .comment-form #edit-subject, .comment-form .filter-wrapper {
	display: none;
}

/*page list*/
.item-list ul li {
	margin: 0
}

/*分页器*/
.pager a {
	border-bottom: 3px solid #ddd
}


/* views */
.views-field-title h3 {
	margin-bottom: 15px;
}
/* photo */
.photo-gallery {
	position: relative;
	margin-bottom: 20px
}
.photo-title {
	position: absolute;
	bottom: 0;
	color: #a2a2a2;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.photo-title a {
	color: #a2a2a2
}
.photo-gallery .inner {
	padding: 10px
}


/* 首页上相关元素的样式 */
.front h2 {
	font-size: 18px
}
.front h3 {
	font-size: 15px
}
.block-views {
}
.front header {
	margin-top: 20px
}
/*主体内容样式*/
.main-content {
	padding-bottom: 30px;
	padding-right: 10px
}
.main-content .page-header {
	margin-top: 0;
	padding-top: 20px
}

/* css3 */
.photo-gallery, .photo-gallery img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.photo-gallery .photo-title {
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
* {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
