 /*   
Theme Name: Montages
Theme URI: http://www.montages.no
Description: Custom theme for Montages.no.
Author: Martin Sivertsen
Author URI: http://montages.no/martin
Version: 2.0
*/


* {
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0;
}

body, html {
	min-height:101%;
}

body {
	background: #ccc url('/wp-content/themes/montages/images/page_bkg.png') repeat scroll 0 0;
	color:#222;
	text-align: center;
}

body, select, input, textarea {
	-x-system-font:none;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.2em;
}

img {
	border: 0;
}


#wrap {
	width: 960px;
	position: relative;
	margin: 14px auto;
	top: -1px;
	background-color: #fff;
	text-align: left; 
	border: 1px solid #999;
	/* border-top: 5px solid #f60000; */
	min-height: 1000px;
}

	#wrapInner {
		width: 920px;
		position: relative;
		padding: 0px 20px 10px 20px;
	}


#mainContent {
	width: 720px;
	float: left;
	position: relative;
	clear: left; 
	margin-right: 20px; 
	/* overflow: hidden; */
}

	#mainContent_fullwidth {
		width: 920px;
		float: left;
		position: relative;
		/* overflow: hidden; */
	}

#footer {
	font-size: 0.8em;
	line-height: 1.8em;
	padding-bottom: 10px;
}

	#footer a {
		font-weight: bold;
	}
	
	#footer .rssIcon {
		position: relative;
		top: 3px;
		right: 2px;
	}

a, a:visited {
	color: #f60000;
	text-decoration: none;
}

a:hover, a:active {
	color: #444;
	/* text-decoration: underline; */
}

p {
	line-height: 1.5em;
}

hr {
	border: 0; 
	color: #ddd;
	background-color: #ddd;
	height: 1px; 
}


#leftColumn hr {
	margin: 4px 0;
}




#mainContent .renderedFont {
	display: inline;
}


/* HEADER */
#header {
	background: #fff url('/wp-content/themes/montages/images/header_bkg.png') repeat-x scroll 0 0;
	position: relative;
	width: 100%;
	height: 147px;
	border-top: 5px solid #f60000;
}

	#headerMain {
		position: relative;
		width: 100%;
		height: 100px;
		background-color: #000;
	}

	#mainLogo {
		position: absolute;
		top: 12px;
		left: 20px;
		cursor: pointer;
	}
	
	#mainMenu {
		position: absolute;
		width: 800px;
		height: 30px;
		bottom: 6px;
		left: 38px;
		vertical-align: bottom;		
	}
	
	#mainMenu .item {
		position: relative;
		float: left;
		margin: 0 18px;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
		top: -1px;
	}
		#mainMenu .item a{ color: #444; }
		#mainMenu .current a,
		#mainMenu a:hover { color: #f60000; }
		
	#rssIcon {
		position: absolute;
		bottom: 16px;
		left: -30px;
		vertical-align: bottom;
		padding: 0;
		margin: 0;
	}
		#rssIcon img {
			position: relative;
			vertical-align: bottom;
			padding: 0;
			margin: 0;
		}
	
	#header_filmfrelst_logo {
		position: absolute;
		top: 20px;
		right: 15px;
	}
	
	#header_vertical_separator {
		position: absolute;
		top: 15px;
		right: 189px;
	}
	
#searchArea {
	color: #aaa;
	position: absolute;
	right: 2px;
	bottom: 17px;
	height: 24px;
	width: 180px;
	background: url('/wp-content/themes/montages/images/searchbox.png');
}

	#s { width: 140px; border-color: #fff; border: 0; font-size: 12px; background: none; position: relative; left: 4px; }

	#searchsubmit {display: none;}

#newsletter {
	position: absolute;
	height: 60px;
	width: 168px;
	right: 12px; 
	bottom: 65px;

}


div#tabs {
	position: absolute;
	right: 940px;
	top: -6px;
	width: 20px;
	height: 100px;
	cursor: pointer;
}

	div#tabs div.tab {
		width: 18px;
		overflow: hidden;
		padding: 0;
		margin-bottom: 4px;
		position: relative;

		right: -1px;
		margin-top: 2px;
		-khtml-opacity:.40; -moz-opacity:.40; -ms-filter:”alpha(opacity=40)”; filter:alpha(opacity=40); opacity:.40; 
	}
	
	div#tabs div.tab:hover{
		-khtml-opacity:.70; -moz-opacity:.70; -ms-filter:”alpha(opacity=70)”; filter:alpha(opacity=70); opacity:.70; 	
		
		/* 
		width: 19px;
		right: 0;
		margin-top: 2px;
		*/
	}
	
	
	div#tabs div.tab.selected {
		cursor: default;
		width: 20px;
		right: 0;
		margin-top: 0;
		-khtml-opacity:1; -moz-opacity:1; -ms-filter:”alpha(opacity=100)”; filter:alpha(opacity=100); opacity:1; 
	}




/* FRONTPAGE */
#topStory {
	width: 720px;
	height: 310px;
	position: relative;
	color: #ccc;
}

	#topStorySlug {
		width: 720px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		background-image: url('/wp-content/themes/montages/images/black_trans_80.png');
	}
	
	#topStorySlug h1, #topStorySlug h1 a, #topStorySlug h1 a:visited {
		color: #fff;
		font-size: 33px;
		margin-top: 0px;
		padding-top: 0px;
		line-height: 40px;
		font-weight: bold;
	}
	
	#topStorySlug h1 a:hover {
		color: #aaa;
	}
	
		
		#topStorySlug .inner {
			padding: 6px 14px;
			position: relative;
		}
		
	#topStorySlug p{
		cursor: pointer;
		font-size: 14px;
	}

