/*****
	CSS reset
	Credit: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again
	Last Updated: 07/01/09
	*****/
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,b,u,i,center,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-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

ol,ul {

}

blockquote,q {
	quotes:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

address {
	font-style:normal;
}

cite {
	font-style: normal;
}

.right {
	float:right;
}

.left {
	float:left;
}


	
/*****
	Typography
	*****/
body {
	font-family:arial, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
}

h1 {
	font-size:24px;
	line-height:36px;
	padding:12px 0;
}

h2 {
	font-size:20px;
	line-height:24px;
	padding:12px 0;
}

h3 {
	font-size:18px;
	line-height:20px;
	padding:10px 0;
	font-weight:normal;
}

h4 {
	font-size:16px;
	line-height:18px;
	padding:10px 0;
}

h5 {
	font-size:14px;
	line-height:14px;
	padding:10px 0;
}

a:link,a:visited,a:active {
	text-decoration:none;
	color:inherit;
}

p {
	margin:0 0 16px;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

small {
	font-size:10px;
}

pre {
	font-weight:normal;
	margin:0 0 16px;
}

ul,ol {
	list-style-type: disc;
	list-style-position:inside;
	margin:16px 0;
	padding:0 0 0 16px;
}

ol {
	list-style-type:decimal;
}


	
/*****
	Container
	*****/
#container {
	width:930px;
	margin:0 auto;
	overflow:auto;
	background:#ffffff;
}

#subcontainer {
	overflow: hidden;
}
	
/*****
	Header
	*****/
#header {
	width:930px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

#header h1.noimage {
	font-size:32px;
	font-weight:normal;
	font-family:"trebuchet ms",trebuchet,verdana,arial,helvetica;
	letter-spacing:1px;
	margin:16px 0;
}

#header h1.noimage a {
	font-size:32px;
	padding:10px 20px;
}

#header h1.noimage a:hover {
	text-decoration:none;
}
	
/*****
	Ribbon
	*****/
#ribbon {
	margin:0 0 16px;
}

	
/*****
	Content
	*****/
#content {
	width:530px;
	display:inline;
	overflow:hidden;
	padding:0 20px;
	float:left;
}

#content.wide {
	width: 890px !important;
}

#content.single div.post {
	border-bottom: none;
}

#content div.google-subscribe {
}

/*****
	Widgets
	*****/

#widgets {
	clear:right;
}

#content .widget {
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #dddddd;
}

#content .widget ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content .widget ul li {
	display: inline;
}

#content div.widget ul li a {
	margin: 0 10px;
}

#content div.widget h2.widgettitle {
	color: #000000;
	font-family:"trebuchet ms",trebuchet,verdana,arial,helvetica;
	font-weight: normal;
}

div.post {
	border-bottom: 1px solid #dddddd;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

div.post div.post-published {
	margin: 0 0 8px 0;
	background: url('../images/icon_date.gif') no-repeat left;
	padding: 0 0 0 22px;
	font-weight: bold;
}

div.post div.post-published a {
	text-decoration: underline;
}

div.post div.post-footer a {
	text-decoration: underline;
}

div.post div.post-comments {
	margin: 0 0 16px 0;
}

div.post div.footer {

}

div.post ul#sub_navigation {
	list-style:none;
	padding:0;
	margin-top:0;
	overflow: auto;
	
}

div.post ul#sub_navigation li {
	display:block;
	float:left;
	padding-right:10px;
}
	
/*****
	SIDEBAR
	*****/
#sidebar {
	float:left;
	width:320px;
	display:inline;
	overflow:hidden;
	margin:0 0 0 20px;
	padding: 10px;
}
	
/*****
	Widgets
	*****/

#widgets h2 {
	font-size:16px;
	font-weight:normal;
	padding:0 0 6px;
	margin:0 0 8px;
}

#widgets ul {
	margin:0;
	padding:0;
	overflow:hidden;
}

