html,
body {
    height: 100%;
	font-family:Courier, monospace;
}
body{
    background: #333 url(/images/sfondo_quadretti.png) repeat;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
#scritto, div.scritti_pregressi  
{  
   /*font-family:"InriaSans-Regular";  
   font-size: 24px;  */
    outline: none;
    width:1140px;
	overflow:hidden;
	background-color:#FFF;
	color:#222;
	font-family:Courier, monospace;
	font-weight:normal;
	font-size:24px;
	resize:none;
	line-height:40px;
	padding-left:100px;
	padding-right:100px;
	padding-top:45px;
	padding-bottom:34px;
	background-image:url(/images/righe.png), url(/images/carta.png);
	background-repeat:repeat-y, repeat;
	-webkit-border-radius:12px;
	border-radius:12px;
	-webkit-box-shadow: 0px 2px 14px #000;
	box-shadow: 0px 2px 14px #000;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
#piede_pregressi, #testata_pregressi{
    cursor: pointer;
}
label[for*="titolo"], label.control-label{
    color: white;
    font-size: 20px;
}
label.control-label > small{
    font-size: 80%;
    color: #c9c9c9;
}
#titolo {
    outline: none;
	background-color:transparent;
    border: none;
	border-bottom:3px solid #FFF;
	color:#FFF;
	font-size:20px;
	font-family:Courier, monospace;
	height:28px;
	font-weight:bold;
	width:900px;
}
@font-face {
    font-family: 'InriaSans-Regular';
    src: url('../fonts/InriaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-weight: normal;
}
h1.titolo_scritto, h2.titolo_scritto{
    color: #c9c9c9;
}
#the-count{
    color: white;
    font-size: 16px;
    margin-bottom: 16px;
}
#main_hr{
    border: 2px dashed white;
    border-radius: 2px;
}
p.lead.author{
    color: #aba4a4;
}
div.scritti_pregressi p.lead{
    line-height: 0.97;
}
.green{
    color: #0d8e0d;
}
.orange{
    color: #de7706;
}
.grey{
    color: #565454;
}
.whity{
    color: #d0cfcf;
}
#titolo_racconto{
    line-height: 2;
    margin-bottom: -2px;
}