@charset "UTF-8";
/* CSS Document */

html, body { height: 100%; }
body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	
	/* dev only
	background-image:url(http://students.caes.uga.edu/global/images/devBkgd.gif);
	background-repeat:repeat;
	 */
}
#wrapper, #wrapper_intranet, #wrapper_home, #wrapper_nonav, #wrapper_intranet_nonav {
	margin: 0 auto;
	width: 750px;
	background-color: #ffffff;  
	height: auto; 
	margin-bottom:1.5em;
}
#wrapper_100, #wrapper_intranet_100 {
	margin: 0 auto;
	width: 100%;
	background-color: #ffffff;  
	height: auto; 
	margin-bottom:1.5em;
}
/*
#wrapper_home {
	background-image: url(../images/content_home_bkgd.gif);
	background-repeat: repeat-y;
}*/
#wrapper, #wrapper_intranet {
	background-image: url(../images/content_bkgd.gif);
	background-repeat: repeat-y;
}
td, th { /* Makes font in tables display correctly across browsers */
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.searchCriteria {
	display: none;
}
.noPrinting {
	display: inline;
}
#wrapper #bodyarea, #wrapper_intranet #bodyarea, #wrapper_home #bodyarea {
/*	background-color: #ffffff; */
	height: auto;
	text-align: left;
}
/*	#wrapper #bodyarea, #wrapper_intranet #bodyarea {
	background-image:  url(../images/content_bkgd.gif);
	background-repeat: repeat-y;
} */
#wrapper_nonav #bodyarea, #wrapper_100 #bodyarea,
#wrapper_intranet_nonav #bodyarea, #wrapper_intranet_100 #bodyarea  {
	background:#FFFFFF;
}
#header, #header_4h, #menu, #bodyarea, #searchtools, #footer {
	width: 100%;
	clear: both; 
}
#searchtools, .searchtools { 
	clear: none;
}
*html #bodyarea { 
	clear: none;
}

/***************
header items
***************/

#header, #header_4h {	
	text-align: left;
	background-color:#990000;
	width: 750px;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper_intranet #header, #wrapper_intranet #portal,
