/****************************************
*	This is the style sheet of PPLOG	*
*	Edit this as you wish.				*
*	Designed by Federico Ramírez		*
*	A.K.A fedekun						*
****************************************/

body {
	font-family: Lucida Grande,Tahoma,Verdana,Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: white;
	background-image:url(/immagini/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

table {
	font-size: 12px;
}

input, button, textarea, select, radio {
	padding: 2px;
	/*border: 1px solid #8FB236;
	color: #8FB236;    */
	border: 1px solid #2773a5;
	color: #2773a5;
	background-color: white;
	font-family: Lucida Grande,Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#all {
	width: 780px;
	/*margin: auto;*/
	margin: 0 auto;
	min-height: 600px;
	text-align: left;
	/*background-image:url(header.gif);*/
	background-position: 50% 0%;
	background-repeat: no-repeat;
	/*padding-top: 160px;*/
	background-color: white;
	border-top: 1px dashed silver;
	border-left: 1px dashed silver;
	border-right: 1px dashed silver;
}

#myhead {
        background-color: #000000;
        /*color: #993c3c;*/
        background-image:url(/immagini/testata.png);
        background-repeat:repeat-x;
        color: #ffffff;
        padding:10px 10px;
}

#myhead h1 {
        font-size:33px;
}

div#myhead {
        border-bottom: 1px solid silver;
}

#myhead td {
        padding:0px 20px 10px 20px;
        color:#ffffff;
}


*::-moz-selection {
	background-color:#8FB236;
	color: white;
}

div#menu {
	float: left;
	padding-left: 20px;
	width: 200px;
	/*letter-spacing: -1px;*/
	/*min-height: 600px;*/
	/*border-left: 1px dashed silver;*/
}

#menu h1 {
	/*color: #8FB236;*/
	color:#2773a5;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 15px;
}

#menu a {
	display: block;
	/*color: #8FB236;*/
	color:#2773a5;
	text-transform: capitalize;
	padding-left: 5px;
	text-decoration: none;
}

#menu a:hover {
	/*padding-left: 7px;*/
	/*color: #d07514;*/
	color:red;
	text-decoration: underline;
}

div#content {
	float: right;
	padding-right: 20px;
	width: 520px;
	border-left: 1px dashed silver;
	/*border-right: 1px dashed silver;*/
	padding-left: 10px;
	min-height: 600px;
}

#content .postTitle {
        /*color:black;  */
        color:#2773a5;

}

#content .postTitle:hover {
        color:red;
        text-decoration:none;
}

#content h1 {
	font-size: 18px;
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
	padding: 0px;
	letter-spacing: 2px;
}

#content a {
	/*color: blue;*/
	color:#2773a5;
	text-decoration: none;
}

#content a:hover {
	/*color: blue;*/
	color:red;
	text-decoration: underline;
}

#content td {
	padding: 0px 10px;
	text-decoration: none;
}

div#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #666666;
	padding-top: 15px;
	letter-spacing: 2px;
}

#footer a {
	color: black;
	text-decoration: none;
	/*letter-spacing: -1px;*/
}

.code {
	border: 1px solid silver;
	background-color: #F1F1F1;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 2px;
	margin: 2px;
	line-height: 10px;
	height: 200px;
	overflow: scroll;
}


.quote {
	border: 1px solid silver;
	padding: 2px;
	margin: 2px;
}