body {  	
	margin: 0;
	padding: 0;
	background: #003366 url(../graphics/background_top.jpg) repeat-x 0 0;
  	font-size: 1em;
	color: #fff;
  	line-height: 1.25em;
	font-family : "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif;
}
a { color: #4793C2; text-decoration:none; }
h1, h2, h3 { color:#FFFF33; }

/*** Layout ***/
#container {
	margin: 10px auto;
	width: 950px;
}
#header {
	height: 60px;
	background: transparent url(../graphics/IronwoodCinemas8phone.png) no-repeat 100% 0;
}
#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: #fff;
	margin: 5px 25px;
}
#navigation a {
	color: #4793C2;
	text-decoration: none;
	margin: 5px 25px;
}
#navigation a:hover {
	border-bottom: solid 2px #fff;
	color: #fff;
}

#content {
	clear: both;
	
}
#footer {
	background: #3A154E url(../graphics/background_footer.jpg) repeat-x 100% 0;
	padding: 1em;
	text-align: center;
	font-size:0.8em;
}
#footer a { color:#fff; }

.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: transparent url(../graphics/poster_refl.png) repeat-x left bottom;
	width: 115px; /* for wrapped in a */
	margin: 0;
	padding: 0;
	/*padding: 0 0 26px 0;*/
}
a.movie_poster img {
	border: solid 1px #27496F;
	background: #1D375D url(../graphics/poster_grad.png) repeat-x left bottom;
	padding: 10px;
	margin: 15px 0 17px 0;
}
.movie_image { margin:0 1em 1em 0; border:solid 1px #27496F; padding:15px; background:#1D375D; }
.movie_details { display: none; }
.showtimes { font-weight: bold; color:#122649; }
.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;
	border: solid 1px #374D6D;
	background: #1D375D url(../graphics/poster_grad.png) repeat-x left bottom;
	padding: 10px 10px 10px 10px;
	margin: 1em 1em 0 1em;
}
/*.board h2 {
	color: #CCFF33;
}*/
.reflection {
	clear: both;
	background: transparent url(../graphics/poster_refl.png) repeat-x left top;
	padding: 10px;
	margin: 0.1em 1em 1em 1em;
    opacity: .7;               /* Standard style for transparency */
    -moz-opacity: .7;          /* Transparency for older Mozillas */
    filter: alpha(opacity=50);  /* Transparency for IE */
}
#map {
	text-align: center;
}

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