/*
Theme Name: MyVideoBlog2
Theme URI: http://www.alexstan.com
Description: Wordpress video theme. For more video themes visit <a href="http://www.alexstan.com">www.alexstan.com</a>
Version: 1.0
Author: Stan Alexandru
Tags: 2 column, fixed, video
*/


body, html *{
	margin: 0;
	padding: 0;
}

body{
	/* background:url(images/background.gif); */
  background-color: #E9E9E9; /*#cee0ec; #eeeeee;*/
	font-family: Tahoma, Geneva, sans-serif;
	color:#FFF;
}

.lights {
	top: 0;
	width: 100%; 
	height: 100%; 
	position: absolute; 
	background: #000000;
	display: none;
}

.clear{
	clear:both;
}

#page{
	width: 960px;
	margin: 0px auto 4px auto;
	padding:10px;
	color: #333333;
	background: url(images/page-bottom-bg.png) no-repeat bottom;
}

#wrapper{
	background: url(images/bg.gif) repeat-y;
	border-left:1px solid #4E7599;
	border-right:1px solid #4E7599;
}

#header{
margin: 0px auto 0px auto;
background-color: #ffffff;
border-top:1px solid #4E7599;
border-left:1px solid #4E7599;
border-right:1px solid #4E7599;
/*background-image: url(images/header2.png);
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;*/
width: 100%;
height: 90px;
}

#logo {
    vertical-align: top;
}


#header #logo{
	float:left;
}

#header #logo h1{
	margin:0 0;
	padding:0;
	background: url(images/logo.jpg) no-repeat;
	background-position: bottom;
	text-indent: -9999px;
}

h1 span {
    display: none;
    font-family: Arial;
    letter-spacing: 10px;
    font-size: 16px;
}

#header #logo a{
	display: block;
	height: 80px;
	width: 380px; /*250px;*/
}

#header #logo a:hover{
	text-decoration: none;
}

#header #top-ad{
	width: 380px; /*700px;*/
	height: 85px;
	float: right;
	text-align:right;
	padding-right: 30px;
        /*background: url(images/logo-destro.jpg) no-repeat;
        background-position: right;*/
}

#header #top-ad span {
        font-weight: bold;
        font-size: 14px;
}

#nav{
	/*background:url(images/top_nav.png) no-repeat;*/
	background-color: #005b9c;
	height: 18px;
	padding:3px 10px 3px 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#FFF;
	font-weight:bold;
}

#nav ul{ 
	list-style-type: none; 
	padding:0; 
}

#nav ul li{ 
	display: inline; 
	margin:0 0; 
	padding:0; 
	line-height: 18px;
	cursor:crosshair; 
}

#nav a{ 
	float:left;  
	margin:0 10px 0 0; 
	padding:0 0 0 10px; 
	text-decoration:none; 
	color:#FFFFFF; 
}
#nav 	span {
	float: left;
	display: block;
	padding:0 13px 0 3px;
	margin:0 0;
	cursor:default;
}

#nav a span{ 
	float: left; 
	display: block;	
	padding:0 13px 0 3px; 
	margin:0 0;
	cursor: pointer;
}

/*#nav a:hover{ background: url(images/menu_left.png) no-repeat; }
#nav a:hover span{ background: url(images/menu_right.png) no-repeat right; }	*/
#nav a:hover { color: #FF9900; }
#nav a:hover span { color: #FF9900; }
#nav .current a{ background: url(images/menu_left.png) no-repeat; }
#nav .current a span{ background: url(images/menu_right.png) no-repeat right; }

#content{
	width: 620px;
	float:left;
	margin: 10px 0;
}

#content #video-window{
	width: 560px;
	padding: 4px 2px 20px 2px;
	background: #252525;
	margin: 0 auto;
	display:block;
	position:relative;
	color: #FFF;
}

#content #video-window textarea{
	font-size:11px;
	color:#CCC;
	border:1px #390 solid;
	padding:5px;
	background:#000;
	width:450px;
	height:auto;
}