#frontpageSub {
	margin-top: 20px;
	width: 720px; 
	overflow: visible;
	position: relative;
}


#left_column {
	width: 147px;
	float: left;
	position: relative;
	background-color: #fff;
	margin-right: 18px;
	margin-left: 0px;
}


	#left_columnn p {
		margin-bottom: 8px;
		position: relative;
		line-height: 20px;
	}

	.blog_post {
		padding: 0 0 23px 0;
		position: relative;
		cursor: pointer;
	}
	
	.blog_post h2 {
		margin: 0;
		padding: 0;
		position: relative;
		font-size: 14px;
		line-height: 18px;		
		font-weight: normal;
		color: #000;
	}
	
	.blog_post h2 a,
	.blog_post h2 a:visited {
		font-weight: normal;
		color: #000;
	}

	.blog_post h2 a:hover {
		color: #444;
	}
		
	.blog_post .blog_name {
		font-size: 10px;
		font-style: normal;
		font-weight: bold;
	}
			.blog_post .blog_name:hover {
				color: #999;
			}
				
	.blog_post .img_holder {
		position: relative;
		width: 146px;
		max-height: 63px;
		overflow: hidden;
		margin-bottom: 0;
	}
		.blog_post img {
			width: 146px;
		
		}
	



	.blog_post .byline {
		font-size: 10px;
		color: #555;
		display: none;
	}
	
	.blog_post h2 a.comment_count {
		font-size: 11px;
		color: #f60000;
		font-weight: normal;
	}
	
	#left_column .blogs_teaser {
		font-size: 10px;
		position: relative;
		bottom: 10px;
		display: none;
		padding: 8px 0;
	}
	
	#leftColumn #hot_stories { display: none; }
	
	#leftColumn #hot_stories li img {
		display: block;
		clear: both;
		padding: 0 0 4px 0;
		margin: 0;
		width: 180px;
		height: 77px;		
	}
	
	#leftColumn #hot_stories .title {
		margin: 0;
		padding: 0;
	}
	
	#hot_stories a.comment_count {
		font-size: 11px;
		color: #f60000;
		font-weight: normal;
	}	

	#left_column #hot_stories li img {
		display: block;
		clear: both;
		padding-bottom: 4px;
		width: 146px;
		height: 63px;		
	}

	#hot_stories li {
		margin: 0 0 20px 0;
		padding: 8px 0 0 0;
	}
	
	
	#hot_stories li .title {
		font-size: 14px;
		line-height: 18px;
		border: 0;		
		font-weight: 400;
		text-transform: none;
		clear: both;
		margin: 0;
		padding: 0;
	}
		#hot_stories li .title:hover {
			color: #444;
		}
		
		
		

#frontpageSub .widget {
	width: 146px;
	padding-bottom: 20px;
}

#get_recent_comments_wrap {
	font-size: 11px;	
}


#kinofilmer {
	margin-bottom: 20px;
}

	#kinofilmer li {
		font-size: 11px;
		line-height: 14px;
		margin: 2px 0 6px 0;
		position: relative;
	}

	#kinofilmer h4 {
		font-size: 9px;
		padding-bottom: 4px;
	}


#widget_follow a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	height: 24px;
}
	#widget_follow a img {
		padding-right: 4px;
		position: relative;
		top: 3px;
	}


#stories {
	width: 554px; 
	float: left; 
	position: relative;
	border-left: 1px solid #eee;
	padding: 0;
	margin-top: 8px;
	/* overflow: hidden; */
}

	#stories .story {
		width: 254px;
		float: left;
		padding: 0 0 25px 23px;
		position: relative;
		margin-bottom: 25px;
		font-size: 13px;
		/* overflow: hidden; */
	}
	
		#stories .standard 	{ width: 254px; }
		#stories .wide 		{ width: 531px; clear: both; }
		
	#stories .border-bottom {
		border-bottom: 1px solid #ddd;
	}
		
	.storyImage {
		position: relative;
		padding: 0 0 2px 0;	
		z-index: 10;	
	}
	
	#stories .standard .storyImage {
		width: 254px;
		height: 109px; 	
	}

	#stories .wide .storyImage {
		width: 531px;
		height: 228px; 	
	}

	
	.story h2 {
		font-size: 21px;
		position: relative;
		top: -2px;
		padding-bottom: 4px;
		font-weight: bold;
	}
	
	.story h3 {
		margin-bottom: 4px;
	}
	
	.story p {
		clear: both;
		cursor: pointer;
		position: relative;
	}
	
	.story .cdc_overlay {
		z-index: 90;
		position: absolute;
		top: -10px;
		right: -18px;
	}
	
	.story .blogg_overlay {
		z-index: 90;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.story .podkast_overlay {
		z-index: 90;
		position: absolute;
		top: 100px;
		left: 27px;
	}
	


.blogg_link {
	display: block;
	margin-top: 4px;
}



.archive_teaser {
	text-align: center;
	display: block;
	margin: 0 auto;
	clear: both;
	margin: 10px 0 60px 0;
	font-size: 12px;
}

	.archive_teaser span {
		padding: 8px 30px;
		background: #efefef;
		border: 1px solid #fff;
	}
	
	.archive_teaser span:hover {
		border: 1px solid #ccc;
		cursor: pointer;
	}




/* BLOGGER-SIDEN */
div.blog {	
	/*  background: #efefef url('/wp-content/themes/montages/images/page_bkg_light.png') repeat scroll 0 0; */
	position: relative;
	float: left;
	width: 252px;
	padding: 16px 24px;
	margin-bottom: 40px;
	border: 1px solid #eee;
	overflow: hidden;
}
	
	div.blog.rightspace {
		margin-right: 6px;
	}
	
	div.blog:hover {
		cursor: pointer;
		border: 1px solid #ccc;
	}

	div.blog h2 {
		margin: 0;
		padding: 0 0 4px 0;
		font-size: 12px;
		text-align: center;
		text-transform: uppercase;
	}
	
	div.blog>p {
		margin: 8px 0 0 0;
		padding: 0;
		font-size: 12px;
	}
	
	#disclaimer {
		text-align: center;
		width: 720px;
		font-size: 12px;
		margin: 10px auto;
		padding: 10px;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #aaa;		
		background: #efefef;
	}
	
		#disclaimer p {
			margin-bottom: 8px;
		}



