/* PRINT CSS */

#bottom,
#footer,
.breadcrumbs_outter,
#top_content,
#header,
#user,
#top{
	display: none;
}


/* TEXT STYLES */
.article-page{
	display: block;
	float: left;
	padding-top: 20px;
	width: 100%;
}

.itemtext {
	color:#141414;
	font-family: Arial;
	font-size: 13px;
	line-height:19px;
}

.itemtext .intro{
	color:#f32f0c;
	font-family: Arial;
	font-size: 20px;
	line-height: 24px;
}


.itemtext p{
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

.itemtext .intro p{
	padding-bottom: 32px;
}

/* headings */

.article-page h1,
.article-page h2.simh1{
	color: #9A004B;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 3.2em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	padding-bottom: 47px;
}

.itemhdrs{
	display: block;
	float: left;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	width: 620px;
}

.itemhdrs .pretitle{
	color:#4d082a;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 1px;
	margin-bottom: -4px;
	text-transform: uppercase;
}

.itemicons{
	display: block;
	float: right;
	padding-top: 13px;
	padding-left: 10px;
	padding-right: 10px;
	width: 60px;
}

.itemtext h1,
.itemtext h2{
	display: none;
}

.itemtext h3, 
.itemtext h3 a{
	color: #4d082a;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	padding-bottom: 28px;
}

.itemtext h4,
.itemtext h4 a{
	color: #9a004b;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	padding: 9px 0 32px 0;
}

.itemtext h5,
.itemtext h5 a{
	color: #9a004b;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 21px;
	margin: 0;
	padding: 11px 0 22px 0;
}

.itemtext h6,
.itemtext h6 a{	
	color: #4d082a;	
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 19px;
	margin: 0;
	padding: 10px 0 14px 0;
}

/* dates */
.itemdates{
	color: #787878;
	display: block;
	float: left;
	font-family: Arial;
	font-weight: bold; 
	text-shadow: 0px 1px 0px #ffffff;
	padding-right: 30px;
	padding-top: 9px;
	padding-left: 10px;
	width: 40px;
}

.itemdates span{
	display: block;
	line-height: 1.1em;
	text-align: center;
}

.itemdates .itemdaymonth{
	background-color: #e6e6e6;
	border-radius: 2px;
	font-size: 1.6em;
	padding: 3px 0;
}

.itemmonth{
	color: #a0a0a0;
}

.itemyear{
	background-color: #f0f0f0;
	border-radius: 2px;
	font-size: 0.9em;
	margin-top: 1px;
	padding: 5px 0;
}

/* icons */
.actions{
	display: block;
	float:right;
	list-style: none;
	margin: 0; 
	padding: 0;
	width: auto;
}

.actions li{
	display: block;
	float: left;
	height: 18px;
	margin-left: 10px;
	overflow: hidden;
	width: 18px;
}

.actions li a {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	
}
.actions li.print-icon a {
	background-position: 0 0;
}

.actions li.print-icon a:hover,
.actions li.print-icon a:active,
.actions li.print-icon a:focus{
	background-position: 0 -23px;
}

.actions li.share-icon a {
	background-position: -26px 0;
}

.actions li.share-icon a:hover,
.actions li.share-icon a:active,
.actions li.share-icon a:focus{
	background-position: -26px -23px;
}


/* image */
.fulltext{
	float:left; 
	margin: 0 10px;
	margin-left: 90px;
	width: 780px;
}

.fulltext.hasdate{
	width: 700px;
}

.fulltext.hasimg{
	width: 400px;	
}

.fulltext.hasdate.hasimg{
	margin-left: 100px;
	width: 400px;	
}

.img-fulltext{
	background-image: url(../img/shadow_itemimg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	float:right;
	margin: 0 10px;
	padding-top: 6px;
	padding-bottom: 28px;
	width:300px;
}

.img-fulltext img{
	height: auto;
	margin-bottom:1px;
	width: 300px;
}

.img_caption{
	background-color: #f0f0f0;
	border-radius: 2px;
	color: #787878;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	padding: 7px 10px;
	text-shadow: 0 1px 0 #ffffff;
}

/* links */
.eventinfo a{
	color:#9a004b;
	text-decoration: none;
}

.itemtext a{
	color:#e60070;
	text-decoration: none;
}

.itemtext a:hover,
.itemtext a:active,
.itemtext a:focus{
	color:#e60070;
}

.eventinfo a:hover,
.eventinfo a:active,
.eventinfo a:focus{
	color:#9a004b ;
}

/* lists */
.itemtext ul,
.itemtext ol{ 
	color:#141414;
	list-style: none;
	margin: 20px 15px 15px 46px; 
}
.itemtext ul ul,
.itemtext ol ul{ 
	margin: 15px 15px 15px 16px;
}

.itemtext ol{ 
	counter-reset:item;
	list-style-type: none;  
	margin: 20px 15px 15px 10px; 
}

.itemtext ol ol,
.itemtext ul ol{
	counter-reset:item;
	margin: 15px 15px 15px 0; 
}

.itemtext ul li{ 
	color:#4d082a;
	font-family: Arial;
	font-size: 16px;
	line-height:19px;
	list-style-image: url('../img/bullet1.png');
	margin: 15px 0;	
}

.itemtext ol > li{ 
	color:#4d082a;
	font-family: Arial;
	font-size: 16px;
	line-height: 19px;
	margin: 15px 0;	
}

.itemtext ol > li:before{
	content: counters(item, ".") ". "; 
	counter-increment: item;
	margin: 0 0 0 -16px;
    padding-right: 0px;
    position: relative;
	color:#9a004b;
	font-family: Arial;
	font-size: 16px;
}

.itemtext ol ol > li:before{
	margin: 0 0 0 -36px;
}

.itemtext ul ul li,
.itemtext ol ul li{ 
	color:#141414;
	font-family: Arial;
	font-size: 12px;
	list-style-image: url('../img/bullet2.png');
}

.itemtext ol ol li,
.itemtext ul ol li{ 
	color:#141414;
	font-family: Arial;
	font-size: 12px;
}

/* tables */
.itemtext table{
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #4d082a;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-bottom: 1px solid #4d082a;
	margin: 20px 0;
	width: 100%;
}

.itemtext tr th{
	background-color:#9a004b;
	border-top: 1px solid #ffffff;
	color:#ffffff;
	font-family: Arial;
	font-size: 16px;
	line-height: 19px; 
	padding: 20px 10px;
	text-align: left;
	vertical-align: middle;
}

.itemtext tr:first-child th{
	border-top: 1px solid #9a004b;
}

.itemtext tr td{
	border-bottom: 1px solid #4d082a;
	padding: 20px 10px;
	text-align: left;
	vertical-align: middle;
}

/* citacoes */
cite,
blockquote{
	color:#4d082a;
	display: block;
	font-family: Arial;
	font-style: italic;
	font-size: 17px;
	line-height: 21px; 
	margin: 10px 0;
	margin-left: 80px;
	margin-right: auto; 
	width: 380px;
}

/* atlas dimension plugin */
.fulltext dl.atlasdim{ 
	background-image: url(../img/shadow_860.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left; 
	margin: 10px 0;
	padding-bottom: 28px;
	width: 860px; 
}
.fulltext.hasdate dl.atlasdim{ 
	background-image: url(../img/shadow_780.png);
	width: 780px;
}

dl.atlasdim dt,
dl.atlasdim dd{
	background-color: #f0f0f0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dcdcdc;
	height: 60px;
	margin: 0;
	padding: 0;
}

dl.atlasdim dd.last,
dl.atlasdim dt.last{ 	border-bottom: 0; }

dl.atlasdim dt.first{ border-top-left-radius: 2px; }
dl.atlasdim dd.first{ border-top-right-radius: 2px;}
dl.atlasdim dt.last{ border-bottom-left-radius: 2px; }
dl.atlasdim dd.last{ border-bottom-right-radius: 2px;}

dl.atlasdim dt{
	float: left;
	width: 80%;
}

dl.atlasdim dd{
	float:right;
	width: 20%;
}

dl.atlasdim dt span{
	color:#4d082a;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	display: block;
	padding: 15px 30px;
}

dl.atlasdim dd span{
	color:#787878;
	background-color:#dcdcdc;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	box-shadow: 0 1px 0 #ffffff;
	display: block;
	float:right;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	margin: 15px;
	padding: 0;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	width: 50px;
}

.eventinfo,
.eventinfo.hasdate{ margin-left: 100px;}