/****************************************
*	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: 12px;
	color: #333333;
	background-color: #lightgray;
	background-image:url(bg.gif);
	background-repeat: repeat-x;
}

table {
	font-size: 11px;
}

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

div#all {
	width: 780px;
	margin: auto;
	min-height: 600px;
	background-image:url(header.gif);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	padding-top: 160px;
	background-color: #EEEECC;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

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

div#menu {
	float: left;
	padding-left: 20px;
	width: 200px;
	letter-spacing: -1px;
}

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

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

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

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

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

#content a {
	color: black;
	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: black;
	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 black;
	padding: 2px;
	margin: 2px;
}
