/**************************************************************
   Title: Rice Valley Restaurant CSS File
   Author: Ralph Francois
   Author Website: Studgate.com
   Inspired by: A template from Maa Designs
 **************************************************************/

body {
	margin: 20px;
	padding: 0;
	background: #111111;
	background: #FFFFFF url(../images/bg.png) repeat;
	font: normal small Arial, Helvetica, sans-serif;
	color: #6F4503;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #9E6813;
}
h1, h2, h3 {
}
h4, h5, h6 {
}
p, ul, ol, blockquote {
	margin-top: 0;
}
a {
	color: #FF9C27;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
.blockquote{
	background-color:#9E6813;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#FFFFFF;
	font-style:italic;
}
.blockquote h5{
	border-bottom:1px solid #FFFFFF;
	font-size:17px;
	color:#FFFFFF;
	margin:2px;
}
.blockquote span{
	padding: 3px 0;
	display:block;
	font-size:10px;
	color:#FFFFFF;
}

/**************************************************************
   Header
 **************************************************************/
#logo {
	width: 780px;
	height: 75px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	background: #FF9C27;
	border: 5px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#logo h1 {
	text-align: center;
	font-size: 3em;
}
#logo h2 {
	text-align: center;
	font-size: 1.4em;
}
#logo a {
	text-decoration: none;
	color: #9E6813;
}

/**************************************************************
   Navigation
 **************************************************************/
#menu {
	width: 780px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;;
}
#menu h2 {
	display: none;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	width: 110px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
}
#menu a:hover, #menu .active a {
	background: #FF9C27;
	color: #FFFFFF;
}

/**************************************************************
   Menu Page Thumbsnail
 **************************************************************/
#menupage {
	width: 700px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;;
}
#menupage h2 {
	display: none;
}
#menupage ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menupage li {
	display: inline;
}
#menupage a {
	display: block;
	float: left;
	width: 110px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
}
#menupage a:hover, #menupage .active a {
	background: #000000;
	color: #FFFFFF;
}

/**************************************************************
   Banner
 **************************************************************/
#image {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/**************************************************************
  Page Content
 **************************************************************/
#body {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
	border-bottom: none;
}
#body .title {
	padding: 10px 20px;
	background: #FF9C27;
	font-size: 1em;
}
#body .story {
	padding: 20px;
	border: 2px solid #FF9C27;
}

/**************************************************************
  Page Bottom with address & hours
 **************************************************************/
#bottom {
	width: 780px;
	height: 122px;
	margin: 0 auto;
	padding: 0px 0 5px 0;
	background: #FF9C27;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#bottom h1 {
	text-align: center;
	font-size: 3em;
}
#bottom h2 {
	text-align: center;
	font-size: 1.4em;
}
#bottom a {
	text-decoration: none;
	color: #9E6813;
}

/**************************************************************
   Footer
 **************************************************************/
#footer {
	width: 760px;
	margin: 0 auto;
	padding: 10px 10px;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: none;
}
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}
#footer a {
	color: #CCCCCC;
}
#footer_text {
	text-align: center; 
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	margin-top: 10px;
	color: #FFFFFF;
	line-height: 12pt;
}
#footer_text a {
	text-decoration: none;
	color: #FF9C27;
}
#footer_text a:hover {
	color: #FF9C27;
	text-decoration: underline;
}

/**************************************************************
   Width classes used by the site columns
 **************************************************************/
.width100 {
  width: 100%;
  margin-left: 5px;
}
.width75 {
  width: 74%;
  margin-left: 5px;
}
.width50 {
  width: 44.7%;
  margin: 10px;
}
.width33 {
  width: 32.7%;
  margin-left: 5px;
}
.width25 {
  width: 24.7%;
  margin-left: 5px;
}

/**************************************************************
   Alignment classes
 **************************************************************/
.floatLeft {
	float: left;
}
.floatRight {
  float: right;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}