/* TITLES */
h1, h2, h3, h4, h5, h6, .title, #mainMenu .item {
	font-family: Futura, Century Gothic, AppleGothic, sans-serif, Arial, Verdana;	
	font-weight: normal;
	line-height: 1.3em;
}

h2 a, h2 a:visited {
	color: #000;
}

h2 a:hover {
	color: #444;
	text-decoration: none;
}

.gfxFont {
	position: relative;
	left: -1px;
	margin-bottom: 2px; 
	vertical-align: bottom;
}



/* SINGLE POST */

.single {
	width: 500px;
	float: left; 
	margin: 0 0 20px 0px;
	position: relative;
	overflow: hidden;
}

	.single h1,
	.authorWrapper h1,
	.pageWrapper h1 {
		font-size: 33px;
		line-height: 1.2em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	
	.single h2 {
		margin-bottom: 8px;
	}
	
	.single .content {
		margin-top: 10px;
		line-height: 22px;
		letter-spacing: normal;
	}

	.content p {
		margin: 0 0 20px 0;
	}
	
	.content p a {
		font-weight: bold;
	}
	
	.wp-caption {
		background-color: #eee;
		margin-bottom: 12px;
		
	}
	
	.wp-caption-text {
		padding: 8px;
		color: #383838; 
		font-size: 0.9em;
		font-style: italic;
		line-height: 18px;
	}
	
	.aligncenter .wp-caption-text {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.single .extras {
		font-size: 0.9em;
		/* border-top: 1px solid #ccc; */
		padding: 4px 0;
		margin-top: 20px;
	}
	
	
		
	.single .content li {
		list-style: circle;
		margin: 0 0 0 20px;
		padding: 0 0 12px 0;
		font-size: 14px;
		line-height: 22px;
		
	}
	
		
		.single .content li a {
			font-weight: bold;
		}
		
	
	.printLink { 
		font-size: 12px;
		display: inline;
		float: right;
		font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
		font-weight: normal;
	}

	.WP-PrintIcon {
		position: relative;
		top: 2px;
		margin-right: 4px;
	}

.postnav {
	margin: 8px 0 14px 0;
	font-size: 11px;
	float: left;
	clear: both;
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
	height: 25px;

}

	.postnav .links {
		position: relative;
		float: left;
		clear: left;
		left: 100%;
		text-align: right;
	}
	

	.postnav .link {
		padding: 1px 5px;
		margin: 0 3px;
		float: left;
		display: block;
		position: relative;
		right: 100%;
	}
	
		.postnav .link.current {
			border: 1px solid #fff;
			font-weight: normal;
		}
		
		.postnav .link.active {
			border: 1px solid #ddd;
			font-weight: bold;
			color: #f60000;
		}
	
		.postnav .link.active:hover {
			cursor: pointer;
			border: 1px solid #999;
		}
	
	.postnav a {
		font-weight: bold;
	}
	

.substory_navigation {
	padding: 12px 10px 8px 10px; 
	margin: 10px 0;
	background: #efefef;
	position: relative;
	font-size: 12px;
}

	.substory_navigation a {
		font-weight: bold;
		font-size: 14px;
	}
	
	.substory_navigation select {
		margin: 10px 10px 0px 10px;
	}
	
	.substory_navigation .next_substory_button {
		text-transform: uppercase;
		font-size: 10px;
		float: right;
		margin: 10px 0;		
		padding: 0px 8px;
		background: #fff;
		border: 1px solid #aaa;
	}
	
		.substory_navigation .next_substory_button:hover {
			border: 1px solid #444;
		}


.table_grid {
	width: 500px;
	font-size: 12px;
}

	.table_grid td {
		margin: 4px;
		padding: 4px;
		border: 1px solid #eee;
		text-align: center;
	}
	
		.table_grid td:hover {
			border: 1px solid #ddd;
		}
		
	.table_grid td img {
		display: block;
		margin: 0 auto;
		padding: 0 0 4px 0;
		clear: both;
	}


.movie_list_item {
	width: 500px;
	margin-top: 10px;
	position: relative;
	min-height: 30px;
}


	.movie_list_item_holder {
		position: relative;
		margin-bottom: 10px;	
		padding-top: 10px;
		clear: both;
	}
	

	.movie_list_item img {
		width: 500px;
		height: 215px;
		position: relative;
		z-index: 1;		
	}
	
		.mini .movie_list_item img {
			width: 130px;
			height: 55px;
			position: absolute;
			right: 0px;
			top: 0px;
			z-index: 60;
		}

		
	.movie_list_item .playbutton {
		background-image: url('/wp-content/themes/montages/images/mmdb_playknapp.png');
		z-index: 100;
		position: absolute;
		width: 133px;
		height: 77px;
		top: 80px;
		left: 183px;
		cursor: pointer;
		-khtml-opacity:.50; -moz-opacity:.50; -ms-filter:”alpha(opacity=50)”; filter:alpha(opacity=50); opacity:.50; 
	}
	
		.mini .movie_list_item .playbutton {
			background-image: url('/wp-content/themes/montages/images/mmdb_playknapp_tiny.png');
			width: 33px;
			height: 19px;
			right: 48px;
			left: auto;
			top: 20px;	
		}

		.movie_list_item .playbutton:hover {
			-khtml-opacity:.85; -moz-opacity:.85; -ms-filter:”alpha(opacity=85)”; filter:alpha(opacity=85); opacity:.85; 
		}
		
		
	
	.movie_list_item .slug {
		width: 500px;
		color: #fff;
		background-image: url('/wp-content/themes/montages/images/black_trans_60.png');
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 50;		
	}
	
		.movie_list_item.person .slug {
			background: #efefef;
			color: #000;
			border-left: 8px solid #f60000;
			position: relative;
		}
	
		.mini .movie_list_item .slug { 
			background-color: #444;
			width: 360px;
			position: relative;			
		}
	
	.movie_list_item .slug a {
		color: #fff;
	}
	
	.movie_list_item .slug div {
		padding: 4px 10px;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: normal;
	}

	.movie_list_item .slug .number {
		float: left;
		background-color: #f60000;
		margin-right: 10px;
	}

.movie_facts {
	position: relative;
	width: 500px;
	font-size: 12px;
	padding-top: 4px;
	border-bottom: 1px solid #ddd;	
	line-height: 20px;
}

	.mini .movie_facts {
		width: 360px;
	}
	
	.mmdb_page #leftColumn .starring {
		display: none;
	}

	.mmdb_page #leftColumn .footer {
		margin-top: 0px;
	}
	
	.movie_facts .countries a {
		color: #000;
		font-weight: normal;
	}
	