#video-window-embed,
#video-window-share,
#video-window-link,
#video-window-rate,
#video-window-tags,
#video-window-related{
	background: #111111;
	padding: 10px;
}

#content #video-window .video-window-title{
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 10px;
	float:left;
}

#content #video-window #video-window-video{
	font-size: 11px;
}

#content #video-window #video-window-video a{
	text-decoration: none;
	color: #464646;
}

#content #video-window #video-window-video a:hover{
	color: #7ba300;
}

#content #video-window #video-window-tags a{
	display: inline;
	padding: 4px 8px;
	background-image: url(images/tag-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #464646;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

#content #video-window #video-window-tags a:hover{
	background-image: url(images/tag-bg-over.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #7ba300;
}

#content #video-window #video-window-share a img{
	border-style: none;
	margin-right:10px;
	margin-bottom:10px;
}

#content #video-window #video-window-related p{
	display: none;
}

#content #video-window #video-window-related ol li{
	list-style-position: inside;
	line-height: 1.5;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#content #video-window #video-window-related ol li small{
	font-size: 10px;
	display: block;
	font-style: normal;
	color: #FFF;
	padding-left: 30px;
}

#content #video-window #video-window-related a{
	text-decoration: none;
	color: #464646;
}

#content #video-window #video-window-related a:hover{
	color: #7ba300;
}

#content #video-nav{
	/* background:url(images/video_nav.png) no-repeat; */
        background-color: #cfcfcf;
	width: 544px;
	padding:0 10px;
        margin: 0 auto 10px auto;
	/* margin: 10px auto 10px auto; */
	font-size:12px;
	position:relative;
}

#content #video-nav ul{
	list-style-type: none;
	margin:0 auto;
	padding:0;
}

#content #video-nav ul li{
	float:left;
	padding-left:15px;
	line-height:23px;
}

#content #video-nav ul li a{
         color: #000000;
	/* color: #9f9f9f; */
	text-decoration:none;
}

#content #video-nav ul li a:hover{
	color:#FFF;
}

#content h3{
	margin:0;
	padding:0;
}

#content h3.title{
	margin: 0 -10px;
	padding: 2px 50px 10px;
  color:#ffffff;
	/* color:#3a4c01; */
}

#content h3.v-home {
	font-family: Helvetica;
	font-size: 14px;
	background-color: #a3aac2; /*#f98800;*/
	color: #ffffff;
	padding: 4px;
}

#content #post{
	padding: 0 0;
}

#content .video-item{
	margin:10px 5px 0 5px;
	width:190px;
  height: 230px;
	float:left;
	font-size:11px;
	color:#666;
	line-height: 1.5;
}

#content .video-item a{
	text-decoration: none;
	color: #4e9df9;
}

#content .video-item a:hover{
	color: #005b9c;
}

#content .video-item h2{
	font-size:12px;
	color: #005b9c;
}

#content .video-item h2 a{
	text-decoration:none;
	color:#666666;
}

#content .video-item .video-item-thumb img{
	border:1px #005b9c solid;
}

.post-content{
	font-size:12px;
	color:#666;
	line-height: 16px; /*1.3;*/
	padding: 5px 0 10px 20px;
}

.post-content p {
	margin-bottom: 10px;
}

.post-content blockquote{
	border: 4px #E0E0E0 solid; 
	padding:5px; 
	margin: 10px;
}

.post-content blockquote a{
	text-decoration: none;
	color: #7aa100;
}

.post-content blockquote a{
	color: #97c800;
}

.post-content li{
	list-style-position:inside;
}

.post-content a{
	text-decoration: none;
	color: #005b9c;
}

.post-content a:hover{
	color: #555555;
}

.post-header{
	line-height: 1.5;
	width: 580px;
	margin: 0 auto 10px auto;
}

h2.post-title{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 4px;
	border-bottom: 1px #4e9df9 solid;
}

h2.post-title a{
	text-decoration: none;
	color: #333333;
}

h2.post-title a:hover{
	color: #000000;
}