#wrapper_intranet_nonav #header, #wrapper_intranet_nonav #portal,
#wrapper_intranet_100 #header, #wrapper_intranet_100 #portal  {	/* for intranet */
	background-color:#666666;
}
#header img, #header_4h img {
	padding-top: 3px;
	float: left;
}
#header_4h {
	background-image:url(../../../extension/images/4h-banner.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#portal {
	padding: 0px;
	background-color:#990000;
	text-align: left;
	float: right;
}
#menu { 
	background-color:#000000;
	width: 100%;
	text-align:left;
	font-size: 10px;
	margin: 0px;
	padding: 5px 0px;
	height: 1.3em;
	font-weight: bold;
	color: #000000;
}
#wrapper_intranet #menu, #wrapper_intranet #menu li, 
#wrapper_intranet_nonav #menu, #wrapper_intranet_nonav #menu li,
#wrapper_intranet_100 #menu, #wrapper_intranet_100 #menu li { /* for intranet */
	background-color:#990000;
}
#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	vertical-align:middle;
}
#menu li { /* all list items */
	float: left;
	display:inline;
	background-color:#000000;
}
#menu ul li a {
	text-decoration: none;
	color: #ffffff;
	padding: 8px;
}
#menu li a:hover{
	text-decoration: underline;
}
/****************************************************
SPOTLIGHT, FEATURES
****************************************************/
#highlight a {
	color: #990000;
	text-decoration: none;
}	
#highlight a:hover {
	text-decoration: underline;
}	
#highlight p {
	font-size: 11px;
	line-height: 1.5em;
	padding: 15px;
	margin: 0px;
	text-align: left;
}
/****************************************************
LOCAL NAVIGATION: leftmost column
Creates unordered list with arrows and custom bullets.
Non-linked items are bold and should indicate location.
****************************************************/
#sidebar {
	width: 146px;
	float: left;
	height: auto;
}
#sidebar p {
	padding: 10px;
	margin: 0px;
	font-size: .7em;
	line-height: 1.5em;
}
*html #sidebar {
	width: 145px;
}
ul.localnav{
	padding: 10px;
	margin: 0px;
	list-style: none;
	font-size: .7em;
	line-height: 1.5em;
	text-decoration: none;
	text-align: left;
}
ul.localnav li.back {
	background-image:   url(../images/arrow_down_gray.gif); /* updated 11/13/08 */
	background-repeat: no-repeat;
	background-position: 0 5px; /* updated 11/13/08 */
	padding: 0px;
	padding-left: 10px;
}
ul.localnav li.back a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
ul.localnav li{
	background-image:   url(../images/arrow_right_black.gif); /* updated 11/13/08 */
	background-repeat: no-repeat;
	background-position: 0 5px; /* updated 11/13/08 */
	padding: 0px;
	padding-left: 10px;
	font-weight: bold;
}
ul.localnav li a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
ul.localnav li ul li a{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
ul.localnav li ul {
	margin: 0;
	padding: 0 0px;
	list-style: none;
	text align: left;
	text-decoration: none;
}
ul.localnav li ul li {
	background-image:  url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0px;
	padding-left: 7px;
	font-weight: bold;
	color: #990000;
}
ul.localnav li.here a, ul.localnav li a.here {
	font-weight: bold;
	color: #990000;
}
ul.localnav li a:hover {
	color: #990000;
	text-decoration: underline;
}

/****************************************************
CONTENT
****************************************************/
#main {
	width: 600px;  /* adjusting this MAY fix the IE alignment issues */
	margin-left: 150px;
	padding: 0px;
	font-size: .75em;
	line-height: 1.7em;
	height: auto; 
}
*html #main { /* adjusting this MAY fix the IE alignment issues */
	margin: 0 -3px;
	margin-left: 147px;
}
#wrapper_nonav #main, #wrapper_intranet_nonav #main {
	margin-left:0px;
	width:740px;
}
#wrapper_100 #main, #wrapper_intranet_100 #main {
	margin-left:0px;
	width:100%;
}
#statusBar {
	background-color:#FFFF99;
	border-bottom: 1px #FFFF00 solid;
	margin: 0px;
	padding:3px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:2px;
	font-size:.9em;
	width: auto;
}
#wrapper_nonav #statusBar, #wrapper_intranet_nonav #statusBar {
	width:720px;
}
#content {
	width: 570px;
	margin: 0px;
	padding: 10px 15px 20px 15px;
	height: auto;
}
#wrapper_home #main, #wrapper_home #content {  /* updated 11/13/08 */
	margin-left:0px;
	width:750px;
	padding:0px;
	margin:0px;
}
#wrapper_nonav #content, #wrapper_intranet_nonav #content {
	width:720px;
}
#wrapper_100 #content, #wrapper_intranet_100 #content {
	width:auto;
}
p {
	margin-top: 0em;
	margin-bottom: 1em;
}
h1 {
	font-size: .9em;
	margin: 0px;
	color: #990000;
	letter-spacing: .1em;
	font-weight: normal;
}
h1 a {
	color: #990000;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 1.3em;
	margin: 0px;
	margin-bottom: 1.5em;
	padding: 0px;
	}
h2 a {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 1.15em;
	letter-spacing: .1em;
	margin: 0px;
	margin-top: 1.9em;
	margin-bottom: .2em;
	padding: 0px;
	color: #990000;
	}
.line {
	border-bottom: 1px solid #eeeeee;
	}
h4 {
	font-size: 1em;
	margin: 0px;
	margin-top: 1.75em;
	padding: 0px;
	}	
h5 {
	font-size: .9em;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
	}
/**  other content formatting   **/
.smallerText {
	font-size: .85em;
	line-height: 1.5em;
	margin: 0px;
}
.leftimg { /* IN USE ANYWHERE?*/
	margin-right: 10px;
	float: left;
}
.rtimg { /* IN USE ANYWHERE?*/
	margin-left: 10px;
	margin-bottom: 10px;
	clear: both;
}
.picRight {
	float: right;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0px;
}
.picLeft {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0px;
}
.newSection {
	clear: both;
}
p.newSection {
	clear: both;
	padding: 0px;
	margin: 0px;
}
p.bodyBreak {
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color:#000000;
}
.grayborder {
	border:solid 1px #cccccc;
}
#wrapper_intranet p.bodyBreak, #wrapper_intranet_nonav p.bodyBreak, #wrapper_intranet_100 p.bodyBreak {
	background-color:#990000;
}

/*********************
COLUMN STYLES -- edited 10-27-08
**********************/

