/*
Theme Name: SpeedForce 2012
Description: Twenty-Twelve modified slightly
Author: Kelson Vibber
Template: twentytwelve

*/


.site-content article {
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
}

.widget-area .widget {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        hyphens: none;
        word-wrap: normal;
}

img.header-image {box-shadow:none !important}

a {color: #cc0000;}
a:active, a:hover {color: #ff0000;}
a:visited {color: #993333;}

.null-instagram-feed {text-align:center}

@media screen and (max-width: 400px)  {
	.bigscreenonly, .null-instagram-feed, .widget_betterblogroll {display:none}

        .entry-content img.alignright, .entry-content img.alignleft {
                float:none;
                display:block;
                margin-left:auto;
                margin-right:auto;
        }

}

