/*
Theme Name: CinemaClub
Theme URI: http://smthemes.com/cinemaclub/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.0
License: Creative Commons 3.0
Theme date: 07/05/2013
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);

html {
	background:#000;
}
#all{
	background:url(images/back.jpg) no-repeat center top;
}
body {	
	color:#000;
	font-size:13px;
	font-family: 'arial';
	position:relative;
}
a {
	color:#8d0505;
	text-decoration:none;
	
}
a:hover {
	color:#f30000;
	text-decoration:none;
}

a.post_ttl, .post-caption h1 {
	color:#8d0505;	
	text-transform:uppercase;
}
.articles .post-caption h2, .articles .post-caption h1{
	padding:7px 0 !important;
}
a.post_ttl {
	font-size:25px;
	font-family:'oswald';
	font-weight:bold;
}
a.post_ttl:hover{
	color:#2b2b2b;
	text-decoration:none;
}



/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}
#content-bottom {
	height:0;
}


/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:25px;
	line-height:25px;
	color:#959595;
	width:190px;
}
.searchbtn {
	height:25px;
	width:17px;
	margin-right:10px;
}
.searchform {
	height:25px;
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #ddd;
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/
.articles .post-caption{
	padding:1px 0 20px;
	overflow:hidden;
}
#commentform #submit, input.readmore, a.readmore {
	background: rgb(186,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(186,0,0,1) 0%, rgba(85,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,0,0,1)), color-stop(100%,rgba(85,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(186,0,0,1) 0%,rgba(85,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(186,0,0,1) 0%,rgba(85,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(186,0,0,1) 0%,rgba(85,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(186,0,0,1) 0%,rgba(85,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0000', endColorstr='#550000',GradientType=0 ); /* IE6-9 */
	color:#fff;
	border:1px solid #d50102;
	border-radius:4px;
	text-shadow:1px 1px 1px #0f0f0f;
	box-shadow:2px -2px 4px #9a8088;
	margin-right:5px;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background: rgb(56,56,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(56,56,56,1) 0%, rgba(42,42,42,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,56,56,1)), color-stop(100%,rgba(42,42,42,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(42,42,42,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(42,42,42,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(42,42,42,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(56,56,56,1) 0%,rgba(42,42,42,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#2a2a2a',GradientType=0 ); /* IE6-9 */
	border:1px solid #414141;
	text-decoration:none;
}
.featured_image {
	margin-top:15px;	
	padding:4px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	background:#2a2a2a;
}
.googlemap {
	padding:4px;
	border:none;
	background:#2a2a2a;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.widget_posts ul li img,.widget_flickr a {
	border:none;
	padding:2px;
	background:#2a2a2a;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:left;
}
.page-numbers {
	padding:5px 10px;
	font-family: 'Arial';
}
a.page-numbers {
	background: rgb(56,56,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(56,56,56,1) 0%, rgba(42,42,42,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,56,56,1)), color-stop(100%,rgba(42,42,42,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(42,42,42,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(42,42,42,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(42,42,42,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(56,56,56,1) 0%,rgba(42,42,42,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#2a2a2a',GradientType=0 ); /* IE6-9 */
	border:1px solid #414141;
	color:#fff;
	border-radius:4px;
	text-decoration:none;
	text-shadow:1px 1px 1px #0f0f0f;
}
a.page-numbers:hover, span.page-numbers {
	background: rgb(186,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(186,0,0,1) 0%, rgba(85,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,0,0,1)), color-stop(100%,rgba(85,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(186,0,0,1) 0%,rgba(85,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(186,0,0,1) 0%,rgba(85,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(186,0,0,1) 0%,rgba(85,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(186,0,0,1) 0%,rgba(85,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0000', endColorstr='#550000',GradientType=0 ); /* IE6-9 */
	color:#fff;
	border:1px solid #d50102;
	border-radius:4px;
	text-shadow:1px 1px 1px #0f0f0f;
}
 .post-meta{
	color:#000;
	font-size:13px;
 }
 .post-meta a{
	color:#8d0505;
	text-decoration:underline;
 }
 .one-post{
	border-bottom:1px solid #b0b0b0;
	padding-top:10px;
 }
 .film{
	display:block;
	float:left;
	width:64px;
	height:63px;
	margin-right:7px;
}
/*------------------------------ FOOTER ------------------------------*/
#footer h3  {	
	font-family:'oswald';
	font-size:18px;
	text-transform:uppercase;
	color:#670101;
}
#footer  {
	background:#535353;
	color:#fff;
	border-top:5px solid #333;
}
#footer .container {
}

#footer .footer_txt {
	background:#660000;
	color:#fff;
	padding:10px 0 !important;
}
#footer .footer_txt a{
	color:#fff;
	text-decoration:none;
}
#footer .footer_txt a:hover{
	text-decoration:underline;
}
#footer .footer_txt .container {
}
.footer-widgets {
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin-left:5px;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:5px;
}

#content .widget .caption{
	background: rgb(186,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(186,0,0,1) 0%, rgba(85,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,0,0,1)), color-stop(100%,rgba(85,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(186,0,0,1) 0%,rgba(85,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(186,0,0,1) 0%,rgba(85,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(186,0,0,1) 0%,rgba(85,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(186,0,0,1) 0%,rgba(85,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0000', endColorstr='#550000',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	box-shadow:2px -2px 4px #9a8088;
	padding:10px 0;
}
#content .widget .caption h3 {
	font-family:'arial';
	color:#fff;
	padding:0 10px;
	font-size:20px;
}
#content .widget {
	
}
.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-prev {
	background-position:right 50%;
	width:27px;
	
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content .container{
		background:#fff;
		border-radius:0 0 5px 5px;
		-moz-border-radius:0 0 5px 5px;
		-webkit-border-radius:0 0 5px 5px;
	}
	#content-top {
		height:0;
	}
	#content {
		
	}
	#content .container {
		padding:0;
		width:1000px;
		margin-bottom:20px;
		padding-top:20px;
	}
	#logo {
		position:absolute;
		top:0;
		left:0;
	}
	.menusearch {
		position:relative;
		width:260px;
		border:none;
		margin-top:33px;
		margin-right:10px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:100px;
		position:relative;
		z-index:20;
	}
	
	
	#secondarymenu {
		float:right;
		margin-right:20px;		
	}
	#secondarymenu a {
		text-decoration:none;
		padding:40px 20px;
		display:block;		
		font-size:15px;
		color:#fff;
	}
	#secondarymenu a:hover{
		color:#cb0000;
	}
	#header-block {
		position:relative;
		background:#fff;
		border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		padding-top:5px;
	}
	
	#mainmenu-container {
		position:relative;
		height:50px;
		z-index:18;
	}
	#mainmenu{
		background:#231f20;
		border-radius:0 0 10px 10px;
		-moz-border-radius:0 0 10px 10px;
		-webkit-border-radius:0 0 10px 10px;
		height:50px;
		width:945px;
		margin:0 auto;
	}
	#mainmenu li a {
		display:block;
		text-decoration:none;
		padding:10px 20px;
		font-size:19px;
		font-family:'oswald';
		color:#fff;
		background:url(images/menu-li.png) no-repeat right;
	}
	#mainmenu li:last-child a {
		background:none;
	}
	#mainmenu li a:hover{
		color:#940000;
		text-decoration:underline;
	}
	#mainmenu li {
		position:relative;
	}
	#header #mainmenu li ul {
		top:49px;
	}
	#header li ul {
		top:67px;
	}
	#header li ul .transparent {
	}
	#header li ul .inner {
		padding:0;
		background: rgb(37,34,35); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(37,34,35,1) 0%, rgba(59,59,59,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,34,35,1)), color-stop(100%,rgba(59,59,59,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(37,34,35,1) 0%,rgba(59,59,59,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(37,34,35,1) 0%,rgba(59,59,59,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(37,34,35,1) 0%,rgba(59,59,59,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(37,34,35,1) 0%,rgba(59,59,59,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252223', endColorstr='#3b3b3b',GradientType=0 ); /* IE6-9 */
		border:1px solid #707070;
		box-shadow:0 0 3px #2f1e1c;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
}
	#header ul.children li, #header .sub-menu li {
		padding:0 !important;
		margin:0 !important;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a, .sub-menu li a {
		color:#fff !important; 
		padding:0 20px !important;
		height:25px;
		line-height:25px;
		text-align:left;
		background:none !important;
	}
	#header ul.children li a:hover, .sub-menu li a:hover {
		color:#a11301 !important; 
		border:none !important;
		box-shadow:none !important;
	}
	
	#header #mainmenu li ul .inner {
		background: rgb(37,34,35); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(37,34,35,1) 0%, rgba(59,59,59,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,34,35,1)), color-stop(100%,rgba(59,59,59,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(37,34,35,1) 0%,rgba(59,59,59,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(37,34,35,1) 0%,rgba(59,59,59,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(37,34,35,1) 0%,rgba(59,59,59,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(37,34,35,1) 0%,rgba(59,59,59,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252223', endColorstr='#3b3b3b',GradientType=0 ); /* IE6-9 */
		border:1px solid #707070;
		box-shadow:0 1px 3px #2f1e1c;
		border-radius:0 0 5px 5px;
		-moz-border-radius:0 0 5px 5px;
		-webkit-border-radius:0 0 5px 5px;
		border-top:none;
	}
	#header #mainmenu ul.children li a, #mainmenu .sub-menu li a {
		color:#fff !important; 
		padding:0 20px !important;
		background:none !important;
	}
	#header #mainmenu ul.children li a:hover, #mainmenu .sub-menu li a:hover {		
		color:#a11301 !important; 
		border:none !important;
		box-shadow:none !important;
	}

	#header .sub-menu .sub-menu {
		top:0 !important;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		width:960px;
		height:400px;
		margin:0 auto;
	}
	.fp-next, .fp-prev {
		margin:0 -17px;
		width:44px;
		height:390px;
	}
	.fp-title{
		font-size:13px;
		padding-top:15px;
	}
	.slider {
		position:relative;
		width:960px;
	}
	.fp-prev-next-wrap {
		margin:0 0px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:400px;
		width:960px;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
	}
	.fp-content-fon {
		border:none;
	}
	.fp-content-fon, .fp-content {	
		left:0;
		right:0;
		bottom:0;
		text-align:left;
		font-size:13px;
		background:url(images/back-fp-content.png) repeat-x center;
	}
	.fp-content a, .fp-content p{
		color:#000;	
	}
	.fp-nav {
		bottom: 85px;
		left: auto;
		right: 0;
	}
	.fp-pager a{
		height:20px;
		width:20px;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
	}
}	


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	.slider-container{clear:both;}
	#content .container{
		background:#fff !important;
		border-radius:0 0 5px 5px;
		-moz-border-radius:0 0 5px 5px;
		-webkit-border-radius:0 0 5px 5px;
	}
	#header {
	}
	#logo {
		float:left;
		margin-left:-10px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		margin-right:20px;
		margin-top:55px;
	}
	#secondarymenu-container {
		padding-top:0px;
	}
	#secondarymenu {
		clear:both;
	}
	#secondarymenu li {
		padding:15px;
	}
	#secondarymenu li a{
		color:#fff !important;
		font-size:15px;
	}

	#mainmenu-container {
		clear:both;
		background:#231f20;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#fff;
		text-decoration:none;
		font-size:19px;
		padding:3px 15px 5px !important;
		display:block;
		font-family:'oswald';
	}
	#footer .footer_txt .container {
		padding-left:20px !important;
	}
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	#content .container{
		background:#fff !important;
		border-radius:0 0 5px 5px;
		-moz-border-radius:0 0 5px 5px;
		-webkit-border-radius:0 0 5px 5px;
	}
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
	
	}
	#logo {
	}
	.searchbtn {
		width:auto !important;
	}
	#secondarymenu-container {
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		padding:0 2%;
		margin-top:10px;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #d7d7d7;
	}
	#secondarymenu li a, #mainmenu li a{
		color:#363636;
		text-decoration:none;
	}
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
	}
}