/*  
Theme Name: Cia Quase Cinema
Theme URI: http://a-falange.net/
Description: Tema para companhia teatral.
Version: 0.2
Author: EH Martuchelli @ a Falange | est&uacute;dio
Author URI: http://a-falange.net/
*/
/*////////////////////// HTML */
body {
	border-top: 13px solid #FC0;
	font-size: 12px; 
	font-family: Tahoma, Helvetica, Sans-Serif;
	color: #FFF;
	background: #000 url(images/bg.jpg) top left no-repeat;
}

/*////////////////////// TIPOGRAFIA */
a {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}

h2 {
	font-size: 2.7em;
}
h2 a {
	color: #FFCC00;
	letter-spacing: -1px;
	line-height: 1.2em;
	text-decoration: none;
	border-bottom: none;
}
h2 a:visited {
	color: #ccc;
}
h2 a:hover {
	color: #FF00CC;
	text-decoration: none;
}
h3 {
	font-size: 150%;
	font-weight:normal;
	margin: 30px 0 0 0;
	padding: 0;
}
h3 a {
	color:#FC0;
}
h4, li h2 {
	line-height: 1.2em;
	letter-spacing: 1px;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Tahoma', Arial, Helvetica, Sans-Serif;
}

h3.comments {
	margin: 40px auto 20px auto;
	padding: 0;
}
h4 {
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
}
small, .navigation {
	color: #B3CFF6;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.navigation a {
	border-bottom: none;
}
.entry p a:visited {
	color: #b85b5a;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Tahoma, 'Times New Roman', Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Tahoma', Arial, Helvetica, Sans-Serif;
}
.nocomments, .postmetadata, strike, #footer {
	color: #ccc;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}


/*////////////////////// ESTRUTURA */
body {
	margin: 0;
	padding: 0;
}
#page {
	position:absolute;
	width: 780px;
	margin-left:-390px;
	left:50%;
	}
#header {
	float:left;
	margin:0;
	width: 780px;
	height: 100px;
}
#content {
	float:left;
	width: 430px;
	margin: 0;
	padding: 20px;
	}
#sidebar {
	float:left;
	width:251px;
	display: inline;
	margin: 0 0 0 20px;
	padding: 20px 0;
}
#footer {
	float:left;
	width: 780px;
	border-top: 1px dotted #666;
}
/*////////////////////// HEADER */
#header ul {
	list-style:none;
	float: left;
	padding:0;
	margin:0;

}
#header li  {
	float:left;
	}
#header li a {
	display: block;
	padding: 34px 22px 12px 22px;
	color:#FC0;
	font-size:150%;
}
#header li a:hover {
	color: #FFF;
}

/*////////////////////// SIDEBAR */
#sidebar form {
	margin: 0;
}
#sidebar a {
	font-size: 1.2em;
	color: #ffcc00;
	text-decoration: none;
	line-height: 1.7;
	border-bottom: none;
}
#sidebar a:hover {
	color: #385177;
	text-decoration: underline;
}
#sidebar h2 {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 1.4em;
}
#searchsubmit, #sidebar submit, #commentform #submit {
	letter-spacing: 1px;
	text-transform: uppercase;
}
#sidebar submit {
	font-size: 1em;
}
#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	padding:4px 0;
	}
input#s, input#author, input#email, input#url, textarea, #sidebar #searchform #s {
	border: 1px solid #FFCC00;
	background:none;
	color:#FFF;
}
#sidebar #searchform {
	margin: 10px 0 0 0;
	padding: 0;
}
#sidebar #searchform #s {
	width: 145px;
	padding: 2px 0;
}
#searchsubmit, #sidebarsubmit {
	margin-left: 10px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
/*////////////////////// POST */
.post {
	float:left;
	margin: 0 0 40px 0;
}
.post p {
	line-height:180%;
}
.post h3 {
	margin-top:60px;
}
.postmetadata, .commentmetadata {
	letter-spacing: 1px;
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: normal;
	float:left;
}
.commentmetadata {
	font-size: 0.8em;
}
.alt {
	background-color: #434C5D;
	border-top: 2px solid #5DA85C;
	border-bottom: 2px solid #5DA85C;
}

/*////////////////////////////////// FOOTER  */
#footer a, #footer a:visited {
	color: #FFCC00;
	text-decoration: none;
	border-bottom: none;
}
#footer a:hover {
	color: #ccc;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	color:#FFF;
	text-align:center;
	font-size: 0.9em;
}

/*////////////////////////// CALENDARIO */
#wp-calendar {
	empty-cells: show;
	margin: 20px auto 0;
	width: 155px;
}
#wp-calendar #prev a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Tahoma', Arial, Helvetica, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #B3CFF6;
}


.postmetadata .alt {
	margin: 25px 0 0 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#commentform {
	padding: 0;
}
#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	padding: 2px;
}
#commentform textarea {
	width: 98%;
	margin: 5px 0 0 0;
	padding: 0px;
}
#commentform #submit {
	margin: 2px 0 0 0;
	float: right;
}
.alt {
	margin: 20px 0 0 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: left;
}
.commentlist li {
	margin: 15px 0 3px 0;
	padding: 10px;
	list-style: none;
}
.commentlist p {
	margin: 0;
	padding: 10px 0 0 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px solid #5DA85C;
}
blockquote, blockquote cite {
	margin: 0px 15px 0 0;
	padding: 20px 0px 20px 33px;
	border-left:5px solid #5DA85C;
	color: #ccc;
	font-style: bold;
	font-size: 0.9em;
}
blockquote cite {
	display: block;
}
blockquote p {
	margin: 0;
	padding: 0;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
	background:none;
}
/*.navigation {
	display: block;
	width: 100%;
	text-align:center;
	padding: 10px 0 40px 0;
	clear:both;
	border-bottom: none;
}
.break {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 0px;
	width: 100%;
	visibility: hidden;
}*/
/*/////////////////////////////////// MEUS CODIGOS */
/*#sidebar h3 {
	font-size: 2.0em;
}*/
#sidebar p {
	font-size: 1em;
}
#content ul li {
	list-style:none;
	border-bottom:dotted 1px #555;
	margin: 0;
	padding: 3px 0;
	font-size:80%;
}
#content ul li.titFicha {
	color:#ffcc00;
	font-weight:bold;
}
.descricao {
	display:none;
	}
	
/*/////////////////////////////////// Páginas - Home */
.home h2 {
	width:740px;
}	
