/* ---------------------------------------------------------------- 
 *  RESETS
 * ---------------------------------------------------------------- 
*/ 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}

.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* ---------------------------------------------------------------- 
 *  BODY
 * ---------------------------------------------------------------- 
*/ 

body {
	color: #444;
	background: #131313 url(images/header_background.jpg) no-repeat 50% 0;
	font: 13px/19px Georgia, Times;
}

/* ---------------------------------------------------------------- 
 *  LINK STYLES
 * ---------------------------------------------------------------- 
*/ 

a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #af1b08;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

/* ---------------------------------------------------------------- 
 *  HEADINGS
 * ---------------------------------------------------------------- 
*/ 

h1, h2, h3, h4, h5, h6 {
  font-family: Times, Georgia;
  color: #252424;
  line-height: 1em;
  font-weight: normal;
}
h1 {
  font-size: 28px;
  line-height: 30px;
  border-bottom: 1px dotted #b1baba;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
  .post-large h1 {
    width: 220px;
    text-align: center;
  }
  .post-medium h1 {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .post-comments h1 {
    border-bottom: none;
    padding-top: 10px;
    font-size: 20px;
  }
  #comments {
    font-size: 20px;
  }
h2 {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
}
h3 {
  font-size: 14px;
}
  .side_block h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    font-family: Helvetica, Arial;
  }
h4 {
  font-size: 13px
}
h5 {
  font-size: 12px;
}

/* ---------------------------------------------------------------- 
 *  WRAPS
 * ---------------------------------------------------------------- 
*/ 

#header_wrap {
  padding: 0 10px;
  background: #fafafa;
}
#content_wrap {
  padding: 0 10px;
  background: #fafafa;
}
.page_wrap {
 position:relative;
 float: left;
  width: 750px;
}
#footer_wrap {
  padding: 0 10px;
  border-top: 5px solid #dedede;
}

/* ---------------------------------------------------------------- 
 *  HEADER
 * ---------------------------------------------------------------- 
*/ 

#header {
	position: relative;
	width: 980px;
	height: 195px;
	padding-top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contenitoreteletermini {
	
 background: #fafafa;
}
#contenitorevideo {
	position:relative;
	width: 690px;
	background-image: url(images/back_video.png);
	background-repeat: no-repeat;
}
#centroteletermini {
	position: relative;
	width: 980px;
	padding-top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 background: #fafafa;
}

  /* Navigation */
  #nav {
	background: #151515 url(images/navigation_bottom.jpg) no-repeat 0 100%;
	height: 50px;
	font-size: 13px;
	line-height: 13px;
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	text-align: center;
  }
  #nav li {
    display: inline;
  }
  #nav li a {
    color: #d9d9d9;
    float: left;
    padding: 14px 0 48px 0;
  }
  #nav li a:hover,
  #nav li.current_page_item a {
    color: #fff;
  }
    #nav a.home {
      width: 112px;
    }
    #nav a.art {
      width: 90px;
    }
    #nav a.fashion {
      width: 123px;
    }
    #nav a.lifestyle {
      width: 133px;
    }
    #nav a.design {
      width: 114px;
    }
    #nav a.architecture {
      width: 170px;
    }
    #nav a.cars {
      width: 100px;
    }
    #nav a.gadgets {
      width: 138px;
    }
    #nav li a.home:hover,
    #nav li.current_page_item a.home {
      background: url(images/home_nav.png) no-repeat ;
    }
    #nav li a.art:hover,
    #nav li.current_page_item a.art {
      background: url(images/art_nav.png) no-repeat;
    }
    #nav li a.fashion:hover,
    #nav li.current_page_item a.fashion {
      background: url(images/fashion_nav.png) no-repeat ;
    }
    #nav li a.lifestyle:hover,
    #nav li.current_page_item a.lifestyle {
      background: url(images/lifestyle_nav.png) no-repeat;
    }
    #nav li a.design:hover,
    #nav li.current_page_item a.design {
      background: url(images/design_nav.png) no-repeat;
    }
    #nav li a.architecture:hover,
    #nav li.current_page_item a.architecture {
      background: url(images/architecture_nav.png) no-repeat;
    }
    #nav li a.cars:hover,
    #nav li.current_page_item a.cars {
      background: url(images/cars_nav.png) no-repeat;
    }
    #nav li a.gadgets:hover,
    #nav li.current_page_item a.gadgets {
      background: url(images/gadgets_nav.png) no-repeat;
    }
    
  /* Logo */
  #logo {
	position: absolute;
	left: 0;
	top: 65px;
  }
  /* Todays Date */
  .the_date {
	position: absolute;
	top: 65px;
	right: 2px;
	color: #8f8f8f;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	width: 558px;
	height: 87px;
  }
   #news {
	position: absolute;
	top: 165px;
	right: 0px;

  }
    #newshead {
	position: absolute;
	top: 165px;
	left: 0px;

  }
    .the_date span {
      display: block;
    }
  .header-rss {
	position: absolute;
	top: 175px;
	right: 20px;
	background-image: url(images/header-rss.jpg);
  }

