@charset "UTF-8";

/* Common elements for all pages */

* {
	margin:0;
	padding:0;
}

html, body {
	background-color:#efede0;
	font-family:Lucida,Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:1.5;
}

#page-container {
	width: 1046px;
	margin: auto;
	background-image:url(http://www.indygolf.com/images/pagebg.gif);
	background-repeat:repeat-y;
}

	#page-container .padding{
		padding-left:38px;
		padding-right:38px;
	}

img {
	border:0;
	display: block;
}

a{
	color:#FF0000;
}

a:focus {
	outline:none;
}

.radio_button{
	margin-right:4px;
}

/* Top row banner ad and weather */

#top-banner{
	background-color:#FFFFFF;
	height:90px;
	padding-top:2px;
	padding-bottom:8px;
}

	#top-banner #banner-ad{
		
	}
	
/* Weather */
#top-banner #weather{
	float:right;
	background:#006600 url(http://www.indygolf.com/images/weather-bg.png) scroll no-repeat top left;
	width:230px;
	color:#fff;
}
#top-banner #weather span.temp-highs {
	color:#903;
	font-size:1.2em;
}
#top-banner #weather span.temp-lows {
	color:#30c;
	font-size:1.2em;
}
#top-banner #weather #weather-today div {
	height:57px;
	float:left;
}
#top-banner #weather #weather-today #today-title {
	color:white;
	font-weight:bold;
	font-size:0.9em;
	font-family:Arial,sans;
	text-align:center;
	width:60px;
}
#top-banner #weather #weather-today #today-title span.title-fix {
	position:relative;
	top:14px;
}
#top-banner #weather #weather-today #today-temp {
	color:white;
	font-size:2.5em;
	font-family:Arial,sans;
	text-align:center;
	width:70px;
}
#top-banner #weather #weather-today #today-summary {
	color:white;
	font-size:0.8em;
	font-family:Arial,sans;
	text-align:right;
	width:100px;
}
#top-banner #weather #weather-today #today-summary span.summary-fix {
	position:relative;
	right:6px;
	font-size:0.8em;
	top:6px;
	line-height:1;
	display:block;
}
#top-banner #weather #weather-tomorrow div {
	height:30px;
	float:left;
}
#top-banner #weather #weather-tomorrow #tomorrow-title {
	color:white;
	font-weight:bold;
	font-size:0.9em;
	font-family:Arial, sans;
	text-align:center;
	width:100%;
}
#top-banner #weather #weather-tomorrow #tomorrow-summary {
	color:white;
	font-size:0.8em;
	font-family:Arial,sans;
	text-align:right;
	width:140px;
}
#top-banner #weather #weather-tomorrow #tomorrow-summary span.summary-fix {
	font-size:0.8em;
	position:relative;
	right:6px;
	line-height:1;
	display:block;
}
#banner-divider{
	height:9px;
	width:970px;
	background-color:#ffffff;
	border-style:solid;
	border-color:#98bd58;
	border-width:3px 0 0 0;
}

/* Site Header, member login, quick course search */

#header{
	background-image:url(http://www.indygolf.com/images/headerbg.jpg);
	background-repeat:no-repeat;
	height:195px;
}

	#header #forms{
		width:308px;
		margin-left:688px;
		padding-top:19px;
	}
	
		#header #forms .title{
			background-image:url(http://www.indygolf.com/images/header_titlebg.jpg);
			background-repeat:repeat-x;
			height:29px;
			font-size:14px;
			color:#FFFFFF;
		}
		
		#header #forms li{
			list-style:none;
			margin-top:6px;
			margin-bottom:6px;
			margin-left:10px;
		}
		
		#header #forms input, #header #forms select{
			font-size:10px;
		}
		
		#header #forms #login input.textfield{
			width:100px;
			margin-right:10px;
		}
		
		#header #forms #search input.textfield{
			width:150px;
			margin-right:10px;
		}
		
/* Main Navigation */

#main-nav {
	height: 38px;
	width:970px;
	background-image:url(http://www.indygolf.com/images/navbg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

	#main-nav #site_search{
		float:right;
		margin-right:10px;
		margin-top:6px;
	}

