/*
Theme Name: XCD
Theme URI: http://xcd.it/
Description: Il tema di base del sito xcd.it
Version: .1
Author: Casimiro Carrino
Author URI: http://xcd.it/
*/
body{
    margin-top: 20px;
/* background-image: url('images/bg-linea.gif');*/
    background-image: url('images/bg-alluminio.jpg');
    font-family: "Trebuchet MS";
}
#logo{
    margin: auto;
    width: 850px;
    height: 80px;
    background-image: url('images/logo.png');
    /*Ie fix png trasparent*/
    behavior: url(http://www.xcd.it/xcdwp/wp-content/themes/xcd/images/iepngfix.htc);
    background-repeat: no-repeat;
}
#page-top{
    margin: auto;
    width: 850px;
    height: 60px;
    background-image: url('images/page-top.png');
    /*Ie fix png trasparent*/
    behavior: url(http://www.xcd.it/xcdwp/wp-content/themes/xcd/images/iepngfix.htc);
    background-repeat: no-repeat;
}
#page-center{
    margin: auto;
    width: 750px;
    padding-left: 50px;
    padding-right: 50px;
    height: 300px;
    min-height: 300px !important;
    height: auto !important;
    overflow: hidden;
    background-image: url('images/page-center.png');
    /*Ie fix png trasparent*/
    behavior: url(http://www.xcd.it/xcdwp/wp-content/themes/xcd/images/iepngfix.htc);
}
#page-bottom{
    margin: auto;
    width: 850px;
    height: 60px;
    background-image: url('images/page-bottom.png');
    /*Ie fix png trasparent*/
    behavior: url(http://www.xcd.it/xcdwp/wp-content/themes/xcd/images/iepngfix.htc);
    background-repeat: no-repeat;
}
/* box pubblicità */
.box-top{
    margin: auto;
    width: 850px;
    height: 60px;
    background-image: url('images/page-top.png');
    /*Ie fix png trasparent*/
    behavior: url(http://www.xcd.it/xcdwp/wp-content/themes/xcd/images/iepngfix.htc);
    background-repeat: no-repeat;
}
.box-center{
    margin: auto;
    width: 750px;
    padding-left: 50px;
    padding-right: 50px;
    height: 90px;
    min-height: 90px !important;
    height: auto !important;
    overflow: hidden;
    background-image: url('images/page-center.png');
    /*Ie fix png trasparent*/
    behavior: url(http://www.xcd.it/xcdwp/wp-content/themes/xcd/images/iepngfix.htc);
    text-align: center;
}
.box-bottom{
    margin: auto;
    width: 850px;
    height: 60px;
    background-image: url('images/page-bottom.png');
    /*Ie fix png trasparent*/
    behavior: url(http://www.xcd.it/xcdwp/wp-content/themes/xcd/images/iepngfix.htc);
    background-repeat: no-repeat;
}
/**/
#credits{
    margin: auto;
    width: 820px;
    padding-right: 30px;
    font-size: .7em;
    text-align: right;
    color: #fff;
}
#credits a, #credits a:hover {
    text-decoration: none;
    color: #fff;
    cursor: help;
}
/*sidebar*/
#menu {
    float: left;
    width: 99px;
    font-size: .8em;
}
#menu p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5.5px;
}
#menu a, #menu a:hover {
    text-decoration: none;
    cursor: pointer;
    color: gray;
}
#menu a:hover {
    color: rgb(80,0,0);
}
/*home*/
#home {
    float: left;
    width: 630px;
    padding-left: 20px;
    border-left: 1px dotted gray;
    height: 300px;
    min-height: 300px !important;
    height: auto;
    overflow: hidden;
}
#home p {
    margin: 0px;
    padding: 0px;
}
#home a {
    color: gray;
}
#home-blog, #home-fotogallery, #home-portfolio {
    float: left;
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
}
#home-blog .colore, #home-fotogallery .colore, #home-portfolio .colore{
    height: 10px;
    padding: 2px;
    text-align: right;
    color: #fff;
    font-size: .7em;
    cursor: pointer;
}
#home-blog .colore {
    background-color: #800000;
}

