/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			X_silver
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Sheer ( https://www.phpbbguru.net/ )
    --------------------------------------------------------------
*/
@import url("top_bar.css");
@import url("normalize.css?v=3.2");
@import url("base.css?v=3.2");
@import url("utilities.css?v=3.2");
@import url("common.css?v=3.2");
@import url("links.css?v=3.2");
@import url("content.css?v=3.2");
@import url("buttons.css?v=3.2");
@import url("cp.css?v=3.2");
@import url("forms.css?v=3.2");
@import url("icons.css?v=3.2");
@import url("colours.css?v=3.2");
@import url("imageset.css");
@import url("tbl.css");

@import url("responsive.css?v=3.2");

#columns {
	display: table;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

#columns > div,
#columns > noindex > div {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
#left{background-color:#DDE6F2;
	width: 16%;
}
#right
{
	width: 84%;
	border-left: 1px solid #4D6C95;
	padding-left: 10px;
}

.c-h-c {
	background : url('./images/c-h-c.png') repeat-x bottom left;
	width : 100%;
	height : 46px;
	margin : 0;
	font-weight : bold;
	font-size : 1.3em;
	text-align : left;
	vertical-align : middle;
	white-space : nowrap;
	overflow : hidden;
}
.c-h-l {
	background : url('./images/c-h-l.png') no-repeat bottom left;
	padding-left : 27px;
}
.c-h-r {
	background : url('./images/c-h-r.png') no-repeat bottom right;
	padding-right : 27px;
}
.c-h-title {
	color : #000040;
	margin-top : 4px;
}
.c-f-c {
	background : url('./images/c-f-c.png') repeat-x bottom left;
	height : 19px;
	font-size : 0.1em;
	margin : 0;
	white-space : nowrap;
	overflow : hidden;
}
.c-f-c-2 {
	background : url('./images/c-f-c.png') repeat-x bottom left;
	height : 20px;
	font-size : 0.1em;
	margin : 0;
	white-space : nowrap;
	overflow : hidden;
}
.c-f-l {
	background : url('./images/c-f-l.png') no-repeat bottom left;
	padding-left : 27px;
}
.c-f-r {
	background : url('./images/c-f-r.png') no-repeat bottom right;
	padding-right : 27px;
}
.gensmallclock {
	background: transparent url("./images/clock.png") no-repeat right 5px top;
	margin: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 1em;
	width: 255px;
	padding-left: 15px;
	float: right;
}
.spacer {
	background: transparent url("./images/c-f-c.png") repeat-x scroll left top;
}
.post_head, .message-title
{
	color: #3A4F6C;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #C4D8F0;
	background-image: url("./images/bg.png");
	white-space: nowrap;
	padding: 3px 2px;
	border-bottom: 1px solid #4D6C95;
}

.poll-title
{
	color: #3A4F6C;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #C4D8F0;
	background-image: url("./images/bg.png");
	white-space: nowrap;
	border-bottom: 1px solid #4D6C95;
	line-height:1.1em;
	padding: 3px 1px 3px 5px;
}

.nobottom
{
	border: 1px solid #4D6C95;
	border-bottom: none;
}

.noborder {
	border: none !important;
}

.nopadding
{
	padding: 0px !important;
}

.mcp-h
{
	border-bottom: 1px solid #4D6C95;
	background-color: #6B8DBA;
	padding: 7px;
	color: #000;
	font-size: 1.1em;
}

.mcp-head
{
	color: #3A4F6C;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #ABC1DC;
	background-image: url("./images/bg.png");
	white-space: nowrap;
	padding: 3px 12px;
	border: 1px solid #4D6C95;
	border-bottom:none;
}

.body_post_author
{
	padding: 7px 20px;
	/*! border: 1px solid; */
	/*! background-color: #DCE1E8; */
	margin: 8px 8px 4px 0px;
	border-bottom: 1px solid #aaaaaa;
}

.tablebg_trblx {
	background-color: #A9B8C2;
	border: 1px solid #4D6C95;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	.gensmallclock {
		display: none;
	}
}
