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

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

body {
	background			: 	 #e6e7eb;
	color				:	#000000;
	font-size			:	14px;
	line-height			:	19px;
	font-family			: 	Open Sans;
	padding-top			:	20px;
}

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

a:hover,a:active {
	color 			: 	#2e130b;
	text-decoration : 	none;
}

h1 {
	font-size			:	16px;
	color				:	#cc2314;
	font-family			: 	Open Sans;
}

h2 {
	font-size			:	15px;
	color				:	#cc2314;
	font-family			: 	Open Sans;
}

h3 {
	font-size			:	14px;
	color				:	#cc2314;
	font-family			: 	Open Sans;
}

h4, h5 {
	font-size			:	14px;
	color				:	#cc2314;
	font-family			: 	Open Sans;
}


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

#header .container {
	background			:	;
    background-color	: 	 none ;
}

#header #title h1 {
	font-size			:	20px;
	font-family			: 	Open Sans;
	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			: 	Open Sans;
}

#nav-primary {
	background			:	#024E84;
}

#nav-primary ul {
		float				: 	left;
	}

#nav-primary li {
	float				: 	left;
}

#nav-primary li a {
	color				:	#f6f6f6;
	font-size			:	15px;
	line-height			:	15px;
	text-shadow			: 	#2e130b 0px 1px 0px;
	font-family			: 	Open Sans;
	border-right		:	1px DOTTED #dotted;
	background			:	#024E84;
	padding				:	10px 17px 10px 17px!important;
}

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

#nav-primary li ul li a, #nav-primary li ul li a:hover {
	color				:	#024E84!important;
	text-shadow			: 	#ffffff 0px 1px 0px!important;
	background			:	#ffffff!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				:	#cc2314;
	font-size			:	16px;
	font-family			: 	Open Sans;
	background			:	;
}

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


.post_title h3 a, .post_title h1 a {
	color				:	#cc2314;
	font-size			:	16px;
	font-family			: 	Open Sans;
}

.post_title p {
	color				:	#cc2314;
	font-size			:	15px;
	font-family			: 	Open Sans;
}

.post_excerpt_home {
	padding-left		:	20px;
}

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


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

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


/* 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				:	#000000;
	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				:	#000000;
}

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

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

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


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

#footer .container {
	background			: 	#f6f6f6;
	color				:	#cc2314;
}

#footer h4 {
	font-size			:	13px;
	color				:	#cc2314;
	font-family			: 	Open Sans;
}

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

#footer a:hover,#footer a:active {
	color 			: 	#2e130b;
}



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

.toggleMenu {
  background: #024E84;
}
  
.toggleMenu:link, .toggleMenu:visited {
  color:	#f6f6f6;
}
 
.toggleMenu.active {
  background:	#024E84;
}

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

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



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

img.attachment-thumbnail.size-thumbnail.wp-post-image {
padding-top: 20px;
padding-bottom: 20px;
}

img.attachment-medium.size-medium.wp-post-image {
padding-right: 30px;
}

.book_single img {
height: 350px;
width: auto;
}

h1, h2, h3, h4, h5 {
font-weight: normal;
}

#footer .container {
box-shadow: none;
}

.container {
box-shadow: none;
}

body.home #sidebar-home-right .widget-area h3, #sidebar-home-left .widget-area h3 {
color:#cc2314;
box-shadow: none;
}

#main .book_single {
float: none;
margin-right: 0.5%;
display: inline-block;
box-shadow: none;
}

.book_single {
border-bottom:0;
position:relative;
box-shadow: none;
}

.book_single h2 {
position:absolute;
left:-9999px;
box-shadow: none;
}

.page-template-template-home-videoct-php #content_center article h1{
	padding: 7px 0 10px 0;
	margin-bottom: 12px;
	font-size: 15px;
box-shadow: none;
}

#sidebar-home-left, #sidebar-home-right {
    width: 23%
}

@media only screen and (max-width: 768px) {
#sidebar-home-left, #sidebar-home-right {
    width: 100%
}
}