/*<pre> 
 _____   _   _   _____   _____    _____            ___   _____    _____  
|_   _| | | | | | ____| |  _  \  | ____|          /   | |  _  \  | ____| 
  | |   | |_| | | |__   | |_| |  | |__           / /| | | |_| |  | |__   
  | |   |  _  | |  __|  |  _  /  |  __|         / / | | |  _  /  |  __|  
  | |   | | | | | |___  | | \ \  | |___        / /  | | | | \ \  | |___  
  |_|   |_| |_| |_____| |_|  \_\ |_____|      /_/   |_| |_|  \_\ |_____| 
 _____   _____       ___  ___   _____       
/  ___/ /  _  \     /   |/   | | ____|      
| |___  | | | |    / /|   /| | | |__        
\___  \ | | | |   / / |__/ | | |  __|       
 ___| | | |_| |  / /       | | | |___       
/_____/ \_____/ /_/        |_| |_____|   
 _____     _   _   _____   _____   _____   _   _____   __   _   _____  
/  _  \   | | | | | ____| /  ___/ |_   _| | | /  _  \ |  \ | | /  ___/ 
| | | |   | | | | | |__   | |___    | |   | | | | | | |   \| | | |___  
| | | |   | | | | |  __|  \___  \   | |   | | | | | | | |\   | \___  \ 
| |_| |_  | |_| | | |___   ___| |   | |   | | | |_| | | | \  |  ___| | 
\_______| \_____/ |_____| /_____/   |_|   |_| \_____/ |_|  \_| /____
 _____   _   _       ___   _____  
|_   _| | | | |     /   | |_   _| 
  | |   | |_| |    / /| |   | |   
  | |   |  _  |   / / | |   | |   
  | |   | | | |  / /  | |   | |   
  |_|   |_| |_| /_/   |_|   |_|   
 _____       ___   __   _        _____  
/  ___|     /   | |  \ | |      |_   _| 
| |        / /| | |   \| |        | |   
| |       / / | | | |\   |        | |   
| |___   / /  | | | | \  |        | |   
\_____| /_/   |_| |_|  \_|        |_|   
 _____   _____  
|  _  \ | ____| 
| |_| | | |__   
|  _  { |  __|  
| |_| | | |___  
|_____/ |_____| 
     ___   __   _   _____   _          __  _____   _____    _____   _____  
    /   | |  \ | | /  ___/ | |        / / | ____| |  _  \  | ____| |  _  \ 
   / /| | |   \| | | |___  | |  __   / /  | |__   | |_| |  | |__   | | | | 
  / / | | | |\   | \___  \ | | /  | / /   |  __|  |  _  /  |  __|  | | | | 
 / /  | | | | \  |  ___| | | |/   |/ /    | |___  | | \ \  | |___  | |_| | 
/_/   |_| |_|  \_| /_____/ |___/|___/     |_____| |_|  \_\ |_____| |_____/ 
 _____  __    __       _____   _____   _____   _____   _       _____  
|  _  \ \ \  / /      /  ___| /  _  \ /  _  \ /  ___| | |     | ____| 
| |_| |  \ \/ /       | |     | | | | | | | | | |     | |     | |__   
|  _  {   \  /        | |  _  | | | | | | | | | |  _  | |     |  __|  
| |_| |   / /         | |_| | | |_| | | |_| | | |_| | | |___  | |___  
|_____/  /_/          \_____/ \_____/ \_____/ \_____/ |_____| |_____| 
<pre>*/



@charset "UTF-8";
/* CSS Document */
/* UNIVERSAL */
body {
/*background: url('../images/us3colors.png'); background-repeat:repeat-x repeat-y;*/
background: #e5ecf3;
margin: 0px;
font-family: Arial,Geneva, Helvetica, sans-serif;
font-size: 12px;
color: #707070;
}

ul {margin:0; padding:0;}
ol {margin:0; padding:0;}

