@charset "UTF-8";


/*
Theme Name: Urraonline
Theme URI: http://www.urraonline.com/
Description: Tema wordpress per www.urraonline.com
Version: 1.0
Author: Matteo Tettamanzi
*/


/* tag generali */
html {
	height: 100%;
}

body {
	background: #E3E1CA;
	color: #333;
	font: 72%/1.6 Verdana, Arial, Helvetica, sans-serif; /* Georgia, "Times New Roman", Times, serif */;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5;
	margin: 0;
}

img.right,
div.right {
	float: right;
	margin: 10px;
	margin-bottom: 5px;
	display: inline;
	clear: right;
	position: relative;
}

img.left,
div.left {
	float: left;
	margin: 10px;
	margin-bottom: 5px;
	display: inline;
	clear: left;
	position: relative;
}


/* generale per link */
a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #FFF;
}

a:hover,
a:active {
	text-decoration: underline;
}

#testata a:link,
.generico a:link,
.scheda a:link,
.articolo a:link,
#testata a:visited,
.generico a:visited,
.scheda a:visited,
.articolo a:visited {
	color: #900;
}

#testata a:hover,
.generico a:hover,
.scheda a:hover,
.articolo a:hover,
#testata a:active,
.generico a:active,
.scheda a:active,
.articolo a:active {
	text-decoration: underline;
	color: #C00;
}


/* clear hr */

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.clear hr {
	margin: 0;
	/* color: transparent; */
	background-color: transparent;
}


/* header */
#header {
	margin: 0 auto;
	width: 950px;
	position: relative;
	height: 135px;
	background: url(pics/header.png);
}

#urra {
	width: 950px;
	margin: 0;
	text-align: left;
}

#urra h1 {
	float: left;
	margin: 0 0 0 65px;
	padding: 0;
	display: inline;
}

#urra .nav {
	padding: 35px 0 0 0;
	color: #EFEFEF;
	margin-right: 160px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#urra .nav ul {
	float: right;
	list-style: none;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
} 

#urra .nav ul li {
	float: left !important;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-right: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

#banner {
	margin-top: 15px;
	float: left;
	margin-left: 100px;
	border: 1px solid #DEDEDE;
}


/* page */
#page {
	width: 950px;
	background: url(pics/color.png);
	margin: 0 auto;
	clear: both;
}


/* leftbar */
#leftbar {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	background: url(pics/left_bg.png);
	background-repeat: no-repeat;
	width: 205px;
	float: left;
}

#leftbar ul {
	list-style: none;
	margin-left: 25px;
	margin-right: 10px;
}
#leftbar h3 {
	font-weight: bold; 
	font-size: 11px;
	margin: 10px 0 0 0;
	color: #fff;
}
.menu {
	// text-transform: uppercase;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 180%;
}

.news {
	color: #EFEFEF;
}

.news li {
	border-left: 1px dotted #EFEFEF;
	border-bottom: 1px dotted #EFEFEF;
	padding-left: 5px;
	margin-right:5px;
}

.news h3 {
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	padding-left: 0px;
}

.news h4 {
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0 0 0;
}

.news p a {
	font-weight: bold;
}


/* content */
#testata {
	margin-left: 215px;
	color: #900;
	clear: right;
}

#testata h1 {
	font-size: 24px;
	display: inline;
}

#testata h2 {
	margin-left: 15px;
	font-size: 14px;
	display: inline;
}

#testata h3 {
	margin-top: 10px;
	font-size: 12px;
}

#content {
	float: left;
	width: 510px;
}		

.non-ombra .generico {
	position: relative;
	left: -2px;
	top: -2px;
}

.non-ombra {
	margin: 10px 5px 0 10px;
	background: #FEFEFD;
	border: 2px dashed #F0EFD4;
}

.generico {
	background-color: #FEFEFD;
	border: 1px solid #FEFEFD;
}

.ombra .scheda,
.ombra .articolo {
	position: relative;
	left: -2px;
	top: -2px;
}

.ombra {
	margin: 10px 5px 0 10px;
	background: #E5E5CB;
	border: 2px solid #F0EFD4;
}

.scheda {
	background-color: #FEFEFD;
	border: 1px solid #FEFEFD;
}

.scheda img,
.generico img,
.articolo img {
	border: 1px solid #CCC;
}

.articolo {
	background-color: #FCFDF5;
	border: 1px dotted #900;
}

.copertina {
	border: 1px solid #CCC;
}

.titolo {
	margin-top: 10px;
	margin-bottom: 2px;
	margin-right: 10px;
	margin-left: 10px;
}

.titolo a {
	font-size: 20px;
	text-decoration: underline;
}

.sottotitolo {
	margin-top: 0px;
	font-size: 13px;
	font-style: italic;
	margin-right: 10px;
}

