html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0
}

body {
	font-family: Arial;
	background-color: #deedff; /* #f9ffff */
	background-image: url(/img/home/background.gif);
	background-position: bottom left;
	background-attachment: fixed;
	background-repeat: repeat-x;
}


table {
	font-size: inherit;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.orange-button {
	color: #fff;
	font-weight: bold;
	background-color: #f57e20;
	text-align: center;
	width: 50px;
	padding: 3px 8px 3px 8px;
	display: block;
	text-decoration: none;
	margin-top: 7px;
	text-transform: uppercase;
	font-size: 10px;
	border: none;
}

.blue-button {
	color: #fff;
	font-weight: bold;
	background-color: #2c6ac1;
	text-align: center;
	width: 50px;
	padding: 3px 8px 3px 8px;
	display: block;
	text-decoration: none;
	margin-top: 7px;
	text-transform: uppercase;
	font-size: 10px;
	border: none;
}

.button-label {
	margin-top: 9px;
}

.cleaner {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

/* ------------------------------------------------------------------------------------------------------------ */

#container {
	width: 830px;
	margin: 0 auto 0 auto;
}

#giovani {
}

#header {
	background-image: url(/img/home/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 83px;
	width: 830px;
	margin-bottom: 20px;
}

#header-menu {
	margin-top: 65px;
	margin-right: 10px;
	float: right;
	font-size: 11px;
	color: #fff;
}

#header-menu ul {
	display: inline;
}

#header-menu li {
	display: inline;
}

#header-menu a {
	color: #fff;
}

#left {
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	width: 300px;
	margin-right: 20px;
}

#right {
	float: right;
	width: 500px;
	max-width: 500px;
}

#footer {
	clear: both;
	padding-top: 30px;
	text-align: center;
	font-size: 11px;
}

/* ------------------------------------------------------------------------------------------------------------ */

#title-menu {
	float: right;
	font-size: 11px;
}

#title-menu ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#title-menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#title-menu a {
	display: inline;
	margin: 0;
	padding: 0;	
	color: #fff;
	text-transform: none;
}

/* ------------------------------------------------------------------------------------------------------------ */

#login-form {
	display: block;
	width: 300px;
	color: #fff;
	font-size: 12px;
}

#login-form-top {
	background-color: #2c6ac1;
	display: block;
	width: 300px;
	height: 80px;
}

#login-form-header {
	display: block;
	height: 30px;
}

#login-form-form {
	clear: both;
	padding-left: 12px;
	padding-right: 12px;
}

#login-form-bottom {
	background-color: #fff;
	display: block;
	height: 20px;
	color: #000;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 10px;
	padding-top: 3px;
}

#login-form-tour {
	float: right;
	margin-right: 6px;
}

#login-form-top h1 {
	float: left;
	padding-left: 12px;
	font-size: 14px;
	margin-top: 5px;
	font-weight: normal;
}

#login-form-top input {
	border: 0;
	font-size: 10px;
	width: 130px;
}

#login-form-form-nome {
	float: left;
}

#login-form-form-password {
	float: right;
}

#forgotten-password {
	float: right;
	padding-right: 12px;
	display: block;
	font-size: 10px;
	margin-top: 9px;
}

#login-form-form-entra {
	width: 40px;
	float: right;	
}

#login-form-form-entra:hover {
	text-decoration: none;
}

#forgotten-password a {
	color: #fff;
}

#login-form-bottom a {
	color: #000;
	font-size: 12px;
	margin-left: 10px;
	font-weight: bold;
	text-decoration: underline;
}

#login-form-bottom #login-form-tour {
	color: #2c6ac1;
}

#login-form-form-invisible {
	float: right;
	font-size: 10px;
	padding-top: 6px;
	margin-right: 10px;
}

#login-form-form-invisible-msg {
	margin: 0;
	display: inline;
	float: left;
	padding: 4px 0px 0px 0px;
}

#login-form-form-invisible-checkbox {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

/* ------------------------------------------------------------------------------------------------------------ */

#right-content-no-banner {
	background-color: #fff;
	font-size: 11px;
	margin-top: 0px;
}

#right-content {
	background-color: #fff;
	font-size: 11px;
	margin-top: 20px;
}

#myfeego #container #right #right-content {
	background-color: #fff;
	font-size: 11px;
	margin-top: 0px;
}

#right-content h1, #right-content-no-banner h1 {
	padding-left: 10px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #2c6ac1;
	line-height: 20px;
}

#right-content h1, #right-content-no-banner h1 a {
	color: #fff;
}

#right-content h2, #right-content-no-banner h2 {
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

#right-content p, #right-content-no-banner p {
	margin-bottom: 1em;
}

#right-content ul, #right-content-no-banner ul {
	padding-left: 15px;
}

#right-content .home_err, #right-content-no-banner .home_err {
	color: red;
}

#right-content-content {
	padding: 15px;
}

#right-content-content a {
	color: #00afff;
}