#widgets ul li.widget {
	padding:10px;
	margin:0 0 16px;
}

#widgets ul li ul li {
	margin:0 0 4px;
}

#widgets ul li.widget {
	background: #EBF4FA;
	list-style-type: none;
}

#widgets ul li ul {
	list-style-type: disc;
}

#widgets ul li.widget h2 {
	font-weight: bold;
	font-family:"trebuchet ms",trebuchet,verdana,arial,helvetica;
	padding: 4px 0;
	border-bottom: 1px solid #999999;
}

#sidebar .widget a {
	text-decoration: none;
	border-bottom-width:1px;
	border-bottom-style:  solid; 
}

#content .widget a {
	padding: 2px 0px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width:1px;
	border-bottom-style:  solid; 
}

#content div.widget a:first-child {
	margin-left: 0;
}

	/****
		Movie Schedule
		****/
	.Cinemon_ScheduleHolder a {
		border-bottom-width:0px !important;
	}
	
	.Cinemon_ScheduleHolder .Cinemon_ScheduleMovie a {
		font-weight:bold;
	}
	
	/****
		Theatre Location
		****/
	.Cinemon_GetDirectionsLink {
		text-decoration: none;
		font-weight: bold;
	}

	/****
		Ad Space
		****/
		
		.widget .AdSpace a {
			border:none !important;
		}
		
		.widget .AdSpace a:hover {
			background: none !important;
			border:none;
		}
		
/****
	Movies Page
	*****/

#Cinemon_movie_archive h2 {
	font-weight: normal;
}

#Cinemon_movie_information h2 {
	font-weight: bold;
}

#Cinemon_movie_information ul li {
	font-weight: bold;
}

#Cinemon_movie_information ul li a {
	padding: 0;
	text-decoration: underline;
	border: none;
}

#Cinemon_movie_information ul li a:hover {
	background: none;
}

#Cinemon_movie_information div.Cinemon_movie_meta {
	font-weight: bold;
}

#Cinemon_movie_information div.Cinemon_playing_on {
	float: left;
	display: inline;
	width: 230px;
	padding: 10px;
	margin: 0 5px 0 0;
}

#Cinemon_movie_information div.Cinemon_playing_on h3,
#Cinemon_movie_information div.Cinemon_playing_with h3 {
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#Cinemon_movie_information div.Cinemon_playing_with {
	float: left;
	display: inline;
	width: 230px;
	padding: 10px;
}

/*****
	Footer
	*****/
#footer {
	float:left;
	width:930px;
	display:inline;
}

#footer p {
	margin:0;
}

#footer div.content {
	padding:20px;
	overflow:hidden;
}

#footer ul {
	margin:0;
	padding:0;
	float:right;
}

#footer ul li {
	display:block;
	float:left;
	list-style-type:none;
	padding:0 4px;
}

#footer ul li a {
	text-decoration: none;
	display:block;
	padding: 2px 5px;
	float:left;
}

#footer a.shoutout {
	float:right;
	color:white;
	background:black url('../images/Cinemon-Logo.png') left 2px no-repeat;
	font-size:14px;
	padding-left:20px;
}

#footer a.shoutout:hover {
	border-bottom:1px solid white;
}

/*****
	Posts
	*****/
	
div.post h1 a {
	font-weight: normal;
	font-family:"trebuchet ms",trebuchet,verdana,arial,helvetica;
	margin: 0;
	padding: 0;
}


div.post div.post-published a, 
div.post div.post-content a,
div.post div.post-content a.more-link,
div.post ul#sub_navigation a, 
.commentlist a {
	padding: 2px 0px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style:  solid;
}

/*****
	Comments
	*****/
.commentlist {
	padding:0;
}

.commentlist p {
	margin-bottom:10px;
}

.commentlist,.commentlist .children {
	list-style:none!important;
	list-style-image:none!important;
}

