/* Ebook.it CSS */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 14px 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}

a, a:visited {
	color: #0054a6;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #e01f26;
	text-decoration: underline;
}

a.red {
	color: #e01f26;
}

.orange {
	color: #f0822f;
}

.clear {
	clear: both;
}

.img {
        border: 1px solid #dadada;
        margin-right: 12px;
}

h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #F1852B;
  margin-bottom: 0px;
}

h5 {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #F1852B;
  margin-bottom: 0px;
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify
}

.readMore {
	font-size:12px;
	font-style: italic;
}


img.alignLeft {
	margin-left: 12px;
}

/* HEADER */

#header {
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	z-index: 500;
	background: url(/images/bg-2.jpg) left top repeat-x;
}

#head {
	height: 140px;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	background: url(/images/ebook-header-new.jpg) left bottom no-repeat;
	/*border-bottom: 1px solid #e9e9e9;*/
	position: relative;
}

h1#logo {
	margin: 0;
	padding: 0;
}

#logo a {
	width: 242px;
	height: 72px;
	top: 43px;
	left: 377px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#leaderboard {
	width: 728px;
	height: 90px;
	position: absolute;
	top: 30px;
	right: 15px;
}

.topbanner {
	position: absolute;
	top: 30px;
	width: 160px;
	height: 90px;	
}

#banner_l {
	left: 5px;
}

#banner_r {
	right: 15px;
}


ul#topnav {
	list-style-type: none;
	font-size:11px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 15px;
	height: 20px;
}

ul#topnav li {
	float: left;
	border-right: 1px solid #6a6a6a;
	font-size: 11px;
	padding: 3px 5px;
}

ul#topnav li a {
	color: #fff;
	font-size: 11px;
}

ul#topnav li.last {
	border: none;
}

#menu {
	width: 990px;
	margin: 0 auto;
	height: 31px;
	clear: both;
	padding: 0;
	font-family: Arial, "Trebuchet MS", Georgia,Times,serif;
	border-right: 1px solid #e2e2e2;
	position: relative;
}


ul#bottomnav  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*text-transform: uppercase;*/
	width:990px;
	text-align: left;
	float: left;
	height: 31px;
}

ul#bottomnav li {
	border-left: 1px solid #fff;
	border-right: 1px solid #e2e2e2;
	float: left;
	height: 31px;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#bottomnav a { 
	/*color: #f0822f;*/
	color: #333;
	display: block;
	height: 22px;
	padding: 8px 8px 1px;
	text-decoration: none;
	font-size:14px;
}

ul#bottomnav a:hover {
	background:url(/images/menuhover2.jpg) left bottom repeat-x;
	color: #fff;
}

ul#bottomnav a.self {
	background: url(/images/menu-self.jpg) left bottom repeat-x;
	color: #fff;
}

ul.catalogmenu {
	display: none;
	position: absolute;
	list-style-type: none;
	top: 29px;
	width: 300px;
	background: #f2f1f1;
	margin: 0;
	padding: 2px 0 8px;
	border: 1px solid #e2e2e2;
}

#bottomnav li ul.catalogmenu li {
	margin: 3px;
	padding: 0;
	float: left;
	border: none;
	width: 45%;
}

#bottomnav li ul.catalogmenu li a {
	display: block;
	padding: 3px 3px 0;
	color: #666;
}

#bottomnav li ul.catalogmenu li a:hover {
	background: url(immagini/arrow-hover.png) no-repeat right 5px;
	border-left: none;
	border-right: none;
	color: #f0822f;
}

#search {
	position: absolute;
	width: 180px;
	background: url(/images/search.jpg) left top no-repeat;
	top: 5px;
	right: 15px;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 20px;
}

input.text {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	width: 130px;
	padding: 2px;
	height: 16px;
}

input.submit {
	float: right;
	margin: 0;
	padding: 0;
	height: 20px;
	right: 0;
	top: 0;
	position: absolute;
}

/* CONTENT */

