/****************************************
*	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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
/*	font-weight: bold; */
	font-weight: bold;
	color: #EEEEEE;
	background-color: black;
/*	background-image:url(bg.gif); */
	background-repeat: repeat-x;
}

table {
	font-size: 15px;
}

input, button, textarea, select, radio {
	padding: 2px;
	border: 2px solid 111111;
	color: #111111;
	background-color: #f0f0f0;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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

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

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

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

#menu a {
	display: block;
	color: #FFAA00;
	text-transform: capitalize;
	padding-left: 5px;
	text-decoration: none;
	font-size: 16px;
}

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

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

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

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

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

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

.code {
	border: 3px solid red;
	background-color: #080808;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	line-height: 6px;
	height: 250px;
	overflow: scroll;
}

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