@charset "UTF-8";
/* CSS Document */


@media (max-width:1050px) and (min-width:0px){

body {
	background-image:url(../../images/gumbo/golfcourse.jpg);
	background-size: 100% ;
	background-repeat:no-repeat;
	margin: 0;
	padding: 30px  20px 200px 20px;
	background-color:#000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:600;
	text-align:center;
}
	
#header {
	margin: 10px 0 30px 0;
	padding: 0px ;
	text-align:center;
}

#header img { 

	max-width: 200px;

}

h2 {
	text-align:center;
	color:#fff;
	font-size:32px;
	line-height: 1.3;
	margin: 10px 0;
}
	
		
.container {
	text-align:left;
	width: 99%;
	margin: 0px;
	padding: 5px 0  0px 1%;
	overflow:scroll;
	scrollbar-width: none;
	background: #296036; /* Old browsers */
background: -moz-linear-gradient(top,  #296036 0%, #1d4323 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#296036), color-stop(100%,#1d4323)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #296036 0%,#1d4323 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #296036 0%,#1d4323 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #296036 0%,#1d4323 100%); /* IE10+ */
background: linear-gradient(to bottom,  #296036 0%,#1d4323 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#296036', endColorstr='#1d4323',GradientType=0 ); /* IE6-9 */

	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	
	border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	
	-moz-box-shadow:0px 3px 5px #000;
	-webkit-box-shadow:0px 3px 5px #000;
	box-shadow:0px 3px 5px #000;
	
	
}
	
	

.content {
	padding: 10px 2% 30px 2%;
	margin:0 auto;
	text-align:left;
	

	
}
	
table {
	width: 1000px;
	background-color: #fff;
}
	
td {
	border-left:#eee 0px solid;
	border-bottom:#ccc 1px solid;
	padding:5px 2px ;
	text-align:center;
	font-size:12px;
	color:#000;
}
		
.tops {
	border-right:#000 0px solid;
	border-top:#000 0px solid;
	line-height: 18px;
}


.tops2 {
	border-top:#000 0px solid;
	line-height: 18px;
	color: #666;
}

.tops3 {
	border-top:#000 0px solid;
	border-right:#000 0px solid;
	line-height: 22px;
	padding: 15px 0;
}
	
.tops4 {
	border-top:#000 0px solid;
	border-right:#000 1px solid;
	line-height: 22px;
	padding: 15px 10px;
}	

.position {
	text-align:left;
	color:#999;
	width:1px;
}

.names {
	text-align:left;
	color:#000;
	width:40px;
}
.average {
	text-align:center;
	color:#900;
	width:20px;
	line-height: 20px;
}

.handicap {
	text-align:center;
	color:#03F;
	width:20px;
	border-right:#000 1px solid;
}

	
.year {
	text-align:center;
	color:#296036;
	font-size:20px;
	line-height: 16px;
	}
	

.no {
	text-align:center;
	width:20px;
	font-weight:normal;
}

.scores {
	text-align:center;
	width:20px;
	font-weight:normal;
	line-height: 22px

}



.left  {
	text-align: left;
}
	


#post 	{
	width: 100%;
	background-image:url(../../images/gumbo/post.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height: 100px;
	margin: 0 0 20px 0;
	padding:0px;
	
}

.par  {
	color:#666;
	font-size:10px;
}
	
.key {display: none;}	
	
.photostrip 	{
	width: 100%;  
	margin: 10px 0; 
	padding:0px; 
	height: auto; 
	color: #fff;
	}
	
.photostrip	img	{
	width: 94%; 
	margin: 0px 3% 10px 3%; 
	height: auto; 
	padding: 0;
	}
	
}