@charset "utf-8";
/* Antonelli CSS Document */

body {
	background-color: #F4D897;
	background-image: url(../images/Antonelli2c-4-3Bk.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited {
	color: #9B411C;
}
a:hover, a:active {
	color: #1E1E1E;
}

div#galleryBODY {
	/*background-color: #F4D897;*/
	background-image: url(../images/galBack.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*div.container {
	height: 950px;
	margin-top: 0px;
}*/
div#head {
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	height: 101px;
	margin-top: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#shows p {
	line-height: 20px;
	text-align: left;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: .3em;
	color: #9B411C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E1E1E;
}

div#homeSlide {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	width: 955px;
	height: 849px;
	background-color: #F4D897;
	/*	position: relative;*/
	clear: both;
	background-image: url(../images/homeMobileBack.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#statement, div#press, div#contact {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	width: 955px;
	height: auto;
	background-color: #F4D897;
	clear: both;
	padding-top: 60px;
	background-repeat: no-repeat;
}
div#statement {
	background-image: url(../images/stateBack.jpg);
}
div#press {
	background-image: url(../images/pressBack.jpg);
}
div#contact {
	background-image: url(../images/contactBack.jpg);
}
#statement h2, #press h2, #contact h2 {
	margin-left: 50px;
	margin-right: 50px;
	text-transform: uppercase;
}

#statement p, #press p, #contact p{
	padding-right: 50px;
	padding-left: 50px;
	text-align: justify;
}

#statement p img, #press p img, #contact  p img{
	margin-left: 20px;
	border: 1px solid #1E1E1E;
	margin-bottom: 20px;
}
#press p img {
	float: right;
}

div#gallery {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	z-index: 4;
	width: 955px;
	height: 800px;
	clear: both;
	position: relative;
}
img.left {
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	z-index: 30;
	position: absolute;
}
img.right {
	margin-top: 0px;
	margin-right: 0px;
	float: right;
	z-index: 40;
	position: relative;
}

#nav {
	position:absolute;
	/*left:0px;*/
	top:71px;
	width:955px;
	height:30px;
	z-index:20;
}
#nav ul{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	float: right;
	margin-right: 60px;
}
#nav li {
	float: left;
	padding-left: 30px;
	color: #DA622E;
	margin-top: -5px;
}
#nav li a:link, #nav li a:visited {
	color: #F4D897;
	text-decoration: none;
}
#nav li a:hover, #nav li a:active {
	color: #FBF0D7;
	text-decoration: none;
}
/*div#shop {
	float: left;
}*/
div.shopL {
	float: left;
	width: 300px;
	height: 405px;
}
#shop a:link, #shop a:visited {
	color: #7C3516;
}

div.shopR {
	float: right;
	width: 280px;
	height: 405px;
}
div.shopR p {
	margin-left: -50px;
}


#shows h3, #contact h3 {
	font-size: 18px;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	letter-spacing: 0.03em;
	margin-top: -30px;
	margin-left: 50px;
}
#shows ul {
	list-style-position: inside;
	list-style-type: square;
	line-height: 20px;
	margin-left: 0px;
	padding-left: 55px;
}

div#shows {
	clear: both;
}


/*copyright*/
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #460404; /*dark red*/
	margin-top: 40px;
	clear: both;
	display: block;
	position: relative;
}

#copyright a:link, #copyright a:visited{
	color: #9B411C; /*brick red*/
}
#copyright a:hover, #copyright a:active{
	color: #460404; /*dark red*/
}

