Project: Puccini's La Dolce Vita
File: css/style.css
Last edited: March 10, 2011, 3:40 pm
*/

/*  Main  */
body {
	font-size: 87.5%; /* Base font size: 14px */
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(images/plainbg.jpg);
	background-color: #64050b;
}

#wrapper {
	margin:0 auto;
	width:970px; /*  Change to desired width :)  */
	background-color: #fff;
}

.whitetext {
	color: #FFF;
	padding-top: 15px;
}
h1 {
	font-size: 1.8em;
	color: #7D110C;
	font-family: 'Rochester', cursive;
}
h2 {
	font-size: 1.571em;
	color: #7D110C;
	font-family: 'Rochester', cursive;
}	/* 22px */
h3 {
	font-size: 1.429em;
	color: #7D110C;
	font-family: 'Rochester', cursive;
}	/* 20px */
h4 {
	font-size: 1.286em;
	color: #7D110C;
	font-family: 'Rochester', cursive;
}	/* 18px */
h5 {
	font-size: 1.143em
	font-family: 'Rochester', cursive;
}	/* 16px */
h6 {
	font-size: 1em
	font-family: 'Rochester', cursive;
}	/* 14px */
#CallForReservations {
	position:absolute;
	width:970px;
	top: 0px;
}
}
.phonenumber {
	font-size: 24px;
	font-weight: bold;
}


#Logo {
	height: 150px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#FancyLine {
	height: 150px;
	padding-top: 25px;
	padding-right: 5px;
	padding-left: 351px;
}
#content {
	width:940px;
	z-index:2;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}
.footerlink {
	color: #00F;
	text-decoration: underline;
}

#footer {
	width:940px;
	z-index:2;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#nav {
	width:940px;
	z-index:2;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: 60px;
	padding-right: 15px;
	padding-left: 15px;
}
#nav p {
		color: #FFF;
	padding-top: 15px;
}
#slideshow {
	position:relative;
	height:350px;
	width: 940px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

