body {
	background:#f1f1f1;
	font:small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:normal;
	line-height:180%;
}

.hide {
	display:none;
}

h1 {
	font-size:20pt;
	font-weight:normal;
	color:#333;
}

h2 {
	color:#aaa;
	font-size:9pt;
	font-style:italic;
	font-weight:normal;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	font-weight:normal;
	color:#0b98e1;
}

p {
	color:#000;
}

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

a:hover {
	text-decoration:underline;
}

#screen {
	width:940px;
	margin:0 auto;
}

header {
	margin:0 auto;
	padding-top:5pt;
	overflow:hidden;
}

#logo {
	float:left;
}

#forehead {
	float:left;
	padding:3em 0 0 2em;
}

nav {
	clear:both;
	background-color:#c6ced2;
	overflow:hidden;
	padding:5pt 0 5pt 5pt;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0px 1px 1px #888;
	-webkit-box-shadow: 0px 1px 1px #888;
	box-shadow: 0px 1px 1px #888;
	
	line-height:0;
	font-size:0;
}

nav ul {
	padding:0;
}

nav ul li {
	display:inline-block;
	margin:0 2pt 0 2pt;
	overflow:hidden;
	list-style:none;
}


nav ul li a {
	list-style:none;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-transform:uppercase;
	text-decoration:none;
	color: #fff;
	padding:0.8em 1.2em;
	line-height:150%;
	margin:0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

nav ul li.nav_atual a,
nav ul li a:hover {
	background-color:#0b98e1;
	text-decoration:none;
}

#migalha {
	padding:1em 0 1em 1em;
}

#migalha a {
	font-size:8pt;
	font-style:italic;
	color:#62605a;
	text-decoration:none;
}

#migalha a:hover {
	text-decoration:underline;
}

#migalha a.migalha_atual {
	font-size:9pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}

#migalha a.migalha_atual:hover {
	text-decoration:underline;
}


article {
	width:940px;
}

section {
}

#content {
	float:left;
	background-color:#fff;
	width:550px;
	padding:15px 15px 30px 15px;
	margin:0 0 20pt 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0px 1px 1px #888;
	-webkit-box-shadow: 0px 1px 1px #888;
	box-shadow: 0px 1px 1px #888;
}
	#content.contentfull {
		width:910px; /* 940 menos padding */
	}

#content hgroup {
}

#content section {
	padding-top:15pt;
}

#content form {
	vertical-align:middle;
}

#content input[type=submit]{
	list-style:none;
	display:inline-block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-transform:uppercase;
	text-decoration:none;
	color: #fff;
	/*padding:0.8em 1.2em;*/
	line-height:150%;
	margin:0;
	border:none;
	cursor:pointer;
	background-color:#0b98e1;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0px 1px 1px #888;
	-webkit-box-shadow: 0px 1px 1px #888;
	box-shadow: 0px 1px 1px #888;
	
	height:25px;
}

#content input[type=submit]:hover{
	background-color:#295479;
}

#content input[type=text],
#content input[type=password],
#content textarea {
	background-color:#f9f9f9;
	border:1px solid #ccc;
}

#content dl {
	padding-top:5pt;
}

#content dt {
	display:block;
	clear:both;
	color:#000;
}

#content dt em {
	font-style:italic;
	color:#999;
}


#content dd {
	display:inline;
	color:#676767;
	font-style:italic;
}

#content dd.elenco,
#content dd.genero {
	display:inline-block;
	padding:0.2em 0.6em 0.2em 0.6em;
	margin:0 0 0.2em 0.3em;
	background:#f1f1f1;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0px 1px 1px #999;
	-webkit-box-shadow: 0px 1px 1px #999;
	box-shadow: 0px 1px 1px #999;
}

#content ul {
}

#content ul li {
	padding:5px 10px;
	border-bottom:1px solid #e1e1e1;
}


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


figure {
	float:right;
	width:330px;
	padding:8px 0 0 0;
	background-color:#000;
	text-align:center;
	font-size:0;
	line-height:0;
}

figure img {	
}

figcaption {
	padding:0.5em;
	text-align:center;
	background:#000;
	color:#fff;
	font-size:11pt;
	line-height:150%;
	font-style:italic;
}

aside {
	clear:both;
	padding:2em 1.5em 3em 1.5em;
	margin:0 0 1.5em 0;
	background:#e1e1e1;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0px 1px 1px #888;
	-webkit-box-shadow: 0px 1px 1px #888;
	box-shadow: 0px 1px 1px #888;
}

aside ul {
	padding:1em 0 0 0;
}

aside ul li {
	padding:0.5em 0 0.5em 0;
	border-bottom:1px solid #ccc;
}

aside span {
	font-style:italic;
	color:#999;
}

footer {
	clear:both;
	padding:2em 0;
	margin:0 auto 15px auto;
	width:940px;
	
	background-color:#295479;
	text-align:center;
	color:#fc0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

footer p {
	color:#fc0;
}

@media all and (max-width: 600px) {
	#screen {
		width:100%;
		margin:0;
	}
	
	header {
		width:90%;
		padding:0 0 1em 0;
		text-align:center;
	}
	
	#logo {
		float:none;
	}
	
	#forehead {
		float:none;
		padding:0;
	}
	
	nav {
		width:90%;
		padding:0;
		margin:0 auto;
	}
	
	nav ul li {
		margin:0;
	}
	
	article {
		width:90%;
		padding:0;
		margin:0 auto;
	}
	
	#content {
		float:none;
		width:100%;
	
		padding:10pt 0;
		margin:0 0 1em 0;
	}
		#content.contentfull {
			width:100%;
		}
	
	#content hgroup {
		padding:0 10pt;
	}
	
	#content section {
		padding:10pt;
	}
	
	#content dd.elenco {
		display:block;
		margin:0.4em;
	}
	
	figure {
		float:none;
		width:100%;
		padding:0;
	}
	
	
	figure img {
		width:100%
	}
	
	aside {
		margin:1em 0 1em 0;
		padding:1em;
	}
	
	footer {
		width:90%;
	}
}