.commentlist .comment-author {
	padding-top:5px;
	margin-bottom:5px;
	height:40px;
}

.commentlist .comment-author img {
	border:3px solid #ccc;
	display:block;
	float:left;
	width:32px;
	margin-right:5px;
}

.commentlist .comment-author cite,.commentlist .comment-author span {
	line-height:40px;
	display:block;
	float:left;
	margin-left:5px;
}

.commentlist a.comment-date {
	float:right;
	display:inline;
	line-height:40px;
	color:#AAA!important;
	border-bottom: none;
}

.commentlist a.comment-date:hover {
	background:transparent !important;
	color:#888!important;
}

.commentlist a.comment-edit-link {
	float:right;
	display:block;
	line-height:40px;
	margin-right:10px;
	color:#860303!important;
}

.commentlist a.comment-edit-link {
	border:none;
}

.commentlist a.comment-reply-link {
	border:none;
}

.commentlist li {
	margin-left:0px;
	border-bottom:1px dashed #DDDDDD;
	margin-bottom:.8em!important;
}

.commentlist .children li {
	margin-left:16px;
	padding-bottom:.5em;
	border-top:1px solid #aaa;
	border-bottom:none;
	line-height:32px;
	margin-bottom:.3em!important;
}

.commentlist .reply {
	overflow:auto;
	margin-bottom:.5em;
}

.commentlist .reply a {
	float:right;
	display:inline;
}

#respond {
	margin-top:1em;
}

#respond input {
	border:1px solid #ccc;
	height:16px;
	padding:3px;
}

#respond textarea {
	border:1px solid #ccc;
	font-family:Arial;
	font-size:1em;
	padding:5px;
}

#respond form label {
	display:block;
	float:left;
	width:200px;
	font-weight: bold;
}

#respond form sup {
	font-size:.8em;
	vertical-align:middle;
	margin-left:10px;
	color:#860303;
}

#respond form #submit {
	height:2.5em;
	font-weight: bold;
	background-color:#efefef;
}

	
/*****
	WordPress generated classes
	*****/
div.post-content {
	overflow:hidden;
}

div.post-content .aligncenter,div.post-content div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

div.post-content .alignright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	padding:0;
}

div.post-content .alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:0;
}

div.post-content .wp-caption {
	text-align:center;
	padding:8px 0 0;
	margin:10px;
}

div.post-content img {
	padding:10px;
}

div.post-content .wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}

div.post-content .wp-caption p.wp-caption-text {
	font-size:10px;
	padding:0;
	margin:8px 0;
}

div.post-content blockquote {
	padding:0 0 0 32px;
	margin:0 0 16px;
	font-style:italic;
}

div.post-content cite {
	font-style:italic;
}

#content a.post-edit-link, #sidebar a.post-edit-link {
	color: #ffffff;
	float: right;
	display: inline;
	padding: 2px 4px;
	background: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar a.post-edit-link {
	float:none;
	display:block;
	margin-bottom:10px;
}

/*****
	Button
	*****/

#content a.button:LINK,a.button:VISITED,a.button:ACTIVE{
	color:#333333 !important;
	display:block !important;
	display:-moz-inline-box !important;
	display:inline-block !important;
	padding-right:25px !important;
	font-size:13px !important;
	font-weight:normal !important;
	line-height:16px !important;
	text-decoration:none !important;
	vertical-align:middle !important;
	background:url("../images/button.png") right top no-repeat !important;
	margin:0 !important;
	border:none !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-left:0 !important;
}

#content a.button:HOVER{
		color:#000 !important;
	}
	
#content a.button SPAN{
		position:relative !important;
		display:block !important;
		display:inline-block !important;
		height:30px  !important;
		line-height:30px !important;
		margin-left:-5px !important;
		padding-left:20px !important;
		background:url("../images/button.png") no-repeat left top !important;
	}

	
/*****
	MODAL
	*****/
#Cinemon_Modal {
	padding:10px;
}
