/*
=========  Copyright 2008 Deanzod Web Design
=========  http://www.deanzod.co.uk/
=========  admin@deanzod.co.uk
=========  01434 220 758

*/

/*=================== Main Styling ======================*/

body{
	background:#000000 url('images/bg.gif') repeat-x;
	margin:0;
	text-align:center;
	font-family:verdana, arial, sans-serif;
	font-size:75%;
	color:#878080;
	line-height:1.7em;
	}
h1,h2,h3,h4,h5,h6{
	color:#6d6b87;
	font-weight:normal;
	font-family:Georgia, Times New Roman, Serif;
	
	}
h1{font-size:1.8em; padding:6px 0 6px 0;	margin:0;}
h2{font-size:1.6em;padding:5px 0 5px 0;	margin:0;}
h3{font-size:1.5em;padding:5px 0 4px 0;	margin:0;}
h4,h5,h6{font-size:1.1em;padding:5px 0 2px 0;	margin:0;}
ul li{margin:0;}
a{
	color:#6d6b87;
	}

a:hover{
	color:#000;
	}
p{
	padding:5px 0 6px 0;
	margin:0;
}
/* ####################     Layout        ###############*/

#header{
	background:#fff;
	}
#top{
	height:15px;
	background:#120b65;
	}
#logo{
	background:#fff url('images/header_bg.jpg') repeat-x;
	height:84px;
	}

#container{
	width:850px;
	margin:0 auto;
	color:#302c18;
	background:#f3f4f3;
	text-align:left;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	border-bottom:3px solid #fff;
	overflow:auto;
}
#main_image{
	background: url('images/homeimage.gif') no-repeat;
	height:314px;	
	}
#main_image_d_range{
	background: url('images/d_range.jpg') no-repeat;
	height:314px;	
	}
#main_image_d_range1{
	background: url('images/d-range1.jpg') no-repeat;
	height:314px;	
	}
#main_image_pro_shop{
	background: url('images/pro_shop.jpg') no-repeat;
	height:178px;	
	}
#main_image_14{
	background: url('images/hole_14.jpg') no-repeat;
	height:314px;	
	}
#main_image_clubhouse{
	background: url('images/clubhouse.jpg') no-repeat;
	height:314px;	
	}
#main_image_club{
	background: url('images/club.jpg') no-repeat;
	height:314px;	
	}
#main_image_dress{
	background: url('images/dress.jpg') no-repeat;
	height:314px;	
	}
#main_image_bridge{
	background: url('images/bridge.jpg') no-repeat;
	height:314px;	
	}
#main_image_practice{
	background: url('images/practice.jpg') no-repeat;
	height:314px;	
	}
#main_image_gr9{
	background: url('images/gr9.jpg') no-repeat;
	height:314px;	
	}
#main_image_gr8{
	background: url('images/gr8.jpg') no-repeat;
	height:314px;	
	}
#headlines{
	height:273px;
	width:220px;
	padding:20px 15px;
	background:url('images/trans.png');
	position:absolute;
	color:#fff;
	font-size:1.1em;
	font-family:Georgia,serif;
	margin-left:20px;
	margin-top:1px;
	z-index:1;
	}
	
#headlines h2{font-size:1.1em;color:#fff;}
#headlines p{padding-bottom:20px;}
#headlines a{	font-size:.9em;color:#c4ebcd;	}
#headlines a:hover{	color:#fff;	}

#main_text{
	width:500px;
	float:left;
	margin:10px 0;
}
#main_text_fw{
	width:850px;

	margin:10px 0;
}
#main_text_inner{
	margin:20px;
	width:480px;
	}
#main_text_inner_fw{
	margin:20px;
	}
ul{
	margin:0 0 15px 25px;
	padding:0;
	}
.left_col{
	width:400px;
	float:left;
}
.right_col{
	width:400px;
	float:right;
	}
.full_col{
	clear:both;
	padding:10px 0;
	}
#right_pane{
	background: url('images/pane_fade.gif') top center no-repeat;
	width:328px;
	float:right;
	}
#right_pane_text{
	width:265px;
	margin:10px 0 0 25px;
	min-height:150px;
	height:auto !important;
	height:150px;
	position:relative;
	}


#bottom{
	background:#020725;
	height:20px;
	clear:both;
	}
.spacer{
	clear:both;
	height:70px;
	}