.mmdb_page .movie_facts {
	margin-bottom: 10px;
}


	.movie_facts_left {
		padding: 6px 0;
		width: 300px;
	}
	
	.movie_facts_right {
		padding: 6px 0;
		width: 120px;	
		margin-left: 80px;
		text-align: right;
	}
		
	.movie_facts a {
		/* border-bottom: 1px solid #f60000; */
		font-size: 11px;
		font-weight: bold;
	}
	
	.movie_facts .hotlink {
	}
	

/* MMDB FILMSIDE */
.mmdb_page {
		margin-top: 8px;
	}
	
	.mmdb_page .movie_list_item {
		margin-top: 7px;
	}
		
	.mmdb_page .movie_facts {
		background-color: #eee;
		padding: 0 8px;
		width: 484px;
	}
	
	.mmdb_page .movie_facts p {
		margin-bottom: 4px;
	}
	
	.mmdb_page .movie_facts_right {
		width: 104px;
	}
	
	.mmdb_page h2 {
		font-size: 12px;
		padding: 0 0 4px 0;
		background-color: #fff;
		color: #999;
		text-transform: uppercase;
	}


	.mmdb_page .story {
		padding: 8px 0 14px 0;
		margin: 10px 0;
		border-bottom: 1px solid #ddd;
		line-height: 18px;
		font-size: 12px;
	}
	
		.mmdb_page .story .title {
			font-size: 18px;
			margin-bottom: 4px;
			color: #000;
		}
			.mmdb_page .story .title:hover {
				color: #444;
			}

		
		.mmdb_page .story .byline {
			font-size: 11px;
			vertical-align: center;
			color: #666;
		}
				

		.mmdb_page .story img {
			width: 180px;
			height: 78px;
			float: right;
			padding: 4px 0 4px 8px;
		}
		
	.movies_list {
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		left: 8px;
		width: 740px;
	}

	.movies_list li {
		margin: 0 16px 20px 0; 
		padding: 0;
		width: 218px;
		height: 94px;
		overflow: hidden;
		display: block;
		float: left;
		cursor: pointer;
		position: relative;
		border: 2px solid #fff;
	}
	
		.movies_list li:hover {
			border-color: #aaa;
		}
	
		.movies_list li h3 {
			position: absolute; 
			z-index: 100;
			width: 218px;
			padding: 4px;
			background-image: url('/wp-content/themes/montages/images/black_trans_60.png');			
			bottom: 0px; 
			left: 0px;
			color: #eee;
			text-transform: uppercase;
			font-size: 12px;
		}