#wrap {
	width: 990px;
	margin: 0px auto 0;
	padding: 20px 0;
	clear: both;
}

#content {
	width: 660px;
	float: left;
	position: relative;
	text-align: left;
	padding-bottom: 10px;
}


.authorTitle {
	margin: 5px 0 20px;
	padding: 0;
	font-size: 18px;
	line-height: 1.5;
}

.subauthTitle {
	font-size: 12px;
	color: #999;
}

#titleByauthor {
	font-size: 16px;
	color: #666;
	padding: 10px 0 0;
	margin: 30px 0 10px;
	border-top: 1px solid #eee;
}

.authorThumb {
	margin: 0 0 10px 10px;
}

.homeScaffold {
	margin: 0 5px 10px;
	padding: 0 0 20px;
	height: auto;
	overflow: hidden;
	/*border-bottom: 1px dashed #eee;*/
}

.homeScaffold img {
	margin: 0 10px 0 5px;
	border: 1px solid #999;
}


.catScaffold {
	margin: 0 5px 10px;
	padding: 5px 0;
	/*border-bottom: 1px dashed #eee;*/
}

.catScaffold img {
	margin: 0 12px 0 5px;
	border: 1px solid #999;
}

.catScaffold .clear {
	line-height: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}

.catScaffold p {
	margin: 0;
	padding: 0;
}

.catScaffold .author {
	padding: 10px 0;
	font-size: 14px;
}

#book {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}


#novita {
	background: #F9F9F9 url(/images/new.jpg) left 5px no-repeat;
	border: 1px solid #f0832e;
	padding: 30px 3px 10px;
	margin-bottom: 20px
}

.titolo a {
	color: #c90007;
}

.titolo a:hover {
	color: #0054a6;
}

.cat a {
	color: #F0812F;
	text-transform: uppercase;
	font-size: 12px;
}

.subtitle {
	font-style: italic;
        font-size: 12px;
	color: #444;
	margin: 0;
	padding: 0;
}

.author {
	font-size: 12px;
	font-weight: bold;
}

.author a {
	color:#000066;
}

.author a:hover {
	color:#c90007;
}

.download {
	width: 180px;
	height: 30px;
}

.download a {
	color: #FFFFFF;
	background: url(/images/download.png) left top no-repeat;
	display: block;
	padding: 7px 0 0 7px;
	width: 173px;
	height: 23px;
	text-indent: -9999px;
}

.download a:hover {
	background-position: left bottom;
	text-decoration: none;

}


.downloadHome {
	width: 92px;
	height: 20px;
	margin-right: 3px;
}

.downloadHome a {
	color: #FFFFFF;
	background: url(/images/homedownload.png) left top no-repeat;
	display: block;
	padding: 0;
	width: 92px;
	height: 20px;
	text-indent: -9999px;
}

.downloadHome a:hover {
	background-position: left bottom;
	text-decoration: none;
}

.grey {
	color: #888;
}

.buy {
	width: 180px;
	height: 30px;
}

.buy a {
	color: #FFFFFF;
	background: url(/images/buy2.jpg) left top no-repeat;
	display: block;
	padding: 7px 0 0 7px;
	width: 173px;
	height: 23px;
	text-indent: -9999px;
}

.buy a:hover {
	background-position: left bottom;
	text-decoration: none;

}

.buyHome {
	width: 92px;
	height: 20px;
	margin-right: 3px;
}

.buyHome a {
	color: #FFFFFF;
	background: url(/images/homebuy2.png) left top no-repeat;
	display: block;
	padding: 0;
	width: 92px;
	height: 20px;
	text-indent: -9999px;
}

.buyHome a:hover {
	background-position: left bottom;
	text-decoration: none;
}


.cart a {
	display: block;
	color: #333;
	padding: 3px 23px 3px 0;
	height: 14px;
	margin: 0;
	font-weight: normal;
	/*background: url(/images/cart.jpg) right top no-repeat;*/
}
/*
.cart a:hover {
	background: url(/images/cart.jpg) right bottom no-repeat;
}
*/
#next {
	background: url(/images/scaffold.jpg) left top repeat-x;
	margin-bottom: 20px;
	border: 1px solid #f0832e;
	line-height: 1;
	overflow: hidden;
	height: auto;
	font-weight: bold;
}

