/*
+--------------------------------------------------------------------------
|   Cascading Style Sheet for MKportal "default" Portal Template
|   ========================================
|   by Meo aka Luponero [Amedeo de longis]
|      visiblesoul [Don K. Colburn]
|   (c) 2004-2005 mkportal.it
|   http://www.mkportal.it
|   Email: luponero@mclink.it
+--------------------------------------------------------------------------
|   > MKPortal
|   > Written By Amedeo de longis
|   > Date started: 9.2.2004
+--------------------------------------------------------------------------
*/

/*=============================
M
K  global styles
P
=============================*/

/* Corpo pagina */
body {
	background-color: #9e4a1c;
	font-size: 10px;
	color: orange;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align: center;
        background: fixed;
        background-image: url('images/sf_body.jpg');
	}

div#main {
float : left;
width: 85%;
}
div#content {
float : right;
width: 82%; 
}
div#nav {
display : block;
width : 16%;
}
div#extra {
display : block;
float : right;
width : 13.5%;
}
div#foot {
clear : both;
}

div#container {
	text-align:left;	
	margin: 0px 5px;
}

div.box {margin-bottom: 10px;}

hr {
                line-height: 1px;
                height: 1px;
                color: #733a1a;
}

/* Sfondo e allineamento logo */
#mklogostrip {
	/*background-image: url(images/sf_body.jpg);*/	
	background-color: transparent;
	text-align: center;
}

/* global font formatting */
table {
	font-size: 10px; 
	color: #733a1a;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

/* Testo categoria moduli */
tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
/* Testo news, titolo statistiche e utenti online moduli */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
/* Testo info blocchi */
.tdglobal {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

/* Margini tabella principale */
.tabmain {
	margin:0px;
	padding:0px;	
}

/* image link border */
img { 		
	border: 0px;
}

ul.menu, ul.pages {
list-style-type : none;
margin : 0;
padding : 0;
}

ul.menu li {
display: inline;
}

/*=============================
M
K  LIGHT BACKGROUND
P
=============================*/
/* Sfondo celle calendario, desrizione e statistiche moduli - Testo statistiche */
.modulecell {
	background-color: #ffffff;
	color: #000000;
	background-image: url(images/sf_stat.jpg);
}
/* Sfondo Urlo sotto la barra dei link */
.urlo2 {
	color: #000000;
 }
/* Sfondo Tabella news */
.tabnews {
	background-color: #ffffff;
	color: #000000;
	background-image: url(images/sf_moduli.jpg);
}
.trattini {
	background-color: #94734A;
	color: #000000;
}
/* Sfondo delle tre colonne del portale */
.tabmain {
	color: #000000;
}
/* Sfondo dei blocchi e moduli */
.tablemenu {
	background-color: #ffffff;
	color: #733a1a;
	background-image: url(images/sf_moduli.jpg);
}
/* Sfondo della tabella del blocco UrloBox */
.taburlo {
	background-color: #ffffff;
	color: #000000;
	background-image: url(images/sf_moduli.jpg);
}

/*=============================
M
K  MEDIUM BACKGROUND
P
=============================*/
/* Sfondo barra dei link */
.navigatore {
	background-color: #666666;
	color: #005522;
	background-image: url(images/sf_link.gif);
        /* border-bottom: 1px solid #000000;*/
}

ul.menu {
	color: #005522;
	background-image: url(images/sf_link.gif);
        height: 25px;
        text-align: center;
}

/* Sfondo celle principali blocchi */
.tdblock {
	color: #005522;
	background-image: url(images/sf_celle.jpg);
}

ul.pages li {
	color: #733a1a;
	background-image: url(images/sf_celle.jpg);
}

/* Colore dei bordi delle tabelle interne dei moduli */
.moduleborder {
	background-color: #94734A;
	color: #733A1A;
}

/*=============================
M
K  DARK BACKGROUND
P
=============================*/
/* Sfondo e testo urlo box sotto barra dei link */
.urlo {
	/* background-image: url(MKPORTALIMGDIR/m_sf.gif); */
	background-color: transparent;
	color: #f0e080;
}
/* Sfondo e testo titolo dei blocchi e moduli */
.sottotitolo {
	/* background-image: url(MKPORTALIMGDIR/m_sf.gif); */
	/*background-color: transparent;*/
                background-image: url('images/m_sf0.gif');
                color: #ffffff;
                padding-left: 15px;
}

div.box h3,  div.box h2 {
                background-image: url('images/m_sf0.gif');
                color: #ffffff;
                padding: 0px; margin: 0px;
                padding-left: 15px;
}

/*=============================
M
K  border and divider styles
P
=============================*/
/* Spessore e colore dei bordi della tabella principale */
.tabmain {
	border: 1px solid #000000;	
}
/* Spessore e colore dei bordi delle tabelle principali dei blocchi emoduli*/
.tablemenu {
     border: 1px solid #000000;	
} /* block wrapper, chat button strip */

/* Spessore e colore delle tabelle del modulo UrloBox */
.taburlo {
	border: 1px solid #000000;	
}
/* Spessore e colore della dabella UrloBox sotto la barra dei link */
.urlo2 {
	border: 1px solid #000000;	
}

/*=============================
M
K  hyperlink styles
P
=============================*/
/* global links */
a:link 
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005522;	
	text-decoration: none;	
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFE081;	
	text-decoration: underline;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005522;	
	text-decoration: none; 	
}

/* Barra dei link, bold navbar, block, module links */
a.uno:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #005522; 
	font-weight: bold;
	text-decoration: none
}
/* Link visitati */
a.uno:visited {	
	font-size: 10px; 
	color: #005522; 
	font-weight: bold;
	text-decoration: none
}

