/*Pagination css*/
/*.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #6FB7E9;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #3C8DC5;
}
*/

/*Header*/

header.site-header{
	background: url(images/bgHeader.png) repeat-x left bottom;
	background-color: #000;
	min-height: 160px;
	border-bottom: 0;
}

header .wrapper{
	width:970px;
	margin:0 auto;
}

.logo {
    background: url(images/logo.png) no-repeat;
    width: 445px;
    height: 70px;
	text-indent: -99999px;
	display: block;
	background-size: 70%;
}


/* Navigation */
	
	.home > a, .media > a, .products > a, .resource > a, .team-diesel > a, .forum > a {
		text-indent: -99999px;
	}

	.home ul li > a, .media ul li > a, .products ul li > a, .resource ul li > a, .team-diesel ul li > a, .forum > a {
		background: none;
	}

	.dc-custom .genesis-nav-menu .home > a{ background: url(images/tnav_home_b.png) no-repeat; }
	.dc-custom .genesis-nav-menu .home > a:hover{ background: url(images/tnav_home_a.png) no-repeat;	}

	.dc-custom .genesis-nav-menu .media > a{ background: url(images/tnav_media_b.png) no-repeat; }
	.dc-custom .genesis-nav-menu .media > a:hover{ background: url(images/tnav_media_a.png) no-repeat; }

	.dc-custom .genesis-nav-menu .products > a{ background: url(images/tnav_products_b.png) no-repeat; }
	.dc-custom .genesis-nav-menu .products > a:hover{ background: url(images/tnav_products_a.png) no-repeat; }

	.dc-custom .genesis-nav-menu .resource > a{ background: url(images/tnav_resources_b.png) no-repeat; }
	.dc-custom .genesis-nav-menu .resource > a:hover{ background: url(images/tnav_resources_a.png) no-repeat; }

	.dc-custom .genesis-nav-menu .forum > a{ background: url(images/tnav_forum_b.png) no-repeat; }
	.dc-custom .genesis-nav-menu .forum > a:hover{ background: url(images/tnav_forum_a.png) no-repeat; }

	.dc-custom .genesis-nav-menu .team-diesel > a{ background: url(images/tnav_teamdiesel_b.png) no-repeat; }
    .genesis-nav-menu .team-diesel a:hover{ background: url(images/tnav_teamdiesel_a.png) no-repeat; }

	/*.dc-custom .genesis-nav-menu .team-diesel ul li > a, .genesis-nav-menu .team-diesel ul li a:hover {
		background: none;	
    	text-indent: 0px;
	}*/

	.sf-menu li ul a{
	   background-color: rgb(119, 0, 0);
	   border-color: rgb(230, 239, 249);   
	   color:#fff;
	   font-weight:bold;
	   text-align:center;
	   padding:5px 0 0;
	   width:162px;
	   font-family:Verdana;
	   font-size:11px;
	   line-height: 2;
	   border-bottom: 1px solid #333333;
	}

	#primary-menu li > ul a:hover {
	    background-color:#333333
	}
	.sf-menu li > a {
	    min-width: 135px;
	    height: 24px;
	    border: none;
		padding: .75em 1em;
		text-decoration: none;
		zoom: 1; /* IE7 */
	}


.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

.pagination a:hover{
color:#fff;
background: #3279BB;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}
/*Footer Widget*/
/* Footer Widgets */
#footerwidgets { display: block; width:900px; margin: 0 auto; text-align:center; }
#footer-left { width: 210px; float: left; margin: 15px 10px 10px 30px; padding: 10px; background-color: #f3f3e7; }
#footer-middle { width: 210px; float: left; margin: 15px 10px 10px 15px; padding: 10px; background-color: #f3f3e7; }
#footer-right { width: 210px; float: left; margin: 15px 10px 10px 15px; padding: 10px; background-color: #f3f3e7; }

/*Author info */
#authorarea{
background: #f0f0f0;
border: 1px solid #d2d2d2;
padding: 10px;
width:500px;
overflow:hidden;
color: #333;
}
#authorarea h3{
font-size: 18px;
color:#333;
margin:0;
padding:10px 10px 5px 10px;
}
#authorarea h3 a{
text-decoration:none;
color: #333;
font-weight: bold;
}
#authorarea img{
margin:0;
padding:10px;
float:left;
border: 1px solid #ddd;
width: 120px;
height: 120px;
}
#authorarea p{
color:#333;
margin:0;
padding:0px 10px 10px 10px;
}
#authorarea p a{
color:#333;
}
.authorinfo{
padding-left:120px;
} 