#next h2 {
	color: #fff;
	padding: 4px 10px 0;
	margin: 0;
	font-size: 14px;
}

#next div {
	margin-top: 18px;
	width: 47%;
	margin-right: 10px;
	float: left;
	text-align: left;
	padding: 0;
}

#next .clear {
	width: auto;
	display: block;
}

#next p {
	margin: 0 0 5px;
	font-weight: bold;
}

#next .author {
	font-size: 12px;
	margin: 10px 0;
}

#next .prezzo {
	font-size: 11px;
	line-height: 150%;
	margin: 10px 0;
}

#next em, #header em, #novita em, .relatedlist em, .catScaffold em {
	font-style: normal;
}

.next {
	background: url(/images/scaffold.jpg) left top repeat-x;
	margin-bottom: 20px;
	border: 1px solid #f0832e;
	line-height: 1;
	overflow: hidden;
	height: auto;
}

.next h2 {
	color: #fff;
	padding: 4px 10px 0;
	margin: 0;
	font-size: 14px;
}

.next div {
	margin-top: 18px;
	width: 47%;
	margin-right: 10px;
	float: left;
	text-align: left;
	padding: 0;
}

.next .clear {
	width: auto;
	display: block;
}

.next p {
	margin: 0 0 5px;
}

.next .author {
	font-size: 12px;
	margin: 10px 0;
}

.next .prezzo {
	font-size: 10px;
	margin: 10px 0;
}

.alt {
	background-color: #f9f9f9;
}


#pagination {
	margin: 20px 0;
	clear: both;
	padding: 0;
	text-align: center;
}

#pagination a {
	margin: 0 3px;
}

.countpage {
	color: #000;
	margin-right: 20px
}

.currentpage {
	color: #666:
}

.arrowright {
	margin-left: 20px;
	color: #f0822f;
}
.arrowleft {
	margin-left: 20px;
	color: #f0822f;
	text-align: left;
}


.ref {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	text-align:center
}

.ref li {
	margin: 0 0 8px;
	padding: 0;
}

.rel {
	border: 1px solid #ddd;
	padding: 0 10px 10px;
	margin: 10px 0;
	list-style-type: none;
	background: #f9f9f9 url(/images/relbg.jpg) left top repeat-x;
}

.rel li.reltitle {
	background: url(/images/consulta.png) 5px 8px no-repeat;
	display: block;
	text-indent: -9999px;
	height: 30px;
	margin: 0 0 10px
}

.rel li {
	display: inline;
}

#features {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

#features div {
	width: 47%;
	font-size: 13px;
}

#features .titolo {
	font-size: 16px;
}

.dispense {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #f6f6f6;
	padding: 8px;
	border: 1px solid #eee;
	margin: 20px 10px 30px;
}

.listTitle {
	font-size: 18px;
	margin: 10px 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #eee;
}

ul.articlesList {
	width: 25%;
	margin: 0 15px 15px;
	padding: 0;
	float: left;
	text-align: left;
	font-size: 12px;
}

ul.articlesList li {
	padding: 0;
	margin: 0 0 8px;
}

.continue {
	margin: 0;
	padding: 0;
}

.continue a {
	color: #e01f26;
}

.continue a:hover {
	text-decoration: underline;
}

textarea {
	width: 400px;
	height: 200px;
}
/* PAGINA AUTORI */

.split {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.list {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.list a {
	font-size: 16px;
	padding: 0 3px;
}

/* SIDEBAR */

#sidebar {
	width: 330px;
	float: right;
	padding-bottom: 20px;
}

#fb {
	margin-bottom: 10px;
}

#fb iframe {
	overflow: visible;
}

.fan_box a:hover{
  text-decoration: none;
}