#home-fotogallery .colore{
    background-color: #5b2a09;
}
#home-portfolio .colore{
    background-color: #978222;
}
.home-foto {
    height: 90px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.home-titolo {
    padding-top: 10px;
    padding-bottom:5px;
    font-size: .8em;
    font-style: oblique;
    color: rgb(32,32,32);
    cursor: pointer;
}
.home-testo {
    height: 70px;
    padding-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px dotted gray;
    font-size: .8em;
    line-height: 1.4em;
    color: rgb(96,96,96);
    cursor: pointer;
}
.home-altro {
    padding-top: 5px;
    font-size: .7em;
    text-align: right;
    color: gray;
}
/*single*/
#single{
    float: left;
    width: 630px;
    padding-left: 20px;
    border-left: 1px dotted gray;
    height: 300px;
    min-height: 300px !important;
    height: auto;
    overflow: hidden;
}
#single-blog {
    float: left;
    width: 100%;
    height: 10px;
    padding: 2px;
    text-align: right;
    color: #fff;
    font-size: .7em;
    background-color: #800000;
}
#single-fotogallery{
    float: left;
    width: 100%;
    height: 10px;
    padding: 2px;
    text-align: right;
    color: #fff;
    font-size: .7em;
    background-color: #5b2a09;
}
#single-portfolio{
    float: left;
    width: 100%;
    height: 10px;
    padding: 2px;
    text-align: right;
    color: #fff;
    font-size: .7em;
    background-color: #978222;
}
#single-foto{
    float:left;
    width: 215px;
    margin-right: 15px;
    margin-top: 10px;
}

#single-content{
    float: left;
    width: 385px;
    margin-left: 15px;
    margin-top: 10px;
    font-size: .8em;
    line-height: 1.8em;
}
#single-titolo{
    font-weight:bold;
}
#single-titolo small{
    font-weight:normal;
    color: gray;
}
#single-testo{
    float:left;
    width: 100%;
    height: 200px;
    min-height: 200px !important;
    height: auto;
    overflow: hidden;
}
#single-linkpage {
    float: left;
    width: 100%;
    margin-top: 30px;
    border-top: 1px dotted gray;
    text-align: right;
    color:gray;
}
#single-linkpage a, #single-linkpage a:hover {
    color: gray;
}
#single-commenti{
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: .8em;
}
.wp-caption {
    width: 100%;
    border: 1px dotted gray;
    padding: 3px;
}
.wp-caption img {
    border: 0px;
}
.wp-caption-text p {
    padding: 0px;
    margin: 0px;
}
.aligncenter {text-align: center;}

/*archive*/
#archive{
    float: left;
    width: 630px;
    padding-left: 20px;
    border-left: 1px dotted gray;
    height: 300px;
    min-height: 300px !important;
    height: auto;
    overflow: hidden;
}
#archive-blog {
    float: left;
    width: 100%;
    height: 10px;
    padding: 2px;
    text-align: right;
    color: #fff;
    font-size: .7em;
    background-color: #800000;
}
#archive-fotogallery{
    float: left;
    width: 100%;
    height: 10px;
    padding: 2px;
    text-align: right;
    color: #fff;
    font-size: .7em;
    background-color: #5b2a09;
}
#archive-portfolio{
    float: left;
    width: 100%;
    height: 10px;
    padding: 2px;
    text-align: right;
    color: #fff;
    font-size: .7em;
    background-color: #978222;
}
.archive-titolo{
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: .8em;
    font-weight: bold;
    cursor: pointer;
}
.archive-titolo small{
    font-weight: normal;
    font-size: .8em;
    color: gray;
}
.archive-foto{
    float:left;
    width: 100px;
    margin-right: 15px;
    
    height: 50px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
}
.archive-content {
    float: left;
    
    width: 500px;
    margin-left: 15px;
    
    height: 50px;
    min-height: 50px !important;
    height: auto;
    margin-top: 5px;
    overflow: hidden;
    
    
    font-size: .8em;
    color: gray;
}
.archive-content p {
    margin: 0px;
}
.archive-tags {
    float: left;
    width: 100%;
    
    margin-top: 5px;
    padding-bottom: 2px;
    border-bottom: 1px dotted gray;
    
    font-size: .7em;
    color: gray;
    text-align: right;
}
.archive-tags a{
    color: gray;
}
.archive-tags a:hover{
    color: #000;
}
/*pagine interne*/
#pagina{
    float: left;
    width: 630px;
    padding-left: 20px;
    border-left: 1px dotted gray;
    height: 300px;
    min-height: 300px !important;
    height: auto;
    overflow: hidden;
}
#pagina-contatti{
    float: left;
    width: 100%;
    height: 10px;
    padding: 2px;
    text-align: right;
    color: #fff;
    font-size: .7em;
    background-color: rgb(0,102,0);
}
#pagina-titolo{
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: .8em;
    font-weight: bold;    
}
#pagina-testo{
    float: left;
    width: 100%;
    font-size: .8em;
}
/*galleria*/
.ngg-gallery-thumbnail{
    float: left;
    margin: 5px;
}
.ngg-galleryoverview img{
    border: 0px;
}
/*autore articoli*/
.author {
	text-align: right;
	color: gray;
}
.right{	
	float:left;
	width:100%;
	text-align:right;
	color:#000;
	padding-top:20px;
}
