html,body { height:100%; margin:0; padding:0; }

#wrapper {
	min-height: 100%;
	position: relative;
}

#content {
	padding-top: 60px;
	padding-bottom: 60px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.navbar a.navbar-brand,
.navbar-inverse a.navbar-brand {
	font-size: 28px;
	color: #c57200;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
}

.table td { vertical-align: middle; }

.no-wrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-right,
.table td.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.row {
	margin-bottom: 10px;
}

.no-pad {
	margin-bottom: 0px;
}

.col-pad-bottom {
	margin-bottom: 20px;
}

.input-xs {
	height: 22px;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
	border-radius: 3px;
}

span.anchor {
	display: block;
	height: 70px;
	margin-top:-70px;
	visibility: hidden;
}

.article table {
    border-collapse: collapse;
}

.article table th,
.article table td {
	border: 1px solid #aaa;
	padding: 5px;
}

.article table th {
	background-color: #ddd;
}

.article table td .thumbnail {
	margin: 0;
}

.article hr {
	clear: both;
}

.article ol { list-style-type: decimal; }
.article ol ol { list-style-type: lower-alpha; }
.article ol ol ol { list-style-type: lower-roman; }

@media (min-width: 500px) {
	.article .pull-left {
		margin: 0 1.5em 1em 0;
	}

	.article .pull-right {
		margin: 0 0 1em 1.5em;
	}

	.article td .thumbnail {
		width: 100%;
	}
}

.img-responsive-fill {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.autocomplete-w1 { background-color: #fff; position:absolute; top:0px; left:0px; margin:2px 0 0 3px; }
.autocomplete { font-size: 0.9em; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; }
.autocomplete .selected { background:#E0E0E0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; border-bottom:1px solid #ddd; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

.fancybox-title p {
	text-align: center;
}

@media (max-width: 764px) {
	#footer .navbar-header {
		margin-left: 0;
	}

	.navbar a.navbar-brand,
	.navbar-inverse a.navbar-brand {
		font-size: 12px;
	}
}


@media (min-width: 765px) and (max-width: 1199px) {
	.navbar a.navbar-brand,
	.navbar-inverse a.navbar-brand {
		font-size: 20px;
	}
}