.fan_box .full_widget{
  background: none !important;
  position: relative;
  border: 1px solid #f0822f;
}

.fan_box .full_widget .connect_top{
  padding: 5px;
  background: #F9F9F9;
  border-bottom: 1px solid #f0822f;
}

.fan_box .connect_top .profileimage {
	padding: 0;
	width: auto;
	margin-right: 5px;
	margin-top: 3px;
}

.fan_box .connect_action{
  padding: 5px;
}

.fan_box .connect_action .name_block a {
	font: 12px;
	font-weight: normal;
}

.fan_box .connect_action .name_block a span.name {
	font-size: 14px;
	font-weight: bold;
}

.fan_box .connections{
  padding: 5px 5px 0;
  border: 0 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  min-height: inherit;
}

span.total{
  color: #c90007;
  font-weight: bold;
}

.fan_box .connections .connections_grid {
  padding-top: 10px !important;
}

.fan_box .connections_grid .grid_item{
  padding: 0 5px 10px 0 !important;
}

.fan_box .connections_grid .grid_item .name{
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-weight: normal;
  color: #666 !important;
  padding-top: 1px !important;
}

.fan_box .connect_widget .connect_widget_interactive_area {
margin: 0 !important;
}

.fan_box .connect_widget td.connect_widget_vertical_center {
padding: 0 !important;
}


#rectangle {
	margin: 0;
	padding: 0 16px 0;
}

.bannerLeft {
	margin-left: 15px;
	width: 160px;
	height: 600px;
	text-align: left;
}
.network {
	width: 130px;
	font-size: 11px;
	margin-right: 10px;
}

.network ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

.network li {
	list-style-type: none;
	margin: 0 0 8px;
}

.network li.networkTitle {
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
	color:#f0822f;
	text-indent: -9999px;
	height: 80px;
	padding: 5px;
	border: 1px solid #f0822f;
	background: url(/images/newshead.jpg) center center no-repeat;
}

p.intro {
	margin: 30px 0 15px;
}


/* FOOTER */

#footer {
	width: 100%;
	border-top: 1px solid #e2e2e2;
	clear: both;
	padding: 10px 0;
	font-size: 11px;
}

.button {
	font-size: 12px;
	color: white;
	background-color: #f0822f;
	margin: 20px;
	padding: 6px;
	border: 0;
	font-weight: bold;
}

.button2 {
	font-size: 14px;
	color: white;
	background-color: #f0822f;
	margin: 20px;
	padding: 6px;
	border: 0;
	font-weight: bold;
}

.titolo {
	font-size: 22px;
	color: #c90007;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h1.titolo {
	margin-top: 20px;
}

.catScaffold h1.titolo {
	margin-top: 0;
}

a.titolo1:link {
        font-size: 22px;
        font-weight: bold;
        color: #c90007;
        text-decoration: none;
}
a.titolo1:visited {
        font-size: 22px;
        font-weight: bold;
        color: #c90007;
        text-decoration: none
}
a.titolo1:hover {
        font-size: 22px;
        font-weight: bold;
        color: #0054a6;
        text-decoration: underline
}
a.titolo1:active {
        font-size: 22px;
        font-weight: bold;
        color: #c90007;
        text-decoration: none
}

a.titolo2:link {
        font-size: 14px;
        font-weight: bold;
        color: #b90007;
        text-decoration: none;
}
a.titolo2:visited {
        font-size: 14px;
        font-weight: bold;
        color: #b90007;
        text-decoration: none
}
a.titolo2:hover {
        font-size: 14px;
        font-weight: bold;
        color: #b90007;
        text-decoration: underline
}
a.titolo2:active {
        font-size: 14px;
        font-weight: bold;
        color: #b90007;
        text-decoration: none
}

a.titolo3:link {
        font-size: 14px;
        font-weight: bold;
        color: #c90007;
        text-decoration: none;
}
a.titolo3:visited {
        font-size: 14px;
        font-weight: bold;
        color: #c90007;
        text-decoration: none
}
a.titolo3:hover {
        font-size: 14px;
        font-weight: bold;
        color: #0054a6;
        text-decoration: underline
}
a.titolo3:active {
        font-size: 14px;
        font-weight: bold;
        color: #c90007;
        text-decoration: none
}

