/*
Theme Name: New AA Theme
Theme URI: http://apocalypticarmy.com
Author: Muppet1856
Author URI: http://apocalypticarmy.com
Description: This is my personal theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: new_aa

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('./dist/css/bootstrap.css');

/*div#wpadminbar {
	display: none !important;
}*/
div#buddypress > div#item-nav {
	padding-top: 15px;
}
#primary {
	background-image: none;
	background-color: #1D1D1D;
	border-radius: 10px;
}
#main {
	background-image: none;
	background-color: #2D2D2D;
	border-radius: 5px;
}
#sidebar {
	background-image: none;
	background-color: #1D1D1D;
	border-radius: 5px;
}
#sidebar-box {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: none;
	background-color: #2D2D2D;
	border-radius: 5px;

}
#footer-div {
	background-image: none;
	background-color: #1D1D1D;
	border-radius: 10px;
}
#AA-sidemenu {
	border-radius: 5px;	
}
.navbar {
	font-family: Orbitron, sans-serif;
	font-weight: 500;
	font-size: 20px;
}
.article_content {
	float: left;
}
.teamspeak3 {
	font: 70% "Helvetica", sans-serif;
	color: #CCCCCC;
	position: relative;
	background-image: none;
	background-color: #4D4D4D;
	border-radius: 5px;
	border-width: 0px;
	padding: 10px;
}
.suffix {
	position: absolute;
	right: 10px;
}
.spacer {
	background: linear-gradient(#3D3D3D, #2D2D2D);
	border-radius: 3px;
	text-align: center;
/*	background-color: #3D3D3D;*/
	color: #FF0000;
}
.center {
	position: relative;
	width: 100%;
}
.tstitle {
	background-image: none;
	background: radial-gradient(#4D4D4D, #1D1D1D);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-width: 0px;
	font: 100% "Orbitron", sans-serif;
	color: #AA0000;
	font-weight: 900;
	text-align: center;
	padding: 10px;
}
div#ts3_div {
	padding-bottom: 15px;
}
.ts3_viewer td.corpus.channel, .ts3_viewer td.corpus.client {
	color: #CCCCCC;
}
.post_tags {
	font-size: 80%;
}
hr {
	border-bottom-color: #1D1D1D;
	border-top-color: #1D1D1D;
}
#bbpress-forums li.bbp-header {
	background: #3d3d3d;
}
#bbpress-forums div.bbp-reply-header {
	background-color: #f4f4f4;
}
div.bbp-template-notice.info {
	border: #cee1ef 1px solid;
	background-color: #f0f8ff;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
	background-color: #919191;
}
#bbpress-forums div.even,
#bbpress-forums ul.even {
	background-color: #1D1D1D;
}
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
	background-color: #FF5300 !important;
	font-size: 1.1em;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	border: #111111;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	border-top: #111111;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	border-top: #111111;
}
#bbpress-forums .submit {
background-color: #a0668d;
color: #111111;
}
#bbp_search,
#bbp_search_submit {
	color: #111111;
}
#bbpress-forums li.bbp-footer {
	background-color: #1D1D1D;
}
.bbp-form legend {
	color: #eee;
}
#bbp_topic_title,
#bbp_topic_content,
#bbp_topic_tags,
#bbp_stick_topic_select,
#bbp_topic_status_select,
div#invite-list {
	color: #111;
}
div#invite-list ul {
	padding: 0px;
}
#sidebar,
#main {
	padding-bottom: 15px;
}
#loginform {
	color: #111111;
}
li.bbp-header {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
li.bbp-footer {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#aa-side-navbar {
	padding-top: 15px;
	font-size: 15px;
}
select#members-order-by,
select#groups-order-by,
select#group_members-order-by,
textarea.bbp-the-content,
div#wp-bbp_reply_content-wrap,
table.notifications thead,
select#activity-filter-by,
select#members-friends,
select#notifications-sort-order-list,
select#groups-sort-by,
input#bp-login-widget-submit,
form#searchform,
input#bbp_topic_edit_reason {
	color: #111;
}
#buddypress div.dir-search {
	margin-top: 0px;
}
.item-avatar {
	float: left;
}
#buddypress {
	font-weight: bold;
}
.avatar {
	height: 50px;
	width: 50px;
}
.bbp-meta {
	color: #AA0000;
}
.carousel-feature,
.feature-image,
.attachment-post-thumbnail {
	display: block;
    max-width: 500px;
    max-height: 350px;
    width: auto;
    height: auto;
}

.carousel-inner div img {
    margin-left: auto;
    margin-right: auto;
    opacity: 0.6;
}
#carousel-AA {
	min-height: 400px;
}
.carousel-caption {
	position: relative; 
}
.carousel-caption a { 
	position: absolute;
	bottom: 0; 
}
#bp-recaptcha-div div {
	display: inline;
	margin-left: 15px;
}
#wp-link-close {
	width: auto !important;
	right: 5px !important;
}
#link-modal-title {
	color: #AA0000;
}

form#wp-link {
	color: #AA0000;
}