.twoColumn1, .twoColumn2, .threeColumn1, .threeColumn2, .threeColumn3 {
	float: left;
	margin-bottom: 10px;
	font-size: .95em;
	line-height: 1.6em;
}
.twoColumn1 {
	margin-right: 15px;
	width: 270px;
}
#wrapper_nonav .twoColumn1 {
	width: 315px;
}
.twoColumn2 {
	margin-right: 0px;
	width: 285px;
}
#wrapper_nonav .twoColumn2 {
	width: 310px;
}
.threeColumn1, .threeColumn2 {
	margin-right: 15px;
	width: 175px;
}
#wrapper_nonav .threeColumn1, #wrapper_nonav .threeColumn2 {
	width: 202px;
}
.threeColumn3 {
	margin-right: 0px;
	width: 190px;
}
#wrapper_nonav .threeColumn3 {
	width: 216px;
}
.twoColumn1 h3, .twoColumn2 h3, .threeColumn1 h3, .threeColumn2 h3, .threeColumn3 h3 {
	margin-top: 1em;
}


#wrapper_home .threeColumn1, #wrapper_home .threeColumn2, #wrapper_home .threeColumn3 {
	margin: 0px;
	padding-bottom: 20px;
	width: 250px;
	height:auto;
}
*html #wrapper_home .threeColumn3 { /* IE 6 Hack */
	width: 249px;
}
#wrapper_home .threeColumn2 h3 {
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee; 	
}
#wrapper_home #main p {
	line-height: 1.5em;
	padding: 10px;
	margin: 0px;
	text-align: left;
}
#wrapper_home #main ul {
	line-height: 1.5em;
	text-align: left;
}
#wrapper_home #main h3{
	font-size:0.95em;
	padding: 3px;
	background-color: #999999;
	text-align: center;
	font-weight: bold;
	color: #990000;
	margin-top: 0em;
	letter-spacing:normal;
}	
#wrapper_home .threeColumn3 img {
	margin-right: 8px;
}
#wrapper_home #main h3 a { /* changed fr "a" to "h3 a" 6-23-10  */
	color: #990000;
	text-decoration: none;
}	
#wrapper_home #main a:hover {
	text-decoration: underline;
}
#wrapper_home .twoColumn1 {
	height:auto;
	margin-right: 0px;
	width: 374px;
	border-right:1px solid #eeeeee;
}
#wrapper_home .twoColumn2 {
	height:auto;
	width: 375px;
}
.whitetxt {
	color: #ffffff;
}
hr {
	margin-top: 20px;
	border: 1px solid #cccccc;
	border-top: 0px;
}
h3.head, .newsletter h3 { 
	font-size: 1em;
	letter-spacing: 0em;
	background: #eeeeee;
	font-weight:bold;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
.listing, .newsletter p, .newsletter h4 {
	padding-left: 10px;
	padding-right: 10px;
}
.sectHighlight {
	background-color:#FFFFCC;
	padding:15px;
	padding-top:10px;
	margin-top:1.5em;
	background-image:url(../images/topSemi.gif);
	background-position:top;
	background-repeat:no-repeat;
}
ul.indentList { /*corrects list indentation around float left images, added 2-03-06 */
 list-style-position:inside;
}
/*****************************
quick links and upcoming events
*****************************/
.rightContent {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: .95em;
	line-height: 1.6em;
	width: 30%;
}
.rightContent h3 {
	margin-top: 0px;
	padding-top:0px;
	}
/**   upcoming events   **/
.upcoming {
	color: #000000;
	background: #eeeeee;
	border: 1px solid #cccccc;
}
.upcoming .title {
	font-weight:bold;
	text-decoration: none;
	color: #990000;
	background: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}
.upcoming .body {
	color: #000000;
	background: #eeeeee;
	text-decoration:none;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}
.upcoming .body p{
	margin-top: 4px;
	margin-bottom: 0px;
}

/**   quick links   **/
.quicklinks {
	border: 1px solid #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	padding: 10px;
}
.quicklinks .title {
	font-weight:bold;
	text-decoration: none;
	color: #990000;
	padding-bottom: 0px;
}
.quicklinks .body {
	color: #000000;
	text-decoration:none;
	font-weight: normal;
}
.quicklinks ul{
	margin: 0px;
	padding: 0px;
	padding-left:15px;
}

/****************************************************
SEARCHING TOOLS
****************************************************/
#searching {	
	clear: both;
}
#searchtools, .searchtools {	
	font-size: .7em;
	text-align: left;
	background-color:#999999;
	height: 35px;
	margin: 0px;
	padding: 0px;
}
#wrapper_intranet #searchtools, #wrapper_intranet_nonav #searchtools, #wrapper_intranet_100 #searchtools,
#wrapper_intranet .searchtools, #wrapper_intranet_nonav .searchtools, #wrapper_intranet_100 .searchtools {	/* for intranet */
	background-color:#990000;
	color: #ffffff;
}
.find { 
	font-weight: bold;
	padding: 10px;
	color: #000000;
	float: left;
	padding-bottom: 0px;
}
.find a {
	text-decoration: none;
	color: #000000;
}
#wrapper_intranet .find, #wrapper_intranet .find a,
#wrapper_intranet_nonav .find, #wrapper_intranet_nonav .find a,
#wrapper_intranet_100 .find, #wrapper_intranet_100 .find a {  /* for intranet */
	color: #ffffff;
}
.find a:hover {
	text-decoration: underline;
}
.searchform {
	padding: 5px;
	padding-bottom: 0px;
	text-align: right;
	float: right;
}	
/****************************************************
FOOTER
****************************************************/
#infoportals {
	background-color: #000000;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-size: .7em;
	text-align: right;
	clear: both;
}
#infoportals a, #wrapper_home #main #infoportals a { /* added #wrapper_home to override red links, 11-17-08 */
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#infoportals a:hover, #wrapper_home #main #infoportals a:hover { /* added #wrapper_home to override red links, 11-17-08 */
	text-decoration: underline;
}
#footer {
	font-size: .65em;
	line-height: 1.5em;
	padding: 15px 5px;
	text-align: center;
	color: #ffffff;
	background-color: #990000;
	width: 740px;
	width: auto;
}
#wrapper_100 #header, #wrapper_100 #footer,
#wrapper_intranet_100 #header, #wrapper_intranet_100 #footer {	
	width: auto;
}
#wrapper_intranet #footer, #wrapper_intranet_nonav #footer, #wrapper_intranet_100 #footer { /* for intranet */
	background-color: #666666;
}
#footer a{
	color: #ffffff;
	font-weight: bold;
}
#footer .helper a {
	font-weight:normal;
}
#footer p {
	margin:0px;
}