.post-header .post-header-meta{
	font-size:11px;
	color:#666;
	line-height: 1.5;
}

.post-header .post-header-meta a{
	text-decoration: none;
	color: #666666;
}

.post-header .post-header-meta a:hover{
	color: #666666;
}

.post-header .post-header-thumb{
	float: left;
}

.post-header .post-header-thumb img{
	border:1px #4e9df9 solid;
}

#comments{
	width: 580px;
	margin: 5px auto;
	font-size:11px;
	color:#666;
	line-height: 1.5;
	padding: 5px 0 10px 20px;
}

#comments a{
	text-decoration: none;
	color: #005b9c;
}

#comments a:hover{
	color: #444;
}

#comments ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; } 
#comments ol.commentlist li.comment { border: 4px #E0E0E0 solid; padding:5px; margin-bottom: 5px; } 
#comments ol.commentlist li div.vcard { font-size: 12px; color:#333; font-weight:bold; } 
#comments ol.commentlist li div.vcard cite.fn { font-size: 14px; font-style:normal; font-weight: bold; color: #333333; text-transform:uppercase; padding-bottom: 4px; } 
#comments ol.commentlist li div.vcard cite.fn a.url { color: #333; } 
#comments ol.commentlist li div.vcard img.avatar { border:4px solid #97c800; float:left; margin:0 10px 0 0; } 
#comments ol.commentlist li div.vcard span.says { display: none;} 
#comments ol.commentlist li div.comment-meta { padding: 5px 0; font-size:9px; font-weight:bold; } 
#comments ol.commentlist li div.comment-meta a { color:#7aa100; } 
#comments ol.commentlist li div.comment-meta a:hover { color:#97c800; }
#comments ol.commentlist li p { font-size:11px; margin:0 0 1em; clear:both; line-height:1.5; } 
#comments ol.commentlist li ul { font-size:11px; list-style:square; margin:0 0 1em 2em; } 
#comments ol.commentlist li div.reply { font-size:11px; width: 80px; text-align: center; } 
#comments ol.commentlist li div.reply a { display: block; padding: 4px; border: 3px #cccccc solid; background: #999999; font-weight:bold; color:#fff; text-transform:uppercase; } 
#comments ol.commentlist li div.reply a:hover {border: 3px #abd03a solid; background: #7aa100; color:#fff; } 
#comments ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; } 
#comments ol.commentlist li ul.children li.depth-2 {margin:0 0 .25em .25em; } 
#comments ol.commentlist li ul.children li.depth-3 {margin:0 0 .25em .25em; } 
#comments ol.commentlist li ul.children li.depth-4 {margin:0 0 .25em .25em; } 
#comments ol.commentlist li.even { background:#fff; } 
#comments ol.commentlist li.odd { background:#f9f9f9; } 
#comments ol.commentlist li.pingback { border: 4px #E0E0E0 solid; padding:5px; } 

h3.comments-title{
	padding: 4px;
	color: #333333;
	font-weight:bold; 
	/*text-transform:uppercase;*/
	font-size: 16px;
}

input.author,
input.email,
input.url{
	width: 60%;
	padding: 4px 4px;
	font-size: 11px;
	font-weight: bold;
	background: #cecece;
	border: 3px #e4e4e4 solid;
	color: #FFF;
	margin-bottom: 4px;
}

textarea.comment{
	width: 80%;
	padding: 4px 4px;
	font-size: 11px;
	font-weight: bold;
	background: #cecece;
	border: 3px #e4e4e4 solid;
	color: #FFF;
}

input.submit { 
	padding: 4px; 
	border: 3px #cccccc solid; 
	background: #999999; 
	font-weight:bold; 
	color:#fff; 
	text-transform:uppercase; 
	margin: 5px 0;
}

.focusauthor,
.focusemail,
.focusurl{
	width: 60%;
	padding: 4px 4px;
	font-size: 11px;
	background: #7aa100;
	border: 3px #abd03a solid;
	color: #FFF;
	margin-bottom: 4px;
}