#sidebar .tag-cloud {
	text-align: center;
	margin: 0;
	padding: 8px 5px;
}

#sidebar .tag-cloud li {
	display: inline;
	line-height: 1.5;
}

#sidebar .tag-cloud li a {
	margin: 3px 3px;
	/*color: #0262d3;*/
}
.center {
        text-align: center;
        margin-bottom: 10px;
}

.center a {
        margin: 0 3px;
        padding: 0;
        font-size: 16px;
}

.diamond {
        color: #F59324;
}

.diamond2 {
        text-align: justify;
}

.split {
        float: left;
        width: 32%;
        margin: 0;
        padding:0;
}

.split h1 {
        /*text-align: center;*/
        /*border-bottom: 1px solid #f2f2f2;*/
        padding-bottom: 3px;
        margin-bottom: 10px;
        width: 90%;
}

.split p {
        width: 85%;
}

.split h2 {
        font-size: 14px;
        color: #F59324;
}

.letter {
        padding: 5px;
        background: #F59324;
        color: #fff;
}

.letter a {
        color: #fff;
        text-decoration: none;
}

.letter a:hover {
        text-decoration: none;
}

#content ul.catalogo {
	margin: 20px 0 0;
	padding: 0 0 0 20px;
}

#content ul.catalogo li {
	margin-bottom: 20px;
	color: #333;
	margin-right: 30px;
	font-size: 20px;
}

#content ul.catalogo li a {
	font-size: 18px
}

#content ul.catalogo li span {
	font-size: 14px
}

.catTitle {
	margin: 10px 0 35px;
	clear: both;
	padding: 0;
	font-size: 28px;
	text-align: center;
	border-bottom:1px solid #ddd;
}

.catScaffold h1.titolo a {
	font-size: 18px;
}

.catScaffold h1.titolo .sub {
	font-style: italic;
	font-size: 14px;
}

p.relatedtitle {
	margin-bottom: 5px;
}

.relatedlist {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: disc;
}

.relatedlist em {
	font-size: 12px;
}

#novita p.excpert {
	/*font-style: italic;*/
    font-size: 11px;
	color: #444;
	margin: 0;
	padding: 0;
}


.homeScaffold p a {
	font-size: 12px;
}


#content h1#B, #content h1#C, #content h1#D, #content h1#E, #content h1#F, #content h1#G, #content h1#H, #content h1#I, #content h1#K, #content h1#J, #content h1#L, #content h1#M, #content h1#N, #content h1#O, #content h1#P, #content h1#Q, #content h1#R, #content h1#S, #content h1#T, #content h1#U, #content h1#V, #content h1#X, #content h1#W, #content h1#Y, #content h1#Z {
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 100%;
}

.rightP {
	float: right;
	width: 68%;
}

#header div {
line-height: 1;
}

#oggi_span {
padding-top: 5px;
}

#novita_subtitle_span {
	font-style: italic;
}

/* COUNTER */

#sidebar div#counter {
	margin: 0 15px 0;
	padding: 4px;
	font-size: 14px;
	/*border: 1px solid #e6001c;*/
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	clear: both;
	color: #444;
}

#sidebar #counter h4 {	
	color: #444;
	font-size: 14px;
	margin: 0 10px 5px;
}

#sidebar #counter h4 em {
	color: #0054a6;
	font-weight: bold;
}

#sidebar #counter h4 span {
	color: #F59324;
	font-weight: bold;
}

#sidebar #counter p {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar #counter span {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
	/*color: #0054a6;*/
	font-weight: bold;
}

#sidebar #counter span.number {
	color: #e6001c;
	font-weight: bold;
}

.share {
	margin: 15px 0 0;
	padding: 0;
}

.share img {
	position: relative;
	top: 4px;
	margin-right: 3px;
}