#leftColumn {
	margin: 0 32px 0 0;
	width: 180px; 
	position: relative; 
	float: left; 
}
	
	.byline {
		font-size: 0.9em;
		color: #999;
		padding: 4px 0;
		/* border-top: 2px solid #000; 
		border-bottom: 1px solid #ccc; */
		text-align: left; 
		margin-bottom: 40px;
		position: relative;
	}

	.byline img {
		float: left; 
		position: relative;
		margin: 4px 8px 4px 0; 
		height: 50px;
		width: 50px; 
		border: 1px solid #999;
		z-index: 60;
		cursor: pointer;
	}
	
	.byline .author {
		color: #000;
		font-size: 16px;
		font-style: italic;
		position: relative;
		margin-top: 6px;
		z-index: 50;
		width: 120px;
		float: left; 

	}
	
	.byline .author a {
		color: #000;
	}
	
	.byline .author .pubDate {
		color: #666;
		font-size: 12px;
		position: relative;
		font-stretch: normal;
		margin-top: 2px;
	}
	
	.byline .guestLabel {
		margin-top: 4px;
		padding-top: 2px;
		border-top: 1px solid #ccc;
	}
	
	#leftColumn .categories {
		background-color: #fff;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 4px 6px;
	}

	#leftColumn .categories a,
	#leftColumn .categories a:visited {
		color: #000;
	}

	
	#leftColumn .tags,
	#leftColumn .relatedPosts,
	#leftColumn .sharing {
		line-height: 18px;
		font-size: 12px;
		padding: 8px 0 40px 0;
	}
	
		#leftColumn h3,
		#leftColumn .widget .title {	
			border-top: 0;
			text-transform: none;
			border-bottom: 1px solid #ccc;
			padding: 4px 0;
			margin-bottom: 8px;
			font-size: 16px;
			font-family: 
		}

		#leftColumn .widget li .title {	
			border: 0;
			font-size: 14px;
		}

			#leftColumn .widget li .title:hover {
				color: #444;
			}
			
			
				
		.relatedPosts .item a.comment_count {
			font-size: 11px;
			color: #f60000;
			font-weight: normal;
		}
	
		.relatedPosts .item {
			width: 115px;
			float: left;
			font-size: 12px;			
			margin-left: 13px;
			margin-bottom: 25px;
		}
		
			.relatedPosts #related_item_1 {
				margin-left: 0px;
			}
			
		
		.relatedPosts img {
			width: 115px;
			height: 50px;
		}
		
		.relatedPosts h3 {
			font-size: 12px;
			margin-bottom: 4px;
			color: #666;		
			text-transform: uppercase;	
		}
		
		.relatedPosts a {
			color: #000;
		}

			.relatedPosts a:hover { color: #444; }		
		
		.relatedPosts abbr { display: none; }

	#leftColumn .share {
		font-size: 12px;
		padding-bottom: 6px;
		cursor: pointer;
	}


		#leftColumn .share img {
			vertical-align: baseline;
			position: relative;
			padding: 0 8px 0 0;
			top: 4px;
		}
		
		#leftColumn .share input.murl {
			font-size: 12px;
			width: 180px;
			color: #383838;
			padding: 0;
			border: 0;
			border: 0;
		}
		

		#leftColumn .share input.murl:focus {
			background-color: #fff;
			color: #000;
		}

	#filmfrelst_info {
		padding-bottom: 20px;
		line-height: 14px;
		font-size: 12px;
		padding-top: 1px;
	}
		#filmfrelst_info img {
			padding-bottom: 8px;
		}


	.mmdb_movie_sidebar {
		width: 180px;
		overflow: hidden;
		font-size: 12px;
		margin-bottom: 20px;
		background: #efefef;
		position: relative;
		top: -10px;
		cursor: pointer;
	}
	
	.mmdb_page .mmdb_movie_sidebar {
		top: 6px;
	}
	
		.mmdb_movie_sidebar a {
			font-weight: bold;
		}
		
		.mmdb_movie_sidebar .title {
			font-size: 13px;
			text-transform: uppercase;
			padding: 4px 8px;
			color: #fff;
			background: #000;
		}
		
			.mmdb_movie_sidebar small {
				color: #999;
				font-weight: normal;
				font-size: 10px;
				display: block;
			}
		
		.mmdb_movie_sidebar p {
			padding: 4px 8px 0px 8px;
		}
		
		.mmdb_movie_sidebar .img_area {
			position: relative; 
			width: 180px;
			height: 78px;
		}
		
		.mmdb_movie_sidebar .footer {
			font-weight: bold;
		}
		
		
		.mmdb_movie_sidebar .playbutton {
			background-image: url('/wp-content/themes/montages/images/mmdb_playknapp_tiny.png');
			z-index: 100;
			position: absolute;
			width: 33px;
			height: 19px;
			bottom: 6px;
			right: 6px;
			cursor: pointer;
			-khtml-opacity:.60; -moz-opacity:.60; -ms-filter:”alpha(opacity=60)”; filter:alpha(opacity=60); opacity:.60; 
		}
	
		.mmdb_movie_sidebar .playbutton:hover {
			-khtml-opacity:.85; -moz-opacity:.85; -ms-filter:”alpha(opacity=85)”; filter:alpha(opacity=85); opacity:.85; 
		}		
		

	#leftColumn #widget_follow {
		margin-top: 20px;
	}
	

	

		

/* KOMMENTARER */
#comments {
}

	#comments h3 {
		padding: 8px 0; 
		border-bottom: 2px solid #eee;
		margin: 0 0 10px 0;
	}
	
	
	
#comments .navigation {
	clear: both; 
	padding: 8px 0;
}

#respond {
	margin-top: 30px; 
}

	#respond input, #respond textarea {
		margin: 4px 4px 8px 0;
	}
	
	#respond textarea {
		width: 490px;
	}
	
	
.comment {
	margin: 10px 0px 20px 70px;
	padding: 8px 8px;
	position: relative;
	border: 1px solid #eee;
}

	.comment.byuser:before {
		content: url(/wp-content/themes/montages/images/favicon.ico);
		position: absolute;
		top: 38px;
		left: -24px;
		z-index: 99;
	}

	.odd {
		background-color: #f4f4f4;
	}
	
	.commentlist {
		clear: both;
	}
		
	
	.vcard {
		position: relative;
		text-align: left;
		clear: both;
	}
	
	.vcard .avatar {
		position: absolute;
		top: -8px;
		left: -70px;
		border: 1px solid transparent;
	}

	
	.reply {
		display: none;
	}

	#comments ol, .comment li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	

	
	.comment-meta {
		font-size: 0.8em;
		margin-bottom: 4px;
	}

		.comment-meta a, 
		.comment-meta a:visited {
			color: #999;
		}
		
	.comment cite {
		font-style: normal;
	}

	.comment p {
		margin-bottom: 6px;
	}


