/************************************************
*	This is the style sheet of PPLOG	*
*	Edit this as you wish.			*
*						*
*	To change the banner, change padding-top to the pixel value +1,                                *
*	change the background -image:url(insert name of digipic here);                                 *
*	FTP the changed style.css file and the jpg file to the httpdocs folder on the server           *
*						                                                       *
************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: white;

	background-repeat: repeat-x;
}


}

table {
	font-size: 11px;
}

input, button, textarea, select, radio {
	padding: 2px;
	border: 1px solid #9999CC;
	color: black
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#all {
	width: 780px;								/* this is the with of the banner picture on top in pixels */
	margin: auto;
	min-height: 600px;
	background-image:url(2011-02-21-logo-blue.jpg); 	/* change this to the picture name of the banner */
	background-position: 50% 0%;
	background-repeat: no-repeat;
	padding-top: 284px;							/* change this to the height of the banner pixel plus 15 */
	background-color: white;
	border-top: 1px dashed silver;
	border-left: 1px dashed silver;
	border-right: 1px dashed silver;
}

*::-moz-selection {
	background-color: black
	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 {						 
	padding: 0px;				
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
}


#menu a {
	display: block;
	color: 336699;
	text-transform: capitalize;
	padding-left: 5px;
	text-decoration: none;
}

#menu a:hover {
	padding-left: 3px;
}
							/* was set at 7px and I changed it to 3px as it made the line overflow once it moved to the right*/
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 {
	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;
	padding-top: 20px;
	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;
	font-size: 11px;			
	padding: 2px;
	margin: 2px;
	line-height: 5px;
	height: 200px;
	overflow: scroll;
}

.quote {
	border: 1px solid silver;
	padding: 2px;
	margin: 2px;
}
