body {
	margin: 0;
	padding: 0;
	font: 14px/18px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   	font-weight: normal;
	text-align: left;
	color: #000;
	background-color: #e1f3fc;
}

#outerwrapper{
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
}

#wrapper{
	position: relative;
	width: 960px;
	display: block;
	margin: -220px auto 0 auto;
}

#bg_header{
	display: block;
	width: 100%;
	height: 220px;
	background:url(/images/themes/2.0/header_bg.png) repeat-x;
}

#header{
	width: 960px;
	height: 220px;
	display: block;
	overflow: hidden;
}

h1{
	padding-top: 9999px;
	height: 0;
}

#logo{
	width: 960px;
	height: 220px;
	display: block;
}

#adhandler{
	width: 100%;
	background-color: transparent;
	border: none;
	display: block;
	position: relative;
	clear: both;
}

.adsbygoogle_top{
	position: relative;
	width: 70%;
}

#internal_adhandler{
	/*width: 728px;
	height: 90px;*/
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	border: none;
	display: block;
	z-index: 100;
}

#internal_adhandler img{
	max-width: 100%;
	height: auto;
}

#submenu{
	width: 376px;
	height: 75px;
	background-color: #e1f3fc;
	border: #4aa4c3 solid 4px;
	position: absolute;
	display: block;
	right: 38px;
	top: 38px;
	z-index: 100;
}

#submenu a{
	border: 0;
	width: 65px;
	height: 60px;
	display: block;
	float: left;
	margin-left: 47px;
	margin-top: 8px;
	cursor: pointer;
}

#jmj{
	background: url(/images/themes/2.0/jmj-pt.png) no-repeat;
}

#faleconosco{
	background: url(/images/themes/2.0/fale-pt.png) no-repeat;
}

#compartilhe{
	background: url(/images/themes/2.0/compartilhe-pt.png) no-repeat;
}

#info{
	position: relative;
	display: block;
	padding: 35px 35px;
	width: 890px;
	height: auto;
	background-color: #fff;
	zoom: 1;
	color: #000;
	z-index: 0;
}

#info p{
	display: block;
	margin-bottom: 1em;
	line-height: 1.5em;
}

#info a{
	text-decoration: none;
	font-weight: bold;
	color: #4aa4c3;
}

#rodape{
	display: block;
	text-align: left;
	color:#fefefe;
	overflow: hidden;
	background-color: #62a0c3;
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#rodape a{
	font: normal 12px;
	color:#fefefe;
	text-decoration: underline;
	margin-left: 20px;
	margin-right: 20px;
}

.menu-inferior{
	text-align: center;
	color: #fcd3c2;
}

.shadow{
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#cor_liturgia{
	display: block;
	position: absolute;
	right: 0;
	top: -58px;
	width: 422px;
	height: 40px;
	cursor: pointer;
}

#botao_cor{
	display: block;
	float: left;
	cursor: pointer;
	width: 67px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}

#descricao_cor{
	display: block;
	float: left;
	cursor: pointer;
}

#descricao_cor .calendario_liturgia{
	font-size: 12px;
	margin: 2px 0 0 5px;
}

#descricao_cor .memoria_liturgia{
	font-size: 10px;
	margin: 1px 0 0 0;
}

.verde1{
	color: white;
	background-color: #0a0;
}

.verde2{
	color: white;
	background-color: #070;
}

.branco1{
	color: #333;
	background-color: #fff;
}

.branco2{
	color: #000;
	background-color: #ccc;
}

.roxo1{
	color: #fff;
	background-color: #a0d;
}

.roxo2{
	color: #fff;
	background-color: #809;
}

.rosa1{
	color: #fff;
	background-color: #f7d;
}

.rosa2{
	color: #fff;
	background-color: #e5d;
}

.vermelho1{
	color: #fff;
	background-color: #d00;
}

.vermelho2{
	color: #fff;
	background-color: #900;
}

.preto1{
	color: #fff;
	background-color: #000;
}

.preto2{
	color: #fff;
	background-color: #333;
}

.tooltip-leituras{
	font-size: 11px;
	font-weight: normal;
}

.ui-autocomplete-loading {
    background: white url('/images/ajax-loader.gif') right center no-repeat;
}

#modal{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	 /* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
	z-index: 500;
}

#fb-login-panel{
	position: fixed;
	display: none;
	margin-top: -195px;
	margin-left: -195px;
	top: 50%;
	left: 50%;
	width: 340px;
	height: 340px;
	background-color: #fff;
	border: solid 1px #007;
	z-index: 3000;
	padding: 20px;
}

#fb-top-wrapper{
	position: absolute;
	width: 960px;
	margin: 0;
	display: block;
	text-align: right;
	font-size: 11px;
	color: #007;
	z-index: 200;
}

#optin{
	font-size: 10px;
	display: block;
	line-height: 12px;
	margin-top: 12px;
}

.blockleft{
	margin-left: 40px;
	display: block;
	clear: both;
}

.pink-block{
	border:solid 1px #700;
	background-color:#f2e9dF;
	padding: 15px;
	display: block;
}

#loading-panel{
	display: none;
	position: fixed;
	margin-right: 0;
	right: 0;
	margin-top: 0;
	top: 0;
	width: 130px;
	background-color: #990000;
	color: #FFFFFF;
	text-align: center;
	height: 22px;
	line-height: 22px;
	padding: 0;
}

#loading-panel img{
	position: absolute;
	margin: 3px 20px 0 7px;
	display: block;
}

#loading-panel p{
	position: absolute;
	margin: 0 0 0 30px;
	display: block;
}

#dialog{
	z-index: 2001;
}

#twitter_follow{
	display: inline-block;
	z-index: 100;
	display: block;
}

#curiosidades{
	display: block;
	clear: both;
	height: auto;
	overflow: hidden;
}

#iframe-fb-footer{
	border:none;
	width:450px;
	height:80px;
	margin-top: 15px;
}

em.nenhumhorario{
	color:#777;
}


.tabhead{
	color: white;
}

.slider_ad{
	position: absolute;
	top: 220px;
	display: none;
	right: -150px;
	width: 140px;
	padding: 5px;
	background-color: #efefef;
	box-shadow: 2px 2px 4px #777;
}

.slider_ad_title{
	font-size: 11px;
	padding: 2px;
	text-align: center;
	background-color: #122277;
	line-height: 15px;
	margin: 0 0 10px 0;
	color: #eef;
}

.slider_ad>img{
	border: 0;
	display: block;
}

.slider_ad a{
	text-decoration: none;
	color: #333;
}

#language-wrapper{
    display:block;
    position: absolute;
    top: 3px;
    left: 3px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    z-index: 300;
}

#language-wrapper>a>img{
    float: left;
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: none;
}

#language-wrapper>a>span, #language-wrapper>span{
    float: left;
    margin: 0 5px;
}

#language-wrapper>a{
    line-height: 20px;
    margin: 0 5px;
    padding: 0;
    color: #fff;
    font-weight: bold;
}