.autore {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

.scheda h4,
.generico h4,
.articolo h4 {
	font-size: 13px;
	margin: 20px 0 0 10px;
}


.articolo ol li {
	margin-top: 10px;
}

.scheda p,
.generico p,
.articolo p {
	margin: 10px;
	margin-bottom: 5px;
}

.descrizione {
	margin: 10px;
}

.profilo {
	border-top: 1px dashed #E3E1CA;
	font-size: 10px;
	margin: 10px;
	padding-bottom: 10px;
}

.acquista {
	text-align: center;
	float: right;
	margin: 5px;
	font-size: 14px;
	display: inline;
	width: 5em;
	position:relative;
}

.acquista_home {
	text-align: center;
	float: right;
	margin: 5px;
	font-size: 11px;
	display: inline;
	width: 5em;
	position:relative;
}

.scheda ul,
.articolo ul,
.generico ul,
.scheda ol,
.articolo ol,
.generico ol {
        margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 30px;
}

.scheda ul li,
.articolo ul li,
.generico ul li {
	list-style-type: disc;
	list-style-image: url(pics/bullet.png); 
}


/* catalogo */
.catalogo .titolo a {
	font-size: 16px;
}

.catalogo .sottotitolo {
	font-size: 11px;
}

.catalogo .descrizione {
	margin-left: 75px;
}


/* cloud */
#cloud {
	margin-left: 10px;
	margin-right: 7px;
	margin-top: 10px;
	text-align: center;
}

#cloud a {
	color: #996;
	text-decoration: underline;
}

#cloud a:hover,
#cloud a:active {
	color: #330;
}


/* right bar */
#rightbar {
	float: left;
	width: 225px;
}

.destra .titolo {
	font-weight: bold;
}

.destra .titolo a {
	font-size: 12px;
}

.destra .sottotitolo {
	font-size: 10px;
}

.destra .autore {
	font-size: 10px;
	clear: both;
}

.destra .descrizione {
	clear: both;
}


/* footer */
#footer {
	background: url(pics/footer.png);
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 105px;
	clear: both;
}

#footer p {
	width: 950px;
	margin-top: 65px;
	color: #FFF;
	font-size: 0.9em;
	text-align: center;
	float: left; /* escluso ie5 per Mac */

}

#footer p a {
	text-decoration: underline;
}


/* varie */
blockquote
{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 30px;
}

code {
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #A73228;
	padding: 2px;
}


/* ricerche */

.risultato {
	min-height: 120px;
	height: auto;
	height: 120px;
	margin-bottom: 10px;
}

/*
.risItemImgLibDiv {
	float: left;
	width: 60px;
	height: 60px;
	background: #eeeeee url(/img/aol_archivi.png) no-repeat 0 0;
	text-align: right;
	margin-top: 4px;
	border: 1px solid;
}

.risItemImgArtDiv {
	float: left;
	width: 60px;
	height: 60px;
	background: #eeeeee url(/img/aol_archivi.png) no-repeat 0 0;
	text-align: right;
	margin-top: 4px;
	border: 1px solid;
}

.risItemImgArt {
	vertical-align: middle;
	width: 60px;
	height: 60px;
}

.risItemImgLib {
	vertical-align: middle;
	border: 1px solid;
}
*/

.risItemDati {
	margin-left: 70px;
}

/*
.risItemDatiAutore {
	font-style: italic;
}
*/

.risItemDatiTipo {
	font-size: 8.2pt;
	color: #0b367b;
}

/*
.risItemDatiDescr {
	font-size: 8.8pt;
}
*/

#risNavigazione {
	text-align: center;
	font-size: 10pt;
	height: 18px;
}

.submit-btn {
	vertical-align: top;
}

.chiocciola {
	vertical-align: middle;
}

.ultimiLibri {
    font-weight: bold;
    font-size: 14px;
    background-color: #E3E1CA;
    color: #777;
    margin: 0;
    margin-bottom: 2px;
    padding: 2px;
    padding-left: 11px;
    border-bottom: 1px solid #D2D0B9;
    border-top: 1px solid #D2D0B9;
}

.ultimiArticoli {
    font-weight: bold;
    font-size: 14px;
    background-color: #D7C39B;
    color: #222;
    margin: 0;
    margin-bottom: 2px;
    padding: 2px;
    padding-left: 11px;
    border-bottom: 1px solid #C6B28A;
    border-top: 1px solid #C6B28A;
}

#ebook  tr{
  /* cursor:pointer; */
}
#ebook img{
  width:40px;
}

#ebook  {
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #8D2525;
        font-size:12px;
        margin-top: 20px;
        width:100%;
}


#ebook  caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#ebook  th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border-right: 1px solid #7A2525;
	border-bottom: 1px solid #7A2525;
	border-top: 1px solid #7A2525;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 12px;
	background: #8D2525;
}

.sortheader{
	color:#FFF;
}

#ebook th a img{
   width:16px;
  border:0px;
}

#ebook th a {
  text-decoration:none;
  color: white
}

#ebook tr:hover {
 background:#E3E1CA;
}

#ebook td {
	border-bottom: 1px solid #7A2525;
	padding: 6px 6px 6px 12px;
}

#ebook .odd{
        background-color: white;
}

#ebook .even {
    background-color: #FAF8E6;
}

.ebook p{
padding:20px;
font-size:0.8em;
padding-top:5px;
padding-bottom:0px;
}

