
/*main css*/

/*begin global*/

/*resets and retina display*/
* {
    outline:none;
    list-style:none;
    margin:0;
    padding:0;
    
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;   
	box-sizing:border-box; 
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	text-rendering:optimizeLegibility; 
}

body, td, input, select, textarea {
	font-family:Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color:#333;
}
body {
	margin:0;
	padding:0;
	background:#fff url(../images/bg_main.gif) repeat 0 0;
	font-size:0.75em; 
	border-top:8px solid #326476;
}
body a {
	color:#234756;
	text-decoration:none;
}
body a:hover {
	text-decoration:underline;
}
body p {
	margin:0 0 1em 0;
}
form {
	margin:0;
}

a img {
	border:0;
}
.imgleft {
	margin:0 10px 10px 0;
	display:block;
	float:left;
}
.imgright {
	margin:0 0 10px 10px;
	display:block;
	float:right;
}
.imgdata {
	border:1px solid #e9e9e9;
	padding:2px;
}
a:hover .imgdata {
	border-color:#ccc;
	box-shadow:0 0 2px #ccc;
}
.imgbig {
	width:120px;
	height:120px;
}
.imgmed {
	width:90px;
	height:90px;
}
.imgsmall {
	width:60px;
	height:60px;
}
img.ban {
	display:block;
	border-radius:5px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clear {
	clear:both;
}
.clear-after:after {
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.bold {
	font-weight:bold;
}
.spacer {
	font-size:1%;
}
.center {
	text-align:center;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.big {
	font-size:1.1em;
}
.small {
	font-size:0.9em;
}
.nopadding {
	padding:0 !important;
}
.nomargin {
	margin:0 !important;
}
.noborder {
	border:0 !important;
}
.hide {
	display:none;
}
.show, .block {
	display:block;
}
.inline {
	display:inline;
}
.anchor {
	position:relative;
}
.gray {
	color:#666;
}

select {
	padding:2px;
	border-radius:2px;
	border:1px solid #ccc;
	background:#fff;
}
input[type="text"],
input[type="password"],
input[type="file"] {
	border-radius:2px;
	border:1px solid #ccc;
	background:#fff;
	height:20px;
	line-height:20px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus {
	border-color:#999;
	box-shadow:0 0 2px #ccc;
}
textarea {
	width:360px;
	height:120px;
	border-radius:2px;
	border:1px solid #ccc;
	background:#fff;
	overflow:auto;
	padding:5px;
}
textarea:focus {
	border-color:#999;
	box-shadow:0 0 2px #ccc;
}
label {
	display:block;
}

.bt {
	display:block;
	float:left;
	font-size:1.4em;
	color:#fff;
	padding:12px 28px;
	border-radius:6px;
	background-color:#244956;
	background-image:linear-gradient(#305f70, #19323c);
	text-shadow:#333 0.1em 0.1em 0.2em;
	box-shadow:1px 1px 6px #333;
	margin:0 8px 8px 0;
}
.bt:hover {
	text-decoration:none;
	color:#f9f9f9;
	box-shadow:1px 1px 6px #000;
}
.bt.gray {
	background-color:#666;
	background-image:linear-gradient(#868686, #404040);
}
.bt.bt-inline {
	float:none;
	display:inline-block;
}
/*hide some of them*/
.bt.lev {display:none;} /*publique-se foi cancelado em 06/03/2020*/
.item.paid .bt.kobo {display:none;} /*desisti de divulgar a kobo*/
.bt.scribd {display:none;} /*scribd retirou do ar muitos livros por suposto problema de copyright*/
.bt.bm-google, .bt.apple {display:none;} /*apos 3 meses sem pagamento, desisti de distribuir pela bibliomundi*/
	
/*end global*/


/*begin structure*/
.str-geral {
	width:1000px;
	margin:0 auto;
}

.str-col-left {
	width:274px;
	float:left;
}
.str-col-right {
	width:680px;
	float:right;
}
/*end structure*/


/*begin menus*/
.menu {
	min-height:420px;
	position:relative;
}
.menu .shade {
	width:21px;
	height:320px;
	background:url(../images/bg_menu.png) no-repeat 0 0;
	position:absolute;
	z-index:4;
	top:-4px;
	right:12px;
}
.menu ul {
	position:absolute;
	z-index:9;
	top:33px;
	left:24px;
}
.menu ul li {
	display:block;
}
.menu ul a {
	display:block;
	width:250px;
	height:42px;
	line-height:39px;
	margin-bottom:.2em;
	font-size:1.7em;
	padding:0 20px;
}
.menu ul a:hover {
	color:#102027;
	text-decoration:none;
}
.menu ul a.selected {
	background:url(../images/bg_menu_selected.png) no-repeat 0 0;
	color:#fff !important;
	cursor:default;
	pointer-events:none;
}
.menu ul a.selected-clickable {
	background:url(../images/bg_menu_selected.png) no-repeat 0 0;
	color:#fff !important;
}
/*sub menu*/
.menu ul ul {
	position:static;
	margin:0 50px 20px 15px;
}
.menu ul ul a {
	display:block;
	width:auto;
	height:auto;
	line-height:normal;
	margin:0;
	font-size:1.3em;
	padding:8px 8px 8px 15px;
}
.menu ul ul a.selected-sub {
	font-weight:bold;
	cursor:default;
	pointer-events:none;
}
.menu ul ul li:last-child a {
	border-bottom:3px solid #ccc;
	padding-bottom:20px;
}	
/*end menus*/


/*begin areas*/
header {
	border-top:1px solid #1e3d48;
	background:#494d4d url(../images/bg_header.jpg) repeat-x 0 0;
	height:108px;
}
header h1, header h1 a {
	width:389px;
	height:85px;
	text-indent:-9999px;
	display:block;
	background:url(../images/logo_etpr.png) no-repeat 0 0;
}
header h1 {
	margin:10px 0 0 36px;
}
header h3 {
	width:186px;
	height:68px;
	text-indent:-9999px;
	background:url(../images/slogan.png) no-repeat 0 0;
	position:absolute;
	z-index:2;
	top:12px;
	right:235px;
}
header .cup {
	width:187px;
	height:160px;
	background:url(../images/cup.png) no-repeat 0 0;
	position:absolute;
	z-index:99;
	top:-9px;
	right:52px;
}

.content {
	padding:56px 26px 0 0;
}
.content .text {
	padding-top:20px;
	line-height:1.4em;
	font-size:1.3em;
}
.content .text2 {
	padding-bottom:20px;
	line-height:1.4em;
	font-size:1.3em;
}
.content hr {
	width:528px;
	height:21px;
	background:url(../images/hr.png) no-repeat 0 0;
	border:0;
	margin:40px auto;
}
.content .actions .bt {
	margin:0 auto;
	display:block;
	float:none;
	width:210px;
	padding-left:0;
	padding-right:0;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;   
	box-sizing:border-box; 
}	

.item {
	position:relative;
}
.item.link {
	display:block;
	min-height:210px;
}
.item.link:hover {
	text-decoration:none;
}
.item.link span.bt {
	display:block;
	margin:20px 0 0 176px;
}
.item .cover {
	margin:4px 36px 34px 0;
	display:block;
	width:140px;
	height:200px;
	float:left;
	box-shadow:3px 3px 5px #333;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
}
.item h1 {
	color:#000;
	font-size:2.6em;
	margin-bottom:.4em;
	font-weight:normal;
	line-height:1.15em;
	margin-left:176px;
}
.item h2 {
	color:#666;
	font-size:1.7em;
	margin-bottom:.4em;
	font-weight:normal;
	line-height:1.15em;
	margin-left:176px;
}
.item h3 {
	font-size:1.7em;
	margin-bottom:.4em;
	font-weight:normal;
	line-height:1.15em;
	margin-left:176px;
}
.item .info {
	color:#666;
	line-height:1.4em;
	font-size:1.3em;
	margin:1.5em 0;
	min-height:90px;
	margin-left:176px;
}
.item .icos {
	padding-left:10px;
}
.item .ico {
	display:inline-block;
	margin:0 4px;
	text-indent:-9999px;
	border-radius:3px;
	box-shadow:1px 1px 3px #ccc;
}
.item .ico:hover {
	box-shadow:1px 1px 3px #888;
}	
.item .ico.skoob {
	width:57px;
	height:22px;
	background:#f5f5f5 url(../images/logo_skoob.png) no-repeat 2px 2px;
}
.item .ico.goodreads {
	width:97px;
	height:22px;
	background:#f5f5f5 url(../images/logo_goodreads.png) no-repeat 0 0;
}
.item .links {
	clear:both;
	margin:0 0 12px 0;
}
.item .links.inline {
	display:inline-block;
	margin-right:40px;
}
.item .links p {
	font-size:1.3em;
}
.item .links:after {
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.item .links .msg {
	margin:14px 0 0 30px;
	display:inline-block;
	font-size:13px;
}

footer {
	clear:both;
	margin-top:100px;
	background:#d0d0cf url(../images/bg_footer.jpg) repeat-x 0 0;
	height:148px;
	position:relative;
}
footer > div {
	padding:34px 30px 20px 30px;
}
footer .bt-gotop {
	width:58px;
	height:51px;
	text-indent:-9999px;
	background:url(../images/bt_gotop.png) no-repeat 0 0;
	position:absolute;
	z-index:2;
	bottom:15px;
	right:25px;
}

.indicacoes {
	margin-bottom:80px;
}
.indicacoes .group {
	margin-bottom:20px;
}
.indicacoes .group .toggle {
	position:relative;
	cursor:pointer;
	padding:9px 20px 12px 36px;
	background-color:#666;
	background-image:linear-gradient(#969696, #555);
	border-radius:6px;
	font-size:1.3em;
	color:#fff;
	text-shadow:#333 0.1em 0.1em 0.2em;
	box-shadow:1px 1px 6px #666;
}
.indicacoes .group .toggle:hover {
	text-decoration:none;
	color:#f9f9f9;
	box-shadow:1px 1px 6px #333;
}
.indicacoes .group .toggle span:before {
	content:"";
	border:4px solid transparent;
	border-top-color:#fff;
	position:absolute;
	z-index:2;
	left:18px;
	top:1.3em;
}
.indicacoes .group .toggle.selected span:before {
	border-top-color:transparent;
	border-bottom-color:#fff;
	margin-top:-5px;
}
.indicacoes .group .list {
	display:none;
	padding:10px 0 0 0;
}
.indicacoes .group .list:after {
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.indicacoes .group .list .shopitem {
	display:block;
	float:left;
	width:120px;
	height:240px;
	overflow:hidden;
	margin:0 10px 10px 0;
	border:1px solid #ccc;
}
/*end areas*/


/*begin mobile*/
.mob-only {display:none;}

@media screen and (max-width: 979px) {
	.mob-only {display:block;} 
	
	* {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;   
		box-sizing:border-box; 
	}
	
	/*body {
		font-size:0.9em;
	}*/
	
	#cont {
		width:auto;	
	}
	div.str-geral {
		width:auto;
		min-width:400px;
	}
	div.str-col-left {
		display:none;
	}
	div.str-col-right {
		width:100%;
		padding:0 15px; /*0 10px*/
		float:none;
	}
	
	header h1, header h1 a {
		width:320px;
		height:70px;
		background:url(../images/logo_etpr_mobile.png) no-repeat 0 0;
	}
	header h1 {
		margin:14px 0 0 6px;
	}
	header h3, header .cup {
		display:none;
	}
	
	.content {
		padding:0;
	}
	.content hr {
		width:300px;
		height:13px;
		background:url(../images/hr_mobile.png) no-repeat 0 0;
	}
	.content .titbar,
	.content .titbar2 {
		background:#305e6f;
		color:#fff;
		text-shadow:#333 0.1em 0.1em 0.2em;
		font-size:2.2em;
		width:auto;  
		padding:20px 0;
		text-align:center;
		font-weight:normal;
		font-style:italic;
		margin:-4px -15px 25px -15px; /*-4px -10px 25px -10px*/
		border-bottom:4px solid #22424f;
	}
	.content .titbar2 {
		font-size:2em;
		margin-bottom:50px;
	}
	
	.item h1,
	.item h2,
	.item h3,
	.item .info,
	.item.link span.bt {
		margin-left:164px;
	}
	.item h1 br {
		display:none;
	}
	
	img.ban {
		max-width:400px;
		margin:0 auto;
	}
	
	/*mmenu*/
	header .menu-toggler {
		float:right;
		margin:-80px 6px 0 0;
	}
	header .menu-toggler a {
		display:block;
		text-indent:-9999px;
		width:50px;
		height:46px;
		background:url(../images/ico_menu_toggler2.png) no-repeat 0 0;
	}
	.mm-menu {
		background:#000;
	}
	.mm-menu ul {
		padding:0 !important;
		margin:0 !important;
	}
	#menu li a {
		color:#fff;
		font-size:1.45em;
		text-shadow:#333 0.1em 0.1em 0.2em;
		padding:18px 6px 18px 22px;
		border-top:1px solid #555;
		border-bottom:1px solid #111;
		background-image:linear-gradient(#333, #000);
	}
	#menu li:after {
		display:none;
	}
}
@media screen and (max-width: 419px) {
	div.str-geral {
		width:auto;
		min-width:300px;
	}
	
	header {
		background-position:left center;
		height:78px;
	}
	header h1, header h1 a {
		width:266px;
		height:57px;
		background:url(../images/logo_etpr_mobile2.png) no-repeat 0 0;
	}
	header h1 {
		margin:8px 0 0 4px;
	}
	
	.content .titbar,
	.content .titbar2 {
		font-size:1.9em;
		margin-top:0;
		border-top:1px solid #999;
	}
	.content .titbar2 {
		font-size:1.5em;
	}
	
	.item .cover {
		margin:0 auto 50px auto;
		float:none;
		position:static;
	}
	.item h1,
	.item h2,
	.item h3,
	.item .info,
	.item.link span.bt {
		margin-left:0;
	}
	.item.link span.bt {
		margin-bottom:50px;
	}
	.item .links .msg {
		margin:0;
		padding-top:30px;
		display:block;
		width:100%;
		text-align:center;
		clear:both;
	}
	
	img.ban {
		max-width:300px;
		margin:0 auto;
	}
	
	.item .icos {
		padding:0;
		margin:6px 0;
		display:block;
	}
	
	/*mmenu*/
	header .menu-toggler {
		margin:-60px 2px 0 0;
	}
	#menu li a {
		font-size:1.1em;
		padding:8px 6px 8px 20px;
	}
}
/*end mobile*/




