#HTML_legend {
	font-size: 12px;
	padding: 10px 20px;
	border: 1px solid #ccc;
	line-height: 200%;
}



/* PAGE */
.pageWrapper {

}

.page {
	padding: 10px;
}



/* ARKIVSIDER */
.archive {
}


	
	.archive h1,
	.pageHeader {
		margin: 1px 0 20px 0;
		padding: 10px 10px 6px 10px;
		border-bottom: 1px solid #ddd;
/* 		border-top: 2px solid #f60000;*/
		background-color: #fff;
		text-align: center;
	}

	.pageHeader h2 {
		padding: 8px;
		text-transform: uppercase;
		font-weight: normal;
		color: #ccc;
	}
	
	.pageHeader p {
		font-style: italic;
		margin: 10px;
		font-size: 0.9em;
	}

	.archive .story {
		width: 190px;
		margin: 0 50px 50px 0;
		padding: 0;
		float: left;
		position: relative;
		border: 0;
		left: 20px;
	}
	
			
				
	.timestamp {
		color: #999;
		font-size: 0.8em;
	}
	
	div.pagination {
		padding: 0 0 40px 0;
		position: relative;
		float: left;
		clear: both;
		font-size: 12px;
		font-family: Verdana;
		width: 100%;
		overflow: hidden;
	}
		
		div.pagination div.navbar {
			clear: left;
			float: left;
			position: relative;
			margin: 0;
			padding: 0;
			left: 50%;
			text-align: center;
		}
		
			div.pagination div.navbar div {
				float: left; 
				display: block;
				position: relative;
				margin: 0 4px;
				padding: 2px 4px;
				border: 1px solid #ccc;
				color: #666;
				right: 50%;
			}
			
			div.pagination div.navbar .filler {
				border: 0;
			}
			
			div.pagination div.navbar .active {
				cursor: pointer;
			}
				div.pagination div.navbar .active:hover {
					background-color: #f60000;
					color: #fff;
				}

			div.pagination div.navbar .current,
			div.pagination div.navbar .legend {
				border: 1px solid #f60000;
				background-color: #f60000;
				color: #fff;
			}
			div.pagination div.navbar .legend {
				padding: 2px 8px;
			}


	archive .pagination {
		padding: 8px;
	}
	
	.pagination a:hover {
		text-decoration: none;
	}
	
	
/* NYHETSSIDEN */
div.cat_Nyheter .story h2 {
	font-size: 18px;
	font-weight: normal;
}

div.cat_Nyheter div.story {
	width: 130px;
	font-size: 13px;
}


/* SØKERESULTAT */
.archive.searchResults .story {
	left: 10px;
	margin-bottom: 30px;
}

	.archive.searchResults .story h2 {
		font-size: 16px;
	}

	.archive.searchResults .story p {
		font-size: 12px;
	}

	.archive.searchResults .movies_list {
		position: relative;
		left: 10px;
	}
	
	.archive.searchResults .people_list {
		margin-bottom: 40px;
		overflow: auto;
	}
	

	.people_list {
		list-style: none;
		font-size: 16px;
	}
	
		.people_list li {
			float: left;
			width: 195px;
			margin: 10px 19px 10px 0;
			display: inline-block;
			background: #efefef;
			border-left: 8px solid #f60000;
			padding: 4px 8px;
			position: relative;
			left: 12px;
		}

		.people_list li a {
			color: #000;
		}
			.people_list li a:hover { 
				color: #f60000;
			}


/* SIDEBAR */

#sidebar {
	width: 180px;
	float: left;
	position: relative;
	padding-top: 4px;
	/* 	margin-top: 50px; */
}

	#sidebar hr {
		margin: 20px 0;
	}


	#sidebar .widget {
		width: 180px;
	}

	.widget {
		font-size: 0.9em;
		position: relative;
	}

	.widget a {
		font-weight: bold;
	}
	
	.widget .title, .widgetTitle {
		font-size: 12px;
		color: #000;
		padding: 4px 0 12px 0;
		font-weight: normal;
		margin-top: 8px;
		border-top: 4px solid #f60000; 
		/* border-bottom: 1px solid #ccc; */
		/* background-color: #f60000; */
		text-transform: uppercase;
		text-align: left;
	}
	
		.widget .title a,
		.widgetTitle a {
			color: #000;
			font-weight: normal;
		}
	
	.widget li {
		margin: 4px 2px 8px 0px;
		line-height: 1.5em;
	}
	
	.widget ul {
		list-style: none;
		padding-top: 1px;
	}
	
	.widget h3 {
		font-size: 0.8em;
		margin: 14px 0 0 0;
		text-transform: capitalize;

	}


	.widget_betterblogroll {
		margin: 0 0 40px 0;
	}

	#sidebar .widget_text {
		margin: 0 0 14px 0;
	}
	
	.widget_text .title {
		display: none;
		cursor: pointer;
	}
	
	
	#sidebar .annonse {
		position: relative;
		margin: 10px 0;
		cursor: pointer;
		background-repeat: no-repeat;		
	}

	.flashHolder {
		background-repeat: no-repeat;
	}


.widget_wpads {
	margin: 0 0 14px 0;
}


