.body .container{
	background: #92867A;
	padding: 10px;
	margin-top: -10px;
	border:none;
} 

body.site{
	border: none !important;
}


/* 
.login:before{
	content: "Forum registration is currently disabled due to increased spam activity. We apologize for the inconvenience.";
	font-size: 16px;
	background: #632427;
	color: #fff;
	padding: 10px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	margin: 20px 0;
	width: 90%;
	display: block;
}
*/

.well{
	background:none;
	border:none;
}

#header{
	max-width:1100px;
	margin: 0 auto;
	background: none !important;
}

.site-title{
	display: none;
}

.breadcrumb{
	border-color: #5e2828;
	background: #b9aea3;
}

.breadcrumb > .active{
	color: #444;
	text-shadow:none;
}

.breadcrumb a{
	color: #5e2828 !important;
	text-shadow:none;
}

#footer {
	background: none !important;
}

#sidebar{
	display: none;
}

.header_links img{
	height: 25px;
	width: auto;
}

.header_links #google_translate_element img{
	height: inherit;
	width: inherit;
}

body.site #header .umai_logo{
 	background-size: 125px 97px !important;
 	height: 100px !important;
 	top:35px;
 	overflow: hidden;
}

#Kunena table tr td, #Kunena table tr th {
  width: auto !important;
}

a.btn{
	color:#333; 
}

.alert-info, .pager li > a, .pager li > span{
    background-color: #632427;
    color: #FFFFFF;
    border-color: #DDDDDD;
}

.pager li > a:hover,
.nav-tabs.nav-stacked a:hover{
	color: #632427;
}

.alert{
	text-shadow: none;
}

.alert .close{
	color:#FFFFFF;
	text-shadow: none;
}

.alert a, .alert a:hover{
	color: #FFFFFF !important;
}

.alert h5{
}

.alert-info h3, .alert-info h4, .alert-info h5, .alert-info h6{
	color:#FFFFFF;	
	font-size: 130%;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small{
	color: #DDDDDD;
}

.breadcrumb > li{
	text-shadow: none;
}

a.btn.btn-primary{
	color: #FFF !important;
}

input, textarea{
	background: #FFF;
	color: #333 !important;
	font-weight: normal !important; 
}

#userdropdown a{
	color:#632427;
}

#userdropdown .btn-primary{
	margin-bottom: 8px;
	background-color: #632427;
}

@media (min-width: 550px) {

	.body .container{
		margin-top: -25px;
	}	 

	body.site #header .umai_logo{
 		background-size: 187px 145px !important;
 		background-position: left bottom;
		height: 145px !important;
 		top:-10px;
	}

	.header_links img{
		height: inherit;
	}

	/* #Kunena table tr td, #Kunena table tr th {
  		width: 100% !important;
	} */

@media (min-width: 770px) {
	#sidebar{
		display: inherit;
	}
}



@media (min-width: 1200px) {
	
	.body .container{
		max-width:1100px !important;
		width: 1100px;
	} 
}

/*  background: url(../_images/body_grad_bg.gif) repeat-x #7C7065; */


/* Colors

#501717; - Links 

#5e2828 - Most borders (maroon)

#b9aea3 - Bg colors (dark tan) (used on Welcome, Stats, etc)

#d6d0ca - lighter tan bg colors

*/