/*
Theme Name: Cada um com seu cinema
Theme URI: http://www.cadaumcomseucinema.com.br/
Author: Joćo Paulo Mauler
Author URI: http://www.obloco.com/
Version: 1.0
*/


/* ZERANDO ESTILOS */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* ESTILOS DO SITE */

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

body {
	padding: 30px 0px 30px 0px;
	text-align: center;
	background-image: url(http://www.cadaumcomseucinema.com.br/wp-content/themes/cadaumcomseucinema/images/fundo.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #f2c55e;
}

#centro {
	margin-top: 15px;
	margin-bottom: 50px;
	float: right;
	width: 649px;
	font-size: 1px;
}

cite {
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.coment {
	border-left: solid 10px #ffbc00;
	background-color: #efeeee;
	margin: 15px;
	padding: 5px;
}

#container {
	background-color: #efeeee;
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

#conteudo {
	padding: 1px 17px 0px 17px;
	background-image: url(http://www.cadaumcomseucinema.com.br/wp-content/themes/cadaumcomseucinema/images/fundo.gif);
	background-repeat: repeat-y;
	font-family: Verdana;
	font-size: 11px;
	color:#333;
}

#conteudo a {
	color: #ffbc00;
}

#conteudo h2 a {
	color: #000;
}

#conteudo b {
	color: #ffbc00;
	font-weight: bold;
}

#conteudo p {
	padding-bottom: 10px;
	line-height: 16px;
}

#conteudo h1 {
	border-left: solid 20px #ffbc00;
	font-family: Arial;
	font-size: 20px;
	color: #ffbc00;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#conteudo h2 {
	padding: 3px;
	margin-bottom: 7px;
	font-family: Verdana;
	font-size: 13px;
	background-color: #ffbc00;
}

#logo {
	width: 100%;
	background-color: #999999;
	position: relative;
	top: -70px;
}

#logo2 {
	position: absolute;
	right: 0px;
}

#menu {
	float: left;
	position: relative;
	left: -20px;
	top: -40px;
	width: 120px;
	margin-top: 90px;
}

#menu img {
	padding-bottom: 10px;
	margin-left: 20px;
}

#menu li {
	position: relative;
	background-image: url(http://www.cadaumcomseucinema.com.br/wp-content/themes/cadaumcomseucinema/images/menu.gif);
	background-repeat: no-repeat;
	padding: 6px 0px 17px 10px;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}

#menu a {
	color: #fff;
}

#menu li:last-child {
	padding-bottom: 25px;
}

#news {
	float: right;
	width: 128px;
	text-align: left;
	margin-top: 50px;
	margin-left: 2px;
	font-family: Arial;
	font-size: 11px;
}

#news li {
	margin-top: 7px;
}

p img {
	padding: 5px;
}

/** SLIDER **/
#slider {
    width: 613px; /* important to be same as image width */
    height: 409px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 613px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	list-style-type: none;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px Verdana;
    padding: 10px 13px;
    width: 613px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.sliderImage span strong {
    font-size: 14px;
}
.sliderImage span.top {
	top: 0;
	left: 0;
}
.sliderImage span.bottom {
	bottom: 0;
    left: 0;
}

#sliderMenu {
	float:		right;
	position: absolute;
	padding-right:	2px;
	 background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
	top: 0;
	right: 0;
}

#sliderMenu a {
	color:		#FFF;
	font-size:	10px;
	margin:		auto 2px;
}

#sliderMenu a.current {
	font-weight:	bold;
}

/* MODAL */
.load { position: absolute; top: 50%; left: 50%; width: 88px; height: 78px; margin: -39px 0 0 -44px; z-index: 99999;}
.bg_modal { position: absolute; top: 0; left: 0; z-index: 99998; }
.view_modal { position: absolute; left: 50%; top: 50%; text-align: left; z-index: 99998; }
.modal { visibility: hidden; cursor:pointer; }

/* PAGEFLIP */

#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: -30px;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: -30px;
	background: url(http://www.cadaumcomseucinema.com.br/wp-content/themes/cadaumcomseucinema/images/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}