/* CSS for the homepage (index) is in the source code all other pages are linked to this page of CSS*/
body {
margin: 0px; 
padding: 0px; 
}

/* index page only */
#wrapper {
width: 100%; 
margin-left:auto; margin-right:auto; 
}

#entry {
height: 440px; 
background-image: url(images/washington_square_tavern_entry.jpg); 
background-repeat: no-repeat; 
background-position: center; 
}

/* end of index page*/

#container {
width: 762px; 
margin: 0 auto;
padding: 0;
text-align: left;
background-color: #fff;
}

h1 {
font: 1.2em Georgia, "Times New Roman", Times, serif; 
font-weight: bold;
color: #333333; 			   
text-align: center;
}
	
h2 {
font: .9em Georgia, "Times New Roman", Times, serif;
font-weight: bold;
color: #333333;
}

h3{
font: 1em Arial, Helvetica, sans-serif;
font-weight: bold;
color: #953269;
text-align: center;
font-style: italic;
}

h4{
margin: 0;
padding: 0;
font: .9em Arial, Helvetica, sans-serif;
font-weight: bold;
color: #953269;
}

#branding {
width: 100%;
height: 140px;
margin-top: 30px;
padding: 0;
}

#branding img {
float: left;
}

#recognition p {
margin: 0;
padding-right: 1.5em;
height: 9px;
font: 9px Arial, Helvetica, sans-serif;
color: #666666;
text-align: right;
}

#recognition a {
color: #666666; 
text-decoration: none;  
}
 
#recognition a:hover {
color: #953269; 
text-decoration: underline; 
}

#leftcol {
float: left;
width: 160px;
margin-top: 15px;
}
				
#leftcol ul { 
margin: 0; 
padding: 1em 0; 
list-style-type: none;  
}

#leftcol li {
margin: 0; 
padding: 0; 
width: 160px;
height: 20px;
line-height: 20px;
font: .8em Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
text-indent: 15px;
color: #FFFFFF;
background-color: #953269; 
text-decoration: none; 
} 
	
#leftcol ul a:link {
width: 160px;
height: 20px;
line-height: 20px;
color: #953269; 
background-color: #FFFFFF; 
text-decoration: none; 
display: block;			 
}

#leftcol ul a:visited {
width: 160px;
height: 20px;
line-height: 20px;
color: #953269; 
background-color: #FFFFFF;
text-decoration: none; 
display: block;
}

#leftcol ul a:hover {
width: 160px;
height: 20px;
line-height: 20px;
color: #FFFFFF; 
background-color: #666666; 
text-decoration: none;
display: block;
}
	
#leftcol ul	a:active {
width: 160px;
height: 20px;
line-height: 20px;
color: #FFFFFF; 
background-color: #953269; 
text-decoration: none;
display: block;
}	

#home #leftcol .home a,
#menu #leftcol .menu a,
#brunch #leftcol .brunch a,
#drinks #leftcol .drinks a,
#wines #leftcol .wines a,
#happenings #leftcol .happenings a,
#info #leftcol .info a,
#directions #leftcol .directions a,
#friends #leftcol .friends a {
	color: #fff; 
	font-weight: bold;
	background-color: #953269;
	cursor: default;
	} 
	
/* end of left column */

#content {
width: 587px;
float: right;
}

#mainContent {
float: left;
width: 361px;
padding: 1.5em;
}

#mainContent p {
font: .9em Georgia, "Times New Roman", Times, serif; 
color: #333333;
line-height: 120%;
}

#mainContent p a:link, a:visited {
	color: #953269;
	}
	
#mainContent p a:hover, a:active {
	color: #000000;
	}
	
#map {
width: 100%;
margin: 0;
padding: 0;
text-align: center;
}

#map img {
border: 2px groove #953269; 
}

#rightcol {
float: right;
width: 168px;
padding: 125px 0 0 10px;
}

#rightcol p {
font: 1em Georgia, "Times New Roman", Times, serif; 
color: #953269;
line-height: 120%;
}

div#footer {
clear: both;
width: 100%;
text-align: center; 
margin: 0;  
padding: 6px 3px; 
}

#bottomNav ul {
padding: 10px 0 0 0; 
} 

#bottomNav li {
font: .8em Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #953269;
display: inline; 
padding: 0 2px 0 4px; 
}

#bottomNav ul li a {
text-decoration: none; 
color: #000000; 
padding: 1px 2px;
}

#bottomNav ul li a:hover {
color:#FFFFFF;
background-color: #953269; 
padding: 1px 2px; 
}
 
#address {
font: .8em Geneva, Arial, Helvetica, sans-serif; 
color: #FFFFFF; 
font-weight: bold; 
background-color: #953269; 
padding: 3px; 
}
 
#address a {
color: #FFFFFF; 
text-decoration: underline;  
}
 
#address a:hover {
color: #000000; 
}					

#legal {
font:.6em Geneva, Arial, Helvetica, sans-serif; 
color: #333333; 
background-color: #666666; 
padding: 3px; 
height: 35px;
} 
  
#legal a {
color: #333333; 
text-decoration: underline;  
}
 
#legal a:hover {
color: #953269; 
}


.center {
text-align: center;
}

.style1 {
color: #953269; 
}

.style2 {
font-weight: bold; 
color: #333333; 
}

.style3 {
font: .7em Geneva, Arial, Helvetica, sans-serif;
color: #333333;
font-style: italic;
}

.style4 {
font: .85em Arial, Helvetica, sans-serif;
color: #333333;
}
