* {
	border:0;
	outline:0;
	margin:0;
	padding:0;
	box-sizing:border-box;
	/*overflow:hidden*/
}

html,body {
	width:100%;
	height:100%;
	font-family:'Roboto Slab',sans-serif;
	font-weight:100;
	line-height:1em;
	/*overflow:scroll*/
}

body {
	background:#111
}

.form-control {
	font-size:16px;
	letter-spacing: 0px;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
}

#site_container {
	width:1000px;
	margin-left:auto;
	margin-right:auto
}

#site_header {
	width:100%;
	background:#444
}

#logo {
width: 421px;
height: 100px;
background: #999 url('/images/bbr_logo.png') no-repeat center;
background-position: center;
display: block;
float: left;
padding-top: 69px;
text-align: center;
color: #444;
font-size: 13px;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
font-style: italic;
}

#login_form_shell {
	width:575px;
	height:110px;
	text-align:right;
	padding-right:34px;
	padding-top:33px;
	float:right;
	font-family:'Roboto',sans-serif
}

a {
	color:#f8862f;
	text-decoration:none
}

#expand_login {
	margin-right:6px
}

#login_options {
	margin-top:8px;
	color:#eee;
	font-size:15px
}

#login_username,#login_password,#login_submit,#register_submit,#thread_response_submit,#site_search  {
	padding:7px;
	margin-right:3px;
	border:1px solid #fff;
	border-radius:3px;
	font-size:15px
}

#login_username,#login_password {
	width:150px
}

#login_submit,#register_submit,#thread_response_submit,#site_search  {
	padding-left:15px;
	padding-right:15px;
	margin-right:7px;
	background:#f8862f;
	color:#fff;
	cursor:pointer
}

#register_submit,#thread_response_submit {
	margin-right:0
}

#thread_response_submit {
	float:right;
	margin-top:15px
}

#top_banner,#bottom_banner {
	width:100%;
	height:100px;
	margin: 0 0 34px 0;
	background:#111
}

#primary_nav {
	background:#444
}

#primary_nav a {
	width:166.6px;
	height:50px;
	padding:17px;
	border:1px solid #777;
	border-right:0;
	display:block;
	float:left;
	text-align:center;
	line-height:17px;
	font-size:17px;
	color:#fff;
	font-family:'Montserrat',sans-serif
}

#primary_nav a:nth-of-type(6) {
	border-right:1px solid #777
}

#primary_nav a:hover {
	background:#f8862f;
	border-color:#f8862f
}

.post_content_header,.post_content,#page_footer {
	padding:24px 34px;
	background:#333;
	color:#eee
}
.post_content_header {
	padding-bottom: 0;
}

#forum_nav {
	/*padding-top:9px;
	border-top:1px dotted #999;
	margin-top:5px;*/
	font-family:'Montserrat',sans-serif;
	font-size:15px;
	line-height:15px;
	text-align:right
}

.break_it {
	display:none
}

h1,h5,.post_entry_link_title {
	font-size:23px;
	line-height:27px;
	text-transform:capitalize;
	color:#0cf
}

.post_entries {
	width:100%;
	background-color:#222
}

.post_entries_shell {
	width:66.666%;
	max-width:66.666%;
	float:left
}

.ads_main_page_right {
	width:33.333%;
	max-width:33.333%
}

.ads_frame {
	width:100%;
	height:100%
}

.post_entry_link_title {
	font-size: 16px;
	line-height: 19px;
	color:#f8862f;
	font-weight:400
}

a.bread-root {
	color:white;
}
.cat-rc {
	font-size:11px;
	color:rgb(200, 200, 200);
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-style:normal;
	font-size:15px;
	line-height:18px
}

.below_heading {
	font-size:15px;
	line-height:19px;
	font-style:italic;
	font-family:'Roboto Slab',sans-serif;
	/*margin-top:-17px*/
}

.below_heading:first-of-type {
	margin-top:0
}

.post_entry_a,.post_entry_b {
	padding:34px;
	background-color:#444;
	color:#fff
}

.post_entry_b {
	background-color:#333
}

/*.post_entry_shell {
	max-height:98px;
	overflow:hidden
}*/

.post_content_map {
	width:100%;
	height:563px
}

.post_content_map * {
	overflow:visible
}

.post_content {
	background:#292929
}

.post_content p,.post_excerpt {
	margin-bottom:20px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:13px;
	line-height:17px;
	letter-spacing:.5px;
	color:#fff;
	clear:both
}

