.signature {
	max-height: 300px;
	overflow: hidden;

}

.signature img {
	max-height: 300px;
}

@media (min-width: 768px) {
    /* tablets and desktop */
}

@media (max-width: 767px) {
    body {

	}
	a.topictitle {
		font-size: 14px;
	}
	.topiclist {
		max-width: 100%;
	}
}

@media (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
}




.spoiler span {
	opacity: 0.01;
}

.spoiler span.visibleSpoiler {
	opacity: 1;
}

.postprofile img {
	max-width: 100%;
}


.spoiler-controls {
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 10px;
	background-color: #eee;
	padding: 4px;
	border: 1px solid #ccc;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none !important;
}
.spoiler-control:hover {
	background-color: #e0e0e0;
}


.postprofile {


border-left: none;
float: left;

}


.postbody {
padding-left: 10px;
border-left: 1px solid #FFFFFF;
float: right;

}


.headerbar {
background-color: #00608f;
background-image: none;
color: #FFFFFF;
}

.forumbg, .forabg {
background-color: #00608f;
background-image: none;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	background-image: none;
}

@media  (max-width: 767px) {
	.postprofile img {
		max-width: 100%;
		height: auto !important;
	}
}

/*

@media  (max-width: 767px) {
 	.topics dd.posts, dd.views, dd.lastpost  {
		display:none !important;
	
	}

	dl.icon {
		background-image: none !important;
	}
	dl.icon dt {
		padding-left: 5px;
	}
	ul.topiclist dt {
		width: 95%;
		padding: 8px;
	}
	.postprofile img {
		max-width: 100%;
		height: auto !important;
	}
	#wrap {
		min-width: 300px;
		padding:2px !important;
	}
	.row dl, .row dl dt {
		background-image: none !important;
	}
	.row dt a img {
		display: none;
	}
	a.topictitle {
		font-family: 'Open Sans';
		font-size: 15px;
	}
	.header .posts { 
		display: none;
	}
	.post .author {
		display: none;
	}
	.post .content {
		width: 100%;
	}
	.post .profile-icons {
		float: none;
	}
	.post .postprofile {
		width: 20%;
	}
	.post .postbody {
		width: 70%;
	}
	.post .postprofile dd {
		display: none;
	}
	.bg1 {
		background-color: #eee;
	}
	.bg2 {
		background-color: #e0e0e0;
	}
	#site-description img {
		max-width: 100%;
	}
	#message-box textarea {
		max-width: 100%;
		width: 100%;
		min-width: none;
	}
   .pagination {
      font-size:20px !important;
   }
   #qr_editor_div dd {
	display: none;
	}
	fieldset #subject {
		max-width: 100%;
width: 100% !important;
	}
	#format-buttons {
		display: none;
	}
	#smiley-box  {
		display: none;

	}
	#message-box {
		width: 100%;
	}
}

	



.topiclist.topics li.row {
	padding-top: 2px;
	padding-bottom: 2px; 
}
a.topictitle {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 14px;
}

.postprofile {
	font-family: 'Open Sans';	
	font-size: 11px;
}

.postprofile .username-coloured {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 400;
}

*/