/* CSS Document */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

	
a:hover {
	color:#333;
	text-decoration:none;
	}
body {
	margin:0;
	padding:0;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/background-paper.jpg) repeat top center #f4d599;
	line-height:20px;
	}
article {
		margin-bottom:20px;
	}
article h3 a:link, article h3 a:visited, article small a:link, article small a:visited{
		color:#cb4c5b;
		text-decoration:none;
		text-shadow:1px 1px #efefef;
	}
hr {
		border:1px #efefef dotted;
	}

img {
		max-width:600px;
		height:auto;
	}

header {
		background:url(../images/top.jpg) no-repeat top right;
	}
	
footer {
		
		min-height:200px;
		margin-top:20px;
		background:url(../images/background-black.png);
		padding:20px 0;
		color:#fff;
		border-top:1px #000 solid;
	}
footer h3{ 
	color:#cb4c5b;
	text-shadow:1px 1px #000;
	margin:0 0 10px;
}
footer a:link, footer a:visited {
		color:#fff;
		text-decoration:none;
	}
footer a:hover {
		color:#428bca;
		text-decoration:none;
	}	
aside h5{
	
	color:#428bca;
	text-shadow:1px 1px #efefef;
	margin:0 0 10px;
	border-bottom:1px #333 dotted;
	padding:5px 0;
	font-size:20px;
	
	}
aside a:link, aside a:visited{
	
	color:#333;
	text-decoration:none;
	
	}	
aside .widget {
		margin-bottom:30px;
	}	
.titolo-blog {
		text-align:right;
		font-size:60px;
		color:#fdf3e0;
		text-shadow:1px 1px #666;
		margin-top:25px;
	}
.navbar-inverse {
		background:url(../images/background-black.png);
	}
	
.testata {
		margin:20px 0;
	}
.chiudi-footer {
		margin-top:10px;
		border-top:1px dotted #666;
		padding:10px 0;
		color:#ccc;
		font-size:12px;
		text-align:center;
	}	
@media (max-width: 768px) {
	footer {
		
		min-height:100px;
	}
	footer h3{
		width:100%;
		text-align:center;
	}
	img {
		text-align:center;
		}
	.titolo-blog {
		text-align:center;
		font-size:50px;
		color:#fdf3e0;
		text-shadow:1px 1px #666;
		margin:30px 0 20px;
	}	
}