#main-nav #site_search,
#main-nav #site_search a {
	color:white;
	background:transparent;
	font-size:1em;
}
#main-nav #site_search a:hover {
	color:white;
	background:transparent;
	text-decoration:none;
}
	
		#main-nav #site_search .textfield{
			margin-right:10px;
		}

	#main-nav #nav {
		height:32px;
		width:555px;
		list-style:none;
	}
	
		#main-nav li {
			float:left;
		}
		
			#main-nav li a {
				display: block;
				height: 0px !important;
				height /**/:32px; /* IE 5/Win hack */ 
				padding: 32px 0 0 0;
				overflow: hidden;
				background-repeat: no-repeat;
			}
			
			#main-nav li a:hover {
				background-position: 0 -32px;
			}
			
			#main-nav li#nav0,
			#main-nav li#nav0 a { width: 64px; background-image: url(http://www.indygolf.com/images/nav0.jpg); }
			
			#main-nav li#nav1,
			#main-nav li#nav1 a { width: 117px; background-image: url(http://www.indygolf.com/images/nav1.jpg); }
			
			#main-nav li#nav2,
			#main-nav li#nav2 a { width: 96px; background-image: url(http://www.indygolf.com/images/nav2.jpg); }
			
			#main-nav li#nav3,
			#main-nav li#nav3 a { width: 98px; background-image: url(http://www.indygolf.com/images/nav3.jpg); }
			
			#main-nav li#nav4,
			#main-nav li#nav4 a { width: 121px; background-image: url(http://www.indygolf.com/images/nav4.jpg); }
			
			#main-nav li#nav5,
			#main-nav li#nav5 a { width: 59px; background-image: url(http://www.indygolf.com/images/nav5.jpg); }
			
/* Main content area */
			
#main-content{

}
	
	#main-content h1, h2, h3, h4{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#006737;
	}
	#main-content h1 a{
		color:#006737;
		text-decoration:none;
	}
	#main-content h1{
		font-size:2em;
	}
	#main-content h2{
		margin-top:10px;
	}
	#main-content .title{
		background-image:url(http://www.indygolf.com/images/main_titlebg.jpg);
		background-repeat:repeat-x;
		height:29px;
	}
	
	#main-content .large_title{
		background-image:url(http://www.indygolf.com/images/main_titlebg.jpg);
		background-repeat:repeat-x;
		height:29px;
		color:#006737;
	}
		
	.title p{
		position:relative;
		top:4px;
		left:10px;
		font-size:14px;
	}
	
	.large_title p{
		position:relative;
		top:2px;
		left:10px;
		font-size:16px;
	}
	
	.feed_title p{
		position:relative;
		top:2px;
		left:10px;
		font-size:16px;
	}
	.feed_title p a {
		text-decoration:none;
	}
	#thumbnails img {
		cursor:pointer;
	}
	#main-content .padding{
		padding:10px;
	}
	
	#main-content .padding-left{
		padding-left:10px;
	}
	
	#main-content .padding-small{
		padding:2px;
	}
	
	#main-content .bottom-bumper{
		margin-bottom:2px;
	}
	
	#main-content #left-column{
		width:630px;
		margin-right:310px;
		background-color:#FFFFFF;
	}
	
	#main-content ul.top-stories{
		min-height:212px;
	}
	
	#main-content ul.top-stories li{
		list-style: none;
		background:#fff;
		background-image:url(http://www.indygolf.com/images/icon_rss.jpg);
		background-repeat:no-repeat;
		padding-left:26px;
		margin-top:4px;
	}
	
	#main-content ul.top-stories li.cal{
		background-image:url(http://www.indygolf.com/images/icon_calendar.jpg);
	}

	#main-content ul.top-stories li.rss{
		background-image:url(http://www.indygolf.com/images/icon_rss.jpg);
	}
	
	#main-content ul.on-the-tour li{
		list-style:none;
		float:left;
	}
	
	#main-content ul.on-the-tour li.spacer{
		list-style:none;
		float:left;
		width:8px;
	}
	
	#main-content ul.on-the-tour li a img {
	/*	border:1px #999 solid;*/
	}
	#main-content ul.on-the-tour li a:hover img {
	/*	border:1px #444 solid;*/
	}
	
		#left-column #two-column-content{
			margin-top:2px;
		}
		
		#left-column #two-column-content-uneven{
			background-image:url(http://www.indygolf.com/images/uneven-2-col-bg.gif);
			background-repeat:repeat-y;
		}
	
			#two-column-content #left-column-content{
				width:309px;
				float:left;
				padding-top:5px;
				padding-right:10px;
			}
			
			#two-column-content-uneven #left-column-content{
				/*background-color:#0099FF;*/
				width:384px;
				float:left;
			}
			
				#two-column-content-uneven #left-column-content ul {
					margin-left:10px;
				}
				
				#two-column-content-uneven #left-column-content li {
					height: 67px;
					list-style:none;
					float:left;
					margin-right:9px;
				}
				
				#two-column-content-uneven #left-column-content li img {
					border:solid #999999 2px;
				}
			
				#two-column-content-uneven #left-column-content #footer {
					clear:left;
					height: 32px;
					background-image:url(http://www.indygolf.com/images/navbg.jpg);
					background-repeat:repeat-x;
					background-color:#FFFFFF;
				}
			
				#two-column-content #left-column-content img.badge{
					float:right;
				}
			
			#two-column-content #right-column-content{
				width:307px;
			}
			
			#two-column-content-uneven #right-column-content{
				width:228px;
				float:right;
			}
			#two-column-content-uneven #right-column-content a {
				color:#888;
				text-decoration:none;
			}
			#two-column-content-uneven #right-column-content a:hover {
				color:#333;
				text-decoration:none;
			}
				/*THIS IS FOR THE ON THE TOUR LEADERBOARD*/
				#two-column-content-uneven #right-column-content table{
					clear:left;
					margin-top:4px;
					width:100%;
				}
				#two-column-content-uneven #right-column-content table tr{
					background-color:#cbdda3;
				}
				#two-column-content-uneven #right-column-content table tr.table-row-dark{
					background-color:#a8c766;
				}
				table tr.table-row-dark h2 {
					font-family:Lucida,Geneva,Arial,Helvetica,sans-serif;
					font-size:1.1em;
				}
				table tr.table-row-dark h2 a {
					text-decoration:none;
				}
				#two-column-content-uneven #right-column-content table tr.table-row-main{
					background-color:#a8c766;
					font-weight:bold;
				}
				#two-column-content-uneven #right-column-content table td{
					height:18px;
					padding-left:2px;
				}
				/*****************************************/
			
		#left-column #course-detail{
			
		}
		
			#left-column table{
				width:100%;
			}
				
				#left-column tr{
					background-color:#efede0;
					vertical-align:top;
				}
					
					#left-column tr.table-row-dark{
						background-color:#dddbce;
					}
					#left-column tr.header-row{
						background-color:#6c9d30;
					}
						#left-column tr.header-row td{
							color:#FFFFFF;
						}
					#left-column tr.table-row-gold{
						background-color:#dfcc54;
					}
					#left-column tr.table-row-blue{
						background-color:#76bcf7;
					}
					#left-column tr.table-row-white{
						background-color:#f8f8f8;
					}
					#left-column tr.table-row-red{
						background-color:#f76676;
					}
				
				#left-column td{
					border-top:solid 1px #FFFFFF;
					padding:3px;
				}
		
					#left-column td.table-cell-left{
						border-right:solid 1px #FFFFFF;
						width:115px;
					}
					#left-column td.table-cell-middle{
						border-right:solid 1px #FFFFFF;
						width:115px;
					}
					#left-column td.table-cell-middle-wide{
						border-right:solid 1px #FFFFFF;
						width:360px;
					}
		
	#main-content #right-column{
		width:310px;
		background-color:#FFFFFF;
		float:right;
	}
	
		#main-content #right-column .padding{
			padding:5px;
		}
		
		#main-content #right-column #ad-top{
			margin-bottom:26px;
		}
		
		#main-content #right-column #ad-second{
			margin-bottom:0px;
		}
		