fieldset {border-bottom:1px dashed #ff0000;
border-right:1px dashed #ff0000;
border-left:1px dashed #ff0000;
border-top:1px dashed #ff0000;}
legend {margin-top:10px;font-size:30px;font-weight:bold;color:#ff0000;}
label {font-weight:bold;font-size:15px;}
/* titolo generale navigazione categorie*/
h1 {
font-size: 24px;
font-weight: bold;
padding-left: 10px;
}
h1 a {color:#707070;text-decoration:none;}
/*titolo pagina news*/
h2 {
font-size: 20px;
color: #ff0000;
margin: 0px;
font-weight: bold;
}
h2 a {
color: #ff0000;
text-decoration:none;
}
h2 a:hover {
text-decoration:underline;
}
/*titolo comments*/
h3 {
font-size:20px;
font-weight:bold;
padding-left:2px;
}
h3 a {text-decoration:none;}


a {
color: #11a3ac;
text-decoration: underline;
}

.saved {background-color:#11A3AC;color:#fff;font-size:14px;padding:6px;}
.error  {background-color:#11a3ac;color:#fff;font-size:14px;padding:6px;line-height:18px;}
.errordiv  {background-color:#11a3ac1;color:#fff;font-size:14px;padding:6px;line-height:18px;}

.linetop {border-top:2px solid #DEDEDE;}
.linespacer {margin-top:2px;margin-bottom:8px;border-bottom:1px solid #DEDEDE;}

.button {border:2px solid #dedede;background:#fff;}
.field {border:1px solid #dedede;padding:2px;}

#content {
width: 1100px;
padding: 10px;
margin: 0px auto;
background-color: #fff;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}

/* HEADER */
#login {
text-align: right;
}
#logo {background:url("../images/social_network_32.png") no-repeat 0 0 ;
width:800px;
height:5px}

#logo {
margin-left:20px;
padding: 33px;
font-size: 15px;
font-weight: bold;
color: #000;
}
#logo a{color: #000;	text-decoration:none;}

.search {float:right;margin-top:8px;}
#searchsite {border:1px solid #DEDEDE;}
.searchbutton {background:#fff;border:1px solid #DEDEDE;}

.rsslink {float:right;margin-top:20px;text-align:right;font-size:15px;}
.rsslink a {text-decoration:none;color:#707070;font-weight:bold;}

#reg_usernamecheckitvalue {background:#FFFFD3;}
#reg_emailcheckitvalue {background:#FFFFD3;}
/*striscia sotto il logo*/
#nav {
border-top: 5px solid #666666;
border-bottom: 1px solid #ff0000;
padding: 10px 0px;
margin: 0px;
}/*riquadro che segnala la posizione*/
#nav li {
list-style: none;
display: inline;
padding: 2px -5px;
}
#nav li a {
color: #707070;
text-transform: uppercase;
text-decoration: none;
padding: 0px 20px;
}
#nav li  a:hover{
color: #000;
}
#nav .current {
list-style: none;
display: inline;
background:#ffdc00;
}

/* STORIES */
.leftwrapper {padding-left:12px;}

#leftcol {
width: 600px;
float: left;
overflow: hidden;
}

#leftcol ol, #leftcol ul {
margin-left:20px;
margin-top:5px;
}

#leftcol-wide {
width: 790px;
float: left;
overflow: hidden;
}
#leftcol-superwide {
width: 960px;
float: left;
overflow: hidden;
}
.stories {
width:600px;
margin-bottom: 30px;
}
.stories-wide {
width: 790px;
margin-bottom: 20px;
}
.stories-superwide {
width: 960px;
margin-bottom: 20px;
}

.pagewrap {
border-top: 2px solid #dedede;
border-bottom: 1px solid #dedede;
padding: 10px;
}

.headline {/*cambio colore banda sopra e sotto titoli news*/
border-top: 1px dashed #ff0000;
/*border-bottom: 5px solid #79bb16;*/
padding: 5px;
}
/*colore esteso sfondo news*/
.title h2 {
font-size: 25px;
color: #11a3ac;
margin: 200px
font-weight: bold;
}/*colore scritta news*/
.title h2 a {
color: #ff7711;
text-decoration:none;
}
/*colore sfondo news con il mouse sopra*/
.title h2 a:hover {
color: #c55400;
text-decoration:underline;
}

.subtext {
font-size: 12px;
}
.subtext a {
color: #707070;
}/*stabilisci posizione img del voto*/
.vote {
background:url("../images/vote-00.png") no-repeat 0 0;
float: right;
width: 20px;
padding: 25px 32px;
/*border-right: 1px solid #dedede;*/
text-align: center;
}
.vote a{text-decoration:none;}
.vote a:hover{text-decoration:underline}
/*grandezza numero votazioni*/
.votenumber {
font-size: 23px;
margin: 10px;
font-weight:bold;
/*background: #bed3a0;*/

}
/*posted by...*/
.title {
margin-left: 15px;
color:#11a3ac;
}

.adminlinks {font-size:11px;}

.storycontent {
padding: 10px;
font-size:20px;
}
.storycontent p {
margin:0 0 -10px 0;
}
.storycontent ol {
margin-left:22px;
padding:0;
}
.storycontent ol li {
line-height:14px;
margin:0 0 -10px 0;
padding:0;
}
.storycontent ul {
margin:0 0 0px 0;
padding:0;
}
.storycontent ul li {
line-height:14px;
margin:0 0 -10px 0;
padding:0;
}



