/*
Theme Name: Chimps, Inc
Theme URI: http://wordpress.org/
Description: The theme for Chimps, Inc
Version: 1.0
Author: Jeff Grimm
Author URI: http://sonatainc.com/
Tags: green, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */

.tableBodyWP {
	font-family: verdana;
	font-size:10pt;
	padding:10px 5px 10px 5px;
	background-color:transparent;/*rgb(232,238,234);*/
}
.olderEntries {
	font-family:verdana;
	font-size: 10pt;

}
.commentWP {
	font-size:10pt;
	padding:20px;
}
small {
	font-size:9pt;
}
.tableSidebarWP {
	background-color:white;
	padding:5px;
}
.jgContentWP {
	font-family:verdana;
	font-size: 10pt;
	color: black;
}
.jgContentWP :link {
	color: black;
	font-weight:bold;
	text-decoration:none;
}
.jgContentWP :visited {
	color: black;
	font-weight:bold;
	text-decoration:none;
}
.jgContentWP :hover {
	color: black;
	font-weight:bold;
	text-decoration:underline;
}
.navigationChimps {
	color: black;
	padding-bottom:10px;
}

.navigationChimps :link {
	color: blue;
	font-weight:normal;
	text-decoration:none;
}
.navigationChimps :visited {
	color: blue;
	font-weight:normal;
	text-decoration:none;
}
.navigationChimps :hover {
	color: blue;
	font-weight:normal;
	text-decoration:underline;
}
