/* Start of CMSMS style sheet 'css_new' */
/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #FFF;
/*background: #FFF url(uploads/andreas01/bg_new.gif) top center repeat-y;*/
}

#wrap {
color: #303030;
margin: 0 auto;
width: 800px;
height: 100%;
/*background: #FFFFFF url(uploads/andreas01/bg_new.gif) top center repeat-y;*/
}

#header {
clear: both;
margin: 0 0 0 0;
padding: 15px 10px 0 0;
height: 45px;
background: #FFFFFF url(uploads/andreas01/logo_bg_new.gif) no-repeat;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 550px;
float: right;
text-align: right;
padding: 20px 0 0 0;
color: #a0a0a0;
margin: 0px 0 0 0;
font-size: 0.8em;
line-height: 0em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 0 0;
padding-right: 10px;
font-size: 0.9em;
}

#avmenu ul {
list-style: none;
width: 150px;
margin: 0 0 0 0;
padding: 0;
/* font-size: 1.1em; */
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li li {
margin-bottom: 4px;
margin-top: 4px;
}

/* first level */
#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #282828;
display: block;
padding: 6px 0 0 10px;
background: #FFF;
border-left: 4px solid #ff0000;
border-right: 1px solid #CCC;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}	
	
#avmenu li a:hover {
background: #cccccc;
color: #282828;
border-left: 4px solid #ff0000;
}

#avmenu li a.menuactive {
background: #cccccc;
color: #282828;
border-left: 4px solid #ff0000;
border-right: 1px solid #282828;
border-top: 1px solid #282828;
border-bottom: 1px solid #282828;
}

/* second level second generation */
#avmenu li li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #282828;
display: block;
padding: 6px 0 0 10px;
background: #FFF;
border: 1px solid #CCC;
margin-left: 4px;
}	

#avmenu li li a:hover {
background: #cccccc;
color: #282828;
border-left: 0px;
}

#avmenu li li a.menuactive {
background: #cccccc;
color: #282828;
border-left: 0px;
border: 1px solid #282828;
}

/* commento questi per disattivarli second level old
#avmenu li li a {
font-weight: normal;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 24px;
background: #f4f4f4;
border-left:1px solid #282828;
border-right:1px solid #282828;
border-bottom:1px solid #282828;
margin-left: 4px;
}

#avmenu li li a:hover {
background: #eaeaea;
color: #286ea0;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

#avmenu li li a.menuactive {
background: #eaeaea;
color: #286ea0;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}


/* third level
#avmenu li li li a {
font-weight: normal;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 34px;
background: #f4f4f4;
border:0;
}	

#avmenu li li li a:hover {
background: #eaeaea;
color: #286ea0;
border:0;
}

#avmenu li li li a.menuactive {
background: #eaeaea;
color: #286ea0;
border:0;
}
*/

.announce {
margin: 10px 0px 10px 0px;
padding: 10px 0px 10px 0px;
width: 150px;
color: #505050;
line-height: 1.3em;
/*background: #cccccc;*/
/*background: #ffffff url(uploads/andreas01/bg_news.gif) top center repeat-y;*/
/*background-position: 0% 0%*/
}

#extras {
float: right;
width: 140px;
height: 100%;
margin: 0 0px 0px 0;
padding-left: 20px;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1em 0;
}

#content_internal {
margin: 0 0 20px 165px;
padding: 0 25px 0 25px;
line-height: 1.6em;
text-align: left;
}

#content_home {
margin: 0 165px 20px 165px;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content_nms {
margin: 0 165px 20px 165px;
padding: 0 25px 0 25px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
/*
background: #cccccc;
border: 4px solid #f0f0f0;
*/
}

h3 {
font-size: 1em;
margin: 0;
}

a {
text-decoration: none;
font-weight: bold;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 5px;
border-top: 2px dotted #d2d2d2;
width: 780px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
line-height: 0em;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.block_hotnews {
margin-bottom: 10px;
with: 100%;
padding: 10px;
border: 2px solid rgb(204, 0, 0);
background: #FFFFFF url('uploads/images/Loghi/hot_news.gif') top right no-repeat;
}

.block_100 {
margin-bottom: 10px;
with: 100%;
padding: 10px;
border: 2px solid rgb(204, 0, 0);
}

.block_50 {
margin: 10px;
with: 48%;
float: left;
padding: 10px;
border: 2px solid rgb(204, 0, 0);
}

#tweetbox {
width: 150px;
display: block;
}

#onetweet {
width: 150px;
display: block;
}


/* End of 'css_new' */

