/**
 * ------------------------------------------------------------------------
 * File for all style adjustments.
 * ------------------------------------------------------------------------
 */
 
#header {
	float: none;
}

 
div#logo {
    margin-bottom: -11px;
    padding: 0;
}

.widget {
	padding: 30px 30px 25px;
}

.widget.nopadding {
    padding-bottom: 0;
    padding-top: 0;
}

.widget.nobackground {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 20px;
}

.widget.notitle h3,
.widget.notitle .widget-line {
	display: none;
}

.relatedPosts {
	display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-size:15px;
	font-weight: normal;
	padding: 8px 15px;
}

.footer-menu-wrap {
   box-shadow: 1px 0 0 1px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: 1px 0 0 1px rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: 1px 0 0 1px rgba(0, 0, 0, 0.05);
   float:left;
   width:100%;
   background:#de7316;
   overflow:hidden;
   position:relative;
   padding: 10px 0;
}

ul#menu-footer {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

.footer-menu-wrap  #menu-footer li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   border-left: 1px solid #fff;
}


.footer-menu-wrap  #menu-footer li:first-child {
	border-left: none;
}

.footer-menu-wrap  #menu-footer li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   color:#FFF;
   text-decoration:none;
   line-height:1.3em;
   font-weight: bold;
   text-transform: uppercase;
}
.footer-menu-wrap  #menu-footer li a:hover {
	color:#333;
}

.footer-menu-wrap  #menu-footer li a.active,
.footer-menu-wrap  #menu-footer li a.active:hover {
   color:#333;
}

.widget_search form div {
	padding: 5px 0;
	overflow: hidden; 
}

.blogimage,
.blogsingleimage {
	display: none;
}

.brash-logo {
    bottom: 62px;
    line-height: 1;
    position: absolute;
    right: 5px;
    text-align: right;
    width: 25%;
    z-index: 9999;
}

.brash-logo span {
    color: #888;
    font-size: 10px;
}

.brash-logo img {
    width: 100%;
    max-width: 160px;
}

#billboard {
    background-color: #F2F2F2;
//     margin-bottom: -10px;
    text-align: center;
}

#leaderboard {
    background-color: #F2F2F2;
    text-align: center;
}

#billboard iframe,
#leaderboard iframe {
	margin: 0 auto;
}

body.tyrosize-ads {

}

.pagenav.fixedmenu.tyrosize-ads {
}

.image-gallery, .gallery-item {
	box-sizing: border-box;
}

.author-info-wrap {
	margin-bottom: 0;
}

#pingtrackback {
    border-bottom: 1px dashed #cccccc;
    clear: both;
    margin: 10px 0;
    padding: 20px 20px 10px;
}

#pingtrackback h3 {
    font-size: 17px !important;
    margin-bottom: 5px;
}

#pingtrackback ul {
    font-size: 14px;
    line-height: 1.9;
    list-style: outside none none;
}

#pingtrackback ul li a {
    color: #de7316;
}


/**
 * ------------------------------------------------------------------------
 * Responsive style adjustments.
 * ------------------------------------------------------------------------
 */

@media screen and (min-width: 0px) and (max-width: 1220px) {

	div#logo img {
		max-width: 100%;
	}
	
	.pagenav .social_icons {
	}
	
	.widget_search form,
	.widget_search form div {
		height: auto;
	}
	
	.sidebar .widget_search #searchsubmit {
		width:  100%;
		margin-left: 0;
	}
	
	.widget_search form input#s {
		width: 100%;
	}

}

@media screen and (min-width: 0px) and (max-width: 960px) {

	.resp_menu_button {
		left: 45px;
	}

}