/*Custom menu */
.primary ul {
overflow: hidden;
list-style: none;
text-decoration: none;
margin: 0;
}
.primary li {
	display: inline-block;
	float: left;
	padding-right: 10px;
}

.primary a {
text-decoration: none;
color:#fff;
}

.primary a:hover {
	color:#9B7D7D;
}

#smoothup { 
height: 30px; 
width: 30px; 
position:fixed;
bottom:50px;
right:100px;
text-indent:-9999px;
display:none;
background: url("images/up.png"); 
-webkit-transition-duration: 0.4s; 
-moz-transition-duration: 0.4s; transition-duration: 0.4s; 
}

#smoothup:hover {
-webkit-transform: rotate(360deg) }


.footer-wrap {
    margin: 0 auto;
    width: 970px;
}

.footer-widget h2{
	color: #fff;
}

.footer-widget a{
	color: #fff;
	text-decoration: none;
}

.footer-widget .widget {
	display: inline-block;
	width:300px;
	padding: 10px;
	min-height: 300px;
	vertical-align: top;
}

.footer-widget ul{
	padding:0;
	margin: 0;
}

#footer-one ul li {
	padding: 10px 0;
}


/* GENESIS CSS CUSTOM */
.dc-custom .genesis-nav-menu{
	font-size: unset;
	line-height: normal;
}
.dc-custom a,
.dc-custom a:focus{
	outline: none;
}
.dc-custom .site-inner{
	max-width: 100%;
	padding-top: 0;
	background: url('images/hidbg.gif') repeat-y center top;
}
.dc-custom .site-inner .wrap{
	clear: both;
	max-width: 970px;
	margin: 0 auto;
	background: #FFF url('images/cbg.gif') repeat-y left top;
}
.dc-custom .site-header .wrap{
	max-width: 970px;
	padding: 0 0;
}
.dc-custom .content{
	width: 610px;
}
.dc-custom .sidebar-primary{
	width: 321px;
	background: #000000;
}
.dc-custom .genesis-nav-menu .menu-item{
	float: left;
}
.dc-custom .genesis-nav-menu > li > a{
    border: none;
	padding: 1em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
	min-width: 161px;
	/*background-size: contain !important;*/
}
.dc-custom .title-area{
	padding: 0;
}
.dc-custom .site-title a{
	min-height: 67px;
	background-size: contain !important;
}
.dc-custom .asseen,
.dc-custom .asseen img{
	line-height: normal;
}
/* CONTENT */
body.dc-custom{
	line-height: normal;
}
body.dc-custom > div{
	font-size: small;
}
.dc-custom #content p{
	margin: 1em 25px 0 5px;
	line-height: 1.4;
	font-size: small;
}
.dc-custom #content h2{
	margin: 1em 25px 0 5px;
}
.dc-custom #content .post,
.dc-custom .entry-content .post,
.dc-custom.page .content .post {
    padding-bottom: 20px;
    border-bottom: 1px dotted #B2B4B8;
    margin-bottom: 20px;
}
.dc-custom #content .post{
	border-bottom: 2px dotted #B2B4B8;
}
.dc-custom.single .entry,
.dc-custom.single article,
.dc-custom.page .entry,
.dc-custom.page article{
	margin-bottom: 0;
}
.dc-custom.single .entry-content ul,
.dc-custom.page .entry-content ul{
	margin-left: 0;
	margin-bottom: 10px;
}
.dc-custom #content h2 > a{
	text-decoration: none;
}
.dc-custom #content .post .entry{
	margin-bottom: 0;
}
.dc-custom #footinfoa table{
	margin-bottom: 0;
	width: auto;
}
.dc-custom #footinfoa td.fmenuitem,
.dc-custom #footinfoa td,
.dc-custom #footinfoa tbody{
	border: 0;
	line-height: normal;
}
.dc-custom.single .entry-content .post h1,
.dc-custom.page .content .post h1{
	color: #222;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -2px;
    border-bottom: 1px dotted #CCC;
    margin-top: 18px;
    margin-bottom: 0;
}
.dc-custom.single .entry-content .post h2,
.dc-custom.page .content .post h2{
	font-size: 25px;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: #422;
}
.dc-custom.single .entry-content .post p,
.dc-custom.page .content .post p{
    margin: 1em 25px 1em 5px;
}
.dc-custom.single .entry-content .post ul.similar-posts,
.dc-custom.page .content .post ul.similar-posts{
	padding: 0 0 0 40px;
}
.dc-custom.single .entry-content .post a,
.dc-custom.single .entry-content #commentform a,
.dc-custom.page .content .post a{
	color: #552C2C;
}
.dc-custom.single .entry-content .post a:visited,
.dc-custom.single .entry-content #commentform a:visited,
.dc-custom.page .content .post a:visited{
	color: #333;
}
.dc-custom.single .entry-content .post a:active,
.dc-custom.single .entry-content #commentform a:active,
.dc-custom.page .content .post a:active{
	color: #F00;
}
.dc-custom.single .entry-content .post a:hover,
.dc-custom.single .entry-content #commentform a:hover,
.dc-custom.page .content .post a:hover{
	color: #777;
}
.dc-custom.single .entry-content #comment{
	padding: 1px;
	width: auto;
    font-size: small;
    max-width: 100%;
}
.dc-custom.single .entry-content #comment:focus{
	outline: -webkit-focus-ring-color auto 5px;
}
.dc-custom.single .entry-content #commentform input[type="submit"]{
	align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 1px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    font-size: small;
    font-weight: normal;
}
.dc-custom.single .entry-content,
.dc-custom.page .content{
	padding-top: 25px;
}
.dc-custom .sidebar #text-3 h4{
	margin: 10px 0 25px 0;
}
.dc-custom.single header.entry-header{
	min-height: auto;
}
/* SIDEBAR */
.dc-custom .sidebar {
	font-family:tahoma, arial;
	float: right;
	width: 321px;
	height: 100%;
	margin: 0;
	color: #FFFFFF;
	background: #000000;
}
.dc-custom .sidebar .list{
	font-size: 14px;
	font-weight: bold;
	color: #9c9c9c;
	margin: 1em 0;
}
.dc-custom .sidebar img {
	margin: 0;
}
.dc-custom .sidebar h4 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	background: url('images/sidebar_headline.png');
	padding: 5px 5px 15px 5px;
	background-size: contain;
	text-align: center;
	margin: 20px 0;
}
.dc-custom .sidebar ul {
	list-style-type: none;
	margin: -15px 0px 0px -40px;
	border-right: solid .1em #555;
}
.dc-custom .sidebar ul ul, .dc-custom .sidebar ul ol {
	list-style-type: none;
}
.dc-custom .sidebar ul ul ul, .dc-custom .sidebar ul ol {
	list-style-type: none;
}
#sidebar ul li {
}
.dc-custom .sidebar .textwidget {
	margin: 0px 10px 0px 10px;
}
.dc-custom .sidebar .widget{
	margin-bottom: 0;
}
.dc-custom .sidebar .widget input{
	font-size: 100%;
	padding: 1px 0;
}
.dc-custom .sidebar{
	font-size: small;
}
.dc-custom .sidebar .widget h2{
	margin: 1em auto;
}
.dc-custom .sidebar input[type="submit"]{
	align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    font-weight: normal;
}
.dc-custom .sidebar .widget_search input[type="submit"]{
	position: unset;
    width: auto;
    height: auto;
    font-weight: normal;
    margin: 0;
}
/* MENU */
.dc-custom .genesis-nav-menu .sub-menu a{
	background-color: rgb(119, 0, 0);
    border-color: rgb(230, 239, 249);
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 0;
    font-family: Verdana;
    font-size: 11px;
    line-height: 2;
    border-bottom: 1px solid #333333;
    border-left: 0;
    border-right: 0;
}
.dc-custom .nav-primary{
	border-bottom: 0;
}
.dc-custom .genesis-nav-menu .sub-menu{
	border: 0;
	width: 100%;
}
.dc-custom .genesis-nav-menu .sub-menu li{
	float: none;
	width: 100%;
}
.dc-custom .genesis-nav-menu .sub-menu li a{
	width: 100%;
	display: block;
}
.dc-custom .genesis-nav-menu .sub-menu li a:hover{
	text-decoration: none;
	background: #333333;
}
.dc-custom .genesis-nav-menu li{
	position: relative;
}
.dc-custom .genesis-nav-menu .menu-item:hover{
	position: relative;
}
.sidebar hr{
	margin: 1em auto;
}
.dc-custom .clearfix{
	clear: both;
}
/* ARCHIVE/CATEGORY */
.dc-custom.archive #content,
.dc-custom.category #content{
	width: 100%;
	float: none;
}
.dc-custom.archive #content h3,
.dc-custom.category #content h3{
	margin-bottom: 0;
}
.dc-custom.archive .navigation,
.dc-custom.category .navigation{
	margin-bottom: 15px;
}
.dc-custom .sidebar h4 form.search-form{
	padding: 0 2%;
}
/*.dc-custom #content .post .entry{
	font-size: 12pt;
}*/
.dc-custom #content .post small,
.dc-custom #content .post .entry{
	margin: 0 5px;
}
/* MEDIA QUERY */
@media (max-width: 990px) {
	.dc-custom .content{
		padding-left: 2%;
		padding-right: 2%;
	}
	#footer{
		padding-left: 2%;
		padding-right: 2%;
	}
	.dc-custom .title-area{
		padding: 0 2%;
	}
	.dc-custom .asseen{
		padding-left: 2%;
		padding-right: 1%;
	}
}
@media (max-width: 980px) {
	header.site-header{
		min-height: auto;
	}
	.footer-wrap,
	#footinfo{
		width: 100%;
	}
	#footinfoa,
	#footinfob{
		width: 50%;
	}
	.dc-custom #main-menu{
		display: block;
	}
	.nav-primary{
		display: none;
	}
	.home > a, .media > a, .products > a, .resource > a, .team-diesel > a, .forum > a{
		text-indent: 0;
	}
	.wp-custom #sidesubnav{
		display: none;
	}
}
@media (max-width: 950px) {
	.dc-custom .sidebar{
		width: 30%;
	}
	.dc-custom .content{
		width: 70%;
	}
	.dc-custom #content{
		width: 100%;
	}
}
@media (max-width: 880px){
	.dc-custom .site-inner,
	.dc-custom .site-inner .wrap{
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 800px) {
	.dc-custom .sidebar,
	.dc-custom .content{
		width: 100%;
	}
	.dc-custom .site-inner{
		background: #ffffff;
	}
	.dc-custom .site-inner .wrap{
		background: none;
	}
	.dc-custom .sidebar #text-12.widget{
		text-align: center;
		margin: auto;
	}
	.dc-custom .sidebar #text-12.widget div{
		float: none !important;
		margin-left: 0 !important;
	}
	.socials{
		max-width: 290px;
		margin: auto;
	}
	.dc-custom.page .post,
	.dc-custom.single article{
		padding: 0 20px;
	}
}
@media (max-width: 768px) {
	#footinfo p{
		margin-bottom: 0;
	}
	.dc-custom #smoothup{
		right: 15px;
		bottom: 15px;
	}
}
@media (max-width: 480px) {
	.wp-custom a[rel*='lightbox']{
		width: 47%;
	}
}
.wp-custom.wp-gallery p{
	margin-right: 0;
}
/* PHP PAGE */
.wp-custom ul{
	padding-left: 40px;
	margin: 1em 0;
}
.wp-custom ul li{
	list-style-type: square;
}
.wp-custom h3{
	margin-bottom: 0;
	margin-top: 1em;
}
.wp-custom #sidesubnav{
	margin-left: -40px;
	margin-top: -10px;
	position: relative;
}
.search-post h2{
	font-size: 24px;
	margin-top: 20px;
}
.search-post h3{
	font-size: 16px;
}
.search-post article.post{
    border-bottom: 2px dotted #B2B4B8;
    margin-bottom: 20px;
}
.search-post article.post .post-in{
	line-height: 20px;
}

/* SEARCH BOX */
.dc-custom.single .entry-content #commentform input{
	padding: 0;
	max-width: auto;
	width: auto;
}
.dc-custom.single .entry-content #commentform p{
	margin: 0 0 15px;
}
.dc-custom.single .entry-content h3#respond{
	font-size: 16px;
}