/* make this dynamic */
html,body {
	background-color: #000000;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: /*Verdana,*/ Sans-Serif;
	font-size: 90%;
}

#container {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
/*	min-height: 100%;*/
}

#header {
	background-image: url("banner.png");
	background-repeat: no-repeat;
	background-position-x: -10px;
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 162px;
}

#header-image-container  {
	display: block;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#header-image-container img {
	margin: 0;
}

#logo-placeholder {
	display: inline-block;
	width: 280px;
	height: 162px;
	margin: 0;
	padding: 0;
}

#header-info {
	display: inline-block;
	color: white;
	font-family: Sans-Serif;
	font-size: 12px;
	vertical-align: top;
	padding-top: 58px;
	padding-left: 20px;
	width: 260px;
	margin: 0;
}

@media only screen and (max-width: 559px) {
	#header-info {
		padding-top: 5px;
		padding-left: 20px;
	}
}

#content {
/*	background-color: #cfcdc9;*/
	background-color: #ffffff;
/*	background-color: #000000;
	color: white;*/
	min-height: 20ex;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	display: block;
}

.movie,
.article {
	display: block;
	margin-bottom: 2ex;
}

.movie:after,
.poster-line:after,
.archive-header:after,
.article:after {
	content: "";    /* Necessary for pseudo-element to work. */
	display: block; /* put on own line */
	margin: 0 auto; /* center */
	width: calc(100% - 2em);
	padding-top: 1ex;
	border-bottom: 1px solid #696969;
}

.movie-header,
.article-header {
	font-size: 150%;
	font-weight: 700;
	padding-left: 30px;
	padding-right: 30px;
/*	color: #2e2e2e;*/
/*	color: #494949;*/
	color: #000000;
	margin-bottom: 0px;
	word-wrap: break-word;
	padding-bottom: 0;
}

.movie-title a {
	color: inherit;
	text-decoration: none;
}
.movie-title a:hover {
	text-decoration: underline;
}

.movie-title,
.article-title {
	display:inline-block;
/*	margin: 0 auto;*/
	width: calc(100% - 6em);
	vertical-align: top;
	color: inherit;
}

.article-title {
	width: 100%;
}

.movie-date .movie-date-time {
	font-size: 87.5%;
	font-weight: bold;
}

.movie-date .starting-time-differs {
/*	font-size: 85%;*/
	font-weight: bold;
	color: #b12626;
}

.movie-date .starting-time-differs:after {
	content: "!";
}

.movie-title .language-flag {
	margin-left: 3px;
	margin-right: 5px;
}

.movie-title img {
	max-height: 1.8ex;
	padding-top: 0.1ex;
	vertical-align: center;
}

p {
	padding-left: 65px;
	padding-right: 65px;
}

.movie-date {
	display: inline-block;
	font-size: 80%;
	font-weight: 400;
	padding-right: 1em;
	padding-top: 0.4ex;
	width: 5.5em;
	vertical-align: top;
	color: inherit;
}

.movie-no-fee {
/*	padding-left: 11em;*/
/*	padding-left: 5px;*/
/*	color: #da4343;*/
	color: #b12626;
	font-weight: 600;
	font-size: 80%;
}

.archive-header {
	padding-left: 30px;
	padding-right: 30px;
	word-wrap: break-word;
	padding-bottom: 1ex;
}

.archive-year {
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #000000;
	font-weight: bold;
}

.archive-year a {
	color: #696969;
	text-decoration: none;
	font-weight: normal;
}

.archive-year a:hover {
	text-decoration: underline;
}

#headerbar {
	display: block;
	background-color: black;
}

#menubar {
	display: inline-block;
}

ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 90%;
}

.menu li {
	float: left;
}

.menu li a,
.menu li .active {
	display: block;
	color: #cfcdc9;
	text-align: center;
	padding: 1ex 1em;
	text-decoration: none;
}

.menu li a:hover {
	color: #8f8c87;
}

#social {
	display: inline-block;
	float: right;
	padding-right: 1em;
}

.social-link {
	padding-left: 4px;
}

.movie-info-line,
.article-info-line {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 75%;
	color: #505050;
}

.movie-info-line a {
	color: #505050;
	text-decoration: none;
}

.movie-info-line a:hover {
	text-decoration: underline;
}

.movie-info-sep,
.article-info-sep {
	margin-left: 3px;
	margin-right: 3px;
	color: #969696;
}

.movie-links {
	margin-left: 8px;
	margin-right: 3px;
	padding-bottom: 1ex;
	color: #494949;
}

.movie-links a {
	padding-right: 1em;
	color: #2e2e2e !important;
	text-decoration: none;
}

.movie-links a:hover {
	color: #676767;
}

.movie-links a:before {
	content: "→";
}

.small-caps {
	font-variant: small-caps;
}

.font-small {
	font-size: 75%;
}

.font-large {
	font-size: 125%;
}

.cyan {
	color: #000099 !important;
}

.poster-line {
	font-size: 75%;
	padding-left: 5px;
}

.poster-line a {
	color: inherit;
	text-decoration: none;
}

.attention-good {
	padding: 5px;
	margin: 30px;
	border-color: #374f20;
	background-color: #98f542;
	border-width: 2px;
	border-style: solid;
	font-size: 120%;
}

.attention-bad {
	padding: 5px;
	margin: 30px;
	border-color: #c2190a;
	background-color: #eb7267;
	border-width: 2px;
	border-style: solid;
	font-size: 120%;
}

.movie-highlight-line {
	font-size: 125%;
	font-weight: 600;
	padding-left: 5px;
}

/*#content a {
	color: #2e2e2e !important;
	text-decoration: none;
}

#content a:hover {
	color: #676767;
}

*/
