@charset "utf-8";
/* CSS Document */
/*Styles For Updates Pages*/
/*Site Updates Pages*/
#siteUpdatesBox, #picUpdatesBox, #vidUpdatesBox, #newsUpdatesBox, #clipsArchiveBox, #golfTipsArchiveBox  {
	width: 976px;
	height: 700px;
	padding-top: 5px;
	background-image: url(/themes/templates/images/updates_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#siteUpdatesBox h2, #picUpdatesBox h2, #vidUpdatesBox h2, #newsUpdatesBox h2, #clipsArchiveBox h2, #golfTipsArchiveBox h2 {
	width: 960px;
	height: 40px;
	background-image: url(/themes/templates/images/top_header_bg_1.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: left;
}
#siteUpdatesBox h2 span, #picUpdatesBox h2 span, #vidUpdatesBox h2 span, #newsUpdatesBox h2 span, #clipsArchiveBox h2 span, #golfTipsArchiveBox h2 span {
	display: none;
}
#updatesHolder  {
	width: 944px;
	height: 540px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*Note To Self: Consider using Divs*/
#updatesHolder dl {
	width: 236px;
	height: 290px;
	text-align: center; 
	margin: 0px auto;
	display: inline; 
	float: left;
} 
#updatesHolder dl dt {
	width: 222px;
	height: 166px;
	text-align: center;
	margin: auto; 
}
#updatesHolder dl dt img {
	width: 220px;
	height: 165px;
	border: solid 1px #333;
}
#updatesHolder dl dt a:hover img {
	border: solid 1px #db031b;
}
#updatesHolder dl dd {
	width: 220px;
	height: auto;
	padding-right: 8px;
	padding-left: 8px;
	text-align: left; 
}
#updatesHolder dl dd.title {
 	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #990000;
}
#updatesHolder dl dd.date {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
#updatesHolder dl dd.attr {
	font-weight: bold;
	font-size: 10px;
	color: #000;
	width: 100px;
	padding-left: 8px;
	float: left;
}
#updatesHolder dl dd.desc {
	font-size: 12px;
}
#updatesHolder dl dd.link {
	font-size: 11px;
	font-weight: bold;
	text-align: right; 
	text-transform: uppercase;
}
#updatesHolder dl dd.clear {
	clear: left;
	height: auto;
	font-size: 1px;
}
#pagination  {
	width: 900px;
	height: auto;
	padding: 5px;
	margin: 0px auto;
	text-align: center;
	list-style-type: none;
}
#pagination li  {
	display: inline; 
	padding: 3px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
}
#pagination li.current  {
	text-decoration: underline;
	color: #686665;
}
/*for pagination style*/
.pagenavstyle  {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.count  {
	/*color: #f00000;*/
	padding-bottom: 2px;
}