/********************************************
TABLE FORMATTING

.horiz - table w/ horizontal lines, font size 100%
.horiz2 - table w/ horizontal lines, font size 90%
.horiz3 - table w/ horizontal lines, font size 80% 

.grid - table w/ grid lines, font size 100%
.grid2 - table w/ grid lines, font size 90%
.grid3 - table w/ grid lines, font size 80%

********************************************/

table.horiz, table.horiz2, table.horiz3 {
	text-align:left;
	color: #000000;
	background: #ffffff;
	width: 100%;
	border-top: 1px solid #cccccc;
	clear: right; /* modified 6-17-05, needs correction for normal table layout */
}
table.horiz tr td, table.horiz2 tr td, table.horiz3 tr td,
table.horiz tr th, table.horiz2 tr th, table.horiz3 tr th {
	padding: 3px;
	border-bottom: 1px solid #cccccc;
}
table.horiz p, table.horiz2 p, table.horiz3 p {
	margin: 0px;
	padding: 10px;
}
table.grid, table.grid2, table.grid3, table.grid4 { 
	text-align:left;
	color: #000000;
	background: #ffffff;
	width: 100%;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	clear: right; /* modified 6-17-05, needs correction for normal table layout */
}
table.grid tr td, table.grid2 tr td, table.grid3 tr td, table.grid4 tr td,
table.grid tr th, table.grid2 tr th, table.grid3 tr th, table.grid4 tr th {
	padding: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
table.grid p, table.grid2 p, table.grid3 p, table.grid4 p {
	margin: 0px;
}
/** table font sizing **/
table.horiz, table.grid {
	font-size: 1em;
}
table.horiz2, table.grid2 {
	font-size: .9em;
}
table.horiz3, table.grid3 {
	font-size: .8em;
}
table.horiz4, table.grid4 {
	font-size: .85em;
}
/** table headings **/
tr.head { 
	background: #eeeeee;
	font-weight:bold;
	color: #000000;
}
tr.head a { 
	text-decoration: none;
	color: #990000;
}
tr.head a:hover { /* month and today format */
	text-decoration: underline;
}
tr.highlight { 
	background-color: #FFFFCC;
	background-color: #FFFDEB;
}

/********

12-09-08

*********/

.accessibility {
/*	display:none; */
	font-size:.6em;
	color:#000000;
	line-height:1em;
	padding: 1em; /* 12-9-08 */
	padding-left: 20px; /* 12-9-08 */ 
	padding-right: 20px;  /* 12-9-08 */
/*	clear:both;
	float:left;
	background:none; */
	
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;	
}
.accessibility_links {
	position:static;
	overflow:visible;
	width:auto; 
	height:auto; 
	
/*	font-size:.6em;
	color:#000000;
	line-height:1em; */
	padding:0px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
	color:#333333;
	background-color:#CCCCCC;
	width:748px;
	text-align:right;
}
.accessibility_links a {
	color:#0000FF;
	text-decoration:none;
}
.accessibility_links a:hover {
	color:#000000;
	text-decoration: underline;
}
.defaultCSS {
	display:none;
}
.alternateCSS {
	display:inline;
}
#wrapper_100 .accessibility_links {
	width:100%;
}
a[class $='external'] { 
   padding-right: 18px;
   background: transparent url(../images/Icon_External_Link.png) no-repeat center right;
}