/* Link al passaggio del mouse */
a.uno:hover {
	font-size: 10px; 
	color: #FFE081; 
	font-weight: bold;
	text-decoration: underline;
}

/* block text links */
.tablemenu a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005522;	
	text-decoration: none;	
}

.tablemenu a:hover {
	text-decoration: underline;
	color: #FFE081;
}

.tablemenu a:active { 
	text-decoration: none; 	
}

/* global contrasting text and hyperlink color */

/* Colore testo descrittivo: "ultimo accesso", numero file, immagini, ecc... */
.mktxtcontr {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
/* Testo titoli news */
a.mktxtcontr:link {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
} 
/* Testo news visitate */
a.mktxtcontr:visited {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

a.mktxtcontr:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFE081;
}

/* contrasting text and hyperlink color 2 (admin) */
/* Questi campi quì sotto sono per i link modifica e cancella del PCA */
.mktxtcontr2 {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}
a.mktxtcontr2:link {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
} 
a.mktxtcontr2:visited {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}

a.mktxtcontr2:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFE081;
}

/*=============================
M
K  form styles
P
=============================*/
/* Colore di sfondo delle caselle di spuntatura e sfondo e testo del tasto salva, invia e vota del PCA del portale */

.tinput, input, textarea, select, .bgselect, .mkbutton, .blsubmit, .mkblkinput {
	/* border: 1px solid #733a1a; */	
	background-color: #eeffee;
        color: #733a1a;
	margin: 2px;
	padding: 2px 4px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px; 
	vertical-align: middle;
}

.tinput {
    width: 80%;
}

/* button border - needed for blocks to display correctly in forum-view */	
.blsubmit,
.mkbutton {
	font-weight: bold;
	border: 2px #9cf outset;
        color: #005522;
}

/* radio/checkbox buttons - remove background color and border in IE */	
.mkradio {
	background-color: transparent;
	border: 0px;		
}

/* configure blog textarea */
textarea.mkwrap1 {
	overflow: auto;
	/* width: 230px; */
        width: 100%;
}

/* edit blog textarea */
textarea.mkwrap2 {
	overflow: auto;
	width: 500px ;
}

/*=============================
M
K  navstrip styles
P
=============================*/
/* Barra dei link */
.navigatore {	
	vertical-align: bottom;
	/* text-align: right; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 10px;
}

/*=============================
M
K  block styles
P
=============================*/
/* used in functions.php (function main_page) */
.blocks {
	padding: 0px;
}

/* block header/footer corner images - portal skin only */
/* Sfondo delle celle decorative dei blocchi e moduli */
.tdmenblock {
	font-size: 0px;	
	padding: 0px;  
	margin: 0px; 
                height: 1px;
	vertical-align: top;
                background-image: url('images/m_sf2.gif');
	/* background-color: transparent; */
}

/* Font dei blocchi */
.tdblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 1px;	
                padding: 0px;
}

ul.pages li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 1px;	
        padding: 0px;
}

/* Titoli blocchi e moduli */
.sottotitolo {
	vertical-align: bottom;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
                line-height: 20px;
	color: #E0E0FF;
}

div.box h3, div.box h2 {
	vertical-align: bottom;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
                line-height: 20px;
	color: #E0E0FF;
}

/* horizontal spacer between blocks */
.tdspacer {
                height: 5px;
	line-height: 5px;
}

