/*
Theme Name: Gutenberg College
Theme URI: http://gutenberg.edu/
Description: The style additions for Gutenberg College's site. The basic style for all five sites is found at gutenbergcommunity.org/style2.css. "Team Gutenberg" was Bryan Taylor, Erin Greco, Terry Stollar, Robby Julian, and Ron Julian.
Author: Team Gutenberg


------------------------------------------ 

*/

#article-right .contentpod .catside h2 {
	margin: 10px 0 0 0;
	font-size: 120%;
}

#article-right .contentpod .catside ul li {
	margin: 0 0 5px 15px;
	padding-bottom: 0;
}

#article-right .contentpod .catside ul ul li {
	margin: 0 0 5px 40px;
	padding-bottom: 0;
	list-style-type: none;
}

#article-right .contentpod .catside ul li.current_page_item {
	background: #bbbbbb;
}
#article-right .contentpod .catside ul li.current_page_item a {
	color: black;
}

#article-right .contentpod .catside h2.currentitem {
	background: #bbbbbb;
}
#article-right .contentpod .catside h2.currentitem a {
	color: black;
}

#article-right .contentpod .catside ul {
	padding-top: 5px;
}
#article-right .contentpod .catside ul ul {
	padding-top: 0;
}
#article-right .contentpod .catsidetop {
	background: #003366;
	margin-bottom: 20px;
}
#article-right .contentpod .catsidetop p {
	color: white;
	margin: 0 0 0 5px;
	font-weight: bold;
	font-size: 100%;
}