/*

*/



* {
	margin:0;
	padding:0;
	}
	
a:focus {
   outline: none; /* Damit Firefox keinen aktiven Rand um Links zeigt */
   }


/* Begin Settings and Classes */
a {
	text-decoration:none;
	color:#ccc;
	}
	
a:hover {
	color:#bbccff;
	}
	
h1 a, h2 a, h3 a, h7 a, #sitename {
	color:#336699;
	}
		
h1 a:hover, h2 a:hover, h3 a:hover, h7 a:hover, #sitename:hover {
	text-decoration:none;
	color:#bbccff;
	}

p {
	font-weight: 300;
	color:#999;
		}
	
h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Lato', sans-serif;
	color:#ccc;
	}
	
h1 {
	font-size:2em;
	line-height:30px;
	margin-bottom:14px;
	}
	
h2 {
	font-size:20px;
	margin-bottom:14px;
	color:#336699;
	font-weight: 300;
	}
	
	
h3 {
	font-size:18px;
	line-height:30px;
	color:#336699;
	font-weight: 300;
	}
	
h4, h6 {
	margin-top:30px;
}

h5 {
margin-top:30px;
	font-weight: normal;
}

h7 {
	font-size: 12px;
	margin-top: 1px;
	color: #336699;
}

h7:hover {
	color: #336699;
}
	
.pagetitle {
	font:normal 1em/10px 'Lato', sans-serif;
	text-transform:uppercase;
	margin-bottom:20px;
	display:block;
	margin-top:-30px;
	}
	
small {
	font-size:1em;
	color:#b6b6b6;
	line-height:10px;
	}
	
.caps {
	text-transform:uppercase;
	margin-bottom:3px;
	display:block;
}
	
code {
	font: 1.1em "Courier New", Courier, Fixed;
	}
	
pre {
	font: 1.1em "Courier New", Courier, Fixed;
	margin:1.5em;
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
	}
	
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:#ccc;
	background-color:#ccc;
	margin:1.5em 0;
	}
	
img {
	border:none;
	max-width:100%;
	}
	
blockquote {
	margin-left:-21px;
	padding-left:21px;
	background:url(images/quote.gif) no-repeat 0 6px;
	color:#343434;
}
	
	.entry cite {
		font-style:italic;
		font-size:.9em;
		display:block;
		margin:5px 0 0;
		text-align:right;
		}
		
	.entry cite:before {
		content: "\2014 \0020";
		}
		
.post ul, .post ol, .post dl {
	margin:5px 0;
	}
		
.post ul ul , .post ol ol, .post ul ol, .post ol ul, .post dl dl, .post dl ul, .post dl ol {
	margin:0;
	}
	
	.post li {
		padding:0 0 5px;
		}
		
		.post ul li {
			padding-left:10px;
			list-style:none;
			margin-left:-10px;
		}
		
		.post ol li li {
			margin-left:10px;
		}
		
		.post li li {
			margin:0;
		}
		
	.post li h3 {
		margin:0;
		}
	
		
.post dt {
	font-weight:300;
	background:url(images/icons.gif) no-repeat 0 -141px;
	padding-left:10px;
	margin-left:-10px;
}

.post dd {
	padding-left:10px;
	padding-bottom:5px;
}
		
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
		
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	margin-top: 5px;
	}
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


/* Begin Images */	
img.alignleft, .alignleft img {
	margin-right:10px;
	}
	
img.alignright, .alignright img {
	margin-left:10px;
	}

.wp-caption, .attachment img {
	text-align: center;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	color:#b6b6b6;
	margin: 0;
}

.attachment, .caption {
	text-align:center;
}

.attachment img {
	}
/* End Images / End Settings and Classes */



/* Begin Structure */
body {
	background:#fff;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color:#ccc;
	text-align:center;
	}
	
#page {
	margin:0 auto;
	padding:15px 0 0 10px;
	width:970px;
	text-align:left;
	}


/* Begin Header */	
#header {
	height:50px;
	margin-bottom:5px;
	}
	
	#sitename {
		font-weight:bold;
		font-style:italic;
		font-family: 'Lato', sans-serif;
		font-size:3.6em;
		display:block;
		width:120px;
		margin-right: 240px;
		float:left;
		line-height:34px;
		text-transform:lowercase;
		}
		
