/* print styles */
body {  	
	background: #fff;
	font-size: 1em;
	color: #000;
	font-family : "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif;
}
a { color: #000; text-decoration:underline; }
h1, h2, h3 { color:#000; padding-bottom: 1px; border-bottom: 1px solid gray; }

/*** Layout ***/
#container {
	margin: 10px auto;
	width: 100%;
}
#header {
	display: none;
}
#navigation {
	font-size: 1.25em;
	color: #4793C2;
	text-transform: uppercase;
	text-align: center;
	font-family : "Gill Sans", Arial, Helvetica, Verdana, Geneva, sans-serif;
}
#navigation ul li {
	list-style-type: none;
	display: inline;
}
#navigation span {
	border-bottom: solid 2px #fff;
	color: #000;
	margin: 5px 25px;
	text-decoration: underline;
}
#navigation a {
	display: none;
}

#content {
	clear: both;
	
}
#footer {
	background: #fff;
	padding: 1em;
	text-align: center;
	font-size:0.8em;
}
#footer a { color:#000; }

.column_third {
	float: left;
	width: 30%;
	margin: 0 0 0 3%;
}

/*** Elements ***/
/*** Movies ***/
.posters {
	text-align: center; margin: 0 auto;
}
.posters_row {
	clear: both;
	text-align: center; margin: 0 auto;
}
a.movie_poster {
	/*background: #fff;
	width: 115px; 
	margin: 0;
	padding: 0;
	padding: 0 0 26px 0;*/
	display:none;
}
a.movie_poster img {
	/*border: solid 1px #000;
	background: #fff;
	padding: 10px;
	margin: 15px 0 17px 0;*/
	display:none;
}
.movie_image { margin:0 1em 1em 0; border:solid 1px #27496F; padding:15px; background:#fff; }
.movie_details { display: block; width:30%; float:left; }
.showtimes { font-weight: bold; color:#000; }
.coming_soon { font-weight: bold; font-size:1.1em; color:#990000; text-align:center; }

/*** Tooltips ***/
.tooltipShadow {
	background: transparent url(../graphics/transparent25.png);  /* translucent shadow */
	width: 300px;
	max-width: 30%;
}
.tooltipContent {
	/*left: -7px; top: -7px;        how much of the shadow shows */
	border: 1px solid #122649;
	background-color:#FFF;
	padding: 5px;
	font-size: 0.9em;
	font-weight:normal;
	color:#000;
}
.tooltipContent h1 {
	font-size: 1.3em;
	color:#003366;
	margin:0 5px;
	line-height: 1em;
}
.tooltipContent p {
	margin:0.5em;
	line-height: 1.25em;
}
.translucent, .tooltipShadow { 
    opacity: .75;               /* Standard style for transparency */
    -moz-opacity: .75;          /* Transparency for older Mozillas */
    filter: alpha(opacity=75);  /* Transparency for IE */
}
/*** Billboards with reflections ***/
.board {
	clear:both;
	background: #fff;
	padding: 10px;
}
.reflection {
	display: none;
}
#map {
	text-align: center;
}

/***** Inherited *****/
.header {
	font-weight: bold;
	text-decoration: none;
}
.border{
	border : 1px solid #666666;
}
.date{
    text-decoration: none;
    color : #000;
	font-weight : bold;
}
.headline{
    text-decoration: none;
    color : #000;
	font-weight : bold;
}
.grey{
    text-decoration: none;
    color : #ccc;
	font-weight : bold;
}