/* Tema originale photo4u.it per phpBB versione 2
   Autore: 1pixel - http://www.photo4u.it */

/* Stile pagina generale. Colori scroll bar visibili in IE5.5+ */
body {
	background-color: #E5E5E5;
	scrollbar-face-color: #E1E1E1;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E1E1E1;
	scrollbar-3dlight-color: #D5D5D5;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #EEEEEE;
	scrollbar-darkshadow-color: #999999;
}

/* Famiglie caratteri per l'uso generale */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { text-decoration: none; color: #555555; }
a:hover		{ text-decoration: none; color : #FF0000; }
hr	{ height: 0px; border: solid #D5D5D5 0px; border-top-width: 1px; }

/* Sfondo e linea contorno intorno all'intera pagina */
.bodyline	{ background-color: #FFFFFF; border: 1px #999999 solid; }

/* Sfondo e linea contorno intorno alle tabelle principali del forum */
.forumline	{ background-color: #FFFFFF; border: 1px #D5D5D5 solid; }

/* Sfondi delle celle principali nelle tabelle del forum */
td.row1	{ background-color: #EEEEEE; }
td.row2	{ background-color: #E1E1E1; }
td.row3	{ background-color: #D5D5D5; }

/* Immagine di sfondo della cella d'intestazione delle colonne Argomenti, Messaggi e Ultimo messaggio nell'index.php */
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/sfuma.jpg);
		background-repeat: repeat-y;
}

/* Carattere e sfondo della cella d'intestazione delle sezioni */
th	{
	color: #FFFFFF;
	font-size: 11px;
	font-weight : bold;
	background-color: #555555;
	height: 25px;
	background-image: url(images/th_grey.png);
	background-repeat: repeat-x; 
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#D5D5D5; border: #FFFFFF; border-style: solid; height: 28px;
}

td.catLeft {
background: -moz-linear-gradient(left, #f9f9f9 0%, #d5d5d5 45%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9f9f9), color-stop(45%,#d5d5d5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #f9f9f9 0%,#d5d5d5 45%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #f9f9f9 0%,#d5d5d5 45%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #f9f9f9 0%,#d5d5d5 45%); /* IE10+ */
background: linear-gradient(to right, #f9f9f9 0%,#d5d5d5 45%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#d5d5d5',GradientType=1 ); /* IE6-9 */
}

#sfondo_didascalia {
background: -moz-linear-gradient(left, #d5d5d5 0%, #f4f4f4 30%, #f4f4f4 70%, #d5d5d5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d5d5d5), color-stop(30%,#f4f4f4), color-stop(70%,#f4f4f4), color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #d5d5d5 0%,#f4f4f4 30%,#f4f4f4 70%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #d5d5d5 0%,#f4f4f4 30%,#f4f4f4 70%,#d5d5d5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #d5d5d5 0%,#f4f4f4 30%,#f4f4f4 70%,#d5d5d5 100%); /* IE10+ */
background: linear-gradient(to right, #d5d5d5 0%,#f4f4f4 30%,#f4f4f4 70%,#d5d5d5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#d5d5d5',GradientType=1 ); /* IE6-9 */
}

#sfondo_foto {
	background-color: #222;
}

.sfondo_foto {
	background-color: #222;
}

td.catHead, td.catBottom {
	background-image: url(images/catHead.png);
	background-repeat: repeat-x; 
}

/* Bordi interni per le celle della tabella principale */
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #D5D5D5; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* Testo titolo grande delle pagine */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* Testo generale */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FF0000; text-decoration: none; }

/* Testo links della navbar (home, cerca, ...)*/
.mainmenu		{ font-size : 11px; color : #333333 }
a.mainmenu		{ text-decoration: none; color : #333333;  }
a.mainmenu:hover{ text-decoration: none; color : #FF0000; }

/* Testo titoli categorie forum (Community4u) */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #333333}
a.cattitle		{ text-decoration: none; color : #333333; }
a.cattitle:hover{ text-decoration: none; color : #FF0000; }

/* Testo titoli sezioni nell'index (Off-Topic) */
.forumlink		{ font-weight: bold; font-size: 12px; color : #333333; }
a.forumlink 	{ text-decoration: none; color : #333333; }
a.forumlink:hover{ text-decoration: none; color : #FF0000; }

/* Testo per la paginazione, (Pag 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #333333;}
a.nav			{ text-decoration: none; color : #333333; }
a.nav:hover		{ text-decoration: none; color : #FF0000; }

/* Testo titoli dei topic */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #333333; }
a.topictitle:link   { text-decoration: none; color : #333333; }
a.topictitle:visited { text-decoration: none; color : #888888; }
a.topictitle:hover	{ text-decoration: none; color : #FF0000; }

/* Testo nome utente in viewmsg.php, viewtopic.php, etc */
.name			{ font-size : 11px; color : #333333;}

/* Testo Localitā, numero messaggi, data e ora di invio, etc */
.postdetails		{ font-size : 10px; color : #333333; }

/* Testo messaggio (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #FF0000; }
a.postlink:visited { text-decoration: none; color : #FF0000; }
a.postlink:hover { text-decoration: underline; color : #FF0000; }

/* Testo Quote & Code */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FFFFFF; border: #D5D5D5; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FFFFFF; border: #D5D5D5; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Testi Copyright e info a pič di pagina */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333;}
a.copyright		{ color: #333333; text-decoration: none;}
a.copyright:hover { color: #FF0000; text-decoration: none;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* Sfondo campo input testo */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* Bottoni usati per la formattazione bbCode */
input.button {
	background-color : #EEEEEE;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* L'opzione predefinita nei bottoni */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* L'opzione alternativa nei bottoni */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #E1E1E1; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 
	.gen { font-size : 24px; }
	.genmed { font-size : 22px; }
	.gensmall { font-size : 14px; }
	.postbody { font-size : 28px; line-height: 34px}
	.name { font-size : 22px; }
	.topictitle, h1, h2	{ font-size: 20px; color : #333333; }
	.postdetails { font-size : 18px; }
	.forumline tbody tr td { padding: 5px; }
	 .cattitle, .forumlink { font-size: 24px; }
} 