/* ##########################   Navigation   #################################  */	


#nav_container{
	background:#6d6b87;
	border-bottom:1px solid #fff;
	height:25px;
	text-align:center;
		}
#nav 
	{
	font-size:1em;
	width:850px;
	margin:0 auto;
	}
		
#nav  a	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	height:19px;
	padding:3px 10px 3px 10px;
	}
	
#nav  ul li a
	{
	color: #ffffff;
	text-decoration:none;
	}
	
#nav  ul li a:hover	/* menu at mouse-over  */
	{
	color: #b7b4d6;
		background:#6d6b87;
text-decoration:none;
	}
#nav ul li ul {background:#262425;	width:180px; border:1px solid #fff;}
#nav ul li ul li a {color:#eee;	 text-align:left; padding:2px 5px;}
#nav ul li ul li a:hover{
	background:#373642;
	color:#9e9cb7;
	}
#nav  ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}

#nav  li{
	position:relative;
	min-height: 1px; 		
    vertical-align: bottom;
	}

#nav  ul ul	{
	position:absolute;
	z-index:500;
	display:none;
	padding:0;
	margin:0;
	}


div#nav  li:hover	{
	z-index:100;
	}

div#nav  li:hover ul ul,
div#nav  li li:hover ul ul,
div#nav  li li li:hover ul ul,
div#nav  li li li li:hover ul ul
{display:none;}

div#nav  li:hover ul,
div#nav  li li:hover ul,
div#nav  li li li:hover ul,
div#nav li li li li:hover ul
{display:block;}

/* ######## Contact FOrm   */
#contact_form{
	margin-top:60px;
	}
input, textarea{
	border:1px solid #a19e9e;
	}
.input{
	width:250px;
	}
input[type=submit]{
	background:#eee;
	border:1px solid #a19e9e;
	}

.small_input{
	width:40px;
	}
.contact_info{
	font-weight:bold;
	}

	/*     Score Card        */
#scorecard_table{
	background:#fff;
	text-align:center;
	}
#scorecard_table td,#scorecard_table th{
	padding:3px;
	}
.score_yellow {
	background:#ebea83;
	background:#ebea83;
	}
.score_white {
	background:#ffffff;
	}
.score_red {
	background:#f4aaaa;
	}
.blank {
	background:#eee;
	}
#scorecard_table{
	border:1px solid black;
	border-collapse:collapse;
	}
#scorecard_table td{
	border:1px solid black;
	}
#scorecard_table th{
	border:1px solid black;

	}
.hole{	text-align:left;}
#scorecard_table th{
		text-align:center;
		vertical-align:top;
		}
	
/*Events  */
#events_table td,#events_table th{
		vertical-align:top;
		padding:8px 5px;
		}
#events_table th{
		text-align:left;
		width:200px;
		}
		
.entry_form{
	width:200px;
	}
	
/* FIXTURES  */
#fixture_nav{
	clear:both;
	height:50px;
	}
#next_link{
	width:200px;
	float:right;
	text-align:right;
	}
#prev_link{
	width:200px;
	float:left;
	text-align:left;
}
#fixtures_table{
	font-size:.85em;
	}
#fixtures_table tbody{
	border:1px solid black;
	border-collapse:collapse;
	padding:0;
	margin:0;
	}
#fixtures_table th,#fixtures_table td{
	padding:2px 5px;
	}
#fixtures_table tbody th{
	background:#eee;
	}
#fixtures_table tbody td{
	background:#e7e6ff;
	}
#fixtures_table .fix_cat {
	width:3px;
	background:red;
	}
#key td{
	padding:0 5px;
	text-align:center;}
#key,#fixtures_table{
	width:800px;
	
	}
	/*     Footer        */
	
#footer{
	clear:both;
	margin-top:50px;
	padding-top:10px;
	font-size:.75em;
	color:#6a6c79;
	text-align:center;
	}
#footer a{
	color:#6a6c79;
	text-decoration:none;
	}
#footer a:hover{
	color:#000;
	}
#image-links{
	list-style: none;
	margin: 0;
	padding: 0;
	}
#image-links li{
	float: left;
	margin:10px 10px;
	height:150px;
}

#login-form{
	width:300px;
	float: left;
	}
#register-form{
	float: right;
	border-left: 1px solid black;
	padding-left:20px;
	width: 400px;
	}