
/*		Wide Desktop Layout: 1281px. */

@media only screen and (min-width: 1281px) {

/*	Typography */
body {font-size:15px;line-height:20px;}

/* Layout Styles */
body {min-width:1281px;}

 #container {margin-top:125px;}

#banner {margin:0 auto;}
#banner-index {margin:0 auto;}

#header #navigation {height:100px;}
#header #navigation li {font-size:100%;line-height:100px;}
#header #navigation li.down-arrow-on {background:url('/assets/img/nav-down-arrow.png') 50% 74px no-repeat;}
#header #navigation li a {background:url('/assets/img/spacer.png') 100% 50% no-repeat;padding:0 30px;margin-bottom:25px;line-height:75px;}
#header #navigation ul div.subtop-nav {top:120px;height:50px;line-height:50px;}

#header-with-red-alert #navigation {height:100px;}
#header-with-red-alert #navigation li {font-size:100%;line-height:100px;}
#header-with-red-alert #navigation li.down-arrow-on {background:url('/assets/img/nav-down-arrow.png') 50% 74px no-repeat;}
#header-with-red-alert #navigation li a {background:url('/assets/img/spacer.png') 100% 50% no-repeat;padding:0 30px;margin-bottom:25px;line-height:75px;}
#header-with-red-alert #navigation ul div.subtop-nav {top:160px;height:50px;line-height:50px;}

#content #landing div.element {max-width:24%;}
#content li {background:url('/assets/img/bullet-star.png') 0 3px no-repeat;}
#content ul.columns li {width:29.5%;margin-right:1%;}
#content ul.columns-two li {width:44%;margin-right:1%;}
#content ul.player-commits li {width:28.5%;margin-right:1%;}
#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 {min-height:900px;}
#content #full-column li {background:url('/assets/img/bullet-star.png') 0 3px no-repeat;}
#content #full-column 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:19%;}
#content #left-column ul#players li  {background:none;list-style-type:none;width:31%;}
#content #full-column ul.players li  {background:none;list-style-type:none;width:19%;}
#content #full-column ul.teetimes li  {background:none;list-style-type:none;width:25%;}
#footer #footer-container li a {padding:0 20px;}
#sponsor div.sponsor-second-tier-container {padding:0;margin:10px 25px 0px 25px;}
#sponsor div.sponsor-second-tier-container div.sponsor-second-tier {margin:12px 2.5%;}
#sponsor div.valero img {height:85px;width:auto;}
#sponsor div.usaarealco img {height:70px;width:auto;}
#sponsor div.zachry img {height:24px;width:auto;}
#sponsor div.stronghold img {height:42px;width:auto;}
#sponsor div.bay img {height:50px;width:auto;}
#sponsor div.usaarealco-horiz img {height:45px;width:auto;}
#sponsor div.lexus img {height:42px;width:auto;}
#sponsor div.ultra img {height:60px;width:auto;}
#sponsor div.cobra img {height:50px;width:auto;}

/* Classes */
.blocktext {padding:20px;}

/* No Javascript */
.no-js body {font-size:12px;line-height:18px;}


}