.thisisad {
	background-color: #ddd;
	height: 1px;
	width: 180px;
	position: relative;
	margin: 0 0 10px 0;
	font-size: 12px;
}
	.thisisad div {
		font-size: 0.8em;
		color: #bbb;
		position: absolute;
		top: -9px;
		left: 0px; 
		padding-right: 6px;
		background-color: #fff;
	}




.widget_betterblogroll ul {
	padding-bottom: 2px;
}






/* ANBEFALINGER */
.recommendationsBottom {
	position: relative;
	padding: 10px 0 0 5px;
	margin-top: 30px;
	width: 955px;
	clear: both;
	border-top: 2px solid #000;
	background: #fff;
}

	.recommendationsBottom .filmtips {
		position: absolute;
		top: -20px;
		left: 35px;
	}

	.recommendations .item {
		width: 176px;
		width: 224px;
		float: left;
		position: relative;
		margin: 18px 6px;
		left: 8px;
		left: 8px;
	}
	
	.recommendations h3 {
		font-size: 14px;
		font-weight: normal;
	}
	
	.recommendations .item .avatar {
		float: left; 
		position: relative;
		margin: 0px 8px 0 0;
		border: 1px solid #999;
		width: 50px;
		height: 50px;
	}
	
	.recommendations .item h3 {
		float: left; 
		position: relative;
		top: 11px;
		width: 100px;
		width: 148px;
		height: 25px;
		padding: 4px 0;
		/* border-top: 2px solid #000; */
		border-bottom: 1px solid #ccc;
	}
	
	.recommendations .item h3 span {
		color: #666;
		font-size: 10px;
		position: relative;
		bottom: 3px;
	}	
	
	.recommendations .item h3 .renderedFont {
		margin: 0;
		padding: 0;
		position: relative;
		top: 3px;

	}

	
	.recommendations .item .recommendationArea {
		clear: both;
		position: relative;
		width: 150px;
		width: 198px;
		padding-top: 2px;
	}
		

	.recommendations h3 a {
		color: #000;
	}

	
	.recommendation {
		padding: 8px 0 2px 0;
		float: none;
		margin: 0;
	}


	.recommendations .recommendation a {
		font-weight: normal;
		font-size: 13px;
	}


/* FOOTER RECOMMENDATIONS SCROLLER */

div.scrollable {
    position:relative; 
    overflow:hidden; 
    width: 920px; 
    height:240px; 
}

div.scrollable div.items, div.scrollerOverlay .items {
    width:20000em; 
    position:absolute; 
}

div.scrollable div.items div { 

} 

div.items div.active { 
}

#recommendationsScroller {
	position: relative;
	left: 10px;
}

	div.scrollerOverlay {
		position: absolute;
		width: 930px;
		height: 240px;
		overflow: hidden;
		display: none;
		background-color: #fff;
	}
		div.scrollerOverlayContent {
			width: 2000em;
		}
		
		div.scrollerOverlay .item {
			position: relative;
			left: 10px;
		}

	

/* MEDIASIDEN */
.mediaItem {
	width: 200px;
	text-align: center;
	padding: 8px;
	position: relative;
	float: left;
	margin: 10px;
	overflow: hidden;
	cursor: pointer;
}

	.mediaItem .timestamp {
		margin-bottom: 4px;
	}


	.mediaThumb {
		padding: 1px 1px 20px 1px;
		position: relative;
		z-index: 1;
		width: 160px;
		height: 140px;
	}
	
	.mediaThumb .playButton {
		position: absolute;
		top: 65px;
		left: 74px;
		z-index: 2;
	}




/* MEDIA POPUP */

.popupPlayer {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	text-align: center;
}

	.vimeoPlayer {
		width: 720px;
		height: 414px;
		width: 100%;
		height: 100%;
	}



/* INPUT ELEMENTS */
input, textarea {
	padding: 4px;
	border: 1px solid #999;
	color: #999;
}

input:focus, textarea:focus {
	background-color: #efefef;
	color: #000;
}



/* INFOSIDEN */
#aboutContact {
	float: left;
	position: relative;
	margin-right: 10px;
	padding: 10px 10px 0 10px;
	width: 150px;
	overflow: hidden;
	top: -20px;
}

	#aboutContact .item {
		margin: 4px 0 20px 0;
		font-size: 0.9em;
	}
	
	
	#aboutContact h3 {
		border-bottom: 1px solid #ddd;
		color: #999;
		padding-top: 30px;
		font-size: 12px;
		margin-bottom: 8px;
	}
	
	#aboutContact span {
		font-weight: normal;
		font-size: 1.1em;
	}
	
	

#aboutInfo {
	float: left;
	position: relative;
}

	#aboutInfo .page {
		width: 500px;
	}
	
	
	
/* AUTHOR PAGE */
.authorWrapper {
	padding-top: 4px;
	padding-bottom: 30px;
}

	.authorWrapper h2 {
		color: #999;
		font-size: 1.4em;
		position: relative;
	}
	
	.authorWrapper h2 a,
	.authorWrapper h2 a:visited {
		color: #f60000;	
	}
	
	.authorWrapper p a,
	.recentAuthorPost a {
		font-weight: bold;
	}
	
	.recentAuthorPost span {
		font-size: 0.9em;
		color: #999;
	}
	
	.recentAuthorPost {
		padding-bottom: 6px;
	}
	
	
#crewbar {
	height: 30px;
	width: 720px;
	background-color: #eee;
	position: relative;
	position: relative;
	margin-bottom: 20px;
}

	.crewmember {
		position: relative;
		float: left;
	}

	.crewmember img {
		position: relative;
		padding: 0 10px 0 0;
		background-color: #fff;
		cursor: pointer;
	}
	
	.selectedCrew {
		position: absolute;
		bottom: -7px;
		left: 0px;
		width: 30px;
		height: 4px;
		background: #f60000;
		overflow: hidden;
		padding: 0;
	}
	
	
	
