/*
Theme Name: Cando Berlin
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

.left {
	float: left;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}


/* =Structure
----------------------------------------------- */

html, body {
	height: 100%;
}

body {
	/*background: #fff url('images/bg_gradient.gif') repeat-x;*/
}

a:hover {
	color: #e00000;
}

iframe {
	background-color: #000;
}

#page {
	width: 896px;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	/*border-top: 3px #000 solid;*/
}

#branding {
	border-top: 3px #000 solid;
	padding: 50px 0 0 0;
	height: 140px;
}

#branding img {
	margin-left:-3px;
}

#site-title {
	position: absolute;
	top: -1000px;
}

#site-description {
	font-family: Arial;
	font-size: 12px;
	color: #888;
	padding-top: 4px;
}

#branding #access {
	float: right;
	width: 278px;
}

#menu-hauptnavigation .menu-item a {
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	color: #000;
}

#menu-hauptnavigation .menu-item a:hover {
	color: #e00000;
}

#menu-hauptnavigation .menu-item.current-menu-item a, 
#menu-hauptnavigation .menu-item.current-page-ancestor a, 
#menu-hauptnavigation .menu-item.current_page_parent a {
	color: #e00000;
}

#main {
	/*overflow:hidden;*/
	padding-bottom: 64px;
}

#content {
	overflow: hidden;
}

#home {
	font-family: Times;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
}

#home .image {
	overflow: hidden;
	padding-bottom: 8px;
}

#home .image img {
	margin: 0;
}

#home p {
	padding-top: 4px;
}

#primary h3 {
	font-family: Times;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	/*color: #757575;*/
	
	padding-bottom: 8px;
	/*border-bottom: 3px #ccc solid;*/
}

#primary.page p {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #757575;
	
	padding: 8px 0 0 0;
	max-width: 600px;
}

#secondary {
	margin: 24px 0 0 0;
}

#secondary h3 {
	font-family: Arial;
	font-size: 10px;
	color: #757575;
	
	padding-bottom: 2px;
	border-bottom: 3px #ccc solid;
	margin-bottom: 4px;
}

.list-news {
	margin-right: -41px;
}

.list-img {
	margin-right: -31px;
}

.list-news .item, .list-img .item {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
    *display: inline;
}

.news {
	width: 268px;
	margin: 0 41px 20px 0;
}

h4 {
	font-family: Times;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	
	padding: 8px 0 6px 0;
}

.news p, .news-big p {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #757575;
	
	padding: 2px 0 6px 0;
}

.news-big {
	width: 278px;
	margin: 0 31px 20px 0;
}

.news-big img {
	padding: 4px 0;
}

.news-big .meta {
	font-family: Arial;
	font-size: 10px;
	color: #757575;
	
	padding-bottom: 2px;
	border-bottom: 3px #ccc solid;
}

a {
	color: #000;
	text-decoration: none;
}

.film, .member {
	width: 278px;
	height: 265px;
	margin: 0 31px 0 0;
}

.film p, .member p {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #757575;
	
	padding: 0 0 2px 0;
}


.entry-content #column1 {
	width: 588px;
	margin-right: 28px;
}

.entry-content #column1 iframe, .entry-content #column1 img {
	margin-bottom: 16px;
}

.entry-content #column2 {
	width: 280px;
}

.entry-content #column2 .title {
	float: left;
	width: 260px;
}

.entry-content #column2 .close {
	float: left;
	width: 20px;
}

.entry-content h3 {
	font-family: Times Roman;
	font-size: 26px;
	font-weight: bold;
	line-height: 28px;
	
	padding-bottom: 4px;
}

.filme-detail p {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #757575;
	
	padding: 8px 0 0 0;
}



#footer {
	clear:both;
	height: 27px;
	margin: -27px 0 0 0;
	padding: 0 20px;
	position: relative;
}

#footer .center {
	width: 892px;
	height: 18px;
	
	margin: 0 auto;
	padding: 6px 0 0 0;
	
	border-top: 1px #ccc solid;
	
	font-family: Arial;
	font-size: 11px;
	
	color: #999;
	/*background-color: #ddd;*/
}

#footer .text {
	float:left;
}


#footer .menu-footer-menu-container {
	float:left;
}

#menu-footer-menu li {
	padding-left: 4px;
}






/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;/* thank you Erik J - negate effect of float*/
}





@media screen and (max-width: 936px) {
	#page { 
		width:587px !important; 
	}
	
	#branding {
		padding: 40px 0 0 0;
		height: 100px;
	}
	
	#branding #access {
		padding-top: 12px;
		width: 250px;
	}

	#menu-hauptnavigation {
		padding-top: 2px;
	}

	#menu-hauptnavigation .menu-item a {
		font-family: Helvetica, Arial;
		font-weight: bold;
		font-size: 18px;
		line-height: 20px;
		text-decoration: none;
		color: #000;
	}
	
	#menu-hauptnavigation li {
		float: left;
		padding-right: 8px;
	}
	
	.filme-detail iframe {
		width: 584px;
		height: 280px;
	}
	
	#footer .center {
		width: 587px !important;
	}
	
	#home {
		font-family: Times;
		font-weight: bold;
		font-size: 18px;
		line-height: 21px;
	}

	#home .image img {
		margin: 0;
		width: 587px;
	}
	
	.entry-content #column1 {
		width: 587px;
	}
}


@media screen and (max-width: 626px) {
	#page { 
		width:280px !important; 
	}
	
	#branding {
		padding: 20px 0 0 0;
		height: 100px;
	}
	
	#branding #access {
		padding-top: 12px;
		width: 278px;
	}

	#menu-hauptnavigation .menu-item a {
		font-family: Helvetica, Arial;
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;
		text-decoration: none;
		color: #000;
	}
	
	#menu-hauptnavigation li {
		float: left;
		padding-right: 8px;
	}
	
	.filme-detail iframe {
		width: 280px;
		height: 158px;
	}
	
	#footer .center {
		width: 280px !important;
	}
	
	#home {
		font-family: Times;
		font-weight: normal;
		font-size: 16px;
		line-height: 17px;
	}

	#home .image img {
		margin: 0 0 0 -70px;
		width: 420px;
	}
	
	.entry-content #column1 {
		width: 280px;
	}
}

