@charset "UTF-8";

body {
  margin:0 auto!important;
  color:#444444;
  background-image:url(http://www.argoslandia.it/immagini/mfc/set5/sfondopatt01.png);
/*  
	background-size:auto 100%;
  background-position:right;
  background-repeat:no-repeat;
	*/
  background-attachment:fixed;
  background-color:#ffffff;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  text-align:center;
}

#header_bar {
  width:100%;
  height:150px;
  background-image:url(http://www.argoslandia.it/immagini/mfc/set1/header.png);
  background-position:center;
  background-repeat:no-repeat;
  font-size:1px;
}

.header_links {
  display:none;
}

.clearfix header_time #server_time {
  display:none;
}

#footer_bar {
  display:none;
}

a:link,a:active,a:visited {
  font-size:12px;
  color:#ff8400;
  text-decoration:none;
  font-weight:bold;
}

a:hover {
  font-size:12px;
  color:#4de7c8;
  text-decoration:none;
  font-weight:bold;
}

#member_status_value,#member_message_value,#member_type_value,#status_value {
  font-size:12px;
}

#profile_about_me {
  font-size:20px;
  font-family:"Open Sans",Impact;
  text-shadow:0 1px 1px #4d4d4d;
}

#profile_about_me span.label {
  color:#444444;
  font-weight:normal;
}

#profile_about_me span.value {
  color:#ff6600;
  font-weight:normal;
}

.profile_section_content {
  color:#444444;
  text-align:left;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

#profile_main_photo .profile_section_background {
  background-color:transparent;
}

img#profile_avatar.img_radius_shadow {
  -webkit-box-shadow:2px 2px 2px #bbbbbb;
  -moz-box-shadow:2px 2px 2px #bbbbbb;
  box-shadow:2px 2px 2px #bbbbbb;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

img#main_photo.img_radius_shadow {
  -webkit-box-shadow:4px 4px 6px #bbbbbb;
  -moz-box-shadow:4px 4px 6px #bbbbbb;
  box-shadow:4px 4px 6px #bbbbbb;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

#profile_about_me_friends.profile_section div.profile_section_background {
  background-color:transparent;
  background-image:url(http://www.argoslandia.it/immagini/mfc/set5/manflowers.png);
  background-size:auto 100%;
  background-position:right top;
  background-repeat:no-repeat;
  opacity:1;
  filter:alpha(opacity=100);
}

.profile_section_background {
/* background-color:transparent; */
  background-color:#057bff;
  opacity:.1;
  filter:alpha(opacity=10);
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

/*Testo Heading*/
.profile_section_content .heading {
  text-align:center;
  font-family:"Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
  font-size:34px;
  text-transform:uppercase;
  text-rendering:optimizeLegibility;
  color:#2c2c2c;
  letter-spacing:.05em;
  text-shadow:1px 1px 0 #d5d5d5,4px 4px 0 rgba(0,0,0,0.2);
  -webkit-text-shadow:1px 1px 0 #d5d5d5,4px 4px 0 rgba(0,0,0,0.2);
  -moz-text-shadow:1px 1px 0 #d5d5d5,4px 4px 0 rgba(0,0,0,0.2);
/*
  -webkit-text-shadow:-2px 0 black,0 1px black,1px 0 black,0 -2px black;
  -moz-text-shadow:-2px 0 black,0 1px black,1px 0 black,0 -2px black;
  text-shadow:-2px 0 black,0 1px black,1px 0 black,0 -2px black; */
}

/*Sfondo Heading*/
.profile_section_content .heading {
  padding:5px;
  background-color:transparent;
/*   background-color:#ffff66;
  opacity:.4;
  filter:alpha(opacity=40);
  background-image:url(http://www.argoslandia.it/immagini/mfc/set1/barra.png);
  background-position:center top;
  background-repeat:no-repeat;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;*/
}

.content {
  padding:5px;
}

.wall_post_avatar {
  width:58px;
  height:58px;
  float:left;
  margin:0;
  padding:0;
  margin-right:10px;
  border:1px #999 solid;
  background-color:#fff;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow:1px 1px 2px #bbbbbb;
  -moz-box-shadow:1px 1px 2px #bbbbbb;
  box-shadow:1px 1px 2px #bbbbbb;
}

.wall_post_avatar img.img_radius_shadow {
  width:50px;
  height:50px;
  padding:0;
  margin:0;
  margin-top:4px;
  border:1px #000 solid;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}