/* ---------------------------------------------------------------- 
 *  CONTENT
 * ---------------------------------------------------------------- 
*/ 
#content3 {
	position: relative;
	width: 970px;
	height:550px;
	margin: 0 auto;
	
	background-image: url(img_home/carnevale.jpg);
	background-repeat: no-repeat;
	
}

#content {
  position: relative;
  width: 980px;
  margin: 0 auto;
  border: 1px solid #d3d3d3;
  border-bottom: none;
  background: url(images/content.gif) repeat-y 50% 0;
}
  
  /* Highlight First Letter */
  .first-letter .firstp:first-letter {
    color: #af1b08;
    font-size: 36px;
    font-style: italic;
    float: left;
    padding-top: 7px;
    padding-right: 5px;
  }
  #content p {
    padding-bottom: 12px;
  }
  a.more-link {
    color: #000;
    font-weight: bold;
    font-family: Helvetica, Arial;
    display: block;
    padding-top: 20px;
  }
  
  /* Home Featured */
  .home-featured {
	position:relative;
	float: left;
	width: 690px;
	border-bottom: 1px solid #d3d3d3;
	background-image: url(images/back_video.jpg);
	padding-top: 48px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 35px;
	background-repeat: no-repeat;
	height: 345px;
  }
    .home-featured .feature-image {
      float: right;
      margin-left: 20px;
      margin-top: 36px;
      border: 1px solid #aeb6b6;
    }
    .home-featured .feature-wrap {
      float: left;
      width: 430px;
    }
    .home-featured .meta {
      font-size: 14px;
      color: #696969;
      padding-bottom: 7px;
    }
    .home-featured .meta a {
      color: #af1b08;
    }
    .home-featured .meta a:hover {
      color: #000;
    }
  .featured-bottom {
    background: #f9f9f9 url(images/featured-bottom.gif) repeat-y 100% 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
    .home-featured-small {
      float: left;
      padding: 20px;
      width: 147px;
    }
      .home-featured-small p {
        font-size: 10px;
        line-height: 16px;
      }
      .home-featured-small .post-categories {
        padding-bottom: 5px;
      }
      .home-featured-small .post-categories a {
        color: #af1b08;
        text-transform: uppercase;
      }
      .home-featured-small .post-categories a:hover {
        color: #000;
      }
  
  /* Page */
  #content #page {
    float: left;
    min-height: 1px;
    width: 520px;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
  }
    .page-large {
      padding: 30px 35px;
      padding-right: 20px;
      padding-top: 60px !important;
    }
      .border-top {
        border-top: 1px solid #ccc;
      }
      .contact-page {
      
      }
    #description {
      background: #fffeed;
      border: 1px solid #f1edbb;
      padding: 10px;
      text-align: center;
      font-size: 10px;
      line-height: 14px;
    }
    .author_text {
      background: #fafafa url(images/light-shadow-no-border.gif) repeat-x 0 0;
      border-bottom: 1px solid #ccc;
      padding: 30px 35px;
      float: left;
      width: 450px;
      position: relative;
      font-style: italic;
    }
    .author_text .avatar-wrap {
      border: 1px solid #e3e3e3;
      border-right-color: #c4c4c4;
      border-bottom-color: #adadad;
      height: 66px;
      width: 66px;
      margin-bottom: 10px;
    }
      .author_text .avatar-wrap img {
        border: 1px solid #fff;
      }
    .author_text h2 {
      position: absolute;
      left: 120px;
      top: 40px;
      font-size: 20px;
      font-style: normal;
    }
    .author_text span {
      position: absolute;
      left: 120px;
      top: 65px;
      font-size: 11px;
      font-style: normal;
    }
  
  /* First Two Posts */
  .first-two {
    background: #fafafa url(images/light-shadow-no-border.gif) repeat-x 0 0;
    border-bottom: 1px solid #ccc;
    padding: 30px 35px;
    float: left;
  }
    .first-two .meta {
      font-size: 14px;
      color: #696969;
      padding-bottom: 7px;
    }
    .first-two .meta a {
      color: #af1b08;
    }
    .first-two .meta a:hover {
      color: #000;
    }
  
  /* Post Large */
  .post-large {
    float: left;
    background: #fafafa url(images/light-shadow-no-border.gif) repeat-x 0 0;
    border-bottom: 1px solid #ccc;
    padding: 30px 35px;
  }
    .post-large .main-image {
      float: right;
      margin: 0 0 20px 20px;
    }
    .post-large .feature-wrap {
      float: left;
      width: 430px;
    }
    .post-large .meta {
      font-size: 14px;
      color: #696969;
      padding-bottom: 7px;
      text-align: center;
    }
    .post-large .meta a {
      color: #af1b08;
    }
    .post-large .meta a:hover {
      color: #000;
    }
  
  /* Post Medium */
  .post-medium {
    float: left;
    width: 189px;
    margin: 0px 35px;
    padding: 30px 0;
  }
    .left-side {
      margin-right: 0px;
      padding-right: 35px;
      border-right: 1px dotted #ccc;
    }
    .right-side {
      margin-left: 0px;
      padding-left: 35px;
    }
    .post-medium h1 {
      border-bottom: none;
    }
    .post-medium .post-categories {
      text-transform: uppercase;
      font-size: 12px;
      font-family: Helvetica, Arial;
      padding-bottom: 15px;
    }
      .post-medium .post-categories a {
        color: #af1b08;
      }
      .post-medium .post-categories a:hover {
        color: #000;
      }
    .medium-divider {
      clear: both;
      border-bottom: 1px dotted #ccc;
    }
  
  /* Post Small */
  .post-small {
    float: left;
    width: 132px;
    padding: 20px;
    text-align: center;
    background: #fafafa url(images/light-shadow-no-border.gif) repeat-x 0 0;
  }
    .small-divider {
      clear: both;
      border-bottom: 1px solid #ccc;
    }
    .small-border {
      border-right: 1px solid #ccc;
    }
    .post-small p {
        font-size: 10px;
        line-height: 16px;
      }
      .post-small .post-categories {
        padding-bottom: 5px;
      }
      .post-small .post-categories a {
        color: #af1b08;
        text-transform: uppercase;
      }
      .post-small .post-categories a:hover {
        color: #000;
      }
      .no-border {
        border-bottom: none !important;
      }
      
  /* Post Footer */
  .post-footer {
    position: relative;
    float: left;
    width: 450px;
    background: #fafafa url(images/light-shadow-no-border.gif) repeat-x 0 0;
    border-bottom: 1px solid #ccc;
    padding: 30px 35px;
    font-family: Arial;
  }
    .post-footer h2 {
      font-size: 20px;
    }
    .related-posts {
      padding: 20px 0;
      margin-bottom: 10px;
      font-size: 10px;
      font-style: italic;
      color: #858383;
      text-transform: uppercase;
      font-family: Georgia, Times;
    }
      .related-posts li {
        padding: 3px 0;
      }
      .related-posts a {
        color: #010101;
        font-size: 14px;
        text-transform: none;
      }
    .sociable {
      position: absolute;
      right: 35px;
      bottom: 16px;
    }
      .sociable-hovers {
        opacity: 0.8 !important;
      }
      .sociable-hovers:hover {
        opacity: 1 !important;
      }
      .sociable img {
        height: 20px !important;
        width: 20px !important;
      }
        .sociable ul li {
          margin-left: 6px !important;
        }
    .post-footer-divider {
      border-bottom: 1px dotted #ccc;
      margin: 20px 0;
    }
    
  
  /* Comments */
  .post-comments {
    float: left;
    width: 450px;
    background: #fafafa url(images/light-shadow-no-border.gif) repeat-x 0 0;
    border-bottom: 1px solid #ccc;
    padding: 30px 35px;
    font-family: Arial;
  }
    .commentlist li {
      padding: 10px 0;
      margin: 10px 0;
      border-bottom: 1px dotted #ccc;
    }
    .comment-body {
      position: relative;
    }
    .fn {
      position: absolute;
      left: 50px;
      top: 2px;
      font-size: 14px;
      font-family: Helvetica, Arial;
      color: #4a4a4a;
      font-weight: bold;
    }
      .fn a {
        color: #4a4a4a;
      }
    .comment-meta {
      position: absolute;
      left: 50px;
      top: 20px;
      font-size: 11px;
      font-family: Helvetica, Arial;
      color: #b8b8b8;
    }
      .comment-meta a {
        color: #b8b8b8;
      }
    .says {
      display: none;
    }
    .comment-author {
      padding-bottom: 10px;
      position: relative;
    }
    .input-div {
      width: 180px;
      float: left;
      font-size: 11px;
      color: #151515;
    }
      .input-div input {
        width: 166px;
        padding: 5px 7px;
        border: 1px solid #cdcdcd;
        border-top: 1px solid #8d8d8d;
        border-bottom: 1px solid #ececec;
        display: block;
        margin-bottom: 10px;
        margin-top: 5px;
      }
    .message-div {
      width: 240px;
      float: left;
      font-size: 11px;
      color: #151515;
      padding-left: 30px;
    }
      .message-div textarea {
        width: 226px;
        padding: 5px 7px;
        border: 1px solid #cdcdcd;
        border-top: 1px solid #8d8d8d;
        border-bottom: 1px solid #ececec;
        font-family: Arial;
        font-size: 11px;
        display: block;
        margin-bottom: 20px;
        margin-top: 5px;
      }
      .message-div #submit {
        border: 1px solid #cdcdcd;
        border-bottom: 1px solid #8d8d8d;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #fff url(images/submit-bg.gif) repeat-x 0 100%;
        color: #1f1f1f;
        font-family: Arial;
        font-size: 9px;
        text-transform: uppercase;
        cursor: pointer;
        padding: 4px;
        display: block;
      }
      .message-div #submit:hover {
        color: #af1b08;
      }
  .no-border {
    border-bottom: none !important;
  }  
  /* Sidebar */
  .side_block {
    width: 190px;
    background: #fafafa url(images/light-shadow-no-border.gif) repeat-x 0 0; 
    border-bottom: 1px solid #ccc;
    padding: 20px;
    padding-right: 19px;
  }
    body#home .search {
      background-image: none;
    }
    .search {
      
    }
    .category_desc {
      border-bottom: 1px dotted #ccc;
      padding-bottom: 8px;
      margin-bottom: 10px;
    }
    .category_desc h3 {
      padding-bottom: 10px;
    }
    .side_post {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dotted #ccc;
    }
      .side_post h2 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
        padding-top: 10px;
      }
      .side_post img {
        padding-bottom: 6px;
      }
      .side_post p {
        display: inline;
      }
      .side_post h3 {
        text-transform: none;
        font-style: italic;
        font-weight: normal;
        font-family: Times, Georgia;
        font-size: 15px;
        display: inline;
        padding-right: 3px;
      }
      .side_post span {
        text-transform: uppercase;
        font-size: 10px;
        font-style: italic;
        color: #858383;
      }
      .side_post:last-child {
        border-bottom: none;
      }
      .side-larger {
	padding-bottom: 0px;
	margin-bottom: 0px;
      }
    .side_comment {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dotted #ccc;
    }
      .side_comment h3 {
        text-transform: none;
        font-style: italic;
        font-weight: normal;
        font-family: Times, Georgia;
        font-size: 15px;
        display: inline;
        padding-right: 3px;
      }
      .side_comment span.side_date {
        text-transform: uppercase;
        font-size: 10px;
        font-style: italic;
        color: #858383;
      }
      .side_comment:last-child {
        border-bottom: none;
      }
      
  /* Left Sidebar */
  #content #left-sidebar {
    float: left;
    width: 230px;
  }
    .ad {
      padding-bottom: 0;
    }
    .ad a {
      padding-bottom: 20px;
      float: left;
      display: block; 
      line-height: 0px;
    }
    #left-sidebar #search {
      width: 174px;
      padding: 7px 7px;
      background: #292929 url(images/left-search.gif) repeat-x 0 0;
      border: none;
      font-family: Arial;
      font-size: 11px;
      color: #fff;
      margin-top: 5px;
    }
  
  /* Right Sidebar */
  #content #right-sidebar {
    float: left;
    width: 229px;
    margin-left: 1px;
  }
    .wp-tag-cloud {
      font-style: italic;
      font-size: 14px;
    }
      .wp-tag-cloud li a {
        color: #af1b08;
        display: block; 
        padding: 5px 0 2px 0;
        border-bottom: 1px solid #e7e7e7;
      }
      .wp-tag-cloud li a:hover {
        color: #000;
      }
    .boxed {
      padding: 10px 0px 20px 45px;
      font-size: 11px;
      font-family: Helvetica, Arial;
      line-height: 16px;
    }
    .boxed h3 {
      padding-bottom: 10px;
    }
    .contribute {
      background: url(images/pen.png) no-repeat 0 10px;
    }
    .subscribe {
      background: url(images/rss-tag.png) no-repeat 0 10px;
    }
    a.button {
      border: 1px solid #cdcdcd;
      border-bottom: 1px solid #8d8d8d;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background: #fff url(images/submit-bg.gif) repeat-x 0 100%;
      color: #1f1f1f;
      font-family: Arial;
      font-size: 9px;
      text-transform: uppercase;
      cursor: pointer;
      padding: 5px 8px;
    }
    a:hover.button {
      color: #af1b08;
    }
    #tabs {
      background: #fafafa url(images/light-shadow-no-border.gif) repeat-x 0 0;
      position: relative;
    }
    .tabnav li {
    	display: inline;
    	list-style: none;
    	background: none;
    	margin: 0;
    	padding: 0;
  	}
  	
  		.tabnav li a {
  		  display: block;
  		  float: left;
    		text-decoration: none;
    		color: #b5b5b5;
    		font-weight: bold;
    		padding: 2px 11px 10px 11px;
    		margin: 0px;
    		outline: none;
    		font-family: Arial, sans-serif;
    		font-size: 10px;
    		line-height: 36px;
    		text-transform: uppercase;
  		}
  		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
    		background: url(images/tab_on.png) repeat-x 50% 100%;
    		color: #151515;
    		text-decoration: none;
  		}
  	.tab_wrap {
  		padding: 32px 19px 10px 20px;
  		margin-top: -8px;
  		background: url(images/tab_off.png) repeat-x 0 0;
  		width: 190px; 
      border-bottom: 1px solid #ccc;
  	}
  	.ui-tabs-hide {
		  display: none;
		}
    .tabdiv {
      margin-top: 0px;
      position: relative;
    }
  /* Pagination */
  #content .pagination {
	position: relative;
	width: 980px;
	height: 5px;
	margin-top: -1px;
	background: #fafafa url(images/light-shadow.gif) repeat-x 0 0;
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 15px;
  }
    #content .pagination .previous_page {
      position: absolute;
      left: 20px;
      top: 20px;
    }
      #content .pagination .previous_page a {
        background: url(images/left-arrow.gif) no-repeat 0 50%;
      }
    #content .pagination .next_page {
      position: absolute;
      right: 20px;
      top: 20px;
      text-align: right;
    }
      #content .pagination .next_page a {
        background: url(images/right-arrow.gif) no-repeat 100% 50%;
      }
    #content .pagination a {
      color: #a9a6a6;
      display: block;
      padding: 0 40px;
    }
    #content .pagination a:hover {
      color: #af1b08;
    }
      #content .pagination a span {
        display: block;
        font-weight: normal;
        font-size: 11px;
      }

