/* Hompage stylesheet 

Woolton Golf Club (http://www.wooltongolfclub.co.uk)

Author:	Nick Snell (orpo.co.uk)
Date:	4th January 2008

(c) Woolton Golf Club
*/

@import url(base.css);

#content {
	float: left;
	margin: 0 31px;
	width: 385px;
}

h1 { 
	margin: 5px 0 0; 
	margin-left: -10px;
	padding: 0;
}

p.first {
	padding-top: 4px;
}

#intro-footer {
	line-height: 130%;
	margin-top: 25px;
}

#intro-footer img.frame {
	margin-right: 15px;
}

#intro-footer p {
	margin: 0;
	padding: 0;
}

#right-panel {
	float: left;
	margin: 74px 0 0;
	position: relative;
	width: 193px;
}

#book-a-tee {
	position: absolute;
	top: -55px;
	right: 18px;
}

#widgets {
	margin: 0;
	padding: 0;
}

#widgets dt,
#widgets dd {
	margin: 0;
	padding: 0;
}

#widgets dt {
	position: relative;
	color: #758a63;
}

#widgets dt a { 
	position: absolute;
	font-weight: normal;
	right: 2px; 
}

.widget-header {
	clear: both;
	border-bottom: 1px solid #ededed;
}

#widgets dd {
	padding-bottom: 18px;
}

#news ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#news ul li {
	padding: 6px 0 0;
}

#news ul li em {
	display: block;
	font-size: 10px;
}

#events {
	position: relative;
}

#events a {
	display: block;
	height: 60px;
	padding: 7px 0 0 64px;
}

#date {
	border: 1px solid #dedede;
	float: left;
	height: 58px;
	margin: 8px 6px 8px 0;
	text-align: center;
	width: 50px;
}

#date span {
	background-color: #698a64;
	border-bottom: 1px solid #a5a5a5;
	color: white;
	display: block;
	font-size: 12px;
	height: 20px;
	text-align: center;
}

#date strong {
	display: block;
	font-size: 19px;
	font-weight: normal;
	padding-top: 6px;
}

#course-header {
	
}

#weather {
	margin: 0;
	margin-top: 3px;
	padding: 5px;
	position: relative;
}

#weather a {
	display: block;
	text-align: right;
	width: 100%;
}

#weather-holder {
	height: 90px;
	margin: 0 !important;
	padding: 0 !important;
}

#weather-icon {
	cursor: help;
	height: 70px;
	padding-right: 15px;
	width: 82px;
	vertical-align: middle;
}

#stats {
	position: absolute;
	right: 7px;
	top: 5px;
}

#temp {
	font: normal normal normal 38px/1em Arial, sans-serif;
}

#temp sup {
	font-size: 18px;
}

#wind {
	font-size: 90%;
	color: #7d7d7d;
}

.status {
	clear: both;
	margin: 0;
	padding: 0;
}

.status p {
	font-size: 11px;
	font-weight: bold;
	height: 57px;
	margin: 0;
	padding: 0;
	text-align: center !important;
}

.status p small {
	display: block;
	font-style: italic;
	font-weight: normal;
}

.status p.good { background: transparent url(http://media.wooltongolfclub.com/gfx/all_good.png) no-repeat top center; padding-top: 8px; }
.status p.warn { background: transparent url(http://media.wooltongolfclub.com/gfx/not_so_good.png) no-repeat top center; padding-top: 8px; }
.status p.bad { background: transparent url(http://media.wooltongolfclub.com/gfx/not_good.png) no-repeat top center; padding-top: 8px; }