/*************
FORM ELEMENTS - added 1/25/2011, ECP
**************/

form.formStyle fieldset {
	margin-bottom: 10px;
	border:0px solid #CCC;
}
form.formStyle legend { 
		/* THIS LEGEND SHOULD INDICATE MAJOR SECTIONS OF THE FORM
			IT LOOKS LIKE A H3 TAG */
	font-weight: bold;
	font-size: 1.15em;
	letter-spacing: 0em;
	margin: 0px;
	padding: 1em 0;
	color: #990000;
	font-size:1.3em;
	padding-bottom:.5em;
	border-bottom: #ccc solid 1px;
	width:100%;
}
form.formStyle fieldset fieldset {
	padding:0;
	margin:0;	
}
form.formStyle fieldset fieldset legend {
		/* THIS LEGEND SHOULD SIMPLY INTRODUCE SUBSECTIONS, 
			OFTEN A RADIO BUTTON OR CHECKLIST SET
			IT LOOKS LIKE A NORMAL P TAG */
	font-weight: normal;
	font-size:1em;
	padding:0;
	margin:0;
	color:#000;
	border:0px;
}
form.formStyle label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.formStyle fieldset ul, form.formStyle fieldset ol {
	margin: 0;
	padding: 0;
}
form.formStyle fieldset li {
	list-style: none;
	padding: 10px;
	margin: 0;
	border-top:solid 1px #eee;
}
form.formStyle fieldset li:nth-child(1) {
	border:none;
}
form.formStyle fieldset fieldset li {
	list-style: none;
	padding: 10px;
	margin: 0;
	border:0px;
}
form.formStyle label {
	width: 200px; /* Width of labels */
}
form.formStyle input, form.formStyle textarea {
	width:300px; /* Width of general inputs and textareas */
}
form.formStyle fieldset fieldset input, form.formStyle fieldset fieldset textarea {
	width:260px; /* Width of general inputs and textareas */
}
form.formStyle li:hover {
	background-color:#f9edc0;
}
form.formStyle .checkStyle input, form.formStyle .radioStyle input {
	width:auto;	
}
/*form.formStyle .checkStyle li,*/
form.formStyle .radioStyle li {
	display: inline-block;
}
form.formStyle .checkStyle label,
form.formStyle .radioStyle label,
form.formStyle .buttonStyle input {
	width:auto;	
}
form.formStyle .buttons input, p.button a,
input.buttons {
	border: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	padding: .5em .75em;
	-moz-border-radius:.5em .5em .5em .5em;
	-webkit-border-top-left-radius:.5em;
	-webkit-border-top-right-radius:.5em;
	-webkit-border-bottom-left-radius:.5em;
	-webkit-border-bottom-right-radius:.5em;
	text-decoration: none;
}
form.formStyle .buttons .submit,
p.button a, input.buttons {
	background: #7fc140 url(http://students.caes.uga.edu/global/images/bottom-shadow.png) repeat-x bottom;
	color: #fff;
}
form.formStyle .buttons .reset, input.buttons.reset{
	background: #ccc url(http://students.caes.uga.edu/global/images/bottom-shadow.png) repeat-x bottom;
	color: #666;
}