.focuscomment{
	width: 80%;
	padding: 4px 4px;
	font-size: 11px;
	font-weight: bold;
	background: #cecece;
	border: 3px #e4e4e4 solid;
	color: #FFF;
	outline: none;
}

.focussubmit {
	padding: 4px; 
	text-transform:uppercase; 
	margin: 5px 0;
	font-weight: bold;
	border: 3px #005b9c solid; 
	background: #4e9df9; 
	color:#fff; 
} 

#sidebar {
	width: 300px;
	float:right;
	margin:14px 8px 10px 4px;
	color:#666;
	line-height: 1.5;
	font-size:11px;
}

#sidebar h3{
	background:url(images/sidebar-title-bg-bordo.jpg) no-repeat;
	width:280px;
	height: 21px;
	color: #005b9c;
	padding: 6px 10px 4px 10px;
	font-size:12px;
	font-weight:bold;
	line-height: 1;
}

#sidebar h5{
	background:url(images/sidebar-title-bg-bordo.jpg) no-repeat;
	width:280px;
	height: 21px;
	color: #005b9c;
	padding: 6px 10px 4px 10px;
	font-size:12px;
	font-weight:bold;
	line-height: 1;
}

#sidebar h4{
	background:url(images/sidebar-title-bg-bordo.jpg) no-repeat;
	width:280px;
	height: 21px;
	color: #005b9c;
	padding: 6px 10px 4px 10px;
	font-size:12px;
	font-weight:bold;
	line-height: 1;
}

#sidebar ul{
	margin: 5px 10px;
	padding: 0 0;
}

#sidebar ul li{
	list-style-position: outside;
	list-style-type:disc;
	color:#666;
	line-height: 1.5;
	font-size:12px;
}

#sidebar a{
	color:#666;
	text-decoration: none;
}

#sidebar a:hover{
	color:#4e9df9;
}

#sidebar #loginform{
	margin: 5px 0 0 0;
	padding:0 0;
}

#sidebar #loginform .log,
#sidebar #loginform .pwd{
	padding: 4px 4px;
	font-size: 11px;
	font-weight: bold;
	background: #cecece;
	border: 3px #e4e4e4 solid;
	color: #FFF;
	margin-bottom: 4px;
}

#sidebar #loginform .flog,
#sidebar #loginform .fpwd{
	padding: 4px 4px;
	font-size: 11px;
	font-weight: bold;
	background: #7aa100;
	border: 3px #abd03a solid;
	color: #FFF;
	margin-bottom: 4px;
}

#sidebar #loginform .button{
	padding: 4px; 
	border: 3px #cccccc solid; 
	background: #999999; 
	font-weight:bold; 
	color:#fff; 
	text-transform:uppercase; 
	margin: 5px 0;
}

#sidebar #loginform .fbutton{
	padding: 4px; 
	text-transform:uppercase; 
	margin: 5px 0;
	font-weight: bold;
	border: 3px #abd03a solid; 
	background: #7aa100; 
	color:#fff; 
}

#top-ad #searchform {
        margin-top: 14px;
}

#top-ad #searchform .s {
        width: 200px;
}

#top-ad #searchform .fs {
        width: 200px;
}

/*#top-ad #searchform .s{
	padding: 0px 0px;
	font-size: 11px;
	font-weight: bold;
	background: #cecece;
	border: 3px #e4e4e4 solid;
	color: #FFF;
}

#top-ad #searchform .fs{
	padding: 0px 0px;
	font-size: 11px;
	font-weight: bold;
	background: #7aa100;
	border: 3px #abd03a solid;
	color: #FFF;
}*/

#top-ad #searchform .searchsubmit{
	/*padding-left: 4px; */
	border: 2px #4e9df9 solid;
	background: #4e9df9;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase; 
	margin: 0px 0px 0px 6px;
}

