/* - - - - - - - - - - - - - - - - - - - - -
Title : CSS main styles
Author : Paul Schmit

Description : Common styles for fenouilintheperal.com

Created : 08.june.2006
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - -
TOC

=LAYOUT
=GLOBAL
=NAVIGATION
=SIDEBAR
=SECTIONS
- - - - - - - - - - - - - - - - - - - - - */

/* =LAYOUT */ 
body {
	background:url(http://www.fenouilinthepearl.com/images/bkgrd.gif);
	background-color:#938671;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	margin:72px 0px 0px 0px;
	padding:0px;
}
#wrap {
	background-color:#FFFFFF;
	margin:auto;
	width:800px;
}
#wrapPad {
	padding:14px;
}
#wrapInner {
	background-color:#ECEDDD;
	border:1px solid #CEC8BF;
	padding:13px 12px 8px 12px;
}
.wrapContent {
	background:url(http://www.fenouilinthepearl.com/images/content.bot.gif) 0px 2px no-repeat;
	padding:20px 0px 20px 12px;
}
#main {
	background-color:#FFFFFF;
	margin:auto;
	width:800px;
}
.mainPad {
	padding:14px;
}
#fill {
	background-color:#ECEDDD;
	border:1px solid #CEC8BF;
	padding:13px 12px 29px 12px;
}
.mainCopy2 {
	background:url(http://www.fenouilinthepearl.com/images/content.bot.gif) 0px bottom no-repeat;
	background-color:#F7F8F1;
	border:1px solid #CEC8BF;
}
.footer {
	padding:6px 0px 7px 0px;
	text-align:center;	
	 font-family: Garamond, "Times New Roman", Times, serif;
	 font-size: 14px;
	 font-weight: bold;

}

/* =GLOBAL */
form {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
a {
	color:#EC9635;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
}
.left {
	float:left;
}
.right {
	float:right;
}

/* =NAVIGATION */
#nav {
 background: url(http://www.fenouilinthepearl.com/images/nav-bg.png) center no-repeat;
 width: 749px;
 height: 36px;
 margin: 14px auto 5px auto;
 text-align: center;
 font-family: Garamond, "Times New Roman", Times, serif;
 text-transform: uppercase;
  font-size: 13px;
 color: #b7b39f;

}

#nav a {color: #938671;
	padding: 0 9px 0 9px;
	line-height: 36px;
	 font-weight: bold;
}

#nav a:hover {color: #ee8a1d;
	text-decoration: none;
}

#navMenus {
 text-align:center;
}


#about a.about {
	color: #ee8a1d;
}

#menu a.menu {
	color: #ee8a1d;
}

#bar a.bar {
	color: #ee8a1d;
}

#private-dining a.private-dining {
	color: #ee8a1d;
}

#events a.events {
	color: #ee8a1d;
}

#press a.press {
	color: #ee8a1d;
}


#contact a.contact {
	color: #ee8a1d;
}

/* =SIDEBAR */


/* =SECTIONS */
/* logo and hero images */
.photoCollage {
	float:left;
	padding-left:13px;
}
.imgPad {
	background-color:#FFFFFF;
	border:1px solid #CEC8BF;
	padding:7px;
}
.bigHero {

}
.midHero {
	padding-left:13px;
}
.smallHero {
	padding-left:12px;
}
/* menus */
.menuDiv {
	padding:30px 0px 30px 0px;
	text-align:center;
}
/* content */
.border {
	background-color:#FFFFFF;
	border:1px solid #CEC8BF;
	padding:7px;
}
.content {
	width:399px;
}
.content p {
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	line-height:20px;
	margin:0px;
	padding:0px 25px 20px 29px;
}
.content h3 {
	color:#EC9635;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height:20px;
	margin:0px;
	padding:16px 25px 20px 29px;
	text-transform:uppercase;
}
.content h4 {
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	line-height:20px;
	margin:0px;
	padding:0px 25px 0px 29px;
	text-transform:uppercase;
}
.content h4 span {
	font-size:0.8em;
	line-height:20px;
	text-transform:lowercase;
}
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
}
ul {
	float:left;
	list-style:none;
	margin:0px 0px 0px 13px;
	padding:0px;
}
ul li {
	float:left;
	font-size:1px;
	line-height:1px;
}
/* happenings calendar */
.calendar {
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
}


.home {background:url(http://www.fenouilinthepearl.com/images/nav.home.gif) no-repeat;}
.about {background:url(http://www.fenouilinthepearl.com/inc/css/images/nav.about.gif) no-repeat;}
.menu {background:url(../../inc/css/images/nav.menu.gif) no-repeat;}
.bar {background:url(../../inc/css/images/nav.bar.gif) no-repeat;}
.happenings {background:url(../../inc/css/images/nav.happenings.gif) no-repeat;}
.dining {background:url(../../inc/css/images/nav.dining.gif) no-repeat;}
.contact {background:url(../../inc/css/images/nav.contact.gif) no-repeat;}