#searchform  {
	width:336px;
	float: right;
	
	color: #ccc;
	font-size: 12px;
}



	#header #searchform {
		float:right;
		padding-top:15px;
	}
		
#s {
	width:167px;
	border:1px solid #e6e6e6;
	background:#f9f9f9;
	font-size:11px;
	padding:2px 3px 3px;
	float:left;
	}
	
#searchsubmit {
	float:right;
	}
/* End Header */


/* Begin Page List */		
#nav {
	line-height:22px;
	font-size:12px;
	float:left;
	padding-top:10px;
	width:110px;
	}
	
	#nav li {
		float:right;
		list-style:none;
		margin-right: 15px;
		text-transform:uppercase;
		}
		
		#nav li a {
		color: #ccc;
			}
			
		#nav li a:hover {
				color: #bbccff;
			}
		
		#nav li.current_page_item a, #nav li.current_page_parent a {
				color: #336699;
			}
/* End Page List */

		
/* Begin Content */	

#content_img {
	font-size:1.2em;
	line-height:20px;
	float:right;
	width:710px;
	}

#content {
	font-size:1.2em;
	line-height:20px;
	float:right;
	width:600px;
	}

.overlay {
	position: relative;
	z-index: 99;
	text-align: center;
	visibility: hidden;
}

	
.griglia_st .overlay {
	background: url('images/overlay_w.png') top left repeat;
	width: 345px;
	height: 97px;
	top: 97px;
	vertical-align: bottom;
	
}

.griglia_one .overlay {
	background: url('images/overlay_w.png') top left repeat;
	width: 710px;
	height: 200px;
	top: 200px;
	vertical-align: bottom;
	
}

.griglia_nd .overlay {
	background: url('images/overlay_w.png') top left repeat;
	width: 226px;
	height: 63px;
	top: 64px;
	vertical-align: bottom;
	
}

.griglia_rd .overlay {
	background: url('images/overlay_w.png') top left repeat;
	width: 170px;
	height: 48px;
	top: 48px;
	vertical-align: bottom;
}


.griglia_st .spotto {
	width: 345px;
	height: 194px;
	float: left;
	margin-bottom: 17px;
	
}

.griglia_one .spotto {
	width: 710px;
	height: auto;
	float: left;
	margin-bottom: 17px;
	
}

.griglia_nd .spotto {
	width: 226px;
	height: 124px;
	float: left;
	margin-bottom: 15px;
}

.griglia_rd .spotto {
	width: 170px;
	height: 96px;
	float: left;
	margin-bottom: 13px;
}

.griglia_st .spotto a img {
	position: absolute;
	
}

.griglia_one .spotto a img {
	position: absolute;
	
}

.griglia_nd .spotto a img {
	position: absolute;
	
}

.griglia_rd .spotto a img {
	position: absolute;
	
}
	
.griglia_st {
	display: block;	
	margin-bottom: 17px;
	width: 710px;
	
      }
      
.griglia_one {
	display: block;	
	margin-bottom: 17px;
	width: 710px;
	
      }

 .griglia_nd {
	display: block;	
	margin-bottom: 13px;
	width: 710px;
      }

 .griglia_rd {
	display: block;	
	margin-bottom: 7px;
	width: 710px;
      }



 .griglia_st .spotto:first-child{
	margin-right: 20px;

 }
 
  .griglia_nd .spotto{
	margin-left: 16px;

 }

.griglia_nd .spotto:first-child{
	margin-left: 0px;

 }

.griglia_rd .spotto:first-child{
	margin-left: 0px;

 }

.griglia_rd .spotto{
	margin-left: 10px;

 }

  .griglia_nd a img {
 	width: 226px !important;
 	height: 127px !important;

 }

   .griglia_rd a img {
 	width: 170px !important;
 	height: 96px !important;

 }
 
 
 .griglia_cinema {
		
	margin-bottom: 17px;

      }

 .locandina {
	display: inline;	
	float:left;
	width: 190px;
	height: 405px;
      }

