.entry-content img, .entry-header, .main-navigation, .custom-menu, .menu-toggle, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
   border: none !important; 
border-radius: none !important;
    box-shadow: none !important;
}


/*-- move sidebar to the left --*/
@media screen and (min-width: 600px) {
    .site-content {
        float: right;
    }
    .widget-area {
        float: left;
    }
}

/* for IE8 and IE7 ----------------*/
.ie .site-content {
    float: right;
}
.ie .widget-area {
    float: left;
}



.entry-title {
	clear: both;
	color: #fff !important; /*Change This to whatever color you want*/
	font-size: 0px; /*Change This to size you want*/
	font-weight: bold;
	line-height: 1.0em;
	padding-bottom: .3em;
	padding-top: 0px;
}


.page-id-824 .nav-menu {display: none !important;}


@import &quot;http://fonts.googleapis.com/css?family=Source+Code+Pro:200,300,400,500,600,700,900&quot;;


.entry-content img, .page-links, .link, .entry-header, .main-navigation, .assistive-text, .navigation, .nav-text, .custom-menu, .menu-toggle, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
   border: none !important; 
   border-radius: none !important;
   box-shadow: none !important;
   outline: none !important;
   dashed: none !important;
}
a:active, a:focus {outline: none;}