#level-three{
	margin-left:10px;
	margin-bottom:10px;
}

	#level-three .padding{
		padding:10px;
	}

	#level-three .padding-small{
		padding:2px;
	}
	
	#level-three ul{
		height:100%;
		background-image:url(http://www.indygolf.com/images/level-threebg.gif);
		background-repeat:repeat-y;
	}
	
	#level-three li{
		list-style:none;
		float:left;
		width:310px;
	}
	
		#level-three li.spacer{
			width:10px;
		}

	#level-three .title{
		background-image:url(http://www.indygolf.com/images/main_titlebg.jpg);
		background-repeat:repeat-x;
		height:29px;
		background-color:#FFFFFF;
	}
	
	#level-three .poll li{
		margin-top:5px;
		list-style:none;
		float:none;
	}
	
	#level-three input.textfield{
		margin-top:10px;
	}
	
#level-three-ads{
	clear:both;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
}

	#level-three-ads .padding{
		padding:0px;
	}
	
	#level-three-ads #level-three-left{
		width:234px;
		float:left;
		margin-top:10px;
		margin-bottom:10px;
		margin-left:41px;
		margin-right:41px;
	}
	#level-three-ads #level-three-middle{
		width:234px;
		float:left;
		margin-top:10px;
		margin-bottom:10px;
		margin-left:41px;
		margin-right:41px;
	}
	#level-three-ads #level-three-right{
		width:234px;
		float:left;
		margin-top:10px;
		margin-bottom:10px;
		margin-left:41px;
	}
#footer{
	padding-left:10px;
	padding-right:10px;
	height:156px;
	background-image:url(http://www.indygolf.com/images/footerbg.jpg);
	background-repeat:repeat-x;
	border-bottom:solid white 10px;
	color:#FFFFFF;
}
	#footer h1{
		font-size:12px;
		margin-bottom:10px;
	}
	#footer a{
		color:#FFFFFF;
		text-decoration:none;
	}
	#footer a:hover{
		text-decoration:underline;
	}
	#footer li.footer-menu{
		padding-top:10px;
		float:left;
		list-style:none;
	}
		#footer li.footer-menu ul{
			list-style:none;
			width:146px;
		}
	#footer li.footer-divider{
		float:left;
		width:2px;
		display:block;
		overflow:hidden;
		background-image:url(http://www.indygolf.com/images/footerdivider.jpg);
		height:156px;
		margin-right:10px;
	}	
	
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
}

.clear-left {
    clear: left;
    display: block;
    height: 1px;
    overflow: hidden;
}
td.rss-extra {
	text-align:right;
}