#right-content-content a.blue-button {
	color: #fff;
	font-size: 10px;
	text-transform: none;
	width: 70px;
	font-weight: normal;
	display: inline;
}

#right-content-content a:hover.blue-button {
	text-decoration: none;
}

h3.friends {
	text-align: center;
	margin-top: 12px;
	font-size: 10px;
	font-weight: normal;
}

#invitation_mail_form_left {
	float: right;
	padding-right: 20px;	
}

#invitation_mail_form_left textarea {
	width: 250px;
}

#invitation_mail_form_right {
	float: right;
	padding-left: 20px;
	padding-right: 20px;
}

#invitation_mail_form_send {
	float: right;
	color: #fff;
	text-decoration: none;
}

#invitation_mail_form_right input, #invitation_mail_form_right textarea {
	border: 1px solid #999;
	background-color: #fff;
}

/* ------------------------------------------------------------------------------------------------------------ */

.box {
	background-color: #fff;
	font-size: 10px;
	margin-top: 20px;
}

.box h1, .box .h1 {
	padding-left: 10px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #2c6ac1;
	line-height: 20px;
}

.box h2 {
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.box p {
	margin-bottom: 1em;
}

.box ul {
	padding-left: 15px;
}

.box .content {
	padding: 7px;
}

.box .content a {
	color: #00afff;
}

.box .content a.blue-button {
	color: #fff;
	text-transform: none;
	font-size: 10px;
	font-weight: normal;
	width: 70px;
}

.box .content a.orange-button {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	width: 70px;
}

.box .content table td {
	padding-right: 5px;
}

.box .content a.blue-button:hover {
	text-decoration: none;
}

.box .content a.orange-button:hover {
	text-decoration: none;
}

.box .h1 .toggler {
	float: right;
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
	font-size: 11px;
}

.box .h1 .separator {
	float: right;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
}

.box .h1 .toggler:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------------------------------------------------ */

#home-left-info {
	margin-top: 0px;
}

#home-left-info h1 {
	margin-bottom: 15px;
}

.home-left-info-box-label {
}

.home-left-info-box-value {
	text-align: right;
	font-weight: bold;
}

#aspettoFlashDiv {
	float: left;
}

#home-left-info-info {
	float: right;
	width: 150px;
	padding-left: 10px;
	line-height: 17px;
	margin-right: 10px;
}

#home-left-info-info table {
	width: 100%;
}

#home-left-info-info .orange-button {
	margin-top: 15px;
	text-align: center;
	float: right;
	line-height: 13px;
}

#left-banner {
	margin-top: 20px;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* MyFeego */

#myfeego #container {
	width: 920px;
	margin: 0 auto 0 auto;
}

#myfeego #container #header {
	background-image: url(/img/home/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 83px;
	width: 920px;
	margin-bottom: 20px;
}

#myfeego #show-player {
	background-color: #fff;
	height: 430px;
	margin-top: 0px;
}

#myfeego #left-banner {
	margin-top: 0px;
	text-align: right;
}

#myfeego #left {
	float: left;
	width: 400px;
	margin-right: 20px;
}

#myfeego #right {
	float: right;
	width: 500px;
}

#show-player-left {
	width: 190px;
	float: left;
	background-color: #fff;
}

#show-player-right {
	width: 205px;
	float: right;	
}

#show-player-score {
	padding-left: 5px;
	padding-top: 10px;
	width: 180px;
	line-height: 16px;
}

.show-player-left-info-box-label {
	text-transform: capitalize;
}

.show-player-left-info-box-value {
	font-weight: bold;
	text-align: right;
}

#social-networks {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	text-align: left;
}

#friendsComments {
	background: none;
}

#friendsCommentsContents {
	padding: 10px;
}

#friendsCommentsContents .blue-button {
	display: inline;
	text-transform: lowercase;
}

#friendsCommentsContents .blue-button:hover {
	text-decoration: none;
}

#friendsCommentsContents .orange-button {
	display: inline;
	text-transform: lowercase;
	color: #fff;
}

#friendsCommentsContents .orange-button:hover {
	text-decoration: none;
}

#friendsCommentsContents a {
	color: #00afff;
	font-weight: bold;
}

.postMeta {
	background-color: #ddd;
	line-height: 2em;
	padding-left: 5px;
	font-size: 11px;
}

.postMeta a {
	font-weight: bold;
}

.postDet {
	background-color: #eee;
	line-height: 2em;
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 11px;
}

#newComment {
	margin-bottom: 20px;
}

.postNew {
	margin-bottom: 20px;
}

#newCommentTitle {
	margin-top: 15px;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #fc2772;
	text-align: left;	
}

.wp-pagenavi {
	margin-bottom:	1em;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active, #friends-prev, #friends-next {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #ffffff;
	background-color: #666666;
	font-size: 12px;	
}
.wp-pagenavi a:hover, #friends-prev:hover, #friends-next:hover {	
	color: #ffffff;
	background-color: #fc2772;
	font-size: 12px;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 12px;
}

#friendsMsg {
	display: inline;
	font-size: 12px;
}

