/* ======= Altre pagine stile da consierare  ======= */
@import url(header.css);
@import url(center-div.css);
/* ------------------------- */


/* ======= HTML e BOODY  ======= */

/*importantissimo il 7px , che non deve es inferiore (a 7px), se no ti da l'errore di vedere sempre la barra di scorrimento orizzontale, molto rompi*/

html {
	padding:                0;
	margin:                 0px 20px;
}

/*Se vuoi fare i temi rimpiccioliti rispetto alla pagina puoi semplicemente mettere il paddinc del body e l'effetto è ottimo*/

body {
	margin:                 0px 50px;
	padding:                0;
	color:                  #0264D1;
	font-family:            "Lucida Grande", Verdana, sans-serif;
	font-size:              10pt;
	background:             #fff url(../img/sfondo.gif) no-repeat;
	background-position:    top;
	background-attachment: fixed;
}

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


/*VARIE, anche contenuti moduli*/


a {
	color: #0264D1;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
a:hover {
	color: #9933FF;
	font-weight: normal;
	text-decoration: underline;
}

h1 {font-size:1.4em;}
h2 {
	font-size:1.5em;
	font-family: "Comic Sans MS";
	color: #FF0000;
	padding: 0px 5px;
	font-variant: small-caps;
}
h3 {font-size:1.2em; color: #0264D1; }
h4 {
	font-size:1.1em;
	font-family: "Comic Sans MS";
	padding: 10px 5px;
	color: #0033CC;
}
h5 {font-size:1em;}
ul { margin: 2px; padding: 2px; list-style: disc inside; text-align: left;}
ol { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
li { margin-left: 2px; color: #52a0f2;}

input.formButton {}

.item {
	border: 2px solid #52a0f2;
}
.itemHead {
	padding: 3px;
	background-color: #52a0f2;
	color: #fff;
}
.itemInfo {
	text-align: right;
	padding: 3px;
	background-color: #D1E4FF;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 1em;
	border-bottom: 1px dotted blue;
	border-top: 1px dashed blue;
}
.itemTitle a {
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #fff;
	font-family: "Comic Sans MS";
	background: transparent;
}
.itemPoster {font-size: .9em; font-style:italic;}
.itemPostDate {font-size: .9em; font-style:italic;}
.itemStats {font-size: .9em; font-style:italic;}
.itemBody {padding-left: 5px;}
.itemText {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
	background-color: #FFFFFF;
}
.itemText:first-letter {font-size: 1.3em; font-weight: bold;}
.itemFoot {
    text-align: right; 
    padding: 3px; 
    background-color: #D1E4FF;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 1em;
	border-top: 1px dashed blue;

}

.itemAdminLink {font-size: .9em;}
.itemPermaLink {font-size: .9em;}


caption {font-weight: bold;}
th, thead {
	background-color: #52a0f2;
	padding : 5px;
	color: #fff;
	font-variant: small-caps;
	font-size: 1.2em;
}
.outer {
	border: 3px solid #52a0f2;
      float: left;
}
.head {
	background-color: #8dbee8;
	padding: 5px;
	font-weight: bold;
	/*border-bottom: 2px solid #eef4f7;*/
}
.even {
	background-color: #eef4f7;
	padding: 5px;
	border-bottom: 1px dashed #3D94DD;
}
.odd {
	padding: 5px;
	background-color: #D1E4FF;
	border-bottom: 1px dashed #3D94DD;
}
.foot {
	background-color: #52a0f2;
	padding: 5px;
	font-weight: bold;
}
tr.even td {
	background-color: #EEF4F7;
	padding: 5px;
}
tr.odd td {
	background-color: #D1E4FF;
	padding: 5px;
}
tr.foot td {
	background-color: #52a0f2;
	padding: 5px;
	font-weight: bold;
}


.errorMsg,.confirmMsg, .resultMsg  { padding: .8em; text-align:center; margin-bottom: 1em; border: 2px solid #ddd;}
.errorMsg  { background-color: #EEF4F7; color: #0264D1; border-color: #FBC2C4; }
.confirmMsg { background-color: #EEF4F7; color: #0264D1; border-color: #0264D1; }
.resultMsg { background-color: #EEF4F7; color: #0264D1; border-color: #C6D880; }
.errorMsg a { background-color: transparent; color: #D12F19; }
.confirmMsg a { background-color: transparent; color: #817134; }
.successMsg a { background-color: transparent; color: #529214; }

.xoopsCode {
	background: #ebebeb;
	border: 1px inset #000080;
	font-family: "Courier New",Courier,monospace;
	padding: 0 6px 6px 6px;
	height: 200px;
	overflow: auto;
	font-size:0.9em;
	color: #000000;
}
.xoopsQuote {
	border: 3px solid #52A0F2;
	padding: 6px;
	font-size:1em;
	color: #000000;
	background-color: #FFF;
}
blockquote {font-style : italic; line-height:1.4em;}

.comTitle {font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat {font-size: .9em; color: #52a0f2; font-weight:bold; border: 1px solid #c0c0c0; background-color: #fff; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #52a0f2; font-weight:bold; font-size: .9em;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: .9em;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName a {color: #fff;}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: .8em;}
.comDateCaption {font-weight: bold; font-style: normal;}






/*è un div di titolo impaginazione del contenuto centrale, si nota bene nella pagina del profilo utente dove trovi l'indirizzazione della sezione*/
.breadcrumbs {
	font-size:1.2em;
	padding:5px 10px;
	background-color: #D1E4FF;
	color: #0264D1;
	font-family: "comic Sans MS";
}


/* --------- Reset css --------- */ /*resetta tutte le impostazioni dei moduli e non dilata troppo i div*/
* {
  margin : 0;
  padding : 0;
}


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


#xo-container {
	margin:                 0px;
	background:             transparent none repeat scroll 0 0;
	padding:                0px;
	color:                  #000000;
	font-family:            "Lucida Grande", Verdana, sans-serif;
    
}



.xoops_dirname {
    margin:                 0px;
    background:             transparent none repeat scroll 0 0;
    padding:                0px;
    color:                  #999;
    font-family:            "Lucida Grande", Verdana, sans-serif;
    
}


/* ======= FOOTER  ======= */

#xo-footer {
	background : #EEF4F7;
	padding : 6px 0 5px 0;
	text-align : center;
	font-size : 0.8em;
	clear: both;
	margin: 5px;
	color: #0000FF;
	border: 1px dashed #52a0f2;
}

#xo-fo-text {
	padding:                0px;
	margin:                 0px;
	background:       transparent;
}
#xo-fo-optimized {
	background:       transparent;
	padding:                0px;
	margin:                 0px;
	color: #0000FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

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


/* --------- Block main menu --------- */
#mainmenu {

	font-size : 1.2em;
	padding: 0px;
	text-align: left;
	font-family: "comic Sans MS";
	background:  url(../img/transparenza.gif) repeat;

}
#mainmenu a {
	display : block;
	margin : 0;
	background-color : transparent;
	padding: 3px;
}
#mainmenu a:hover {background-color : #fff;}
#mainmenu a.menuTop {
  padding-left : 3px;
  	border-bottom: 1px dashed #52A0F2;
      border-left: 1px dashed #52A0F2;
      border-right: 1px dashed #52A0F2;

}
#mainmenu a.menuMain {
	border-bottom: 1px dashed #52A0F2;
      border-left: 1px dashed #52A0F2;
      border-right: 1px dashed #52A0F2;
}
#mainmenu a.menuSub {
	background-color : #fff;
	/*	padding-left : 12px;*/
	font-size : 0.9em;
	font-style : normAL;
	border-bottom: 2px dotted #52a0f2;  

/*border-right : 1px solid #666;
  border-bottom : 1px solid #666;
  border-left : 1px solid #ccc;*/

	padding: 3px 2px;
	margin: 0px 0px 0px 15px;
}
#mainmenu a.menuSub:hover {
	background-color : #D1E4FF;
}

/* --------- Block user menu --------- */
#usermenu {
	font-size : 1.2em;
	padding: 0px;
	text-align: left;
	font-family: "comic Sans MS";
	background:  url(../img/transparenza.gif) repeat;
}
#usermenu a {
	display : block;
	margin : 0;
	background: transparent;
	padding : 3px;
}
#usermenu a:hover {background-color : #fff;}
#usermenu a.menuTop {border-top : 0px solid #ccc;}
#usermenu a.highlight {background-color : #fff;}




/*============== Styles for system_redirect.html (override system module) =================*/
#xo-redirect {
    width:                  780px;
    margin:                 50px auto;
    padding:                1em;
    font-weight:            bold;
    text-align:             center;
}
#xo-redirect .notreload {
    height:                 28px;
    background:      transparent;
    padding-top:            2px;
    color:                  #000;
}
#xo-redirect .notreload a {
    background:       transparent;
    color:                  #ff0000;
    font-weight:            bold;
    text-decoration:        none;
}
#xo-redirect .message {
	height:                 100px;
	background-color:       #61B5FF;
	padding:                2px;
	color:                  #0264D1;
	font-size:              1.2em;
	text-align:             center;
	border:                 1px dashed #52a0f2;
}
#xo-redirect .message img{
    padding:                1em;
}



/*============== Styles for system_siteclosed.html  (override system module) =================*/
#xo-siteclose {
	width:                  400px;
	margin:                 100px auto;
	background-color:       #61B5FF;
	padding:                30px;
	color:                  #000;
	font-size:              1.2em;
	font-weight:            bold;
	text-align:             center;
	border:                 1px dashed #52a0f2;
}
#xo-userbar_siteclosed {
    display:                block;
    background:             #52a0f2 url(xo-banner_bg.png) repeat-x left top;
    padding-top:            2px;
    padding-right:          1em;
    color:                  #fff;
    font-size :             .8em;
    text-align :            center;
}
#xo-userbar_siteclosed form {
    display:                inline;
    padding:                0;
}

#xo-userbar_siteclosed input {
    width:                  50px;
    background-color:       transparent;
    color:                  #fff;
    font-size :             .9em;
}
#xo-userbar_siteclosed input:hover {}



#element.style {
    clear: both;
    float: none;
}