#authorRightColumn {
	position: relative;
	padding-top: 10px;
	float:left;
	width: 490px;
}

	#authorRightColumn p {
		padding-top: 16px;
	}
	
	#authorRightColumn h3 {
		padding: 30px 0 10px 0;
		font-size: 14px;

	}
	

#authorLeftColumn {
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	float:left;
}

	#authorLeftColumn .fotobyline {
		font-size: 8px;
		color: #999;
	}
	
	
#twitter_div {
	width: 180px;
	overflow: hidden;
	font-size: 0.8em;
	padding-top: 4px;
	margin-top: 4px;
}

	#twitter_div li {
		padding: 8px 4px;
		list-style: none;
	}


	#twitter-link {
		font-weight: bold;
	}
	

.twitter_follow{padding: 8px 0;
}

/* FILMFRELST-SIDEN */
.cat_Filmfrelst {
	/* background-image: url('/wp-content/themes/montages/images/gradient_grey_bkg.jpg'); */
	background-repeat: repeat-x;
}

	.cat_Filmfrelst .story {
		position: relative;
	}
	
	.filmfrelstHeader {
		background-repeat: no-repeat;
		width: 680px;
		height: 130px;
		position: relative;
		margin-left: 15px;
		margin-bottom: 30px;
		top: 10px;


	}

	#filmfrelst_page_logo {
		position: relative;
		left: 4px;
	}

	.filmfrelstHeader p {
		position: absolute; 
		width: 670px;
		height: 160px;
		top: 60px;
		left: 0px;
		font-size: 11px;
		margin-left: 6px;
		font-style: italic;
	}
	
	
	#filmfrelst_subscribe {
		position: absolute;
		top: 5px;
		right: 0px;
		text-align: center;
		font-size: 12px;
		padding: 10px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
		#filmfrelst_subscribe a { font-weight: bold; text-decoration: none; }


/* FLASH-spiller MP3 */
.flashPlayer {
}

.flash_spacer {
	height: 18px;
	clear:  both;
}


/* FONT SUBSTITUTION */
.futura_gfx {
	display: none;
	position: absolute;
	visibility: hidden;
}

.futura {		
	/* letter-spacing: -0.05em; */
}	

/* Skjul Cufon-elementer mens de lastes inn */
.cufon-loading { visibility: hidden !important; }





/* RUNDE KNAPPER */
.button,
.button2 {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
	padding: 4px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	display: inline;
	position: relative;
	top: 1px;
}

.button,
.button a {
	background-color: #efefef;
	color: #000;
}

.button2 {
	background-color: #f60000;
	color: #fff;
}

.button:hover,
.button2:hover {
	border: 1px solid #F60000;
}



/* VIDEO OVERLAY */
/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(/wp-content/common_images/overlay/black_720p.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:782px; 
    height:459px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding: 27px 0px; 
    
    z-index: 2000;
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(/wp-content/common_images/overlay/apple-close.png); 
    position:absolute; 
    right:16px; 
    top:12px; 
    cursor:pointer; 
    height:28px; 
    width:28px; 

} 
 
 
/* black */ 
div.overlay.black { 
    background:url(/wp-content/common_images/overlay/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(/wp-content/common_images/overlay/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}


/* TOOLTIP */
div.tooltip {
    background:transparent url(/wp-content/common_images/tooltip/white_arrow.png) no-repeat scroll 0 0; 
    font-size:14px; 
    height:62px; 
    padding:30px; 
    width:149px; 
    font-size:12px; 
    line-height: 18px;
    overflow: hidden;
    display:none; 
    color:#222; 
    z-index: 100;
}




/* PÅ PLAKATEN */
.widget_calendar_upcoming { position: relative; top: -12px; padding-bottom: 10px; font-size: 11px; }
.widget_calendar_upcoming .day { color: #666; font-size: 10px; position: relative; top: 4px; }
.widget_calendar_upcoming li ul { margin-top: 0; padding-top: 0; }
.calendar-table .submit { background: #f60000; color: #fff;padding: 2px 6px; margin: 4px; cursor: pointer; }
.calendar-table .submit:hover { background: #000; }
#calendar_full_link { font-size: 10px; position: absolute; top: 8px; right: 0px; }

/* GLOBAL CLASSES */
.clear-left 	{ clear: left; }
.clear-right	{ clear: right; }
.clear, 
.clear-both		{ clear: both; }

.alignleft		{ float: left; position: relative; margin: 4px 10px 4px 0; }
.alignright		{ float: right; position: relative; margin: 4px 0 4px 10px; }
.aligncenter 	{ display: block; margin: 0 auto;}

.center			{ text-align:center; }

.hide			{ display:none; }

.smaller, small	{ font-size: 0.8em; }

.italic			{ font-style: italic; }

.float-right 	{ float: right; display: inline; }
.float-left 	{ float: left; display: inline; }

a.black {color:#000; font-weight: normal; }

.clickable		{ cursor: pointer; }


blockquote {
	margin: 0 40px;
	color: #666;
	font-style: italic;
	font-size: 13px;
}

.msg {
	padding: 10px; 
	color: #000;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}

.errorMsg {
	padding: 10px; 
	color: #f60000;
	font-weight: bold;
	border-top: 1px solid #f60000;
	border-bottom: 1px solid #f60000;
	margin: 20px 0;
}