#pre-adv2 {
	display: block;
	height: 180px;
}

#pre-adv2 .blue-button:hover {
	text-decoration: none;
}

#show-player-vote input {
	border: 1px solid #000;
}

#show_player_vote_txt {
	padding-bottom: 12px;
}

#adv2 {
	margin-right: 10px;
	width: 200px;
	z-index: 2;
	margin-top: 15px;
}

.postHead {
	margin-top: 15px;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #fc2772;
	text-align: left;	
}

.postContent {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* Giovani */

#giovani-topbar {
  background: url('/img/home/giovani_topbar.png') left top repeat-x;
  width: 100%;
  height: 31px;
  overflow: hidden;
  margin: 0 0 10px 0;
  font-size: 12px;
}

#giovani-topbar a.loghetto {
  background: url('/img/home/giovani_litelogo.png') left top no-repeat;
  display: block;
  width: 89px;
  height: 24px;
  overflow: hidden;
  float: left;
  margin: 3px 20px 0px 10px;
}
#giovani-topbar ul li {
  display: block;
  overflow: hidden;
  float: left;
  margin: 7px 7px 0px 0px;
}

#giovani-topbar ul li a {
  color: #123456;
  text-decoration: underline;
}

/* ------------------------------------------------------------------------------------------------------------ */

.paymentTable {
	width: 100%;
}

.paymentRow0, .paymentRow1, .paymentRow2 {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

.paymentRow0 {
	background-color: #017cc1;
}

.paymentRow1 {
	background-color: #018fde;
}

.paymentRow2 {
	background-color: #00a3fb;
}

.paymentRow3 {
	background-color: #f57e20
}

.paymentBlock {
	margin-top: 2em;
	clear: both;
}

.paymentFlag {
	float: right;
	margin-bottom: 1em;
}

/* ------------------------------------------------------------------------------------------------------------ */

#forumPostShow .postHead {
	overflow: hidden;
}

#forumPostShow .postContent {
	overflow: auto;
}

#right-content-fb {
	font-size: 11px;
	margin-top: 20px;
	background-color: #fff;
	padding-bottom: 5px;
}

#right-content-fb a {
	color: #2c6ac1;
}

#right-content-fb h1 {
	padding-left: 10px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #2c6ac1;
	line-height: 20px;
}

/* ------------------------------------------------------------------------------------------------------------ */

body#fb {
	background: #fff;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
}

body#fb a {
	color: #3b5998;
    outline-style: none;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

body#fb a:hover {
	text-decoration: underline;
}

body#fb #header {
	background-image: url(/img/home/header_fb.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 103px;
	width: 500px;
	margin-bottom: 20px;
}

body#fb #header-menu {
	margin-top: 87px;
	margin-right: 10px;
	float: right;
	font-size: 11px;
	color: #fff;
}

body#fb #container {
	width: 750px;
	margin: 0 auto 0 auto;
}

body#fb #container #right {
	margin: 0 auto;
	float: none;
	width: 500px;
	max-width: 500px;
}

body#fb a.blue-button {
	background-color: #3b5998;
    border-color: #d8dfea rgb(14, 31, 91) rgb(14, 31, 91) rgb(216, 223, 234);
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    margin: 0 2px;
    padding: 2px 18px;
    font-weight: normal;
    width: auto;
    display: inline;
	text-transform: none;	
}    

body#fb .greyform {
	background-color: #f7f7f7;
 	color: #000;
    padding: 0px;
    font-size: 11px;                
}   

body#fb .greyform h1 {
	background-color: #dedede;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}
  
body#fb .greyform table {
	margin: 10px;
}


            /* Facebook Box Styles */
            .fbgreybox
            {
                background-color: #f7f7f7;
                border: 1px solid #cccccc;
                color: #333333;
                padding: 10px;
                font-size: 13px;
                font-weight: bold;
            }
            .fbbluebox
            {
                background-color: #eceff6;
                border: 1px solid #d4dae8;
                color: #333333;
                padding: 10px;
                font-size: 13px;
                font-weight: bold;
            }
            .fbinfobox
            {
                background-color: #fff9d7;
                border: 1px solid #e2c822;
                color: #333333;
                padding: 10px;
                font-size: 13px;
                font-weight: bold;
            }
            .fberrorbox
            {
                background-color: #ffebe8;
                border: 1px solid #dd3c10;
                color: #333333;
                padding: 10px;
                font-size: 13px;
                font-weight: bold;
            }
            /* Content Divider on White Background */
            .fbcontentdivider
            {
                margin-top: 15px;
                margin-bottom: 15px;
                width: 520px;
                height: 1px;
                background-color: #d8dfea;
            }
            /* Facebook Tab Style */
            .fbtab
            {
                padding: 8px;
                background-color: #d8dfea;
                color: #3b5998;
                font-weight: bold;
                float: left;
                margin-right: 4px;
                text-decoration: none;
            }
            .fbtab:hover
            {
                background-color: #3b5998;
                color: #ffffff;
                cursor: hand;
            }
        
