@font-face {
	font-family: League-Gothic;
	src: url('leaguegothic.eot');
	src: url('leaguegothic.ttf');
}

body {
	background-color: #B8B7AB;
	color: #111;
	margin-bottom: 20px;
}

img {
    max-width: 100%;
}

#body {
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	box-shadow: 0 3px 3px #999;
	overflow: auto;
	font-size: 18px;
	background: #fcfcfc;
	border-radius: 0 0 10px 10px;
	position: relative;
}

a:link, a:visited {
	color: #962222;
	text-decoration: none;
}

a:hover {
	color: #962222;
	background: none;
	text-decoration: underline;
}

a img {
    border: none;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
}

input.textField:focus {
    background: #ffd;
}

#header {
	background-color: #962222;
	width: 960px;
	margin: 0 auto;
	height: 160px;
    line-height: 1;	
    color: #fff;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
}

#header a:hover {
    color: #ccc;
    text-shadow: none;    
}

#header-left {
    width: 120px;
    float: left;
    background: #ccc;
    height: 80px;
    font-size: 12px;
    padding: 80px 10px 0 20px;
    background: #962222;
}

#header-center {
    width: 600px;
    float: left;
    padding: 75px 0 0 10px;
    height: 85px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#header-right {
    float: left;
    width: 180px;
    height: 85px;
    font-size: 12px;
    padding: 75px 10px 0 10px;
    background: #962222;    
}

#header-right a {
    color: #fff;
}

.home #header-right {
    text-transform: uppercase;
}

#copertina-home {
    position: absolute;
    left: 20px;
    width: 100px;
}

#header h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
    padding: 0 40px 0 0;
    line-height: 1;
}

#footer {
	width: 100%;
}

#main {
    display: block;
    float: none;
    margin: 0;
    overflow: auto;
    margin-right: 200px;
    padding: 0 20px 20px 0;
    width: 590px;
}

#main .menu {
    margin-right: -20px;
}

#main h2, #main h3, #main h4, #content h2, #content h3, #content h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#main h2, #content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #962222;
    margin-bottom: 0;
}

#main h3, #content h3 {
    font-size: 14px;
    padding-left: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    color: #333;
    border-bottom: 1px dotted #333;
    margin-right: 0;
}

#main h4, #content h4 {
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

#navbar {
    border-bottom: none;
    font-weight: bold;
}

#navbar li {
    padding: 0;
}

#navbar a {
    padding: 3px 13px;
    letter-spacing: 0;
    font-size: 11px;
    white-space: nowrap;
}

#navbar a:hover, #navbar a.selected {
    background: #962222;
    color: #fff;
}

#breadcrumb {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 5px 0;
	font-size: 12px;
	margin: 0 0 10px;
}

#content {
	border-top: 0px dotted #000;
}

#content p {
    margin: 0 0 10px 0;
}

/*
#sidebar {
    width: 200px;
    float: right;
    overflow: auto;
    background: #e7e8d1;
}

*/


#sidebar div.block span.blockTitle {
    font-weight: bold;
    letter-spacing: 0;
}

#rightSidebar {
    width: 200px;
    margin: 0;
}

#leftSidebar {
    width: 150px;
    margin: 0;
}

input.button, a.button {
    padding: 3px 25px;
    border:1px solid #999;
    border-radius: 5px;
    background: #ccc;
    cursor: pointer;
    color: #333;
}

input.button:hover, a.button:hover {
    background: #333;
    color: #ccc;
    text-decoration: none;
}


input.defaultButton, a.defaultButton {
	background-color: #c00;
	color: #fff;
	border: none;
}

label, td.label {
    font-size: 12px;
    color: #333;
}

table.tocArticle td.tocTitle, table.tocArticle td.tocGalleys {
    padding-top: 10px;
}

table.tocArticle td.tocAuthors {
    padding-bottom: 10px;
}

.block {
    border:1px solid #ccc;
    padding: 10px;
    margin: 5px;
    background: #EFEFE3;
    border-radius: 5px;
    margin-bottom: 15px;
}

.block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.block ul li {
    padding-left: 15px;
    position: relative;
}

.block ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #962222;
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
}


#custom.block {
    background: none;
    border: none;
    padding: 0;
    margin: 74px 10px 0 20px;
    display: none;
    font-size: 10px;
}

.home #custom.block {
    display: block;
}

table.tocArticle td.tocAuthors {
    padding-left: 0;
    font-style: normal;
}

#topBar {
    display: none;
}

.issueCoverImage {
    margin: 0 10px 20px 0;
    float: left;
}

.issueCoverImage img {
    margin: 0;
    float: none;
}

.articleFile {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #ccc;
}


#footer {
    background: none;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    width: 920px;
    margin: 20px auto;
    text-align: left;
}

#footer a {
    color: inherit;
    text-decoration: underline;
}

#footer a:hover {
    color: #fff;
}

#footer address {
    font-style: normal;
    float: left;
}

#footer .credits {
    margin-top: 1em;
    text-align: right;
    float: right;
}

.instruct {
    color: #666;
    font-size: 10px;
}

#content .pdf-link {
    padding: 5px 10px 5px 30px;
    border-radius: 5px;
    box-shadow: 0 0 3px #333;
    margin-left: 3px;
    background: #962222 url(pdf.png) no-repeat 7px 5px;
    color: #fff !important;
    font-weight: bold;
    display: inline-block;
}

#content .pdf-link:hover {
    text-decoration: none;
    background-color: #611 !important;
}

/*
 * Stili editor
 */
 
textarea {
    width: 100%;
} 