
/* Global configs */

* {
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
}



h1 {
    font-size: 1.8em;
    FONT-WEIGHT: 400;
    font-family: georgia, serif;
}

h2 {
    font-size: 1.3em;
    font-weight: 100;
    font-family: georgia, serif;
}


h3 {
    font-size: 1.1em;
    font-family: georgia, serif;
}






input.textbox, textarea.textbox {
    padding: 3px;
    background: #f2fcdb;
    border: 1px solid #627e27;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.1em;
}

select {
    padding: 3px;
    background: #f2fcdb;
    border: 1px solid #627e27;
}

input.textbox:focus, textarea.textbox:focus, select:focus {
    background: white;
    border: 1px solid #627e27;
}








body {
	margin: 0 auto 0 auto;
	padding: 0px;
	color: #6F6F6F;
	background: white;
	font-family: arial, sans-serif;
	font-size: 0.7em;
	text-align: center;
	height: 100%;
	z-index: 1;
}

#wrapper {
	position: relative;
	width: 100%;
	z-index: 2;
}

	#header_container {
		position: relative;
		width: 920px;
		margin: 0 auto;
		z-index: 3;
	}

		#header {
			position: relative;
			width: 920px;
			height: 130px;
			background: url(http://www.rhuddlangolfclub.co.uk/static_images/header.gif) top center no-repeat white;
			z-index: 4;
		}


		.text {
			display: none;
		}




/* Header navigation styles */

#header_nav {
	display: none;

}

#header_nav ul {
    background: white;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

	#header_nav ul li {
		margin: 0px;
		padding: 0px;
		height: 30px;
		float: left;
	}

		#header_nav ul li a:link, #header_nav ul li a:visited {
			display: block;
			padding: 5px 5px;
            font-weight: 100;
			color: #676767;
			font-weight: 400;
			text-decoration: none;
		}

			#header_nav ul ul li a:link, #header_nav ul ul li a:visited {
			display: none;
			}

		#header_nav ul li a:hover {
			/*background: black;*/
			
		}

		#header_nav ul ul {
		display: none;
		}

		#header_nav ul ul ul {
		display: none;
		}


			#header_nav ul ul li {
               display: none;
			}

			#header_nav ul ul, #header_nav ul ul ul, #header_nav ul li:hover ul, #header_nav ul li:hover ul ul {
				visibility: hidden;
			}

			#header_nav ul li:hover ul, #header_nav ul ul li:hover ul {
				visibility: visible;
			}














/* Header Image */