/*=============================
M
K  module global styles
P
=============================*/
/* Sfondo celle moduli titolo statistiche, utenti online e menu salta categoria a tendina */
.modulex {
	background-color: #f1f5f8;
	height: 20px;
	background-image: url(images/sf_cat.jpg);
}
/* Sfondo e altezza cella moduli titoli categoria */
th.modulex {	
	background-color: #f1f5f8;
	height: 20px;
	/* font-weight: normal;*/
	white-space: nowrap;
}

/* Testo descrizione categoria */
.modulelite {
	font-size: 8pt;
	color: #FFE081;
}

/* center block padding (news, admin) */
.contents {
	padding: 10px;
}

/* Link per le pagine multiple download galleri ecc... */
.mkpagelink {
	background-color: #f0f5fa;
	border: 1px solid #072a66;
	color: #733a1a;
	font-weight: normal;
	background-image: url(images/sf_stat.jpg);
	padding:1px 3px;
}

.mkpagelinklast,  .mkpagecurrent {
	background-color: #94734A;
	border: 1px solid #072a66;
	color: #733a1a;
	font-weight:normal;
	padding:1px 3px;
}

/*=============================
M
K  shoutbox module styles
P
=============================*/
/* module table with border (shoutbox, news) */
div.taburlo {	
	width: 100%; /* center in IE */	
}

td.taburlo{
	margin:5px;
	padding:5px;
	border: 0;
}

.urla {
	/* border-bottom: 1px solid #000000; */
	color: #669966;
	font-size: 22px;
	/* font-weight: bold; */
}