#top-ad #searchform .fsearchsubmit{
	text-transform:uppercase; 
	margin: 0px 0px 0px 6px;
	font-weight: bold;
	border: 2px #005b9c solid; /* #ff8005 #abd03a */
	background: #005b9c; /*#ff8005; #7aa100; */
	color:#fff; 
}

#footer{
	width: 950px;
	margin: 5px auto;
	padding: 5px;
	font-size: 11px;
	color: #FFF;
	background-color: #005b9c;
}

#footer a{
	color: #ffffff; /*#464646;*/
	text-decoration: underline;
}

#footer a:hover{
	color:#ffffff; /*#7aa100;*/
	text-decoration: none;
}

#list-1 {
    width: 146px;
    float: left;
}

#list-2 {
    width: 146px;
    float: right;
    margin-right: 4px;
}

#posts {
	padding: 0 10px;
	font-size:12px;
	text-align:justify;
	color: #666666;
}
#posts h1 {
	font-family: Helvetica;
	font-size: 14px;
	background-color: #005b9c; /*#3b7abd; #f98800;*/
	color: #ffffff;
	padding: 4px;
}

#nav-parents, #nav-parents a {
	font-size: 10px;
}

.descrizione {
	font-size:12px;
	font-family:Tahoma;
	margin-bottom: 8px;
}

.children {
	list-style-type: none;
	padding: 0;
	margin: 6px 0 2px 0;
}

#posts #tematiche {
	width: 580px;
	/*height: 64px;*/
	border:0;
	padding: 0;
	font-size: 11px;
	color:#ffffff;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

ul#tem-list {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 22px;
}

ul#tem-list li {
	float: left;
	width: 90px; /*142px;*/
	margin-right: 20px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	text-align: center;
	height: 16px;
	line-height: 16px;
	padding: 1px 0 1px 0;
	/* background-color: #daeaf6; celeste */ 
  background: #31a421; /* #005c9d */
	/* background: #99d291; */
	border: 1px solid #005c9d; /*#31a421;*/
}

ul#tem-list ul { // 2nd menu
	margin: 6px 0 6px 0;
}

ul#tem-list ul li {
	width: 90px; /*142px;*/
	display: block;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-color: #b7dbf1; /* #e9fae7; verdino acqua */
	border: 1px solid #005c9d; /*#31a421;*/
}
ul.children li a {
	/*color: #31a421 !important;*/
	color: #005c9d !important;
}

ul#tem-list li a,
ul#tem-list li a:link,
ul#tem-list li a:visited,
ul#tem-list li a:hover,
ul#tem-list li a:active {
  /* border: 0; */
  /* color:#005b9c; */
	color:#FFFFFF;
  text-decoration: none;
}

ul#tem-list li a:hover,
ul#tem-list li a:active {
  text-decoration: underline;  
  cursor: pointer;
}

ul#tem-list li a.disabled {
	color: #C9F3C5; 
	/* color: #005b9c; */
	/*color: #FFFFFF; */
	font-weight: normal;
}

ul#tem-list li a.disabled:hover,
ul#tem-list li a.disabled:active {
  text-decoration: none;
  cursor: default;
}

/* Highlights corrent-cat selected */
ul#tem-list li.current-cat {
	color: #31a421;
	background-color: #E9FAE7 !important;
	border:1px solid black;
}
ul#tem-list li.current-cat a, ul#tem-list li ul li.current-cat a {
	color: black !important;
}
ul#tem-list li.current-cat:hover {
	color: #31a421 !important;
}

#posts #localita {
	padding: 10px;
	/* border: 1px solid #005b9c; */
	text-align: justify;
	font-size:12px;
	line-height: 15px;
	background-color: #E8F5FF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#posts #localita ul {
	list-style: square outside;
	padding: 0px;
	/*width: 495px;*/
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#posts #localita li {
	list-style: square outside;
	float: left;
	width: 155px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#posts #localita a{
	color:#666;
	text-decoration: none;
}
#posts #localita a:hover{
	color:#7aa100;
}
.scroll {
width:270px;
height:185px;
}
.offerte-speciali {
margin-left:200px;
padding-top:30px;
}