/**********************************
PODCASTING FEED MODS
***********************************/

.rss-box {
	padding-top: 2em;
}
a.rss-title {
	font-size: 1.15em;
	letter-spacing: .08em;
	padding-top: 1.9em;
	color: #990000;
	font-weight:bold;
	text-decoration: none;
}
.rss-box ul {
	padding-left: 0;
}
.rss-box li {
	list-style: none;
/*	margin-left:3em; */
	position: relative;
	padding: 1em;
	border-bottom: 1px solid #eee;
	font-style: italic;
}
.rss-box li:hover {
	background-color: #f4f9fe;
}
.rss-box li u {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
/*	margin-left: -3em; */
}
.rss-box .pod-play-box {
/*	position: relative;
	top: -3em;
	margin-bottom: -3em;
	float: left;
	background: #ccc;
	padding: .25em .5em;
	border: 1px solid #999;
	width: 4.75em;
	margin-right: .5em; */
	position: relative;
	top: -1.75em;
	margin-bottom: -1.25em;
	font-style: normal;
}
.rss-box .pod-play {
	text-align: center;
	font-style: normal;
}
.rss-box .rss-date {
	color: #999;
	margin-left: 5em;
	font-style: normal;
}

/* @group Expandable */
/* ---------- EXPANDABLE-LISTINGS, JDavis --------- */

#expandable-listings , 
#expandable-course-listings{
/*	border:solid 2px #ccc; */
}
#expandable-course-listings h4{
	font-weight: bold;
	border-bottom:solid #eee 1px;
/*	display:block; */
	cursor:pointer;
	margin:0px;
	padding:10px 0;
	position:relative;
}
#expandable-listings h4{
	font-weight: normal;
	border-bottom:solid #eee 1px;
/*	display:block; */
	cursor:pointer;
	margin:0px;
	padding:10px 0;
	position:relative;
}
span.more, span.less {
	padding-left:10px;
	margin-right:6px;
	float:left;
}
#expandable-listings div.title , 
#expandable-course-listings div.title{
	margin-left:20px;
}
#expandable-listings h4.has-more:hover , 
#expandable-course-listings h4.has-more:hover{
/*	color:#900;	*/
	background:#f9edc0;
/*	font-weight:bold; */
}
#expandable-listings h4.is-more, 
#expandable-course-listings h4.is-more{
	background:#ddd;
	font-weight:bold;
}
#expandable-listings .listing, 
#expandable-course-listings .listing{
	border-bottom:solid #ccc 1px;
	padding-left:10px;
	padding-bottom:1em;
	padding-top:1.25em;
}
#expandable-listings .listing:hover, 
#expandable-course-listings .listing:hover{
	background:#f9edc0;
	background:#fcf9ef;
}
.hide-listing{
	display:none;
}
.show-listing{
	display:block;
}
#expandable-listings h4:first-child, 
#expandable-course-listings h4:first-child {
	color:#999;
}
#expandable-listings h4:first-child span.more,
#expandable-listings h4:first-child span.less , 
#expandable-course-listings h4:first-child span.more, 
#expandable-course-listings h4:first-child span.less{
	float:none;
	color:#999;
}
#expandable-listings h4:first-child:hover,
#expandable-listings h4:first-child.is-more:hover,
#expandable-listings h4:first-child:hover span.more,
#expandable-listings h4:first-child:hover span.less, 
#expandable-course-listings h4:first-child:hover, 
#expandable-course-listings h4:first-child.is-more:hover,
#expandable-course-listings h4:first-child:hover span.more, 
#expandable-course-listings h4:first-child:hover span.less{
	color:#000;
	font-weight:bold;
	background:#f9edc0;
}
#expandable-listings h4:first-child.is-more, 
#expandable-course-listings h4:first-child.is-more{
	background:#fff;
	font-weight:normal;
}
/* @end */

/* @group Overrides */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hide {
	display: none;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align:center;	
}
.nobr {
	white-space:nowrap;
}
.nobreak {
	white-space:nowrap;
}
.corners {
	-moz-border-radius:.5em .5em .5em .5em;
	-webkit-border-top-left-radius:.5em;
	-webkit-border-top-right-radius:.5em;
	-webkit-border-bottom-left-radius:.5em;
	-webkit-border-bottom-right-radius:.5em;
}

/* @end */