body {
	height:100%;
	font-family:Tahoma, Geneva, sans-serif;
}

html {
	height:100%;
}

a {
	color:#09f;
	text-decoration:none;
}

.dashed-box {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px 10px 10px 10px;
	color: #494949;
	font-size: 13px;
	border: 1px dashed #ddd;
	background: #f9f9f9;
}

.carousel img{
	width: 100%;
	height: 100%;
}

/*================================
=            网站首页            =
================================*/
.shadow {
	width: 100%;
	height: 150px;
	position: absolute;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.2)), color-stop(100%,rgba(255, 255, 255, 0)));
	z-index: -999;
}

#site-title {
	color: white;
	font-size: 68px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 2px 13px black;
}

#homepage .carousel {
	padding: 10px;
	border-radius: 10px;
	opacity: .98;
	background: rgba(230, 244, 249, 0.8);
	box-shadow: 0 5px 20px #555;
	-moz-box-shadow: 0 5px 20px #555;
	text-align: center;
	font-size: 16px;
}

/*====================================
=            登录、注册页            =
====================================*/

.reg form input[type="text"],
.reg form input[type="password"] {
	margin-bottom: 30px;
	height:40px;
	font-size: 20px;
}

.reg form button {
	margin: 20px;
}

.login p.err,
.reg p.err {
	height: 20px;
}

/*===================================
=            个人资料页            =
===================================*/

#profile {
	position: relative;
}

#profile .photo {
	position: absolute;
	right: 0;
	top: 0;
}

#profile .photo img {
	max-width: 200px;
}

@media (max-width: 767px) {
	#profile .photo {
		position: static;
	}

	#profile .photo img {
		max-width: 100%;
	}
}

#profile li {
	margin-bottom:10px;
}

/*======================================
=            设置照片及头像            =
======================================*/

#head-area {
	position: relative;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	overflow: hidden;
	margin-bottom: 10px;
}

#head-pic {
	position: absolute;
}

#area{ position: relative; }

#photo { max-width: 100%; }

#box {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px dashed #000;
	width: 100px;
	height: 100px;
	cursor: move;
	background: rgba(0,0,0,.3);
}

/*==================================
=            页脚footer            =
=========================--=======*/

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -112px;
}

#push {
	height:112px;
}

#footer {
	padding: 20px 0;
	color: #888;
	border-top: 12px solid #494C54;
	background: #33363B;
}

.backToTop { 
	position: fixed;   
	bottom: 20px;
	right: 20px;
	display: none; 
	height: 54px;
	width: 54px;
	background: url(../img/top.png);
	cursor: pointer;  
}

@media (max-width: 767px) {
	.backToTop {
		height:38px;
		width:38px;
		background-size: 38px 38px;
	}
}

/*===============================
=            大事记            =
===============================*/

.tml { position:relative; }

.tml .tml-line {
	position:absolute;
	top:0;
	bottom:0;
	left:61px;
	z-index:-1;
	width:3px;
	height:100%;
	padding-bottom:20px;
	background-color:#92CADE;
}

.tml .tml-content {
	
}

.tml .tml-year,
.tml .tml-month {
	width:50px;
	text-align:right;
}

.tml .tml-content .event {
	position:relative;
	margin-left:100px;
	margin-bottom:20px;
	padding-top: 15px;
	background-color: #F1F4FA;
	border-radius: 4px;
	border: 1px solid #92CADE;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	-moz-transition: box-shadow .5s;
	-webkit-transition: box-shadow .5s;
	transition: box-shadow .5s;
}

.tml .event .arrow {
	position:absolute;
	left:-9px;
}

.tml .event .dot {
	position:absolute;
	left:-45px;
	width:9px;
	height:9px;
	background-color:#92CADE;
	border: 2px solid white;
	border-radius:6px;
}

.tml .event .eve-hd,
.tml .event .eve-bd {
	padding: 0 15px;
}

.tml .event .eve-hd .date {
	margin:0;
	font-size: 20px;
}

.tml .event .eve-bd .title {
	margin:0;
}

.tml .event .eve-bd .more {
	padding: 10px 0;
	border-top:1px solid #D9DCE2;
}

.tml .event .eve-bd .content {
	color: #666;
}

/*================================
=            书刊列表            =
================================*/

.thumbnails .thumbnail {
	position:relative;
	text-align:center;
	font-size:12px;
	line-height:1em;
}

.thumbnails .thumbnail .cover img {
	height:230px;
}

.thumbnails .thumbnail .cover {
	cursor:pointer;
}

.thumbnails .thumbnail .cover .nocover {
	padding:30px 10px 10px 10px;
	height:230px;
	width:160px;
	background-color:#F0F0F0;
	border:1px solid #CCC;
}