#sidebar .rectangle {
	margin: 0 auto 15px;
	padding: 0;
	width: 298px;

}

/* CERCA */

.lista {
	list-style-type: none;
	margin: 0 0 0 25px;
	padding: 0;
}

.lista li {
	margin: 0 0 5px;
}

.ereader {
    font-size: 18px;
    font-weight: bold;
    color: #F38E26;
}

#content ul.catalogo li .subvoice {
margin: 5px 20px 0 0;
font-size: 12px;
padding: 0;
}

#content ul.catalogo li .subvoice a, #sidebar ul.catalogo li .subvoice a {
font-size: 12px;
	color: #c90007;
}

#content ul.catalogo li .subvoice2 a {
	color: #c90007;
}

#content ul.catalogo li .subvoice a:hover {
	color: #0054a6;
}

#content ul.catalogo li .blutitle a, #sidebar ul.catalogo li .blutitle {
	color: #0054a6;
}

/* CATALOGO SIDEBAR */

#sidebar #rightcat {
	margin: 0 15px 10px;
	padding: 0;
	border: 1px solid #666;
}

#sidebar ul.catalogo {
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size:11px;
}

#sidebar ul.catalogo .titolo {
	font-size: 12px;
}

#sidebar ul.catalogo li {
	margin: 0;
	padding: 5px;
	background: url(/images/open.jpg) right 4px no-repeat;
}

#sidebar ul.catalogo li.arrowdown {
	background: url(/images/close.jpg) right 4px no-repeat;
}

#sidebar ul.catalogo li:hover {
	cursor: pointer;
}

#sidebar ul.catalogo li .subvoice {
	border-top: 1px dashed #ccc;
	margin: 5px 0 0;
	padding: 5px 0 0;
	display: none;
}

#sidebar ul.catalogo li .subvoice a {
	font-size: 11px;
}

#sidebar ul.catalogo li .visible {
	display: block;
}

#news {
	border: 1px solid #F38E26;
	margin: 0 15px 10px;
	font-size: 12px;
}

#news p {
	padding: 5px 0;
	margin: 0 5px;
	border-top: 1px dashed #ccc;
}

#sidebar #news h3 {
	margin: 0;
	padding: 5px 5px 0;
	font-size: 14px;
}

#news ul {
	list-style-type: none;
	padding: 5px 5px 0;
	margin: 0;
	font-size: 12px;
	text-align: left;
}

#news ul li {
	margin: 0 0 5px;
	padding: 5px 0;
	overflow: hidden;
	height: auto;
	border-top: 1px dashed #ccc;
}

#news ul li p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	border: 0;
}

#news img {
	float: left;
	margin-right: 5px;
}

.newsentry {
	text-align: justify;
}

.newsentry h1 {
	margin: 40px 0 0;
	font-size: 18px;
    color: #F38E26;
}

.newsentry .date, .source {
	color: #666;
	font-style: italic;
	font-size: 12px;
}

.source {
	margin: 20px 0 10px;
}

.newsentry .gotoarchive {
	border-top: 1px dashed #ccc;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
}

.morenews {
	font-style: italic;
}

.gotoarchive a, .morenews a {	
	color: #c90007;
}

.newstitle {
	margin: 0 0 5px;
	font-size: 16px;
}

h1.newstitle {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
    color: #F38E26;
}

.archivesource {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 10px;
	margin: 0 0 20px;
	font-size: 12px;
	font-style: italic;
}


.largelist {
        border-bottom: 0;
        clear: both;
}

#content .largelist a {
        font-size: 20px;
        padding: 3px 5px;
        display: inline-block;
        border: 1px solid #ddd;
}

#content .largelist a:hover, #content .largelist a.selected {
        background-color: #0054a6;
        color: #fff;
        text-decoration: none;
}

.bigletter {
        border-top:  1px solid #ddd;
        border-bottom:  1px solid #ddd;
        padding: 10px 0;
}

.bottomlist {
        float: left;
        width: 100%;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #ddd;
}