.locandina p {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.locandina h2 {
	margin-bottom: 9px;
}

.locandina {
	margin-right: 15px;
}

#loc3,
#loc6,
#loc9,
#loc12,
#loc15,
#loc18,
#loc21 {
	margin-right: 0px;
}


	
	.post {
		margin-bottom:40px;
		}
		
	.sticky, .byuser {
		border:5px solid #f9f9f9 !important;
		margin:-10px -10px 40px -50px;
		background:url(images/sticky.gif) no-repeat 597px 5px;
		padding:5px 5px 5px 45px;
	}
	
		.byuser {
			margin-left:-52px;
			padding-left:47px;
			background:url(images/author.gif) no-repeat 599px 5px;
		}
		
	.bubble  {
		display:block;
		float:left;
		margin:7px 0 0 -50px;
		
		color:#fff;
		text-align:center;
	}
	
	 .bubble:hover {
		
	}
		
		.entry {
		
			}
		
	.navigation {
		min-height:10px;
		margin:30px -23px;
		text-transform:uppercase;
		line-height:10px;
		}
		
	.post .navigation {
		border:solid #e6e6e6;
		border-width:1px 0;
		padding:9px 0;
	}
	
	.attachment .navigation {
		height:150px;
	}
		
		.navigation .alignleft a {
			background:url(images/icons.gif) no-repeat 0 -60px;
			padding-left:22px;
			display:block;
			height:10px;
			float:left;
		}
		
		.navigation .alignright a {
			background:url(images/icons.gif) no-repeat 100% -30px;
			padding-right:22px;
			display:block;
			height:10px;
			float:right;
		}

/* Begin Comments */		
.commentlist {
	margin-top:20px;
	}
		
.commentlist li {
	list-style:none;
	margin-bottom:30px;
	border-bottom:1px solid #e6e6e6;
	}
	
.commentlist li.alt {
	}
	
	.commentmetadata, .comment-author {
		font-size:.9em;
		}
		
		.comment-author {
		}
		
	.avatar {
		float:left;
		display:block;
		margin:5px 0 0 -42px;
		}

#commentform {
	padding-bottom:10px;
}
		
#commentform input, #commentform textarea {
	width:147px;
	border:1px solid #e6e6e6;
	background:#f9f9f9;
	font-size:11px;
	padding:2px 3px 3px;
	}
	
#commentform textarea {
	width:500px;
	}
			
#commentform #submit {
	width:150px;
	border:none;
	background:#343434;
	font-size:11px;
	padding:0;
	color:#fff;
	font-size:12px;
	cursor:pointer;
	padding:2px 0 3px;
	}
/* End Comments / End Content */


/* Begin Sidebar */
#sidebar {
	line-height:22px;
	font-size:12px;
	float:left;
	padding-top:10px;
	width:230px;
	}
	
	#sidebar li {
		list-style:none;
		margin-right: 7px;
		text-transform:uppercase;
		display: block;
		text-align: right;
		}
		
		#sidebar li a {
		color: #ccc;
			}
			
		#sidebar li a:hover {
				color: #bbccff;
			}
		
		#sidebar li.current_page_item a, #nav li.current_page_parent a {
				color: #336699;
			}
			
#sidebar ul li a {
	padding-right: 120px;
}	

#directsmenu {
	display: none;
}

ul#directsmenu li {
	padding-right: 0px;
	padding-left: 60px;
	display: block;
	text-align: left;
}	

ul#directsmenu li a {
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	text-align: left;
}	

/* End Sidebar */


/* Begin Footer */
#footer {
font-size: 11px;
	padding-top:24px;
	color:#ccc;
	line-height:20px;
	margin-top: 50px;
	}
	
	#footer .alignright {
		padding-top:2px;
	}
	
	#footer .alignright a {
		display:block;
		float:right;
		text-transform:uppercase;
		height:10px;
		line-height:10px;
	}
	
	#footer .top {
		padding-right:15px;
		background:url(images/icons.gif) no-repeat 100% 0;
	}
	
	#footer .rss {
		padding-right:18px;
		margin-right:10px;
		background:url(images/icons.gif) no-repeat 100% -90px;
	}
	
	#footer .home {
		padding-right:18px;
		margin-right:10px;
		background:url(images/icons.gif) no-repeat 100% -120px;
	}
/* End Footer / End Structure */
			

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 260px;
	}
	
	#wp-calendar th {
		text-align:center;
		color:#343434;
	}
	
#wp-calendar caption {
	text-decoration: none;
	font-weight:300;
	font-size:1.1em;
	text-align: center;
	width: 100%;
		color:#343434;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}
/* End Calendar */