#header_image {
   display: none;
}

	#header_image img {
	display: none;
	}



	#content_container {
		position: relative;
		width: 890px;
		margin: 0 auto;
		z-index: -1;
		text-align: left;
		background: white;
		padding: 0px 15px;
	}


	#content_container a, #content_container a:link, #content_container a:visited {
		color: #669900;
	}


		#center {
			position: relative;
			width: 595px;
			float: left;
		}

			#center li {
				color: #6F6F6F;
			}


			#center ul {
				margin: 0px 0px 20px 20px;
			}

			#center ul ul li {
				font-size: 1em;
			}

			#center h1, h2, h3, h4, p, ul {
				margin: 0px 10px 10px 0px;
				text-align: left;
			}

			#center h1 {
		  		font-size: 1.8em;
   				FONT-WEIGHT: 400;
    			font-family: georgia, serif;
				color: black;
				border-bottom: 2px solid black;
			}

			#center h2 {
				font-size: 1.8em;
   				FONT-WEIGHT: 400;
    			font-family: georgia, serif;
				border-bottom: 2px solid #AEC382;
			}

			#center h4 {
 			    font-size: 1.8em;
				width: 350px;
   				FONT-WEIGHT: 400;
    			font-family: georgia, serif;
				border-bottom: 2px solid black;
			}

			#center h5 {
 			    font-size: 1.8em;
				width: 350px;
   				FONT-WEIGHT: 400;
    			font-family: georgia, serif;
				border-bottom: 2px solid #AEC382;
			}


			#center p {
				color: #6F6F6F;
				font-size: 1.2em;
                line-height: 1.5em;
			}


			#center table {
				border: 1px solid black;
				border-collapse: collapse;
				}

			#center table th {
    			font-family: georgia, serif;
				font-size: 1.3em;
				}

			#center table td, #center table th {
				padding: 5px;
				}




			.yellowtd {
				color: yellow;
				background-color: #000000;
				text-align: center;
				font-family: georgia, serif;
				font-size: 1.5em;
			}
			.redtd {
				color: #FF0000;
				text-align: center;
				background-color: #EDEDED;
				font-family: georgia, serif;
				font-size: 1.5em;
			}
			.whitetd {
				color: #FFFFFF;
				text-align: center;
				background-color: #627e27;
				font-family: georgia, serif;
				font-size: 1.5em;
			}
			.stdtd {
				color: #000000;
				text-align: center;
				background-color: #FFFFFF;
				font-family: georgia, serif;
				font-size: 1.5em;
			}



			.white {
				color: white;
				width: 200px;
				background: #627e27;
				text-align: center;
    			font-family: georgia, serif;
				font-size: 1.5em;
				}

			.yellow {
				color: yellow;
    			font-family: georgia, serif;
				background: black;
				text-align: center;
				font-size: 1.5em;
				}

			.red {
				color: red;
				background: #ededed;
    			font-family: georgia, serif;
				text-align: center;
				font-size: 1.5em;
				}

			.tip {
				color: #627e27;
				padding: 10px;
				font-size: 1.2em;
				width: 340px;
				background: #EBEDE8;
				border: 1px solid #627e27;
                line-height: 1.5em;
				}

                        
                        #center .line {
                            margin-top: 15px;
                            height: 15px;
                            width: 300px;
                            background: url(../static_images/line.gif) no-repeat;
                        }
                        
                        #center .left {
                            width: 290px;
                            padding-right: 10px;
                            color: #C7C6B4;
                            float: left;
                        }
                        
                        #center .right {
                            width: 290px;
                            padding-left: 10px;
                            color: #C7C6B4;
                            float: right;
                        }
                        
                        #center .right p,  #center .left p {
                            color: #C7C6B4;
                        }
			

			#center ul li {
				margin-left: 20px;
				font-size: 1.2em;
				letter-spacing: 1px;
                line-height: 1.5em;
			}


			#center div.title {
                width: 120px;
                height: 23px;
                padding-top: 3px;
                float: left;
				font-size: 1.2em;
                color: #6F6F6F;
                letter-spacing: 1px;
                line-height: 1.5em;
                font-weight: 800;
			    font-style: italic;
}
			
			#center .name {
				width: 100px;
				float: left;
				font-size: 1.2em;
				padding: 4px 10px 0px 0px;
				font-family: georgia, serif;
				color: #6F6F6F;
			}

			#center div.control {
                width: 300px;
                float: left;
            }

			#center .button {
                text-transform: uppercase;
                border: 0px;
				font-size: 1.2em;
                background: #627e27;
                padding: 5px;
                color: white;
            }


		#center div.box {
			float: left;
			width: 325px;
			margin-top: 10px;
			color: white;
		}
                

/* Right boxes */

#right {
    position: relative;
    width: 280px;
    float: right;
}

#right div.right_block {
    width: 278px;
    border-left: 2px solid #627e27;
}

#right div.right_block h1 {
    background: #627e27;
    padding: 4px;
    color: white;
}

#right div.right_block h2 {
    padding: 15px 0px 0px 15px;
}

#right div.right_block p {
    padding: 15px 0px 0px 15px;
}

#right div.right_gallery {
    padding: 15px 0px 0px 15px;
}





















		div.thumb {
			
		}
		
		div.thumbItem {
			width: 113px;
			height: 88px;
			margin: 0px 10px 10px 0px;
			float: left;
			background: #EBEDE8;
		}
		
		div.thumbItem img {
			width: 95px;
			height: 72px;
			padding: 8px;
			border: 0px solid white;
		}
        
#center .event {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 40px;
    border-bottom: 1px solid #EFEFEF;
}
            



/* Feedback */

div.feedback {
    margin: 15px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #CCCCCC;
}




/* Footer */

#footer_container {
    position: relative;
    width: 920px;
    margin: 0 auto;
}

#footer_center {
    position: relative;
    width: 920px;
    background: white;
}

#footer_center div.contact {
    width: 890px;
    text-align: left;
    padding: 15px;
}

#footer_center div.contact h2, #footer_center div.contact p {
    text-align: left;
}



/* Form */

div.title {
    width: 150px;
    text-align: right;
    height: 24px;
    padding-right: 15px;
    float: left;
}

div.control {
    height: 24px;
    float: left;
}






#footer_center div.copyright {
    text-align: left;
    padding: 15px;
    background: #627e27;
    color: white;
}

#footer_center div.copyright a:link, #footer_center div.copyright a:visited {
    color: white;
}