.post_excerpt {
	/*margin:20px 0 0*/
}

.post_content_footer {
	padding-top:34px;
	border-top:1px dotted #999;
	margin-top:34px;
	font-size:15px;
	font-family:'Roboto Slab',sans-serif;
	clear:both
}

.post_footer_signature {
	font-family:'Roboto Slab',sans-serif;
	font-style:italic
}

.post_author_icon {
	float:left;
	margin-right:15px;
	max-height:60px;
	width:auto;
}

#thread_response_textarea {
	width:100%;
	height:150px;
	margin-top:34px;
	padding:15px;
	border:1px solid #444;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:13px;
	line-height:17px;
	letter-spacing:.5px;
	color:#fff;
	background:#444
}
.col-xs-12.text-center {
	text-align:center;
}
.post_image {
	max-height:500px;
	max-width: 100%;
	margin: 0 2px 34px 0;
}
.post_image.thumb {
	max-height: 190px;
	max-width:86%;
	vertical-align: top;
}
.del-text {
	height:200px;
	font-weight:bold;
	text-align: center;
	color:#FF9090;
	padding-top:40px;
}

.img-wrap, .col-img-wrap {
	height:200px;
}

#page_footer {
	margin-bottom:34px;
	font-family:'Roboto',sans-serif;
	font-size:15px
}

#gallery {
	width:100%;
	height:90px;
	//background:url(/forum/images/gallery.png) no-repeat;
	margin-bottom:34px
}

#page_footer p {
	font-family:'Roboto Slab',sans-serif;
	font-style:italic;
	font-size:15px;
	line-height:23px
}

#footer_one,#footer_two,#footer_three {
	width:30%;
	float:left
}

#footer_one {
	padding-right:34px
}

#footer_two {
	width:40%;
	border-left:1px dotted #999;
	border-right:1px dotted #999;
	padding:0 34px
}

#footer_one,#footer_two {
	padding-right:34px
}

#footer_three {
	padding-left:34px;
	width:30%
}

#paypal {
	max-width:324px
}

#copyright {
	padding:10px 0 20px;
	text-align:center;
	font-size:13px;
	font-family:'Montserrat',sans-serif;
	color:#333;
	clear: both;
}

@media only screen and (max-width: 1000px) {
#site_container {
	width:800px
}

#login_form_shell {
	width:375px
}

#login_username,#login_password {
	width:63px
}

#login_submit,#register_submit,#site_search  {
	padding:7px
}

#primary_nav a {
	width:133.333px
}

.hide_smaller {
	display:none
}


}

@media only screen and (max-width: 800px) {
#site_container {
	width:100%
}

#logo {
	width:100%;
	max-width:100%
}

#login_form_shell {
	width:100%;
	max-height:100px;
	overflow:hidden;
	border:0;
	text-align:center;
	padding:34px;
	float:none
}

#primary_nav a {
	width:-moz-calc(100% / 3);
	width:-webkit-calc(100% / 3);
	width:calc(100% / 3)
}

#primary_nav a:nth-of-type(1) {
	border-left:0
}

#primary_nav a:nth-of-type(3) {
	float:none;
	border-right:0
}

#primary_nav a:nth-of-type(4) {
	border-top:0;
	border-left:0
}

#primary_nav a:nth-of-type(5) {
	border-top:0
}

#primary_nav a:nth-of-type(6) {
	border-top:0;
	border-right:0
}

#forum_nav {
	text-align:left;
	margin-bottom:25px
}

#forum_nav a {
	line-height:23px
}

.below_heading {
	margin:0
}

.break_it {
	display:inline
}

.divide_it {
	display:none
}

#footer_one,#footer_two,#footer_three {
	width:100%;
	margin:0;
	padding:0;
	border:0;
	float:none
}

#footer_two {
	margin:34px 0
}

.ads_main_page_right {
	width:100%;
	max-width:100%
}

.post_entries_shell {
	width:100%;
	max-width:100%;
	float:none
}
}

