/*
Skin name: CAS/MWC Faculty
Version: 1.0
Author: Cathy Finn-Derecki
Author uri: http://arresteddeveloper.com/blog
Description: UMW CAS/MWC Faculty Personal Home Page
*/

/*
#
# How to use this file
# --------------------
# - Paste a copy of this folder in the skins folder
# - Change the above details to fit your needs
# - Typically sought for classes are highlighted below
# - Uncomment relevant pieces of CSS as necessary
#
*/


/* <-- delete lines like this to uncomment chunks of code
/**/



/*
	Background, font and link colors for the entire site
	----------------------------------------------------
*/

body
{
	font-family:Arial;
	font-size:12px;
	color:#333333;
	margin-top:20px;
}

a
{
	color: #27374d;
}

a:hover
{
	color: #C21118;
}
/**/



/*
	Background image for the entire site (4 variations)
	---------------------------------------------------
*/

body
{
		background-image:url(images/bg.gif);
}
/**/



/*
	Align site canvas to the left
	-----------------------------
*/
/*
.skin #ext_wrapper
{
	margin-left: 12px;
}
/**/




/*
	Border, background, font and link colors for the site canvas
	------------------------------------------------------------
*/

#wrapper
{
	border:0px;
	background-color: #FFFFFF;
	color: #333333;
}

#wrapper a
{
	color: #27374d;
}

#wrapper a:hover
{
	color: #C21118;
}
/**/



/*
	Background image for the site canvas (4 variations)
	---------------------------------------------------
*/
/*
#wrapper
{
	background: url(image-in-same-folder.jpg) repeat top left;
	background: url(image-in-same-folder.jpg) repeat-x top left;
	background: url(image-in-same-folder.jpg) repeat-y top left;
	background: url(image-in-same-folder.jpg) no-repeat top left;
}
/**/



/*
	Shadow effect for the site canvas
	---------------------------------
*/
/*
#wrapper
{
	border: solid 1px black;
	background: url(image-in-same-folder.jpg) repeat-y;
}

#header
{
	background: url(image-in-same-folder.jpg) no-repeat;
	height: 200px;
}

#footer
{
	background: url(image-in-same-folder.jpg) no-repeat;
	height: 120px;
}

#wrapper div.pad
{
	padding-left: 10px;
	padding-right: 10px;
}
/**/



/*
	Border, background, font and link colors for the header
	-------------------------------------------------------
*/

#header div.pad
{
	border: 0px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	height:119px;
	color: #FFFFFF;
}

#header h1 a
{
	color: #FFFFFF;
	font-family:Georgia;
	font-size:26px;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
	position:absolute;
	letter-spacing:.01em;
	top:74px;
}

#header h1 a:hover
{
	color: #FFFFFF;
}

#header h2
{
	display:none;

}
/**/


/*
	Header left and right added to have separate links to UMW sites, added by Cathy Derecki for UMW
	-----------------------------------------------------------------------------------------------
*/

#header_left
{
	width:56%;
	height:30px;
	cursor: pointer;
	float:left;
	clear:none;
}

#header_right
{
	width:43%;
	height:30px;
	cursor: pointer;
	float:right;
	clear:none;
}
/**/




/*
	Background image for the header (4 variations)
	----------------------------------------------

	Tip: Drop a header-background.jpg or header.swf file in your skin folder instead
*/
/*
#header div.pad
{
	background: url(image-in-same-folder.jpg) repeat top left;
	background: url(image-in-same-folder.jpg) repeat-x top left;
	background: url(image-in-same-folder.jpg) repeat-y top left;
	background: url(image-in-same-folder.jpg) no-repeat top left;
	height: 200px;
}
/**/



/*
	Offsets for the header
	----------------------
*/
/*
#header div.pad
{
	margin: 10px;
}
/**/




/*
	Aligns for the header
	---------------------
*/
/*
#header h1
{
	text-align: center;
}

#header h2
{
	text-align: center;
}
/**/



/*

	Styles the tagline, added by Cathy Derecki for UMW
	--------------------------------------------------
*/

#tagline.tagline
{
	text-align: left;
	float:left;
	clear:none;
	width:770px;
	height:17px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-8px;
}
#tagline h2 {	
	display:block;
	font-family:Georgia;
	text-transform:uppercase;
	font-size:16px;
	color:#062045;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

/**/