.thumbnails .thumbnail .bookinfo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display:none;
	width: 175px;
	height: 238px;
	border: 1px solid #DDD;
	border-radius: 4px;
}

.thumbnails .thumbnail .cover .sbar {
	position: absolute;
	top: -9px;
	left: -10px;
	width: auto;
	height: auto;
}

/*================================
=            社团活动            =
================================*/

#activities ul {
	margin-left:0;
	list-style:none;
}

/*================================
=            社团日历            =
================================*/

#calendar table {
	table-layout: fixed;
	font-size: 12px;
}

#calendar table td {
	height: 86px;
}

#calendar table td.today p:first-child span:first-child {
	font-weight: bold;
}

#calendar table td.past > div {
	opacity: .7;
}

#calendar table td .free {
	display:none;
}

#calendar table td a.item {
	display: block;
	margin:0 -5px;
	color: #333;
}

#calendar table td a.item:hover {
	text-decoration: none;
}

#calendar table td .i-free {
	padding: 0 3px;
	height: 22px;
	border: 1px solid rgb(59, 172, 59);
	background: rgb(155, 255, 155);
	overflow: hidden;
}

#calendar table td p {
	margin:0;
}

/*================================
=            社团公告            =
================================*/

#announce ul.feeds > li {
	padding: 5px 10px;
	margin-bottom: 10px;
	background-color: #eee;
}

#announce ul.feeds > li.unread {
	background-color: #ddd;
}

#announce div.comment {
	margin-top: 5px;
	padding-top: 5px;
	font-size: 12px;
	border-top: 1px solid white;
}

#announce div.comment ul li {
	margin-bottom: 5px;
}

#announce div.comment textarea {
	width: 100%;
	height: 2em;
	font-size: 12px;
}

#announce div.comment button {
	display: none;
}

#announce div.comment.expand textarea {
	height: 50px;
}

#announce div.comment.expand button {
	display: block;
}

/*====================================
=            视频中心相关            =
====================================*/

#videos {
	.video {
		.title {
			border-left: 7px solid #72B332;
			padding: 6px 0 6px 5px;
			margin-top: 7px;
			font-weight: bold;
			font-size: 13px;

			a {
				color: #666;

				&:hover {
					color: #72B332;
				}
			}
		}
	}
}

a.video-pic {
	display: block;
	position: relative;

	div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/play.png) no-repeat center center;
	}

	&:hover {
		div {
			background-image: url(../img/playbig.png);
		}

		img {
			opacity: .8;
		}
	}
}

.video-border-in {
	padding: 10px;
	border: 1px solid #bbb;
}

.video-border-out {
	border: 7px solid #eee;
}

.video-progress {
	position: relative;
	height: 10px;
	overflow: visible;
}

.video-progress-dot {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -5px;
	border-radius: 10px;
	background: #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);

	&.finished {
		background: #428bca;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
		box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	}
}

.video-cast,
.video-crew {
	table-layout: fixed;
}

/*==================================
=            新鲜事相关            =
==================================*/

/* 三种头像大小 */
.head-big img { width: 60px; }
.head img { width: 50px; }
.head-small img { width: 40px; }

/*================================
=            社团相册            =
================================*/

.album {
	p { margin: 0; }

	a {
		color: rgb(41, 50, 51);
		display: inline-block;
		width: 100%;
		white-space: nowrap;
		word-wrap: normal;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.thumbnail {
		box-shadow: 0 1px 4px rgba(0,0,0,.15);

		.cover {
			overflow: hidden;
			position: relative;

			span {
				position: absolute;
				bottom: 0;
				right: 0;
				padding: 5px;
				font-size: 26px;
				font-family: "Gulim";
				line-height: 1;
				color: white;
			}
		}

		.info{
			padding: 5px;
		}

	}

	.photo {
		border-radius: 0;
		padding: 0;

		.title {
			padding: 5px;
			text-align: center;
		}
	}
}

#big-photo {
	font-size: 12px;

	p {
		margin-bottom: 3px;
	}

	div { height: 100%; }

	.modal-dialog {
		margin: 0 auto;

		.modal-content {
			padding-left: 15px;
			padding-right: 15px;
			border-radius: 0;
			border: none;

			a.visible-xs img { width: 100%; }
			
			.left { 
				padding: 0;
				overflow: hidden;
				text-align: center; 
				background:#000;
			}

			.right { 
				position: relative;

				div { height: auto; }
				
				.media { 
					padding-top: 15px;
					padding-right: 20px;
				}

				.head { width: 40px; }
			}

			.close {
				position: absolute;
				right: 0;
				top: 0;
				font-size: 36px;
			}
		}
	}
}

@media (max-width: 767px) {
	#big-photo div { height: auto; }
}

#upload .cover img {
	width: 100%;
}

#step1, #step3 { text-align: center; }