
/*		Desktop Layout: 900px.    */

@media only screen and (min-width: 900px) and (max-width: 1280px) {

/*	Typography */
body {font-size:15px;line-height:22px;}

/* Layout Styles */
body {min-width:900px;}

#banner .fueledby-container {right:50px;width:auto;justify-content:flex-end;}
#banner .fueledby {font-size:50px;}

#content li {background:url('/assets/img/bullet-star.png') 0 3px no-repeat;}
#content ul.columns li {width:45.5%;margin-right:1%;}
#content ul.player-commits li {width:28.5%;margin-right:1%;}
#content #full-column {min-height:800px;}
#content #left-column li {background:url('/assets/img/bullet-star.png') 0 3px no-repeat;}
#content #left-column li li {background:url('/assets/img/bullet-star-sm.png') 0 4px no-repeat;}
#content #full-column li {background:url('/assets/img/bullet-star.png') 0 3px no-repeat;}
#content #full-column li li {background:url('/assets/img/bullet-star-sm.png') 0 4px no-repeat;}
#content #full-column ul#players li  {background:none;list-style-type:none;width:24%;}
#content #full-column ul.players li  {background:none;list-style-type:none;width:24%;}
#content #full-column ul.teetimes li  {background:none;list-style-type:none;width:26%;}
#content #left-column ul.players li  {background:none;list-style-type:none;width:31%;}
#header #navigation li a {padding:0 20px;}

#header-with-red-alert #navigation li a {padding:0 20px;}

#footer #footer-container li .nav-hide {display:none;}

/* No Javascript */
.no-js body {font-size:11px;line-height:17px;}

}