.outside {
	width: 953px;
	max-width: 953px;
	min-width: 953px;
	margin: 0;
}

.inside {
	margin-left: 0;
	margin-right: 0;
	background-image: url('/img/wmma/sidebar_bg.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 500px;
}

.copyright {
	font-size: 11px;
	width: 953px;
	padding: 5px 0;
	background-color: white;
}

.clear {
	clear: both;
}

.forabg {
	padding: 3px 4px;
}

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

.inside .inner {
	background-image: none;
	margin: 0;
}

h3 {
	font-size: 1.05em;
	margin-top: 12px;
}

.navbar {
	background-color: rgba(220, 220, 220, 0.5);
}

#page-header {
	margin-bottom: 24px;
}

#page-footer {
	margin-top: 24px;
}

.forabg {
	margin-bottom: 12px;
}

li.header dd {
	font-weight: bold;
}

ul.topiclist dd {
	border: none;
}

.post {
	padding: 10px 5px;
}

.postprofile {
	float: left;
	border-left: none;
}

.postbody {
	float: right;
	/*border-left: 1px dashed white;*/
	padding: 0 10px;
}

.postbody h3 {
	font-size: 14px;
}

.post .comment {
	border-bottom: none;
}

.post .content {
	padding-bottom: 10px;
}

.post .back2top {
	padding-right: 10px;
}

.posttitle {
	font-weight: bold;
}

blockquote {
	background-image: none;
}

blockquote cite {
	margin-left: 0;
	margin-bottom: 10px;
	padding: 2px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

blockquote div {
	padding: 0 5px 5px 5px;
}

.topic-actions {
	margin-bottom: 0;
	min-height: 32px;
}

.buttons {
	padding: 0px 0 0 0;
}

.buttons div {
	border: 1px solid #b9babb;
	padding: 3px 8px;
}

.buttons div:hover {
	background-color: #ededed;
}

.buttons div a {
	font-weight: bold;
}

.buttons div a:hover {
	text-decoration: none;
}

.buttons .post-icon {
	padding: 0;
	border: none;
	background-color: white;
}

.buttons .post-icon a {
	color: transparent;
	display: block;
	width: 98px;
	height: 26px;
	background-image: url('/img/wmma/add-topic.gif');
	opacity: 0.75;
}

.buttons .post-icon a:hover {
	opacity: 1;
}

.buttons .post-icon span {
	background-image: none;
}

.buttons .reply-icon {
	padding: 0;
	border: none;
	background-color: white;
}

.buttons .reply-icon a {
	color: transparent;
	display: block;
	width: 128px;
	height: 26px;
	background-image: url('/img/wmma/add-post.gif');
	opacity: 0.75;
}

.buttons .reply-icon a:hover {
	opacity: 1;
}

.buttons .reply-icon span {
	background-image: none;
}

.mcp .postbody {
	width: 97%;
}

h2 a {
	color: #015689 !important;
	line-height: 23px;
}

h2 a:hover {
	color: #015689;
	text-decoration: none;
	color: #015689;
}

.postbody .ignore {
	margin-top: 22px;
}

.inside {
	background-image: none;
}

.forabg {
	background-image: none;
	background-color: black;
}

.head_banner img {
	display: block;
}

.only-mobile {
	display: none;
}

.non-mobile {
	display: inline-block;
}

@media screen and (max-width: 1000px) {
	.only-mobile {
		display: inline-block;
	}

	.non-mobile {
		display: none;
	}
}

#userInfoContainer {
	float: left;
	margin: -4px 0 0 20px;
}

#login-register-separator,
#userInfoContainer .registration-link {
	color: white;
	text-decoration: none;
}

#userInfoContainer .registration-link:hover {
	text-decoration: underline;
}

#userInfoContainer > form {
	display: inline-block;
}

#userInfoContainer > form > div {
	display: inline-block;
}

#userInfoContainer input[type="text"],
#userInfoContainer input[type="password"] {
	width: 80px;
}

#userInfoContainer button {
	height: 20px;
	background: transparent;
	border: none;
	color: white;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

#userInfoContainer button:hover {
	text-decoration: underline;
}

.head_banner ins img {
	width: 100%;
	height: auto;
	display: block;
}

