@import url(praasandsgolf_nav.css);


/* -------------------------

Praa Sands Golf Club

Created by: Dekken
Created on: 14th July 2008

------------------------- */


* { padding:0; margin:0; }

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#CCC;
	color:#666;
	}
	
h1 {
	font-size:30px;
	color:#76B043;
	font-weight:normal;
	}
	
body#home h1 { margin-left:30px; }

h2 {
	font-size:14px;
	color:#76B043;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

h3 {
	font-size:12px;
	color:#000;
	font-weight:bold;
	margin:0;
	}
	
p {
	margin-bottom:15px;
	font-size:12px;
	line-height:18px;
	}

	
a { color:#76B043; }

a img { border:0; }

.green { color:#76B043; }

.float_right { float:right; margin-left:30px; }
.float_left { float:left; margin-right:30px; }

#wrapper {
	position:absolute;
	top:0px;
	left: 50%;
	margin-left: -485px; /* Half the width of the DIV tag which is 960 pixels */
	width:970px;
	background:#fff;
	}

#header {
	background:#fff url(../images/header_bg.jpg) no-repeat;
	height:164px;
	padding-top:298px;
	padding-left:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#header p {
	font-size:25px;
	color:#999;
	margin-bottom:5px;
	}

#content {
	background:#fff url(../images/content_bg.jpg) repeat-y;
	}

body#holebyhole #content {
	padding-top:15px;
	}

#main {
	float:left;
	width:597px;
	padding-left:30px;
	padding-right:80px;
	padding-bottom:40px;
	}
	
#sidebar {
	float:right;
	width:196px;
	margin:34px 37px 20px 0;
	list-style:none;
	}
	
#sidebar li {
	list-style:none;
	margin-bottom:20px;
	}

#sidebar a {
	display:block;
	width:196px;
	text-indent:-9999px;
	overflow:hidden;
	}
	
#scorecard {
	height:73px;
	background:url(../images/scorecard.jpg);
	}
	
#weather {
	width:119px;
	height:93px;
	padding-left:77px;
	padding-top:40px;
	background:url(../images/weather.jpg) no-repeat;
	}
	
#weather p {
	color:#999;
	font-style:italic;
	font-size:16px;
	margin-bottom:3px;
	}
	
#weather strong {
	color:#999;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	margin-right:3px;
	}

.HH_link {
	color:#76B043;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	margin-top:50px;
	border-top:1px solid #999;
	}
	
#hole_info {
	float:left;
	width:75px;
	text-align:right;
	margin-right:30px;
	}

#hole_info h2 {
	display:block;
	font-size:25px;
	color:#76B043;
	font-weight:normal;
	border-bottom:1px dashed #76B043;
	margin-bottom:5px;
	}

#hole_info p {
	font-size:14px;
	}

#hole_info p.smallprint {
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	color:#76B043;
	}

#hole_description {
	float:left;
	width:490px;
	margin-bottom:30px;
	}

.archive {
	float:right;
	display:block;
	font-size:12px;
	font-weight:bold;
	}

#fix_col1 {
	float:left;
	width:285px;
	margin:0 27px 0 0;
	padding:0;
	}

#fix_col2 {
	float:left;
	width:285px;
	margin:0;
	padding:0;
	}
	
#footer {
	height:25px;
	padding-top:25px;
	background:#fff url(../images/footer_bg.jpg);
	text-align:center;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#footer p {
	display:inline;
	font-style:italic;
	font-size:14px;
	margin:0;
	line-height:normal;
	}
	
#footer a {
	color:#fff;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	}
#footer a:hover {
	text-decoration:underline;
	}

.clear {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}