/**
 * PRINT Style sheet for gracepok.com
 * author:  Grace Pok
 * Version: 2.0 - overhauled layout
 * 
 * Color scheme
 * 	Green:  999933
 * 	Dark Red:  550000	
 */

body {
	font-size: 11pt;
}

.bodywrapper {
	padding-bottom: 20px;
}
#header {
	padding-top: 0px;
}

/* main menu */
#menu  {
	padding-top: 5px;
}
#submenu {	
	margin-top: -63px;  /* appear on top of main menu */
	color: #999999;
	font-size: 10.5pt;
}
#submenu li a {
	color: #999999;
	font-weight: normal;
}
#menu a em {
	font:normal bold 14pt/14pt "Courier", "Courier New", sans-serif;
	visibility: visible;
	text-transform: lowercase;
	color: #550000;
/*	font-family: "Courier", "Courier New", sans-serif;
	font-style: normal;
	font-size: 14pt;
	font-weight: bold;
*/
}
/* highlight current page */
#portpg li.por a em, #conpg li.con a em, #linkpg li.lin a em, 
.pgblog #menu li.blo a em {
	color: #999933;
	
}

/* project image */
#imgmask {
	display: none;
}
#imagearea {
	padding: 0;
	border: 1px solid #550000;
}
#textarea {
 	border: 1px solid #999933;
	width: 250px;
	height: 360px;
	float: right;
}
ul.projnote {
	display: none; /* don't need image navigation */
}

#footer {
	font-size: 10pt;
	margin: 0;
	
}
#footer .validation, #footer .bestviewed {
	display: none;
}
