﻿/*
CSS for China Buffet King website
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFFF64;
	line-height: 100%;
	margin: 0;
	padding: 0;
	background: #FFFF64 url(CBK_Backgrounds/CBK_Logo3.png) repeat left;
}

h1, h2, h3 {
	font-family: "Andalus", Trebuchet MS, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 400%;
	font-weight: bold;
	color: #009600;
	background-color: #FFFF64;
	padding-top: 0.6em;
	padding-bottom: 0.2em;
  		text-indent: 3em;
	height: 90px;
	border: 4px solid #055A00;
	background: #FFFF64 url(CBK_Backgrounds/CBK_Logo1.png) no-repeat left; 		margin: 0;
}

h2 {
	color: #009600;
	font-size: 150%;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

li {
	font-size: 90;
	list-style-type: none;
}

p {
	font-size: small;
	font-weight: bold;
	color: black;
}

#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	color: white;
	border-top: 3px solid #055A00;
	border-bottom: 3px solid #055A00;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin: 0;
	background: #055A00 url(backgrounds/tagline-fade.jpg) repeat-y right;
}

#sitebranding p {}

em {
	text-transform: uppercase;
}

a {
	font-weight: bold;
	color: #FFFF64;
}

a:link {
	color: #FFFF64;
}

a:visited {
	color: white;
}

a:hover {
	text-decoration: none;
	color: green;
	background-color: #FFFF64;
}

a:active {
	color: white;
	background-color: green;
}

.fun {
	color: red;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.05em;
}

blockquote.fun {
	font-style: italic;
}

#navigation {
	width: 175px;
	height: 100%;
	font-family: Georgia, Times, serif;
	background: #FFFF64 url(CBK_Backgrounds/NAV_bamboo1.jpg) repeat;
}

h2, ul {
	margin-top: 15px;
}

img {
	border: 10px solid white;
}

.Menupic1 {
	float: left;
	margin 5px;
}

.Menupic2 {
	float: right;
	margin 5px;
}

.Aboutpic1 {
	float: right;
	margin 10px;
}


/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/


#navigation, #CBK_bodycontent, #header {
 	 position: absolute;
}

#navigation, #CBK_bodycontent {
	top: 210px;
	left: 100px;
}

#CBK_bodycontent {
	left: 295px;
	width: 65%;
}

#header {
	left: 100px;
	width: 85%;
	}

#leftmargin {
	position: absolute; left: 0px; top: 0px; 
	margin: 0;
	height: 100%;
	width: 100px;
}



