/*
   New Perspectives on HTML and XHTML 5th Edition
   Tutorial 4
   Case Problem 1

   Willet Creek Screen Style Sheet
   Author: Zeina Nasreldine	
   Date:   Feb 15, 2010


   Filename:         willet.css
   Supporting Files: 

*/


body                  {background-color: white; margin: 0px; padding: 0px; 
                       font-family: sans-serif}
					   
a                     {text-decoration:none}

#page_content         {width: 780px;
					   background-color: rgb(53, 43, 48);
					  }

#head	{text-align: center; 
		background-color: rgb(53, 43, 48); 
        margin: 0px
		}


#hole_list a:link	{
					font-weight: bold;
					color: white;
					font-size: 1.25em;
					}
					
#hole_list a:visited	{
						font-weight: bold;
						color: white;
						font-size: 1.25em;
						}
					
					
#hole_list li a:hover	{
						background-color: yellow;
						color: black;
						}	
										
#hole_list  {	display: inline;
				text-align: center; 
				height: 30px; 
				margin: 0px;
				margin: 110px; 
				background-color: rgb(53, 43, 48);
				padding: 0px 5px 0px 5px;
				}
				
									
#hole_list li	{
				display: inline;
				text-align: center; 
				height: 30px; 
				margin: 0px;
				background-color: rgb(53, 43, 48);
				padding: 0px 5px 0px 5px;
				}





#hole_stats	{
			background-color: rgb(53, 43, 48);
			width: 120px;
			height: 202px;
			color: white;
			position: absolute;
			left: 0px;
			top: 108px;
			}


#hole_stats h2	{
		font-size: 1em;
		margin: 0px 0px 0px 5px;
		}


#hole_stats ul	{
		list-style-type: none;
		margin-left: 10px;
		margin-top: 0px;
		padding-left: 0px;
		font-size: 0.7em;
		color: yellow;
		}




#hole_summary	{
		
		height: 200px; 
		width: 660px; 
		border: 1px solid rgb(53, 43, 48);
		position: absolute;
		left: 118px;
		top: 108px; 
		}

#hole_image img	{
		position: absolute;
		left: 10px;
		top: 5px;
		}
		
#hole_description	{
					position: absolute;
					left: 100px;
					top: 5px;
					}

#hole_description span	{
			font-variant: small-caps;
			float: left;
			padding-right: 2px;
			color: green;
			font-size: 300%;
			line-height: 0.75em
			}


		
#flags a #nextFlag	{
			position: absolute;
			left: 270px;
			top: 145px;
			border: 0px;
			}
			
#flags a #prevFlag	{
			position: absolute;
			left: 220px;
			top: 145px;
			border: 0px;
			}
