
@charset "UTF-8";
/*
Theme Name: Daniele-pasticcere
Theme URI: http://chefpark.alexcoleman.net
Description: A Wordpress Theme For Blogging Chefs, Critics or Food Enthusiasts.
Version: 1.0
Author: Alex Coleman
Author URI: http://alexcoleman.net/
Tags: two columns, red, fixed width, chef, critics, food

*/



/*----------------------------

see directory /css for styles

----------------------------*/

}
div.box-nul
{
  width: 230px;
  background-image: url('http://img412.imageshack.us/img412/5985/nullo.png');
  background-repeat: repeat-y;
}
div.box-alto
{
  width: 230px;
  background-image: url('http://www.daniele-pasticcere.it/wp-content/themes/chef%20park/images/rightbox-top.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 18px;
}
div.box-medio
{
  width: 230px;
  background-image: url('http://img843.imageshack.us/img843/481/bodyg.png');
  background-repeat: repeat-y;
}
div.box-basso
{
  width: 230px;
  background-image: url('http://www.daniele-pasticcere.it/wp-content/themes/chef%20park/images/rightbox-bot.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 12px;
}
div.box-testo
{
  margin: 0px 10px 0px 10px;
}

/* Begin Images */
p img {
        padding: 0;
        max-width: 100%;
        }

/*        Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        }

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }


/* End Images */