/* CPR.css   Cracked Pepper Restaurant main CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background-color: #999999;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #C8CBA7;
	height: auto;
	margin-top: 0px;
}

/************ main content */
#maincontent {
	width:500px;
	z-index:4;
	background-color: #f2f2e6;
	padding: 5px;
	float: right;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 110px;
	height: auto;
	text-align: center;
	line-height: 1.5em;
	display:inline;
}
#maincontent h3 {
	font-size: 90%;
	color: #999999;
	margin-top: -5px;
}
#maincontent p {
	font-size: 90%;
	line-height: 1.8em;
	margin-top: 30px;
	margin-bottom: 20px;
}
#maincontent ul {
	list-style-type: none;
	font-size: 85%;
}
#maincontent blockquote {
	text-align: left;
	list-style-type: none;
	line-height: 1em;
	display: block;
	white-space: nowrap;
	font-size: 80%;
	margin-top: -10px;
	margin-bottom: -15px;
}

#newsitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-decoration: none;
	text-align: left;
	font-size: 95%;
}
#newsitem h2 {
	font-size: 100%;
	color: #9B7E4E;
	margin-top: -5px;
	margin-bottom:-20px;
	text-align:left;
}
#newsitem p {
	font-size: 90%;
	line-height:1.2em;
	padding-right: 5px;
	padding-left: 5px;
}
#newsitem ul {
	list-style-position: inside;
	list-style-type: circle;
	margin-top: -15px;
	margin-bottom: -20px;
}


#maincontact {
	font-size: 90%;
}

/* for photo gallery only */
#gallery {
	background-color: #F2F2E6;
	text-align: center;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/************ lefths */
#lefths {
	width:160px;
	z-index:2;
	background-color: #C8CBA7;
	padding-top: 20px;
	padding-left: 10px;
	float: left;
	font-size: 100%;
	color: #8C7236;
	height: 100%;
}
#lefths #leftxtras { text-align: center; }

#wrapper #lefths #leftxtras p {
	font-size: 90%;
	line-height: 1.3em;
}

/*********** navigation */
#navcontainer {
	width: 150px;
	margin-top: 50px;
}

#navlist {
	padding: 1px;
	margin-left: 0;
	border: 2px solid;
	border-color: #AAA #666 #666 #AAA;
	background: #D9D9B3;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

#navcontainer #navlist a {
	text-decoration: none;
}

#navlist li {
	list-style: none;
	margin: 0;
	border: 1px solid;
	border-color: #FFF #AAA #AAA #FFF;
	text-align: center;
	line-height: 110%;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	text-decoration: none;
}
/****** remove boxborder on bar image in library contact **/
#maincontact img { border:none; }

#footer {
	width:800px;
	height:33px;
	z-index:4;
	color: #F9F7E3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	clear: both;
	font-size: 80%;
	text-align: right;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CDCCA9;
	margin-top: 2px;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/backgrounds/menubanner.jpg);
}

#footer ul {
	padding-left: 10px;
	margin: 0px;
	text-decoration: none;
	padding-top: 8px;
	background-position: center;
}

#footer ul li {
	margin: 10px;
	display: inline;
	padding-right: 10px;
}

#footer a:link {
	color: #FFFFFF;
	font-weight: bold;
}

/************** links for all no underline, gold=link olive=visited ************* */
a {
	text-decoration: underline;
}
a:link {
	color: #9B7E4E;
	font-weight: bold;
}
 a:visited {
	color: #5E5E36;
	font-weight: normal;
}
h1 { font-size: 120%; color: #333333; }

/*************  classes ******** */
.smallBrown {
	font-size: 80%;
	color: #A88A58;
}
.lighter { color: #333333; }

img {
	margin-right: 2px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AEB198;
	border-right-color: #727463;
	border-bottom-color: #727463;
	border-left-color: #AEB198;
}
.condensed {
	display: inline;
	font-size: 70%;
	text-align: left;
}
.center { margin-right: auto; margin-left: auto; vertical-align: baseline; }
.smaller { font-size: 90%; }
.font90 {
	font-size: 90%; line-height: 1.3em;
}
.floatleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.floatright {
	float:right;
	margin-top: 5px;
	margin-left: 10px;
}