.storyfooter {
padding: 0px 10px;
}

#who_voted ol {padding-bottom:20px;clear:both;}
#who_voted li {
background:#fff;
border:1px dashed #000;
padding:5px;
margin-right:5px;
margin-left:110px;
margin-bottom:4px;
margin-top:4px;
list-style-type: none;
float:left;
}

#related {margin-bottom:10px;padding-top:10px;}
#related ol {
padding-left:30px;
margin-top:5px;
margin-bottom:5px;
}

/*#who_voted {margin-bottom:10px;padding-top:10px;border-top:1px solid #DEDEDE;}*/

/* Submit */
#submit {padding-top:5px;border-top:2px solid #DEDEDE;}
#submit_content {padding:8Fpx;}

#submit ul {padding-left:20px;}

.instructions {margin-top:10px;border-bottom:1px dashed #ff0000;
border-right:1px dashed #ff0000;
border-left:1px dashed #ff0000;
border-top:1px dashed #ff0000;line-height:30px;}

#bodytext {width:550px;height:450px;}
#summarytext {width:550px;height:250px;}

/* Profile */ 
#navbar {padding-top:10px;border-top:2px solid #ff0000 ;margin-bottom:10px;}

.userborderbottom {border-bottom:2px solid #dedede;}

#profile {border-top:2px solid #dedede;padding:10px;}
#profile_content {}

#personal_info {}
/*#bookmarklet {background:#000;}*/

#search_users {float:right;}

/* Comments */

.comment-form {
background:#fff;
border-bottom:1px dashed #ff0000;
border-right:1px dashed #ff0000;
border-left:1px dashed #ff0000;
border-top:1px dashed #ff0000;
width:788px;
}
/*modifico i commenti delle news*/
#comments {padding-top:5px;border-top:1px solid #DEDEDE;}
.comment-wrap {border-bottom:1px solid #DEDEDE;border-right:1px solid #DEDEDE;border-left:1px solid #efefef;border-top:1px solid #efefef;background:#eec0e1;padding:5px;}
/*sposti la scritta "written by....."*/
.comment-left {
float:left; 
width:80px;
text-align:right;
border-right:1px solid #DEDEDE;
padding-right:10px;
overflow:hidden;
}

.comment-right {
margin: 0px 10px 30px 90px;
padding-left:12px;
width:665px;
overflow:hidden;
}

.commenttools {
padding: 0px 10px;
float:right;
}


/* MIDDLE COLUMN */
#midcol {
width: 200px;
margin-left: 50px;
float: left;
/* a trick to hide of long comments that don't have spaces */
overflow:hidden;
font-size: 12px;
}
.sectiontitle {
font-size: 16px;
text-transform: uppercase;
margin: 1px;
font-weight: normal;
}
.sectiontitle a {text-decoration:none;color: #ff7711;}
.sectiontitle a:hover {color: #c55400;}

.boxcontent {
line-height: 24px;
padding: 1px 1px 10px 1px;
}
.active {
font-weight: bold;
color: #11a3ac;
}

.sidebar-saved {list-style-type:disc;margin-left:5px;}
.sidebar-saved a{text-decoration:none;}
.sidebar-saved a:hover {text-decoration:underline;}

.sidebar-stories {list-style-type:none;}
.sidebar-stories li {margin-bottom:-3px;line-height:22px;}
.sidebar-vote-number a{background:#292929;color:#fff; font-size:20px;text-decoration:none;padding-right:3px;margin-right:2px;border-right:1px solid #fff;}
.sidebar-article a{background:#fff;color:#000;font-weight:bold;text-decoration:none;font-size:13px;}
.sidebar-article a:hover {background:#000;text-decoration:underline overline;color: #fff}

#sidebar-comments {line-height:10px;}
#sidebar-comments a {background:#fff;color:#000; font-size:15px;}
#sidebar-comments a:hover {background:#000;color: #4eff00}


/* RIGHT COLUMN */
#rightcol {
width: 150px;
margin-left:50px;
float: left;
}
#aboutcontent {
padding: 10px 10px 20px 10px;
border-bottom: 1px solid #dedede;
}
.links {
border-bottom: 1px solid #dedede;
padding: 10px;
}

/* FOOTER */
#footer {
padding: 4px 10px;
background-color: #ededed;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
margin: 20px 0px;
}
.footer a:hover {
color:#000;
text-decoration:underline;
}

/* Sort list */
#navcontainer {
padding:10px 10px 10px 5px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 16px ;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding-left: 18px;
width: 160px;
background: #FFF url('../images/unoa.gif')left top repeat-y;
}

#navcontainer a:link, #navlist a:visited
{
color: #707070;
background: #FFF url('../images/uno.gif')left top repeat-y;

}

#navcontainer a:hover
{
background: #FFF url('../images/unoa.gif')left top repeat-y;
color: #000;
}

#active a:link, #active a:visited, #active a:hover
{
background: #FFF url('../images/uno.gif')left top repeat-y;
}

/* Pagination */
.pagination {
background:#EDEDED;
color:#666;
border-top:1px solid #ddd;
margin-top:40px;
padding:0px 8px 0px 3px;
}

.pagination p {
position:relative;
text-align:right;
margin:0;
padding:5px 0 5px 0;
}

.pagination p a:link,.pagination p a:visited,.pagination p a:hover,.pagination p a:active {
text-decoration:none;
padding:2px 5px;
}

.pagination p a:hover {
background:#A44848;
color:#fff;
}

.pagination p span {
text-decoration:none;
color:#ACACAC;
margin-right:1px;
padding:2px 5px;
}

/* Tags */

.tagformat a{text-decoration:none;}
.tagformat a:hover{text-decoration:underline;}

/* RSS Feeds */
#feeds {
text-transform:capitalize;
border-top: 2px solid #dedede;
margin-top:-15px;
padding:10px 10px 10px 0px;
}

#rssfeeds, #rssfeeds ul {list-style:none;}
#rssfeeds li{margin-left:-10px;}

.feedname {
margin-left:8px;
font-size: 15px;
font-weight: bold;
}
.feedname a {
color: #11a3ac;
text-decoration:none;
}
.feed-spacer {
margin:15px 10px 0px 15px;
border-top:1px solid #ededed;
}
.rssfield {
background:#F9F9F9;
border:1px solid #dedede;
padding-left:2px;
margin-left:16px;
width:490px;
}

/* Live */

.live2-item {
clear:both;
border-bottom:1px solid #ccc;
text-align:center;
overflow:hidden;
padding:5px 2px 0;
}

.live2-ts,.live2-type,.live2-votes,.live2-story,.live2-who,.live2-status {
float:left;
display:block;
}

.live2-type img {
border:none;
vertical-align:middle;
margin:0;
width:60px;
}

.live2-ts {width:12%;text-transform:capitalize;}
.live2-type {width:12%;text-transform:capitalize;}
.live2-votes {width:6%;text-transform:capitalize;}
.live2-story {width:40%;text-align:left;font-weight:bold;text-transform:capitalize;}
.live2-story a {color:#11A3AC;text-decoration:none;}
.live2-story a:hover {text-decoration:underline;}
.live2-who {width:18%;text-transform:capitalize;}
.live2-status{width:12%;text-transform:capitalize;}
.live2-problem {color:red;text-transform:capitalize;}

/* Register */
.register-left {
float:left;
width:360px;
margin-right:15px;
}
.register-right {
float:left;
width:400px;
}
.register-right ul {
padding-left:15px;
}

/* Login */
.login-left {
float:left;
width:180px;
border-right:1px solid #DEDEDE;
margin-right:15px;
}
.login-middle {
float:left;
width:280px;
border-right:1px solid #DEDEDE;
margin:0px 15px;
}
.login-right {
float:left;
width:250px;
margin-left:15px;
}

/*Group css*/

#group_navbar {padding-top:10px;border-top:2px solid #DEDEDE;margin-bottom:2px;}

.groupexplain {
padding:10px;
background:#fff;
border-bottom:1px dashed #ff0000;
border-right:1px dashed #ff0000;
border-left:1px dashed #ff0000;
border-top:1px dashed #ff0000;;
}

.rolelinks a{color:#6666CC;}

#groupadminlinksbutton a{color:#999}

.toptitle {
margin-top:5px;
font-size:16px;
font-weight:bold;
}
.toptitle a{text-decoration:none;}
.toptitle a:hover{text-decoration:underline;}

.group_container {
margin-top:10px;
width:550px;
float:left;
position:relative;
}

.group_right {
width:450px;
float:left;
position:relative;
}
.group_left {
width:100px;
float:left;
position:relative;
margin-top:5px;
}
.group_avatar {
}
.group_join {
}
.group_unjoin {
}
.group_unjoin a {
font-weight:bold;
left:4px;
position:relative;
text-decoration:none;
top:-3px;
}
.group_withdraw_request {
}
.group_created_by {
}
.group_member {
}

