/*  
Theme Name: Sims2Cri
Author: Cristina Donati as Cridon
Author URI: http://www.cridon.it
Licensed under a  attribution-noncommercial-sharealike Creative Commons License:
http://creativecommons.org/licenses/by-nc-sa/2.5/nl/
*/

/*SIMPLE LINK*/

a { text-decoration: none; color:#D861AD;}
a:link {text-decoration: none; color:#D861AD;}
a:active { text-decoration: none; color:#D861AD;}
a:visited {text-decoration: none; color:#D861AD;}
a:hover {text-decoration: none; color:#771F4F;}

/*SIMPLE BODY*/

BODY {
font-family: verdana, tahoma, comic sans ms,cursive; 
color:#E282B5;
font-size: 12px;
margin: 8px; 
background-color:#000000;
text-align:center;
}
p {font-size: 12px; color: #E56EAF; margin: 8px; margin-left:15px; margin-right:15px;}

/* contenitori layout sito */

div#container { width:800px; font-size: 11px; text-align: center; margin: auto; margin-top:10px; margin-bottom:10px;}
div#content { width:800px; background-color: #000000; margin: 15px auto; text-align:left; }
div#header { width:800px; background-color: transparent;}
div#topmenu { width:800px; height:100px; background-image: url(./img/top_menu.jpg); background-repeat: no-repeat; }
div#logo { width:800px; height:200px; background-color: transparent;}
div#footer { width:800px; height:50px; background-image: url(./img/bg_footer.jpg); background-repeat: no-repeat;  color: #E283B5; font-size:11px; }
div#contatta-box { width:800px; background-color: transparent; }
div#contatta { width: 80%; background-color: #FECDF1; border: 1px solid #840c4a; margin: 5px auto; text-align:center; align: center; padding:0; }
div#contatta-left {width: 22%; float:left; color:#000000; font-weight:bold; background-color: transparent; padding:0; }
div#contatta-right {width: 78%; float:right; color:#000000; font-weight:bold; background-color: transparent; padding:0;}

.white {font-size: 12px; color: #ffffff; font-weight:bold;}