#vidget_list_911925530 li img { float: left; width: 0px; margin-right: 0px; border: 0; padding: 0;}
/* ---------------------------------------------------------------- 
 *  FOOTER
 * ---------------------------------------------------------------- 
*/   
#footer {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 30px 0 40px 0;
  font-family: Helvetica, Arial;  
  font-size: 10px;
}

  #footer a {
    color: #9f9f9f;
  }
  #footer p {
    float: left;
    padding-right: 30px;
  }
  #footer a:hover,
  #footer li.current_page_item a {
    color: #f2f2f2;
  }
  #footer li {
    display: inline;
  }
  #footer .nav {
    font-size: 12px;
    text-transform: uppercase;
  }
  #footer .nav li a {
    padding-right: 14px;
  }
  #footer #footer_logo {
    padding: 20px 0;
  }
  #footer .subnav li {
    padding-right: 10px;
  }
  #footer .subnav li.footer-subscribe a {
    color: #af1b08;
  }
  #footer .subnav li.footer-subscribe a:hover {
    color: #fff;
  }
  .footer-search {
    position: absolute;
    right: 0px;
    top: 110px;
  }
    .footer-search h3 {
      text-align: right;
      color: #fff;
      font-family: Helvetica, Arial;
      font-size: 12px;
      text-transform: uppercase;
    }
    .footer-search #search_foot {
      width: 174px;
      padding: 7px 7px;
      background: #fff url(images/light-shadow-no-border.gif) repeat-x 0 1px;
      border: none;
      font-family: Arial;
      font-size: 11px;
      color: #000;
      margin-top: 5px;
    }
#blog {
	position: relative;
	float:left;
	width: 730px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(images/back_blog.png);
	background-repeat: repeat-y;
}
#notizia {
	position: relative;
	width: 440px;
	float:left;
	padding-top: 5px;
		padding-left: 5px;
				padding-right: 5px;
}
#menucategorie {
	position: relative;
	width: 260px;
	float:right;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#occhiello {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
}
#titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 5px;
	line-height: normal;
	
#sottotitolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin-top: 5px;
}
#testoarticolo {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
}
.dataarticolo {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.genere {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2587BC;
}
#blog2 {
	position: relative;
	float:left;
	width: 730px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	
}
#registrazione {
	position: relative;
	width: 440px;
	float:left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Geneva, sans-serif;

}