/****************************************

*	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: #C5C6C0;

	background-color: white;

	background-image:url();

	background-repeat: repeat-x;

	margin-top: 70px;



}



table {

	font-size: 11px;

}



input, button, textarea, select, radio {

	padding: 2px;

	border: 1px solid #000000;

	color: #000000;

	background-color: white;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

}



div#all {

	width: 635px;

	margin: auto;

	min-height: 400px;

	background-image:url();

	background-position: 0% 0%;

	background-repeat: no-repeat;

	padding-top: 10px;

	border-top: 0px dashed silver;

	border-left: 0px dashed silver;

	border-right: 0px dashed silver;



}



*::-moz-selection {

	background-color:#8FB236;

	color: white;

}



div#menu {

	float: left;

	padding-left: 20px;

	width: 150px;

	letter-spacing: -1px;



}



#menu h1 {

	color: #F29A0E;

	padding: 0px;

	margin-top: 10px;

	margin-bottom: 0px;

	font-size: 15px;



}



#menu a {

	display: block;

	color: #C5C6C0;

	text-transform: capitalize;

	padding-left: 5px;

	text-decoration: none;



}



#menu a:hover {

	color:#242f35;



}



div#content {

	float: right;

	padding-right: 20px;

	width: 400px;

	border-left: 1px dashed #C5C6C0;

	padding-left: 10px;

	min-height: 400px;



}



#content h1 {

	font-size: 15px;

	border-bottom: 1px solid #C5C6C0;

	margin-bottom: 5px;

	padding: 0px;

	letter-spacing: 2px;



}



#content a {

	color: #C5C6C0;

	text-decoration: none;

	font-weight: bold;



}



div#footer {

	clear: both;

	text-align: center;

	font-size: 10px;

	color: #666666;

	padding-top: 15px;

	letter-spacing: 2px;



}



#footer a {

	color: #C5C6C0;

	text-decoration: none;

	letter-spacing: -1px;



}



.code {

	border: 1px solid silver;

	background-color: #F1F1F1;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #333333;

	font-size: 11px;

	padding: 2px;

	margin: 2px;

	line-height: 5px;

	height: 200px;

	overflow: scroll;

}



.quote {

	border: 1px solid silver;

	padding: 2px;

	margin: 2px;

}