﻿/* element styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

quote,q {
	font-style: italic;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
a#visited {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
	color: #daa520;
}
h1, h2, h3 {
	color: #191970;
}
h1 {
	font-size: 24pt;
	font-style: italic;
	letter-spacing: 4px;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
}
h2 {
	font-size: large;
	letter-spacing: 2px;
}
h3 {
	letter-spacing: 1px;
	font-size: smaller;
}
div#navigationbar {
	padding: 0px;
	width: 770px;
	vertical-align: top;
	float: left;
	background: url(../images/light-blue-glass-button-base.jpg) repeat-x 0px 0px;
}
div#navigationbar ul {
	margin: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	color: White;
	white-space: nowrap;
	padding-top: 2px;

	
}
div#navigationbar li
{
	list-style-type: none;
	display: inline;
	float: left;
	padding-left: 3px;
	vertical-align: bottom;
}
div#navigationbar a:link, div#navigationbar a:visited, div#navigationbar a:disabled {
	color: White;
	background: #191970;
	float: left;
	width: auto;
	border-right: #191970 2px double;
	text-decoration: none;
	text-transform: capitalize;
	background-image: url(../images/blue-glass-button-base.jpg);
	font-weight:normal;
	font-size:1.2em;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 10px;
	padding-top: 1px;
}
.CURRENTDATE, .PRIORDATE, .FUTUREDATE {
	font-style: normal;
	text-decoration: none;
	font-size: 80%;
}
.PRIORDATE {
	text-decoration: line-through;
}
.BOARD {
	font-size: larger;
}
.CURRENTDATE {
	font-weight: bold;
	border-top: white thin solid;
	border-bottom: white thin solid;
}
.CASTMEMBER {
	font-size: 90%;
	line-height: 98%;
}
.SHOWTITLE, .AUTHOR {
	font-size: 175%;
}
.BY {
	text-align: center;
	font-size: 50%;
}
.AUTHOR {
	font-size: 130%;
}
.ASTERISK {
	font-size: small;
	vertical-align: top;
}
.BY {
	font-size: small;
	vertical-align: middle;
	font-style: italic;
}
.SYNOPSIS {
	font-size: 85%;
	line-height: 95%;
}
.BLOCKHEAD {
	font-size: 110%;
	text-align: center;
	border-bottom: red thin solid;
}
.NOWPLAYING {
	font-weight: bold;
	font-size: x-large;
	color: White;
	letter-spacing: 3pt;
}
.DIRECTOR {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 115%;
	font-style: italic;
	font-weight: bolder;
}
.PRODUCER {
	text-align: center;
	font-size: 90%;
	font-style: italic;
}
.PIXFOOTER {
	font-size: x-large;
}
.TICKETS {
	text-align: center;
	font-size: 80%;
}
.THEATREADDRESS {
	color: #ffffff;
	text-align: center;
	font-size: 100%;
	font-style: italic;
}
.INPUTBUTTON_HIGHLIGHT {
	color: #050;
	font-weight: bold;
	background-color: #f5deb3;
	border: 1px solid;
	border-top-color: #696;
	border-left-color: #696;
	border-right-color: #363;
	border-bottom-color: #363;
	cursor: hand;
}
.INPUTBUTTON {
	color: white;
	font-weight: bold;
	cursor: hand;
	background-image: url(../images/blue-glass-button-base.jpg);
}
.ADBOX {
	font-size: x-small;
	text-align: center;
	color: Black;
	border-bottom: gray 1px dashed;
	font-style: italic;
}
.gallerycontainer {
	position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img {
	border: 1px solid gray;
	margin: 0 2px 2px 0;
}
.thumbnail_vert img {
	border: 1px solid gray;
	margin: 0 1px 1px 0;
}
.thumbnail:hover {
	background-color: transparent;
}
.thumbnail_vert:hover {
	background-color: transparent;
}
.thumbnail:hover img {
	border: 1px solid red;
}
.thumbnail_vert:hover img {
	border: 1px solid red;
}
.thumbnail span {
	/*CSS for enlarged image*/
position: relative;
	background-color: Black;
	padding: 1px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail_vert span {
	/*CSS for enlarged image*/
position: absolute;
	background-color: Black;
	padding: 1px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img {
	/*CSS for enlarged image*/
border-width: 0;
	padding: 1px;
}
.thumbnail_vert span img {
	/*CSS for enlarged image*/
border-width: 0;
	padding: 1px;
}
.thumbnail:hover span {
	/*CSS for enlarged image*/
visibility: visible;
	top: inherit;
	left: 350px; /*position where enlarged image should offset horizontally */
	z-index: 150;
}
.thumbnail_vert:hover span {
	/*CSS for enlarged image*/
visibility: visible;
	top: inherit;
	left: 500px; /*position where enlarged image should offset horizontally */
	z-index: 150;
}