/*
	Border, background, font and link colors for the navbar
	-------------------------------------------------------
*/

#navbar
{
	border:0px;
	color: 27374d;
	font-family:Arial;
	text-transform:uppercase;
}

#navbar a
{
	color: #27374d;
	text-decoration:none;
}

#navbar a:hover
{
	color: #27374d;
	text-decoration:underline;
}
/**/

/*
	Parameters for the navigation ul
	--------------------------------
*/

#navbar ul
{
	display:inline;
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

#navbar ul li
{
	display:inline;
	list-style-type:none;
	padding-left:7px;
	padding-right:7px;
}

#navbar ul li.home
{
	padding-left:0px;
	margin-left:0px;

}
/**/


/*
	Parameters for the navigation ul
	--------------------------------
*/


/*
	Background image for the navbar (4 variations)
	----------------------------------------------
*/

#navbar
{
	background-image: url(images/navbar.gif);
	background-repeat:no-repeat;

}
/**/



/*
	Offset for the navbar
	---------------------
*/
/*
#navbar
{
	margin-top: 12px;
	margin-bottom: 12px;
}
/**/


/*
	Design the sitename div for the site title (added by Cathy Derecki for UMW)
	------------------------------------------------------------------------
*/

#sitename.sitename
{
	width:770px;
	margin-right:auto;
	margin-left:auto;
	float:left;
	clear:both;
	margin-bottom:0px;
}
/**/



/*
	Invert header nav and search form
	---------------------------------
*/
/*
#header_nav
{
	float: right;
}

#search_form
{
	float: left;
}
/**/



/*
	Center header nav and search form
	---------------------------------
*/
/*
#header_nav
{
	float: none;
	text-align: center;
}

#search_form
{
	float: none;
	text-align: center;
}
/**/



/*
	Hide the search form
	--------------------

	Tip: It will automatically hide if you use the search widget
*/
/*
#search_form
{
	display: none;
}
/**/



/*
	Border, background, font and link colors for the body area
	----------------------------------------------------------
*/

#body
{
	background-color: #FFFFFF;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#body a
{
	color: #27374d;
}

#body a:hover
{
	color: #C21118;
}
/**/



/*
	Background image for the body area (4 variations)
	-------------------------------------------------
*/
/*
#body
{
	background: url(image-in-same-folder.jpg) repeat top left;
	background: url(image-in-same-folder.jpg) repeat-x top left;
	background: url(image-in-same-folder.jpg) repeat-y top left;
	background: url(image-in-same-folder.jpg) no-repeat top left;
}
/**/



/*
	Offset for the body
	-------------------
*/
/*
#body
{
	margin-top: 12px;
	margin-bottom: 12px;
}
/**/



/*
	Border, background, font and link colors for the sidebars
	---------------------------------------------------------

	Tip: Resize the sidebars (see below) if border widths knock them down
*/

#sidebar
{
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	background-color: #F7F7F7;
	color: #27374d;
	width:160px;
}

#sidebar a
{
	color: #27374d;
}

#sidebar a:hover
{
	color: #C21118;
}
/**/
/*
#sidebar2
{
	border: solid 1px black;
	background-color: gainsboro;
	color: black;
}

#sidebar2 a
{
	color: #27374d;
}

#sidebar2 a:hover
{
	color: #C21118;
}
/**/

#ext_sidebar
{
	border: solid 1px #CCCCCC;
	background-color: #CCCCCC;
	background-image:url(images/sidebar_ext_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:119px;
	margin-right:0px;
}

#ext_sidebar a
{
	color: #27374d;
}


#ext_sidebar a:hover
{
	color: #C21118;
}
/**/



/*
	Background image for the sidebars (4 variations)
	------------------------------------------------
*/
/*
#sidebar
{
	background: url(image-in-same-folder.jpg) repeat top left;
	background: url(image-in-same-folder.jpg) repeat-x top left;
	background: url(image-in-same-folder.jpg) repeat-y top left;
	background: url(image-in-same-folder.jpg) no-repeat top left;
}
/**/
/*
#sidebar2
{
	background: url(image-in-same-folder.jpg) repeat top left;
	background: url(image-in-same-folder.jpg) repeat-x top left;
	background: url(image-in-same-folder.jpg) repeat-y top left;
	background: url(image-in-same-folder.jpg) no-repeat top left;
}
/**/
/*
#ext_sidebar
{
	background: url(image-in-same-folder.jpg) repeat top left;
	background: url(image-in-same-folder.jpg) repeat-x top left;
	background: url(image-in-same-folder.jpg) repeat-y top left;
	background: url(image-in-same-folder.jpg) no-repeat top left;
}
/**/



/*
	Margins for the sidebar area
	----------------------------
*/
/*
#sidebar div.pad
{
	margin: 0px 0px;
	padding: 0px 0px;
}
/**/
/*
#sidebar2 div.pad
{
	margin: 0px 0px;
	padding: 0px 0px;
}
/**/

#ext_sidebar div.pad
{
	margin-left:15px;
	margin-bottom:10px;
	width:165px;
	padding: 0px 0px;
}
/**/



/*
	Resize the sidebars
	-------------------
*//*

.narrow_em #sidebar,
.narrow_me #sidebar,
.narrow_esm #sidebar,
.narrow_ems #sidebar,
.narrow_sme #sidebar,
.narrow_mse #sidebar,
.narrow_esms #sidebar,
.narrow_smse #sidebar
{
	width: 166px;
}

.wide_em #sidebar,
.wide_me #sidebar,
.wide_esm #sidebar,
.wide_ems #sidebar,
.wide_sme #sidebar,
.wide_mse #sidebar,
.wide_esms #sidebar,
.wide_smse #sidebar
{
	width: 176px;
}
/**/
/*
.narrow_em #sidebar2,
.narrow_me #sidebar2,
.narrow_esm #sidebar2,
.narrow_ems #sidebar2,
.narrow_sme #sidebar2,
.narrow_mse #sidebar2,
.narrow_esms #sidebar2,
.narrow_smse #sidebar2
{
	width: 166px;
}

.wide_em #sidebar2,
.wide_me #sidebar2,
.wide_esm #sidebar2,
.wide_ems #sidebar2,
.wide_sme #sidebar2,
.wide_mse #sidebar2,
.wide_esms #sidebar2,
.wide_smse #sidebar2
{
	width: 186px;
}
/**/
/*
.narrow_em #ext_sidebar,
.narrow_me #ext_sidebar,
.narrow_esm #ext_sidebar,
.narrow_ems #ext_sidebar,
.narrow_sme #ext_sidebar,
.narrow_mse #ext_sidebar,
.narrow_esms #ext_sidebar,
.narrow_smse #ext_sidebar
{
	width: 168px;
}

.wide_em #ext_sidebar,
.wide_me #ext_sidebar,
.wide_esm #ext_sidebar,
.wide_ems #ext_sidebar,
.wide_sme #ext_sidebar,
.wide_mse #ext_sidebar,
.wide_esms #ext_sidebar,
.wide_smse #ext_sidebar
{
	width: 188px;
}
/**/



/*
	Border, background and font color for each sidebar widget
	---------------------------------------------------------
*/
/*
#sidebar li.widget
{
	border: solid 1px black;
	background-color: gainsboro;
	color: black;
	padding: 0px 10px;
}
/**/
/*
#sidebar2 li.widget
{
	border: solid 1px black;
	background-color: gainsboro;
	color: black;
	padding: 0px 10px;
}
/**/
/*
#ext_sidebar li.widget
{
	border: solid 1px black;
	background-color: gainsboro;
	color: black;
	padding: 0px 10px;
}
/**/



/*
	Background image for each sidebar widget (4 variations)
	-------------------------------------------------------
*/
/*
#sidebar li.widget
{
	background: url(image-in-same-folder.jpg) repeat;
	background: url(image-in-same-folder.jpg) repeat-x;
	background: url(image-in-same-folder.jpg) repeat-y;
	background: url(image-in-same-folder.jpg) no-repeat;
}
/**/
/*
#sidebar2 li.widget
{
	background: url(image-in-same-folder.jpg) repeat;
	background: url(image-in-same-folder.jpg) repeat-x;
	background: url(image-in-same-folder.jpg) repeat-y;
	background: url(image-in-same-folder.jpg) no-repeat;
}
/**/
/*
#ext_sidebar li.widget
{
	background: url(image-in-same-folder.jpg) repeat;
	background: url(image-in-same-folder.jpg) repeat-x;
	background: url(image-in-same-folder.jpg) repeat-y;
	background: url(image-in-same-folder.jpg) no-repeat;
}
/**/



/*
	Margins for each sidebar widget
	-------------------------------
*/
/*
li.widget
{
	margin-top: 0px;
	margin-bottom: 12px;
}
/**/



/*
	Title style for each sidebar widget
	-----------------------------------
*/

#sidebar h2
{
	text-align: center;
	color: #27374d;
	text-transform:uppercase;
	font-family:Georgia;
	font-size:13px;
	letter-spacing:.01em;
	text-align:left;
	margin-bottom:0px;
	padding-bottom:0px;
}

#sidebar h2 a
{
	color: #27374d;
}

#sidebar h2 a:hover
{
	color: #C21118;
}
/**/

#sidebar2 h2
{
	color: #27374d;
	text-transform:uppercase;
	font-family:Georgia;
	font-size:13px;
	letter-spacing:.01em;
	text-align:left;
	margin-bottom:0px;
	padding-bottom:0px;

}

#sidebar2 h2 a
{
	color: #27374d;
}

#sidebar2 h2 a:hover
{
	color: #C21118;
}
/**/

#ext_sidebar h2
{
	color: #27374d;
	text-transform:uppercase;
	font-family:Georgia;
	font-size:13px;
	letter-spacing:.01em;
	text-align:left;
	margin-bottom:0px;
	padding-bottom:0px;
}

#ext_sidebar h2 a
{
	color: #27374d;
}

#ext_sidebar h2 a:hover
{
	color: #C21118;
}
/**/



/*
	Title bar for each sidebar widget
	---------------------------------
*/

#sidebar h2
{
	color: #27374d;
	text-transform:uppercase;
	font-family:Georgia;
	font-size:13px;
	letter-spacing:.01em;
	text-align:left;
	margin-bottom:0px;
	padding-bottom:0px;
}

#sidebar h2 a
{
	color: #27374d;
}

#sidebar h2 a:hover
{
	color: #C21118;
}
/**/
/*
#sidebar2 h2
{
	border: solid 1px black;
	border-bottom: solid 1px black;
	background-color: gainsboro;
	color: black;
	margin: 0px 0px;
	padding: 2px 10px;
}

#sidebar2 h2 a
{
	color: black;
}

#sidebar2 h2 a:hover
{
	color: #C21118;
}
/**/
/*
#ext_sidebar h2
{
	border: solid 1px black;
	border-bottom: solid 1px black;
	background-color: gainsboro;
	color: black;
	margin: 0px 0px;
	padding: 2px 10px;
}

#ext_sidebar h2 a
{
	color: black;
}

#ext_sidebar h2 a:hover
{
	color: #C21118;
}
/**/



/*
	Rounded boxes for each sidebar widget
	-------------------------------------
*/
/*
#sidebar li.widget
{
	background: gainsboro url(image-in-same-folder.jpg) no-repeat bottom center;
	padding-bottom: 10px;
}

#sidebar h2
{
	background: gainsboro url(image-in-same-folder.jpg) no-repeat top center;
	color: black;
	line-height: 30px;
	margin: 0px -10px;
	padding: 0px 10px;
}

#sidebar h2 a
{
	color: black;
}

#sidebar h2 a:hover
{
	color: #C21118;
}
/**/
/*
#sidebar2 li.widget
{
	background: gainsboro url(image-in-same-folder.jpg) no-repeat bottom center;
	padding-bottom: 10px;
}

#sidebar2 h2
{
	background: gainsboro url(image-in-same-folder.jpg) no-repeat top center;
	color: black;
	line-height: 30px;
	margin: 0px -10px;
	padding: 0px 10px;
}

#sidebar2 h2 a
{
	color: black;
}

#sidebar2 h2 a:hover
{
	color: #C21118;
}
/**/
/*
#ext_sidebar li.widget
{
	background: gainsboro url(image-in-same-folder.jpg) no-repeat bottom center;
	padding-bottom: 10px;
}

#ext_sidebar h2
{
	background: gainsboro url(image-in-same-folder.jpg) no-repeat top center;
	color: black;
	line-height: 30px;
	margin: 0px -10px;
	padding: 0px 10px;
}

#ext_sidebar h2 a
{
	color: black;
}

#ext_sidebar h2 a:hover
{
	color: #C21118;
}
/**/



/*
	Calendar style
	--------------
*/
/*
#wp-calendar
{
	border: solid 1px black;
	background-color: white;
}

#wp-calendar thead th
{
	border-bottom: solid 1px black;
	background-color: gainsboro;
}

#wp-calendar tfoot td
{
	border-top: solid 1px black;
	background-color: gainsboro;
}
/**/



/*
	Border, background, font and link colors for the footer
	-------------------------------------------------------
*/

#footer
{
	border-top: solid 1px #CCCCCC;
	background-color: #F7F7F7;
	color: #333333;
	font-family:Arial;
}

#footer a
{
	color: #27374d;
	text-decoration:none;
}
#footer a:visited
{
	color: #27374d;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}
/**/



/*
	Background image for the footer (4 variations)
	----------------------------------------------
*/
/*
#footer
{
	background: url(image-in-same-folder.jpg) repeat top left;
	background: url(image-in-same-folder.jpg) repeat-x top left;
	background: url(image-in-same-folder.jpg) repeat-y top left;
	background: url(image-in-same-folder.jpg) no-repeat top left;
}
/**/



/*
	Offset for the footer
	---------------------
*/
/*
#footer
{
	margin-top: 12px;
	margin-bottom: 12px;
}
/**/



/*
	Invert copyright notice and footer nav
	--------------------------------------
*/
/*
#footer_nav
{
	float: left;
}

#copyright_notice
{
	float: right;
}
/**/



/*
	Center copyright notice and footer nav
	--------------------------------------
*/
/*
#footer_nav
{
	float: none;
	text-align: center;
}

#copyright_notice
{
	float: none;
	text-align: center;
}
/**/



/*
	Border, background and font color for the main area
	---------------------------------------------------
*/
#main
{
	background-color:#FFFFFF;
	color: #333333;
}
/**/



/*
	Background image for the main area (4 variations)
	-------------------------------------------------
*/
/*
#main
{
	background: url(image-in-same-folder.jpg) repeat top left;
	background: url(image-in-same-folder.jpg) repeat-x top left;
	background: url(image-in-same-folder.jpg) repeat-y top left;
	background: url(image-in-same-folder.jpg) no-repeat top left;
}
/**/



/*
	Margins for the main area
	-------------------------
*/

#main div.pad
{
	margin: 0px 0px;
	padding: 0px 0px;
	margin-right:10px;
	padding-left:15px;
	padding-right:10px;
}
/**/



/*
	Border, background, font and link colors for each entry
	-------------------------------------------------------
*/
/*
div.entry
{
	border: solid 1px black;
	background-color: gainsboro;
	color: black;
	padding: 0px 10px;
}

.entry a
{
	color: #27374d;
}

.entry a:hover
{
	color: #C21118;
}
/**/



/*
	Background image for each entry (4 variations)
	----------------------------------------------
*/
/*
.entry
{
	background: url(image-in-same-folder.jpg) repeat top left;
	background: url(image-in-same-folder.jpg) repeat-x top left;
	background: url(image-in-same-folder.jpg) repeat-y top left;
	background: url(image-in-same-folder.jpg) no-repeat top left;
}
/**/



/*
	Margins for each entry
	----------------------
*/
/*
div.entry
{
	margin-top: 0px;
	margin-bottom: 12px;
}
/**/



/*
	Title style for each entry
	--------------------------
*/

.entry_header h2
{
	text-align: left;
	color: #27374d;
	font-family:Georgia;
	font-size:16px;
	text-transform:uppercase;
}

.entry_header h1
{
	text-align: left;
	color: #27374d;
	font-family:Georgia;
	font-size:16px;
	text-transform:uppercase;
}

.entry_header h1 a
{
	color:  #27374d;
	text-decoration:none;
}

.entry_header h1 a:hover
{
	color:  #27374d;
	text-decoration:underline;
}
/**/



/*
	Title bar for each entry

	------------------------
*/
/*
.entry_header h1
{
	border: solid 1px black;
	border-bottom: solid 1px black;
	background-color: gainsboro;
	color: black;
	margin: 0px 0px;
	padding: 2px 10px;
}

.entry_header h1 a
{
	color: black;
}

.entry_header h1 a:hover
{
	color: #C21118;
}
/**/



/*
	Rounded boxes for each entry
	----------------------------
*/
/*
div.entry_header
{
	background: gainsboro url(image-in-same-folder.jpg) no-repeat top center;
	color: black;
	height: 50px;
	margin: 0px;
	padding: 0px 10px;
}

.entry_header h1,
.entry_header h2,
.entry_author
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.entry_header h1 a
{
	color: black;
}

.entry_header h1 a:hover
{
	color: #C21118;
}

div.entry
{
	padding-top: 0px;
	padding-bottom: 20px;
	background: gainsboro url(image-in-same-folder.jpg) no-repeat bottom center;
}

.entry_body,
.entry_meta,
.spread_the_word,
.entry_related_searches,
.entry_related_tags,
.entry_related_entries,
.entry_nav,
.entry_follow_ups,
.entry_trackback_uri,
.entry_actions,
div.comments,
div.comment_form
{
	margin-left: 10px;
	margin-right: 10px;
}
/**/




/*
	Actions for each entry and comment
	----------------------------------
*/
/*
.entry_actions,
.comment_actions
{
	border-top: solid 1px gainsboro;
	padding-top: 1px;
}
/**/
/* UMW -- the following were taken from vader.css from the K2 theme. It styles the pages and current pages */
/*#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: black;
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: white !important;
	text-decoration: none;
}*/

/* UMW - The following are mods to the above to adust appearance of page links */
#sidebar div.pad ul {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

#sidebar div.pad li {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	line-height:1.6;
}
#sidebar div.pad ul li ul li.page_item a:link {
	color: #27374d;
	text-decoration: none;
	font-size:12px;
	list-style-type:none;
	padding:5px;
}
#sidebar div.pad ul li ul li.page_item a:visited {
	color: #27374d;
	text-decoration: none;
	font-size:12px;
	list-style-type:none;
	padding:5px;
}
#sidebar div.pad ul li ul li.page_item a:hover {
	color: #27374d;
	text-decoration: none;
	font-size:12px;
	list-style-type:none;
	padding:5px;
}
#sidebar div.pad ul li ul li ul li.current_page_item a:link {
	color: #27374d;
	text-decoration: none;
	font-size:12px;
	list-style-type:none;
	padding:5px;
	color:#27374d;
}#sidebar div.pad ul li ul li ul li.current_page_item a:visited {
	color: #27374d;
	text-decoration: none;
	font-size:12px;
	list-style-type:none;
	color:#27374d;
}#sidebar div.pad ul li ul li ul li.current_page_item a:hover {
	color: #27374d;
	text-decoration: underline;
	font-size:12px;
	list-style-type:none;

}
#sidebar div.pad ul li ul li ul li.other_page_item {
	display:none;
}
caption {
	color: #27374d;
	text-transform:uppercase;
	font-family:Georgia;
	font-size:12px;
	letter-spacing:.01em;
	text-align:left;
	margin-bottom:0px;
	padding-bottom:0px;
}