#preview canvas {
	background-color: white;
	border-radius: 4px;
}
.preUpload {
	display:inline-block;
	border:1px solid #848484;
	border-radius: 5px;
	padding:6px;
	margin:0 3px 8px 0;
	background-color: #F3F3F3;
}
.preUpload.br {
	width:120px;
}
.progress {
	background-color: #D27F7F;
	height:8px;
	display:block;
	width:0;
	border-radius: 4px;
}
.pthumb {
	border-radius: 4px;
}
.proback {
	background-color: #cecece;
	border-radius: 4px;
}
#preview .del {
	color: red;
	vertical-align: top;
	cursor: pointer;
}
#preview>div {
	display:inline-block;
}
label.error {
	color:red;
	margin-top:2px;
}
.home-cat h3 {
	padding:10px 5px;
	text-align:center;
	background-color: #202020;
	border:1px solid #999999;
	margin-top:3px;
}
.home-cat h3:hover {
	background-color: #333333;
}
.home-cat a {
	color:white;
}
.home-cat a:hover {
	color:#f8862f;
	text-decoration: none;
}

/* ################## */
.topStrip {
	font-size: 11px;
	color: rgb(104, 104, 104);
	padding: 7px 10px 5px;
	margin: -2px 0 0;
	min-height: 6px;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
	position: relative;
}

.row.topStrip h1.search-title {
	color:white;
}

.row.topStrip h1.search-title span {
	color:#A9A9A9;
}

.no-res {
	font-size:18px;
	color:#f8862f;
	padding:50px;
}

.post_entry_a, .post_entry_b {
	background: transparent none;
	margin: 0;
	border-width: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: none !important;
	padding: 3px 10px;
	border-top: 1px solid rgb(44, 44, 44);
	border-bottom: 1px solid rgb(22, 22, 22);
	border-radius: 0;
}
.post-list {
	padding-top:10px;
}
.post_entry_shell {
	padding-bottom:20px;
}

.log_err_wrap {
	background-color: #333333;
	padding-bottom: 10px;
}
.log_err.well {
	color:#AD1E2A;
	background-color: #FFDBDE;
	border:1px solid #AD1E2A;
	width:80%;
	margin:0 auto;
}
.ok.well {
	color:#006006;
	background-color: #A5CEA7;
	border:1px solid #006006;
	width:80%;
	margin:0 auto;
}
.well.login_msg {
	color:#D13C07;
	font-weight:bold;
	text-align: center;
	background-color: #FFD4B3;
	border:1px solid #F8862F;
	width:80%;
	margin:0 auto;
}
.post_content.row {
	margin-left:0;
	margin-right:0;
}
.cat_title {
	font-weight:bold;
	font-size:18px;
	margin: -5px 0 0 0;
	padding-bottom:5px;
	clear:left;
}
h3.for-cat-title {
	color:#0cf;
	font-size:16px;
}
.col-md-1.edit {
	padding-top:15px;
}
#img_up .moxie-shim{
	z-index: -100 !important;
}
.comm-on {
	font-weight:bold;
	margin-bottom:4px;
}
.comm-on span.title {
	color:#0cf;
}
.logged-in-as {
	display: inline-block;
	width: 80%;
	color: white;
	text-align: left;
}
.logged-in-as .scr_name {
	font-weight:bold;
}
.editing {
	color:#1F9F23;
	font-weight:bold;
	padding:0 0 5px 0;
}
.btn-xs.btn-orange {
	padding: 1px 7px;
	line-height: 1.3;
	color:white;
	background-color: #F8862F;
	border:1px solid white;
	margin-left:16px;
}
.btn-sm.btn-orange {
	color:white;
	font-size: 13px;
	background-color: #F8862F;
	border:1px solid white;
}
.below_heading.create {
	margin-bottom:10px;
}
.checkbox.sticky {
	display: inline-block;
	margin-left:30px;
	line-height: 18px;
}
.topStrip .fcat {
	padding: 5px 10px 10px;
}

#search {
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 14px;
	height: 28px;
	font-weight: 300;
	width: 100%;
	margin-bottom: 0;

	background-color: transparent;
	border: 0;
	padding: 0;
	border-bottom: 1px solid hsla(0,0%,100%,.25);
	color: #fff;

}

.search-box {
	position:relative;
	padding-top:15px;
}

.bbr-image-search {
	width: 24px;
	height: 24px;
	background-color: transparent;
	position: absolute;
	right: 12px;
	top:15px;

}

/*#########  MEDIA QUERIES  ##########*/

@media (min-width: 768px) {
	.col-sm-2 {
		width: 12%;
	}
	.col-sm-4 {
		width: 37%;
	}

}
@media (max-width: 768px) {
	#forum-title {
		margin-bottom:0;
	}
	.cat_title {
		margin:10px 0 0;
	}
	.search-box {
		padding-top:5px;
	}
	.bbr-image-search {
		top:5px;
	}

}




