
* {
	outline: none !important;
}

a:link, a:visited, a.forumtitle:link, a.forumtitle:visited {
	color: #555280;
	background: transparent;
	text-decoration: none;
}

a:hover, a:active, a.forumtitle:hover, a.forumtitle:active {
	color: #555280;
	background: transparent;
	text-decoration: underline;
}

 a.topictitle:link, a.topictitle:visited {
 	color: #555280;
	background: transparent;
	text-decoration: none;
 }
 
  a.topictitle:hover, a.topictitle:active {
	color: #555280;
	background: transparent;
	text-decoration: underline;
 }


body {
	font-size: 11px;
	width: 100%;
}

#content {
	background: #ffffff;
}

#header {
	background:url(img/header.png) 0 0 no-repeat transparent;
}

#footer {
	background:url(img/footer.png) 0 0 no-repeat transparent;
	display:block;
	height:88px;
	border-top:1px solid #CCC;
	font-size:11px;
	line-height:145%;
	width:100%;
	color: #ffffff;
}

#footer a:link, #footer a:visited {
	color: #8782B8 !important;
}

a#gotop {
	background: none;
	margin-top: 68px !important;
}


#caption {
	padding:25px 30px 0 130px;
}

#contenutopagina {
	background: url(img/sfondo.jpg) no-repeat black;
	background-position: 50% -130px;
	background-attachment: fixed;
	padding:20px 0;
}

#container {
	width: 990px;
	background: transparent;
	margin: 0 auto !important;
}

/*#container {
	width: 990px;
	position: relative;
	left: 50%;
	margin-left: -495px;
}*/

#main {
	width: 734px;
	padding: 10px 10px;
}

#sidebar {
	width: 225px;
	padding: 5px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#sidebar h3, #sidebar h2  {
	font-size: 14px;
	color: #555280;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 0 0;
	border: none;
	height: 20px;
	line-height: 20px;
}

#sidebar li h2 {
	margin: 0;
	padding: 0;
}

#menus li.current_page_item a.home {
	background-position: 0 -155px !important;
}

.topiclist .header {
	font-size: 9px;
}

#page-body .post {
	padding-bottom: 0px !important;
}



#main #wrap {
	background: transparent;
	min-width: 700px;
	width: auto !important;
	width: 700px;
	padding: 0 20px 0 0;
}

.comment .name {
	width: auto;
}

#commentlist {
	width: 690px;
}

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 500px; 
    height:30px; 
	margin-top: 10px;
	color: #ccc;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items a { 
   float:left;
	width: 500px; 
   height:43px;
	display: block;
} 
 
/* you may want to setup some decorations to active the item */ 
div.items a.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

#kb-advanced-rss-3 h3 {
	color: white;
	background: transparent;
	margin: 0;
	padding: 0;
	text-transform: none;
	border: none;
	font-size: 12px;
}

a.kbrsswidget:link, a.kbrsswidget:visited, a.kbrsswidget:hover, a.kbrsswidget:active {
	color: #8782B8 !important;
	text-decoration: none;
}

#southsidebar {
	height:60px;
	margin-left:336px;
	margin-top:-60px;
	position:relative;
	width:400px;
	font-size: 12px;
}

h3, h2 {
	padding: 10px 0;
}

#wp-united-loginuser-info h3 {
	display: inline-block;
	padding: 0 0 0px 0;
	font-size: 11px;
	margin-bottom: 10px;
}

.wpu_username {
	display: inline !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	letter-spacing: 0;
	font-family:Arial;
}

h2 {
	font-size: inherit;
}

#menus li a.home {
	text-indent: 33px;
	width: 80px;
}

.wpu_user input, .wpu_password input {
	display: block;
	margin-bottom: 5px;
}



.comment .author {
	width: auto;
}

.postbody .author {
	float: none;
}

/* root element for scrollable */ 
div.lastforum { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 665px; 
    width: 700px; 
} 
 
/* root element for scrollable items */ 
div.lastforum ul  { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

div.lastforum ul  li{
	height: 70px;
}

#tooltipnews { 
    display:none; 
    background:transparent url(img/black_big.png) no-repeat; 
    font-size:11px; 
    height:244px; 
    width:320px; 
    padding:25px; 
    color:#fff; 
	position: relative;
	z-index: 3000;
}

.postbody .content {
	line-height: 1.4em;
}

.messagebox, .errorbox {
	width: 581px;
}

.postbody {
	width: 76% !important;
	width: 510px;
}

p.author {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:1em;
	line-height:1.2em;
	margin:0 0em 0.6em 0;
padding:0 0 5px;

}

/*menu*/

#sidebar ul	 {
	list-style-type: none;
}

#sidebar ul li {
	background: transparent;
	padding-left: 0px;;
	height: 25px;
	line-height: 25px;
}

#sidebar ul li a, #sidebar ul li a:link, #sidebar ul li a:visited {
	display: block;
	text-decoration: none !important;
	border: 1px solid #ccc;
	background: #e5e5e5;
	color: #555280;
	padding-left: 10px;;
}

#sidebar ul li a:hover, #sidebar ul li a:active {
	display: block;
	color: #8782B8;
	background:url(img/sfondo_menu.gif) no-repeat black;
	background-position: 0 0;
}

input.button1, input.button2 {
	background: #e5e5e5;
	color: #555280;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 1px 10px;
	cursor: pointer;
}

input.button1:hover, input.button2:hover {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding: 1px 9px 1px 11px;
	color: red;
}

#sidebar #wp-united-loginuser-info ul li {
	height: auto !important;
	line-height: 1em !important;
}

#sidebar #wp-united-loginuser-info ul li input {
border: 1px solid #999999;
font-size: 11px;
padding: 0 5px;
}

#sidebar #wp-united-loginuser-info ul li a,
#sidebar #wp-united-loginuser-info ul li a:link,
#sidebar #wp-united-loginuser-info ul li a:visited {
	color: #000000;
background: transparent;
font-size: 11px;
border: none;
padding: 0;
}

#sidebar #wp-united-loginuser-info ul li a:hover, #sidebar #wp-united-loginuser-info ul li a:active {
	text-decoration: underline !important;
}

.wpu-widget-lu-username {
display: inline;
}


#phpbb_username, #phpbb_password {
display: block;
}

.wpuloginform li {
font-size: 11px !important;
}