﻿/* CSS reset - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
	color: black;
	background: white;
}
ol, ul
{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
/* /CSS reset */



body
{
	margin:0;
	padding:0;
	background:white;
	/*font-family:Georgia,"Times New Roman",Times,serif;*/
	font-family:Arial,Helvetica,sans-serif;
	font-size:.9em;
}

h1
{
	font-size:1.5em;
	font-weight:normal;
	margin:15px 0 15px;
}
		
h2
{
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 10px;
}

h3
{
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 15px;
	text-transform:capitalize;
}

h4
{
	margin:0 0 10px;
	font-weight:bold;
}

p,
ul,
ol
{
	margin:0 0 10px;
	line-height:1.3em;
}

img
{
	border:none;
}

cite
{
    font-style:italic;
}

strong,
b
{
	font-weight:bold;
}

a
{
    color:blue;
    text-decoration:none;
}

a:hover
{
	color:#cc0000;
}	

#Content_Area
{
	width:970px;
	margin:0;
	padding:0;
	overflow:auto;
}

#Content_Body
{
	margin:0;
	padding:10px 0;
	overflow:auto;
}

#Column_Left
{
	float:left;
	width:29%;
	margin:0;
	padding:0;
}

#Column_Right
{
	float:left;
	width:69%;
	margin:0;
	padding:10px 0 0;
}

#Content_Header
{
	text-align:center;
	padding:10px;
	border-bottom:1px solid black;
}

#Content_Header .Trademark
{
	float:left;
	width:29%;
	text-align:center;
}

#Primary_Navigation
{
	margin:10px 10px 10px 20px;
	font-weight:bold;
}

#Primary_Navigation li
{
	list-style:none;
	margin-bottom:18px;
}

#Column_Right ul
{
	margin:0 60px 10px;
}
		
#Content_Footer
{
	clear:both;
	padding:10px 10px 10px 29%;
	font-size:.8em;
	color:gray;
	border-top:1px solid black;
}

.Page_Navigation
{
	text-align:center;
	margin:10px 0;
	padding:0 0 10px;
	border-bottom:1px solid black;
}
					
.Page_Navigation li
{
	list-style:none;
	display:inline;
	padding-right:10px;
}
					
.Sanskrit
{
	font-style:italic;
}

.Footnote
{
	font-size:.9em;
}


table
{
	border:1px solid black;
	border-collapse:collapse;
}

th
{
	background:#ffffcc;
}

th,
td
{
	border:1px solid black;
	padding:5px;
	font-size:.9em;
}

td.Money
{
	text-align:right;
}

/*.Money:before
{
	content:'$';
}*/

       
.Address span
{
	display:block;
}

.Address .City,
.Address .State
{
	display:inline;
	padding-right:.5em;
}

.Address .Postal_Code
{
	display:inline;
}

.Clearing
{
	clear:both;
	height:1px;
	overflow:hidden;
}
﻿		.Date_Time,
		.Address {
			margin-bottom:0;
			font-weight:normal;
		}
		
		.Movie_Title {
			margin-top:10px;
			font-size:1.5em;
			font-weight:bold;
			font-style:italic;
		}
		
		.Event {
			margin:0 0 20px;
			padding:0 10px 10px;
			border-bottom:1px solid black;
			/* text-align:center; */
		}
		
		.Event:last-child {
			border:none;
		}
		
		.Event_Header {
			padding:0 10px;
			margin-bottom:10px;
		}
		
		.Event_Body {
			padding:0 10px;
		}
		
		.Event_Body h5 {
			margin-bottom:10px;
			font-style:italic;
			font-weight:normal;
		}
		
		.Subevent_List {

		}
		
		.Subevent_List .Subevent {
			margin:0 0 10px 60px;
		}
		
		.Subevent p {
			margin:0;
		}
		
		.Event_Footer {
			padding:0 10px;
		}
		
		.Sanskrit {
			font-style:italic;
		}
