/*
Theme Name: Litorale Nuovo
Theme URI: http://www.alessandrolattao.com
Description: Theme created for Litorale S.p.a.'s website
Author: Alessandro Lattao
Author URI: http://www.alessandrolattao.com
Version: 1

*/

body {
    margin: 0px;
    padding: 0px;
    color: #202020;
    font-size: 12px;
    font-family: verdana;
    background: url(images/sfondo.jpg) repeat-x #f0f0f0;
}

DIV {
    box-sizing:border-box;
	-moz-box-sizing:border-box;
    -opera-sizing: border-box;    
	-webkit-box-sizing: border-box;    
	-khtml-box-sizing: border-box;  
	margin:0;
	padding:0;
}

p {
    margin: 0px;
    padding: 0px;
}

#mainbody {
    width: 991px;
    /* width: 950px; */
    left: 50%;
    position: relative;
    top: 0px;
    margin-left: -495px;
    margin-top: 45px;
    margin-bottom: 2px;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    padding: 20px;
    background: #e8e8e8 url(images\mainbody_top.png) top left no-repeat;
}

#immagine {
    width: 761px;
    height: 156px;
    overflow: hidden;
    background: url(images/headers/1.jpg) 100%;
    -moz-border-radius: 8px 0px 0px 0px;
    -webkit-border-radius: 8px 0px 0px 0px;
    margin-bottom: 3px;
}

#menu {
    background-color: #d0d0d0;
    width: 187px;
    height: 780px;
    float: right;
    background: url(images/sfondo_menu.jpg) repeat-x bottom #d0d0d0;
    z-index: 1000;
}

#menu a img {
    border: 0px;
}

#menu ul {
    margin: 0px;
    list-style: none;
    background-color: #f0f0f0;
    width: 100%;
    padding-left: 0px;
}

#menu ul li {
    background-color: #7696c9;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    padding: 4px 4px 4px 5px;
    margin-bottom: 2px;
}

#menu ul li a {
    color: #ffffff;
    text-decoration: none;
}

#menu {
    padding-bottom: 10px;
}

#logo {
    margin-top: -5px;
}

#menu #mini_cartina {
    width: 100%;
    margin-top: 10px;
}

#menu #maredellazio {
    width: 100%;
    margin-top: 10px;
}

#menu #beachmed {
    width: 100%;
    margin-top: 10px;
}

#contenuti {
    width: 761px;
    min-height: 600px;
    color: #606060;
    text-align: justify;
}

#contenuti hr {
    width: 90%;
    color: #f0f0f0;
    background-color: #f0f0f0;
    border: 0px;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#contenuti table {
    font-size: 12px;
    font-family: verdana;
    color: #606060;
}

#contenuti a {
    color: #606060;
}

#contenuti div {
    font-size: 12px;
    padding: 20px;
}

#contenuti #space_1 {
    background-color: #ffffff;
    width: 100%;
	padding: 10px;
    text-align: center;
    -moz-border-radius: 0px 0px 0px 8px;
    -webkit-border-radius: 0px 0px 0px 8px;
}

#contenuti #space_2_title {
    background-color: #c3c3f2;
    color: #7878aa;
    width: 300px;
    padding: 8px;
    margin-top: 15px;
    margin-left: 20px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}

#contenuti #space_2 {
    background-color: #cdcdff;
    width: 100%;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#contenuti #space_3_title {
    background-color: #e3d4a7;
    color: #988859;
    width: 300px;
    padding: 8px;
    margin-top: 15px;
    margin-left: 20px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}

#contenuti #space_3 {
    background-color: #edddae;
    width: 100%;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#contenuti #space_3 h3 {
    margin-bottom: 5px;
}

#contenuti #space_2 h3 {
    margin-bottom: 5px;
}

#contenuti #space_3 h4 {
    margin-bottom: 0px;
}

#contenuti #space_2 h4 {
    margin-bottom: 0px;
}

#underwear {
    width: 991px;
    background-color: #c6c6c6;
    color: #808080;
    position: relative;
    left: 50%;
    margin-left: -495px;
    margin-top: 2px;
    font-size: 10px;
    text-align: center;
    padding: 10px;
    -moz-border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
}

#underwear a {
    color: #808080;
}

#citazione {
    text-align: right;
    width: 991px;
    color: #808080;
    position: relative;
    top: 20px;
    left: 50%;
    margin-left: -495px;
}

#citazione img {
	border: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#citazione #frase {
    font-weight: bold;
}

#citazione #traduzione {
    font-size: 10px;
    color: #808080;
}

#citazione #autore {
    font-size: 10px;
    padding-right: 15px;
    font-style: italic;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
margin: 0 7px 2px 0;
display: inline;
}

.button {
    background-color: #e0e0e0;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    padding: 10px;

    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    text-decoration: none;
}

a img {
     border: 1px solid white;
}