/*
Theme Name: TMA Website Theme 2014
Description: TMA Website Theme 2014 version
Author: Tommy Lin
Version: 1.0

Tags:

License:
License URI:
*/

/*@import url('css/bootstrap-tma.css');*/

/** {
	font-family: "Helvetica Neue", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑 Pro", "LiHei Pro", "黑體", "SimHei" "微軟正黑體", "Microsoft Jhenghei", sans-serif;
}*/

::selection {
	background: #BAE2F4; /* Safari */
	}
::-moz-selection {
	background: #BAE2F4; /* Firefox */
}

.eng {
	color: #e08b54;
}

.important {
	color: #005f9b;
}

body {
	position: relative;
	padding-top: 50px;
}

img {
	width: 100%;
	height: auto;
}
/*
img.guest-img {
	width: 400px;
}*/

.main-docs {
	font-size: 16px;
}

.main-docs p {
	text-indent: -10px;
	padding-left: 25px;
}

.main-docs p > .glyphicon {
	margin-right: -5px;
}

.main-docs p.p {
	text-indent: 2em;

}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #005f9b;
  color: white;
}

.cell-highlight {
	color: #003b76;
}

.navbar-brand {
	padding: 10px 0;
}

#logo {
	height: 30px;
	width: auto;
}

#logo-light {
	height: 30px;
	width: auto;
	display: none;
}

@media (max-width: 767px) {
	#logo, #logo-light {
		padding-left: 20px;
	}
	.footer {
		text-align: center;
	}
}


/* いろ */
.tma-sidebar .nav > li > a,
.tma-sidebar .nav > li.active a,
.tma-sidebar .nav > li.active a:hover,
.main-docs .page-header h1 {
	color: #005f9b; /* #115476 */
}

.footer,
.tma-sidebar .nav > li.active,
.tma-header {
	background-color: #003b76;
}

.tma-header {
	padding: 30px 10px 40px;
}

.tma-header * {
	color: #fff;
}
.tma-header * {
	cursor: default;
}

.tma-sidenav {
	/*border: 1px solid #115476;*/
	/*border-radius: 10px;*/
	text-align: center;
	overflow: hidden;
}

.tma-sidebar {
	padding-top: 50px;
}

.tma-sidebar .nav > li > a {
	padding: 10px 5px;
}

.tma-sidebar.affix {
	position: static;
}

.tma-sidebar.affix-top {
	/*padding-top: 50px;*/
}

.tma-sidebar .nav > li.active a, .tma-sidebar .nav > li.active a:hover {
	color: #fff;
}

@media (min-width: 768px) {
	.tma-header h1 {
		font-size: 60px;
		line-height: 1;
	}
	.tma-header p {
		font-size: 25px;
	}
	.tma-sidebar {
		width: 100px;
	}
	.tma-sidebar.affix {
		position: fixed;
		padding-top: 0;
		top: 100px;
	}
}

@media (max-width: 450px) {
	.tma-header h1 {
		font-size: 26px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.col-sm-2 {
		padding-left: 0;
	}
	.tma-sidebar ul {
		width: 130px;
	}
}

@media (min-width: 992px) {
	.tma-sidebar {
		width: 140px;
	}
}

.main {
	padding-bottom: 50px;
}

.main-docs .page-header {
	border-bottom: 1px solid #ccc;
}

.main-docs .page-header h1 {
	padding-top: 80px;
	margin-top: -45px;
	/*text-shadow: 2px 2px 3px rgba(54,48,47,0.4);*/
}

.schedule-table table td:first-child {
	width: 121px;
}

#about-tma {
	padding: 0 15%;
}

@media (max-width: 1199px) {
	#about-tma {
		padding: 0 5%;
	}
}

#about-tma p {
	margin-top: 2em;
	text-indent: 2em;
	line-height: 2em;
}


#seat {
	width: 500px;
	height: auto;
}

#past-events {
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}

.no-title {
	padding-top: 50px;
}

.footer {
	color: #fff;
	padding: 10px 20px 20px;
	font-size: 16px;
	/*text-shadow: 2px 2px 3px rgba(54,58,47,0.4);*/
}

.footer h4 {
	color: #e08b54;
}

.footer#home {
	background-color: #231f1e;
}

.footer#home h1,
.footer#home h2,
.footer#home h3,
.footer#home h4,
.footer#home h5,
.footer#home h6 {
	color: #999;
}
