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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	background-image:url(images/spacer.gif);
	background-repeat: no-repeat;
}


table {
	font-size: 11px;
}

input, button, textarea, select, radio {
	padding: 2px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#all {
	width: 800px;
	margin: 0px;
	min-height: 400px;
	background-color: #000000;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 0px dashed silver;
	border-left: 0px dashed silver;
	border-right: 0px dashed silver;
}

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

div#menu {
	float: center;
	padding-left: 0px;
	width: 270px;
	letter-spacing: -1px;
}

#menu h1 {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 15px;
}

#menu a {
	display: block;
	color: #FFFFFF;
	text-transform: capitalize;
	padding-left: 0px;
	text-decoration: none;
}

#menu a:hover {
	padding-left: 0px;
}

div#content {
	float: center;
	overflow: auto;
	padding-right: 20px;
	vertical-align: top;
	width: 700px;
	border-left: 0px dashed silver;
	padding-left: -8px;
	min-height: 300px;
}

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

#content a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

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

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

.code {
	border: 1px solid silver;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
	margin: 2px;
	line-height: 5px;
	height: 200px;
	overflow: scroll;
}

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