/****************************************
*	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: black; 							/*color for Main Menu, Lisiting All Comments, Comment Title, Author*/
	background-color: white;
									/*background-image:url(bg.gif);*/
	background-repeat: repeat-x;
}

table {
	font-size: 11px;
}

input, button, textarea, select, radio {
	padding: 2px;
	border: 1px solid #9999CC;
	color: black							/*this was the default color#8FB236;*/
	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(wheader.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;
}

*::-moz-selection {
	background-color: black					/*this was the default color#8FB236;*/
	color: white;
}

div#menu {
	float: left;
	padding-left: 20px;
	width: 200px;
	letter-spacing: -1px;
}

#menu h1 {						 
	padding: 0px;				
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 15px;
}

#menu h2 {							/*Creates subtitles with silver colored line underneath*/			 
	padding: 0px;				
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
}

#menu a {
	display: block;
	color: 336699;						/*color of the Menu*/
	text-transform: capitalize;
	padding-left: 5px;
	text-decoration: none;
}

#menu a:hover {
	padding-left: 3px;
}

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 h2 {							/*belongs to #menu h2 */
	font-size: 12px;
	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;						/*color of footer at the end of main page*/
	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: black;						/*color of code like "!" and others*/
	font-size: 11px;			
	padding: 2px;
	margin: 2px;
	line-height: 5px;
	height: 200px;
	overflow: scroll;
}

.quote {
	border: 1px solid silver;
	padding: 2px;
	margin: 2px;
}