/*
Theme Name: Director's Cut
Theme URI: http://www.yappy.it/
Description: Template for wordpress
Version: 1.0 with Sidebar
Author: yappyWeb
Author URI: http://www.yappy.it/
*/

/* Begin Typography & Colors */

    body {
         margin: 0px; padding: 0px;
         background: #fff;
         font: 8pt Verdana, Arial, Helvetica, sans serif;
	 color: #000;
    }
    a {
       text-decoration: none;
	 color: #999;
    }
    a:hover {
       text-decoration: underline;
	 color: #555;
    }
    #content, #header, #footer {
         margin: auto;
         width: 736px;
    }
    #header h1 {
        height: 60px;
        width: 600px;
        background: #fff url(images/directors_cut.jpg) top left no-repeat;
        margin: 12px 0px 2px 0px;
    }
    #header h1 span{
        display: none;
    }
    #content {
         margin: auto;
         width: 732px;
         border: 2px solid #ccc;
    }
    #corpo {
         margin: 8px 270px 8px 8px;
         /* width: 440px; */
         border-right: 3px double #fff;
    }
    #corpo div.link{
         float: right;
         width:  160px;
         color: #999;
         margin-top: 8px;
         font: 7pt Verdana, Arial, Helvetica, sans serif;
    }
    #corpo h3 {
         margin: 2px 18px 2px 6px;
         color: #444;
         font: 14pt Georgia, Times New Roman, Times, serif;
         border-bottom: 1px solid #ccc;
    }
    #menu{
         float: right;
         margin: 8px;
         font: 8pt Verdana, Arial, Helvetica, sans serif;
         width: 240px;
    }
    #menu ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 8px;
	}
    #menu li {
         border-bottom: 1px solid #ccc;
         color: #999;
    }
    #menu li li {
         border-bottom: 0px solid #ccc;
    }
    #menu div.num{
         float: left;
         width:  30px;
         height: 44px;
         color: #999;
         font: 10pt Georgia, Times New Roman, Times, serif;
         border-bottom: 2px solid #ccc;     
    }
    #menu h2 {
         margin: 2px;
         color: #444;
         font: 14pt Georgia, Times New Roman, Times, serif;
    }
    #menu li.under {
         margin: 2px;
         font: 7pt Verdana, Arial, Helvetica, sans serif;
         color: #999;
    }
    
    #footer {
         font: 7pt Verdana, Arial, Helvetica, sans serif;
         margin-top: 8px;
         text-align: right;
         color: #999;
    }
    #footer a {
         color: #999;
    }

/* End Various Tags & Classes*/


/* Begin Google Ads */
.gg-ref-text {
	text-align: center;
	}

.gg-ads-text {
	text-align: center;
	float: right;
	margin-top: 50px;
	}
/* End Google Ads */

     input,textarea,select { 
      	color: #333;
      	border: 1px solid #ccc;
      	font: 10px Arial,Helvetica,sans-serif; 
     }
     input.button , input.bottone {color: #fff; background: #888; border: 1px solid #555; font-weight: bold;}
     input.tondo, input.none { border: 0px;}