.urla a:link {color: #339933;}
.urla a:visited {color: #339933;}
.urla a:hover {color: #ff9933;}
	
/* Cella descrizione urlobox sotto la barra dei link */
.urlo {
	line-height: 18px;
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	/* color: #000000; */
	padding: 4px;
        background-image: url('http://www.webirishpub.net/mkportal/templates/chronicles(A)/images/m_sf.gif')		 
}

/* Cella urlobox sotto la barra dei link */
.urlo2 {
	/* border-bottom: 1px solid #000000; */
	border-width: 0 0 1px 0;
	border-style: solid;
	text-align: center;
	color: #99cc99;
	font-size: 22px;
	/* font-weight: bold; */
	padding: 4px;
        clear: both;	
}

.urlo2 a:link {color: #66ff66;}
.urlo2 a:visited {color: #66ff66;}
.urlo2 a:hover {color: #ff9933;}

/* Colore testo nome utente ultimo urlo nella cella sotto la barra dei link */
.urlocontrast {	
	color: #ffffff;
}

/*=============================
M
K  news module styles
P
=============================*/
/* Linee tratteggiate news */
.tabnews {
	border: 1px dashed #000000;
	margin:0px; 
	padding:0px;
	font-size: 10px;
	color: #733a1a;	
}

/*=============================
M
K  admin cp styles
P
=============================*/
/* Titoli PCA portale */
.titadmin {
	margin: 0px;
	font-weight: bold;
	font-size: 11px; 
	color: #005522;
	border-top: 1px dashed #733a1a;
}

/*=============================
M
K  font styles
P
=============================*/
/* Testo della scritta errore */
.mkerror {	
	font-size: 12pt;
	color: #ff0000;
	font-weight:bold;
}

/* MKPQuote quotation text */
.mkquote { 		
	color: #0000ff;	
}

/* MKPGallery module ecard */
.ecardtitle {
	font-size: 10pt; 
	font-weight: bold;
	text-align: center;
}

/* MKPGallery slideshow caption text (modules/gallery/ function slide_update) */
/*
.mkslidecap {	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #ffffff;
}
*/

/*=============================
M
K  BBcode quote styles
P
=============================*/
.mkquoteball {
	font-size: 9px; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #ffffff;	
	padding: 0;	
}

.mkquotetext {
	font-size: 10px; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	margin: 0;
	padding: 0;	
}
table .mkquotetable{				
	width: auto; /* IE */	
	text-align: left;
}

/* topsite links */

#dir {color: #ffffff;}

#dir a:link {color: #ffffff;}

#dir a:visited {color: #ffffff;}

#dir a:hover {color: #ffffff;}

#footer {text-align: center; color: #ffa500;}
#footer a:link {color: #ffa500;}
#footer a:visited {color: #ffa500;}
#footer a:hover {color: #ffa500;}


.imm, ul.pages li a {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       background-image: url(images/frec2.gif);
       background-repeat: no-repeat;
       padding-left: 16px;
       line-height: 17px;
       margin-left: 4px;
       vertical-align: top;
       font-size: 10px;
       font-weight: bold;
       color: #005522;
}
h2, h3, a.imm, ul.pages li a {
       white-space: nowrap;
       overflow: hidden;
}
a.imm:visited, ul.pages li a:visited {
	color: #005522;	
	text-decoration: none;
}

a.imm:link, ul.pages li a:link {

       color: #005522;	
       text-decoration: none;
}

a.imm:hover, ul.pages li a:hover {
                background-image: url(images/frec3.gif);
	color: #FFE081;	
	text-decoration: underline;
}

.imx {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       line-height: 17px;
       margin-left: 4px;
       vertical-align: top;
       font-size: 10px;
       font-size: 10px;
       color: #005522;
}
a.imx:hover {
	color: #FFE081;	
	text-decoration: underline;
}
a.imx:link {
	color: #005522;	
	text-decoration: none;
}

.greenbutton {
               border: 2px #336633 outset;
               font-size: 8px;
               font-weight: normal;
               color: #003300;
               background-color: #eeffee;
               height: 18px;
               padding: 0px;
}

.greeninput {
               border: 1px #336633 outset;
               font-size: 12px;
               font-weight: normal;
               color: #336633;
               background-color: #eeffee;
               height: 14px;
               padding: 1px;
}

.googleDX {
               background: url(images/sf_celle.jpg);
               height: 50px;
}

.googleDX td {
               padding: 0px;
               margin: 0px;
               border: 0px;
               text-align: center;
               background: url(images/sf_celle.jpg);
               height: 20px;
               width: 80%;
}

.googleDX input {
               border: 1px #336633 outset;
               font-size: 10px;
               font-weight: normal;
               color: #336633;
               background-color: #eeffee;
               padding: 1px;
               width: 100%;
}

.googleH {
               background: url(images/sf_moduli.jpg);
}

.googleH table {
               padding: 0px;
               margin: 0px;
               border: 0px;
               background: url(images/sf_moduli.jpg);
}

.googleH td {
               padding: 0px;
               margin: 0px;
               border: 0px;
               text-align: center;
               background: url(images/sf_moduli.jpg);
}

.googleH input {
               border: 1px #336633 outset;
               font-size: 14px;
               font-weight: normal;
               color: #336633;
               background-color: #eeffee;
               padding: 3px;
}

h1 {
  margin: 0 auto;
  padding: 0;
}
h1 a, h1 a:link, h1 a:visited, h1 a:hover {
           display: block;
           text-align: center;
           color: #ffa500;
           font-size: 16px;
           font-weight: bold;
           margin: 0px;
           max-height: 117px;
           margin: 0 auto 0 auto;
           background-image: url(images/pub.gif);
           background-position: top;
           padding: 91px 0 5px 0;
           width: 700px;
           height: 16px;
           text-decoration: none;
}

.chat {font-size: 14px; font-weight: bold; color: #733a1a;}
.vchat {font-size: 12px; color: #733a1a; background-color: #ffa500; padding: 2px; font-weight: bold;}

.imy, ul.menu li a {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       background-image: url(images/entry2.gif);
       background-repeat: no-repeat;
       padding-left: 21px;
       line-height: 24px;
       margin-left: 14px;
       font-size: 14px;
       font-weight: bold;
       color: #005522;
}
a.imy:visited, ul.menu li a:visited {
	color: #005522;	
	text-decoration: none;
}

a.imy:link, ul.menu li a:link {

	color: #005522;	
	text-decoration: none;
}

a.imy:hover, ul.menu li a:hover {
                background-image: url(images/entry3.gif);
	color: #FFE081;	
	text-decoration: none;
}

.auguri {color: orange; font-size: 15px; font-style: italic;}
.spot {color: #D1F024; font-size: 10px; border: 1px dotted #D1F024; padding: 5px 10px 5px 10px; margin: 40px; text-align: justify; font-family: Verdana, Arial, Helvetica, sans-serif; background-image: url(/forum/templates/noteBored/images/background.gif); font-weight: 550; -moz-border-radius: 5px;}
.spot a, .spot a:hover {color: #D1F024; font-weight: bold; text-decoration: underline;}
.chatt {color: #669966; font-size: 14px; text-align: justify; margin: 10px; padding: 5px; background-color: #eeffee; border: 1px #559955 dotted; font-family: comic sans ms,sand; -moz-border-radius: 20px;}

.striscia {padding: 4px; background-color: #92421d; border-top: 1px solid #733a1a; color: #b9e3b9;}

#flashchat {}

.psx{float: left;}
.pdx{float: right;}