/*the following are for the sub-pages widget listings of pages within a given section.
--------------------------------------------------------------------------------------
*/
#sub-page-menu h2.widgettitle {
	padding-bottom:0px;
	margin-bottom:0px;
	margin-left:-8px;
	padding-left:8px;
	margin-right:-8px;
	padding-right:8px;
	border-bottom:1px solid #CCCCCC;
}

#sub-page-menu.widget ul  {
	padding-top:0px;
	margin-top:0px;
	margin-left:-8px;
	padding-left:0px;
	list-style-type:none;
	width:300px;
}

#sub-page-menu.widget li.page_item {
	padding-top:0px;
	margin-top:0px;
	margin-left:-8px;
	padding-left:0px;
	list-style-type:none;
	border-bottom:1px solid #CCCCCC;
}

#sub-page-menu.widget li.page_item a:visited {
	color:#333333;
	text-decoration:none;
}

#sub-page-menu.widget li.page_item a:hover {
	color:#27374d;
	text-decoration:underline;
}

/*the following are for the display of credits below the footer
---------------------------------------------------------------
*/
#credits.credits {
		color:#d7d7d7;
		font-family:Arial;
		font-size:10px;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		padding:10px;
		margin-top:-8px;
		width:770px;
}
#credits.credits a {
	color:#CCCCCC;
	text-decoration:none;
}
#credits.credits a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

#credits.credits a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

/*the following highlights the color of the current day in the calendar widget
------------------------------------------------------------------------------
*/
#today {
	background-color:#FFFFFF;
}
