@import url("font-awesome.min.css");
@import url("imageset.css");

html {
	height: 101%;
}

#phpbb {
	word-wrap: break-word;
}

.panel-title .small {
	margin-top: 2px;
	font-size: 85%;
}

.panel-body hr {
	margin: 10px 0;
}

img {
	max-width: 100%;
}

.help-block {
	font-weight: normal;
}

.container.simple {
	padding: 5px;
}

#page-header .navbar {
	margin-bottom: 0;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}

h1.site-name {
	font-size: 28px;
}

#page-header .jumbotron {
	padding: 15px;
	border-bottom: 1px solid #ddd;
}

#navbar-collapse-footer .navbar-nav > li > .dropdown-menu {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.navbar-nav.navbar-right {
	margin-right: 0;
}

.header-avatar img {
	max-height: 20px;
	width: auto;
}

.bg1 {
	background-color: #fcfcfc;
}

.bg2 {
	background-color: #f9f9f9;
}

div.icon {
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #eee;
}

div.icon:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
}

div.folder {
	min-height: 35px;
	padding-left: 46px;
	background-position: 5px 95%;
	background-repeat: no-repeat;
}

.forumtitle, .topictitle {
	font-size: 1.2em;
}

.forum-image {
	margin-right: 5px;
}

h1.site-name, ul.pagination, .postprofile {
	margin: 0;
}

.dropdown-menu li.divider {
	margin: 1px 0;
}

.tip, .btn.tip {
	cursor: default;
}

.username-coloured, blockquote cite {
	font-weight: bold;
}

.postbody .content {
	padding-bottom: 15px;
}

.post-ignore .postbody {
	display: none;
}

.posthilit {
	padding: 0 2px 1px 2px;
	color: #f2dede;
	background-color: #a94442;
}

.postprofile {
	border-right: 1px solid #eee;
}

span.online {
	max-width: 230px;
	padding: 3px;
	margin-top: -15px;
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

dl.form-group dt {
	text-align: right;
}

.codebox {
	margin-top: 10px;
}

.codebox .code {
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
}

.panel.codebox, .attachbox .thumbnail {
	margin-bottom: 0;
}

.postbody blockquote {
	margin: 10px 0;
	font-size: 13px;
}

a.postlink:visited {
	color: #7393B1;
}

a.postlink:hover, a.postlink:focus {
	color: #23527c;
}

blockquote > i {
	margin-right: 15px;
	margin-bottom: 5px;
	filter: alpha(opacity=10);
	opacity: .1;
}

.syntaxbg		{color: #FFFFFF;}
.syntaxcomment	{color: #FF8000;}
.syntaxdefault	{color: #0000BB;}
.syntaxhtml		{color: #000000;}
.syntaxkeyword	{color: #007700;}
.syntaxstring	{color: #DD0000;}

.postbody .posting-buttons {
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 2.5em;
	border-bottom: 1px solid #eee;
}

#topicreview, #post_details {
	padding-right: 15px;
	overflow: auto;
}

#topicreview {
	height: 300px;
	padding-bottom: 0;
}

#post_details, .dropdown-contents {
	max-height: 300px;
}

.sub-panels .nav.nav-pills {
	margin-bottom: 5px;
}

#format-buttons .btn-group {
	display: inline-block;
	margin-top: 5px;
}

#format-buttons  i {
	font-size: 17px;
}

#color_palette_placeholder td {
	padding: 3px 1px;
	border: 1px solid #f5f5f5;
}

.dropdown-contents {
	overflow-y: auto;
}

.pm-legend i, .pm-legend input {
	vertical-align: 2px;
}

.table-responsive .width-15 {
	width: 15%;
}

.table-responsive .width-35 {
	width: 35%;
}

.table-responsive .width-50 {
	width: 50%;
}

#memberlist tr.inactive, #team tr.inactive {
	font-style: italic;
}

select, input.inputbox {
	width: auto;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select:focus, input.inputbox:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.phpbb_alert {
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 50;
	width: 600px;
	margin: 0 auto;
}

#darkenwrapper {
	display: none;
	position: relative;
	z-index: 44;
}

#darken {
	background-color: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 45;
}

#loading_indicator {
	background: #000 url("./images/loading.gif") no-repeat 50% 50%;
	border-radius: 5px;
	display: none;
	opacity: 0.8;
	margin-top: -50px;
	margin-left: -50px;
	height: 50px;
	width: 50px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 51;
}

.notification-block {
	position: relative;
}

.notification-block a.mark_read {
	display: none;
	margin-top: -30px;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 50%;
}

.notification-block:hover a.mark_read {
	display: block;
}

.notification-text {
	min-width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notification-text img {
	max-height: 50px;
	max-width: 50px;
	margin-right: 5px;
}

@media (max-width: 767px)
{
	#page-header .navbar {
		margin-bottom: 20px;
	}

	.phpbb_alert {
		top: 0;
		width: auto;
		margin: 10px;
	}

	dl.form-group dt {
		text-align: left;
	}

	#colour_palette td:nth-child(2n) {
		display: none;
	}

	.postprofile {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border: none;
		border-bottom: 1px solid #ddd;
		text-align: center;
	}

	.jumpbox a {
		max-width: 460px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 500px)
{
	.jumpbox a {
		max-width: 300px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
