/*Stylesheet for South Pine Cafe Website 
Separate stylesheet maintained for shoppingcart data*/

/*Swatch information: 
Orange in the header wave: ffd047
Orange in the left navigation: ffa500
Maroon in hover links: 800000
Additional orange: ffaf00
Light Yellow/orange: ffd400
*/

/*layout style*/

/*firefox image border/link fix*/
img {
	border: none;
}

#allcontent {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#base_table {
	width: 900px;
}
	

/*Left hand navigation text style*/

#table_content_left {
	font-family: Helvetica, times;
	font-size: 14px;
	display: table-cell;
	vertical-align: top;	
	width: 180px;
}

#table_content_right {
	font-family: helvetica, georgia, sans-serif;
	font-size: 27px;
	display: table-cell;
	vertical-align: top;	
	padding-top: 5px;
	padding-left: 20px;
	text-align: left;
	width: 720px;
}

/*image located on the homepage*/
.ncdining {
	text-align: left;
	padding-right: 15px;
	vertical-align: top;	
}

.intro {
	font-size: 12px;
	vertical-align: middle;	
}


/*Locations Style*/



.location_padding {
	padding-left: 30px;
	
}

.restaurant_name {
	color: #800000;
	font-size: 24px;
}

.restaurant_info {	
	color: #ffa500;
	font-family: helvetica, times, georgia;
	font-size: 20px;
	font-weight: light;
}

.restaurant_info a:link {	
	text-decoration: underline;
	color: #ffa500;
}

.restaurant_info a:visited {	
	text-decoration: underline;
	color: #ffa500;
}

.restaurant_info a:hover {	
	text-decoration: underline;
	color: #800000;
}

.hours {
	color: black;
	font-size: 14px;
	font-weight: light;
}

/*about us style*/

.about_us {
	font-size: 14px;
}

/*contact information*/

.page_title {	
	font-size: 16px;
}

.page_title a:link {
	text-decoration: underline;
	font-size: 16px;
	color: #ffa500;
}

.page_title a:visited {
	text-decoration: underline;
	font-size: 16px;
	color: #ffa500;
}

.page_title a:visited {	
	font-size: 16px;
	text-decoration: underline;
	color: #ffa500;
}

/*Menu page*/

#menu_title {	
		color: #800000;
}

.menu_info {	
	font-size: 16px;
	color: black;
}

.menu_info a:link {
	text-decoraton: underline;
	font-size: 20px;
	color: #ffa500;
}

.menu_info a:visited {
	text-decoration: underline;
	font-size: 20px;
	color: #ffa500;
}

.menu_info a:hover {	
	font-size: 20px;
	text-decoration: underline;
	color: #800000;
}

/*privacy style*/

#privacy {
	font-family: Helvetica, times;
	font-size: 14px;
}

/*returns style*/

#returns {
	font-family: Helvetica, times;
	font-size: 14px;
}

/*shipping style*/

#shipping {
	padding-top: 40px;
	font-family: Helvetica, times;
	font-size: 14px;
}





/*footer style*/

#footer {
	text-align: center;
}

#footer_navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-family: Helvetica, Times;
	font-size: 14px;
	color: black;
}

#footer a:link, a:visited {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	color: #800000;
	text-decoration: underline;
}

.by_franny {
	font-size: 10px;
}


