@import url(//fonts.googleapis.com/css?family=Convergence);

/* General Styles
-------------------------------------------------------------- */

/* The following section sets the basic body, H1-H5 and link styles */

body {
	background			: 	url("../../uploads/theme-style/elements/c30-texture-background.jpg") no-repeat center top #000000;
	color				:	#222222;
	font-size			:	14px;
	line-height			:	19px;
	font-family			: 	Arial, Serif;
	padding-top			:	0px;
}

a:link,a:visited { /* This styles the majority of the on page links. The sidebar links can be styled seperately */
	color 			: 	#85814b;
	text-decoration : 	none;
}

a:hover,a:active {
	color 			: 	#85814b;
	text-decoration : 	underline;
}

h1 {
	font-size			:	20px;
	color				:	#85814b;
	font-family			: 	Georgia, Serif;
}

h2 {
	font-size			:	18px;
	color				:	#000000;
	font-family			: 	Georgia, Serif;
}

h3 {
	font-size			:	17px;
	color				:	#000000;
	font-family			: 	Georgia, Serif;
}

h4, h5 {
	font-size			:	17px;
	color				:	#000000;
	font-family			: 	Georgia, Serif;
}


/* Header
-------------------------------------------------------------- */

#header .container {
	background			:	url("../../uploads/theme-style/elements/Bitter_Trade_header3.png") repeat;
    background-color	: 	 none ;
}

#header #title h1 {
	font-size			:	20px;
	font-family			: 	'Convergence', arial, serif;
	line-height			: 	25px;
}

#header #title h1 a {
	color				:	#000000;
	text-decoration		:	none;
}

#header #title h1 a:hover {
	text-decoration		:	none;
}

#header #title p {
	font-size			:	13px;
	color				:	#333333;
	font-family			: 	Arial, Serif;
}

#nav-primary {
	background			:	#222222;
}

#nav-primary ul {
		float				: 	left;
	}

#nav-primary li {
	float				: 	left;
}

#nav-primary li a {
	color				:	#dedede;
	font-size			:	18px;
	line-height			:	18px;
	text-shadow			: 	#222222 0px 1px 0px;
	font-family			: 	Arial, Serif;
	border-right		:	1px DOTTED #dotted;
	background			:	#222222;
	padding				:	10px 25px 10px 25px!important;
}

#nav-primary li a:hover, .parent_active, #nav-primary .current-menu-item a {
	color				:	#dedede!important;
	text-shadow			: 	#bc151f 0px 1px 0px!important;
	background			:	#bc151f!important;
}

#nav-primary li ul li a, #nav-primary li ul li a:hover {
	color				:	#dedede!important;
	text-shadow			: 	#bc151f 0px 1px 0px!important;
	background			:	#bc151f!important;
}

#nav-primary li ul li a:hover {
    text-decoration     :   underline!important;
}


/* Content
-------------------------------------------------------------- */

.container {
	background			: 	#FFFFFF;
    -moz-box-shadow		:   0px 0px 5px 3px #FFFFFF;
	-webkit-box-shadow	: 	0px 0px 5px 3px #FFFFFF;
	box-shadow			:   0px 0px 5px 3px #FFFFFF;
}

#footer .container {
    -moz-box-shadow		:   0px 4px 5px 3px #FFFFFF;
	-webkit-box-shadow	: 	0px 4px 5px 3px #FFFFFF;
	box-shadow			:   0px 4px 5px 3px #FFFFFF;
}

.post_date {
	color				:	#85814b;
	font-size			:	16px;
	font-family			: 	Georgia, Serif;
	background			:	url("../../uploads/theme-style/elements/c71-Dates.png") no-repeat;
}

.post_title h3.padded, .post_title h1.padded {
	padding-top			:	0px;
}


.post_title h3 a, .post_title h1 a {
	color				:	#85814b;
	font-size			:	20px;
	font-family			: 	Georgia, Serif;
}

.post_title p {
	color				:	#999999;
	font-size			:	14px;
	font-family			: 	Georgia, Serif;
}

.post_excerpt_home {
	padding-left		:	0px;
}

.wp-caption-text {
	color				:	#000000;
	font-style			:	italic;
}


/* Slider styles
-------------------------------------------------------------- */

.slider .nav-wrapper {
	margin-top         :   100px;
        	background-color	: 	#000000;
    }


/* Forum styles
-------------------------------------------------------------- */

.bbp-forums thead tr th,
.bbp-topics thead tr th,
.bbp-replies thead tr th,
.bbp-replies tfoot tr th,
.forum tr td,
.bbp-reply-header td,
.bbp-reply-author,
.bbp-reply-content,
.bbp-topic-meta,
.bbp-topic-title,
.topic,
.bbp-topics tbody tr td {
	color				:	#222222;
	background			:	#FFFFFF!important;
}

.bbp-topics tr.super-sticky td {
	background			:	#FFFFFF!important;
}

.bbp-topics tr.super-sticky td.bbp-topic-title a:first-child {
	color				:	#222222;
}

.bbp-replies tr.type-topic .bbp-reply-author,
.bbp-replies tr.type-topic .bbp-reply-content {
	background			:	#FFFFFF!important;
}

.bbp-pagination-count {
	color				:	#222222;
}

.bbp-topic-form,
.bbp-reply-form {
	background			:	#FFFFFF;
}


/* Footer
-------------------------------------------------------------- */

#footer .container {
	background			: 	#222222;
	color				:	#85814b;
}

#footer h4 {
	font-size			:	14px;
	color				:	#85814b;
	font-family			: 	Arial, Serif;
}

#footer a:link,#footer a:visited { /* This styles the majority of the on page links. The sidebar links can be styled seperately */
	color 			: 	#85814b;
	text-decoration : 	none;
}

#footer a:hover,#footer a:active {
	color 			: 	#ffffff;
}



/* Responsive Menu
-------------------------------------------------------------- */

.toggleMenu {
  background: #222222;
}
  
.toggleMenu:link, .toggleMenu:visited {
  color:	#dedede;
}
 
.toggleMenu.active {
  background:	#222222;
}

@media screen and (max-width: 1120px) {

  #nav-primary li a {
    border-bottom		:	1px solid #dotted;
	} 
}



/* Custom CSS Code
-------------------------------------------------------------- */

.container {
box-shadow: none;
}

#footer .container {
box-shadow: none;
}

.post-meta {
display: none;
}