/* HYPERLINK COLORS */
a { text-decoration: underline; background-color: transparent; outline: none; /* Turn off a link's dotted outline in Firefox */}
a:link { color: #333366; text-decoration: underline; background-color: transparent;}
a:visited { color: #333366; text-decoration: underline; background-color: transparent;}
a:hover { color: #9999cc; text-decoration: underline; background-color: transparent;}
a:active { color: #666699; text-decoration: underline; background-color: transparent;}

#accessibility {
	position: absolute;
	top: -9000px; /* Move links off-screen */
}

#accessibility a:focus {
	display: block;
	position: absolute;
	top: 9001px;
	color: #666699;
	background: #ffffcc;
	padding: 1em;
	width: 100%;
	border: none;
	z-index: 300;
	white-space: nowrap;
}


/* NAVIGATION LINKS 
------------------------------------------------------------------------------------------------ */
#navbar a { text-decoration: none; display: block; width: auto;}
#navbar a:link { color: #333366;}
#navbar a:visited { }
#navbar a:hover  { color: #ffffff;}
#navbar a:active, a:focus { color: #666699;}

/* NAVIGATION LISTS
------------------------------------------------------------------------------------------------ */
#navbar ul { margin: 0; padding: 0; list-style-type: none; line-height: normal;}
#navbar ul li { margin: 0; padding: 10px 0 10px 40px; background: url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/bg-border-navbar.gif) left bottom repeat-x; line-height: normal;}
#navbar ul li:hover  { background: url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/bg-border-navbar.gif) left bottom repeat-x; background-color: #A59E60; /* Dark Olive */}

#navbar ul li ul { margin: 0; padding: 0; list-style-type: none; line-height: normal;}
#navbar ul li ul li { margin: 0; padding: 10px 5px 0 20px; font-weight: normal; background: none; line-height: normal;}
#navbar ul li ul li:hover  { background: none; background-color: #A59E60;}



/* REDEFINED HTML TAGS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #eeeeee;
	margin: 0;
	padding: 0;
	background-image: url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

td { font-family: Arial, Helvetica, sans-serif;}
p { font-family: Arial, Helvetica, sans-serif; line-height: 150%;}
ol,ul,li { font-family: Arial, Helvetica, sans-serif; line-height: 150%;}
#primaryContent ul{
list-style:circle;
}
b { font-weight: bold;}
strong { font-weight: bold;}
i { font-style: italic;}
em { font-style: italic;}
img {
	border: none;
	margin: 0;
}


.img-right {
	float: right;
	padding: 0;
	margin: 0 0 10px 10px;
	border: none;
}

.img-left {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	border: none;
}

.skip { font-size: 65%; color: #FFFFFF; text-decoration: none; background-color: transparent;}
.bodycopy-small { font-family: Arial, Helvetica, sans-serif; font-size: 75%;}

.commentarea {
	padding: 20px 0;
	margin: 20px 20px 0 0;
	border-top: 1px solid #999999;
}

.other-entries-nav {
	padding: 5px 0;
        margin: 20px 10px 0 0;
        text-align: center;
}


/* Admission Forms */

form {
margin: 0;
padding: 0;
}



fieldset {
	margin: 1em 10px 20px 0;
	padding: 1em;
	border: 1px solid #cccccc;
}

legend {
font-weight: bold;
color: #003366;
font-size: 120%;
margin: 0;
padding: 0.5em;
}

label {
float: left;
clear: left;
width: 120px;
text-align: right;
margin-right: 5px;
}

form div {
margin: 0px 10px 10px 10px;
}

form table {
	width:100%;
}
td.formlabel {
	text-align:right;
	vertical-align:top;
	padding:4px 2px;
	width:33%;
}
td.forminput {
	text-align:left;
	vertical-align:middle;
	padding:4px 2px;
	width:67%;
}




/* HEADINGS */

h1 {
	font-size: 160%;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #999999;
}

h2 { font-size: 150%; font-weight: bold; color: #98002E; }

h3 {
	font-size: 130%;
	font-weight: normal;
	color: #98002E;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
margin-bottom: 2px;
}
h3 a:link{
color: #98002E;
}
h3 a:visited{
color: #98002E;
}
h3 a:hover{
color:#ff0000;
}
h3 a:active{
color:#ff0000;
}
h4 {
	font-size: 130%;
	font-weight: normal;
margin-top:0px;
margin-bottom:0px;
}
h5 { font-size: 110%; font-weight: bold; color: #98002E;}
h6 { font-size: 100%; font-weight: bold; color: #98002E;}


/* PAGE STRUCTURE
----------------------------------------------------------------------------------------- */
#wrapper {
	width: 960px;
	text-align: left;
	background: transparent;
	margin: 0;
	padding: 0;
}

#header {
	width: 100%;
	height: 96px;	/* UPDATE */
	padding: 0;
	margin: 0;
	clear: both;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/bg-header.jpg);
	background-position: 0 0;
	background-color: #003366;
}

#sidebar {
	padding: 0;
	margin: 0;
	float: left;
	width: 240px;
}

#content {
	width: 720px;
	float: right;
	padding: 0;
	margin: 0;
	background: transparent;
}

#content dt {
	font-weight: bold;
	font-size: 200%;
	color: #98002E;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.5em;
	margin-top: 20px;
	padding: 0px;
}
#content dd {
	margin: 0em 0px 1em;
	padding: 0px 0px .5em;
}

/* GUTTERS
----------------------------------------------------------------------------------------- */

#header .gutter {
	padding: 0 0 0 40px;
	width: 900px;
	float:left;
	height: 90px; 	/* UPDATE */
}

#sidebar #navbar { /* Similar function to .gutter */
	padding-top: 0; /* Align the first link with the page heading <h2> */
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer-css .gutter {
	padding: 20px 0;
	margin: 0 20px 0 260px;
	border-top: 1px solid #666666;
}

/* SEARCH BOX */

#search-box form { padding: 0; margin: 0;}

#search-box {
	padding: 0;
	margin: 0;
	position: absolute;
	width: 275px;
	top:0;
	right:0;
	height: 30px;
	display: block;
	text-align: right;
	background: url('http://www.calvin.edu/images/bg-search-box.gif') no-repeat bottom left;
	-moz-opacity:.8; filter:alpha(opacity=80);
	opacity: 0.8; /* Fix Safari */
	z-index: 400;
}

#search-box div.gutter {
	background: url('http://www.calvin.edu/images/bg-search.gif') no-repeat 0 0;
	height: 20px;
	width: 196px;
	float: right;
	margin: 3px 10px 0 0;
	padding: 1px 0 0 5px;
}

#GoogleSearch input, #GoogleSearch select, #GoogleSearch textarea {
	border: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	width: 150px;
	float: left;
}

#GoogleSearch input.search-button {
	background: transparent;
	height: 20px;
	width: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

/* Hide & Seek */
#search-alt {
	display: none; /* HIDE */
	position: absolute;
	top: 30px;
	right: 0;
	background-color:#333333;
	-moz-opacity:.8; filter:alpha(opacity=80);
	opacity: 0.8; /* Fix Safari */
	width: 178px;
	height:auto;
	margin: 0 32px 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
	z-index: 500;
}

#search-alt ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#search-alt li a {
	color: #FFFFFF;
	font-weight: normal;
	line-height: 150%;
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 8px;
}

#search-alt li a:hover {
	color: #9999cc;
	background-color: #222;
}

#search-container:hover #search-alt { /* SHOW */
	display: block;
}

a.search-items span { /* TOGGLE */
	position: absolute; margin-left: -9999em;
}

a.search-items {
	display: block;
	position: absolute;
	top:4px;
	right: 4px;
	width: 20px;
	height: 20px;
	background: url('http://www.calvin.edu/search/images/icon-toggle.gif') no-repeat top left;
}

a:hover.search-items { background: url('http://www.calvin.edu/search/images/icon-toggle.gif') no-repeat top right;}
a.active { background: url('http://www.calvin.edu/search/images/icon-toggle.gif') no-repeat bottom left;}
a:hover.active { background: url('http://www.calvin.edu/search/images/icon-toggle.gif') no-repeat bottom right;}

/* BLOGSEARCH */

#blogsearch{
height: 30px;
display:block;
padding:0;
margin:0;
}

#blogsearch form{
maring:0;
padding:5px;
}

#blogsearch input, #blogsearch select, #blogsearch textarea {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin-right:5px;
}


/* FOOTER */

#footer-css {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}

#footer-css a {
	text-decoration: none;
}

#footer-css dl {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0 0 16px 0;
}

#footer-css dt {
	font-weight: bold;
	color: #003366;
}

#footer-css dt a {
	color: #003366;
}

#footer-css dt a:hover {
	color: #9999cc;
}

#footer-css dd {
	margin: 0;
	padding: 0;
}

a#footer-contact-name {
	text-decoration: underline;
}

a#footer-contact-name:hover { 
	color: #9999cc;
}

#highlight { /* The footer's highlight for Let's Explore */
	padding: 0;
	margin: -97px 0 0 0;
	height: 97px;
	width: 240px;
	float: left;
	position: relative;	
	background: transparent url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/bg-highlight-explore.jpg) no-repeat left bottom; /* Let's Explore */
	border: none;
	text-indent: -9999px; /* Move text link off-screen */
	text-decoration: none;
	display: block;	
}

#highlight  a {
	display: block;
	height: 97px;
	width: 240px;
	background: transparent url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/bg-highlight-explore.jpg) no-repeat left bottom; /* Let's Explore*/
	border: none;
}

#highlight  a:hover {
	display: block;
	height: 97px;
	width: 240px;
	background: transparent url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/bg-highlight-explore.jpg) no-repeat left top; /* Let's Explore */
	border: none;
}


/* NAMEPLATES
   CSS: Mastery by Andy Budd
   Logo Image Replacement technique pages 235-236
   Pixy-Style Rollover technique pages 78-79
----------------------------------------------------------------------------------------- */

/* Department Nameplate */

#nameplate-dept {
	float: right;
	width: 480px;
	padding: 0;
	margin-top: 52px; /* Align department name with Calvin logo */
}

#nameplate-dept a {
	float: right;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

#nameplate-dept a:hover {
	color:#9999cc;
}


/* Calvin Nameplate */

#nameplate-calvin { 
	float: left;
	display: block;
	padding: 0;
	margin: 36px 0 0 0;	/* UPDATE */
	width: 200px;
	height: 34px;
	background: transparent url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/nameplate-calvin-rollover.gif) no-repeat right top; /* Calvin logo */
	border: none;
	text-indent: -9000px; /* Move text link off-screen */
	text-decoration: none;
}

#nameplate-calvin a {
	display: block;
	width: 200px;
	height: 34px;
	background: transparent url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/nameplate-calvin-rollover.gif) no-repeat left top; /* Calvin logo */
	border: none;
}

#nameplate-calvin a:hover {
	display: block;
	width: 200px;
	height: 34px;
	background: transparent url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/nameplate-calvin-rollover.gif) no-repeat right top; /* Calvin logo */
	border: none;
}


/* TWO COLUMNS
---------------------------------------------------------------------------------------- */

.columns {
	float: left;
	clear: both;
	width: 99%;
	background-color: transparent;
	margin-bottom: 1em; /* IE fix at end of document */
}

.columns-1 {	
	float: left;
	clear: left;
	width: 48%;
	padding: 0;
	margin: 0;
}
.columns-2 {
	float: right;
	clear: right;
	width: 48%;
	padding: 0;
	margin: 0;
}

.columns h4 {
	border-bottom: 1px dotted #999999;
}


/* BOXES - Dan Cederholm's Indestructible Boxes
----------------------------------------------------------------------------------------------- */

.box {
	background: #FFFFFF url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/bg-box-bottom.gif) no-repeat left bottom;
	width: 240px;
	margin: 0;
}

.box h3 {
	background: url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/bg-box-top.gif) no-repeat; 
	background-position: 10px 10px; /* x y */
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #993333;
	color: #BC6D50;
	font-size: 120%;
}

.box ul {
	margin: 0;
	padding: 1em;
	list-style: none;
}

.box ul li {
	margin-bottom: 1em;
	list-style: none;
}

.box img {
	padding: 1em 1em 0 1em;
}


/* Data Tables
-------------------------------------------------------------------------------------------- */
.data-table {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
}

.data-table td {
	border: 1px solid #999999;
	padding: 0.5em;
	color: #000000;
	font-size: 0.8em;
}

.data-table th {
	border: 1px solid #999999;
	padding: 0.5em;
	color: #333333;
	background-color: #EEEEEE;
}

.data-table tr.altrow {
	background-color: #F7EDD4;
}

.data-table td.altcolumn {
	background-color: #F7EDD4;
}



/* PAGE LAYOUTS
-------------------------------------------------------------------------------------------- */

#headingContent img { 
	padding-bottom: 0; /* Padding under images */
}

#headingContent h1 { /* Padding for H1 (no padding for images or flash) */
	margin-top: 20px; /* Use margins to be nice to IE */
	margin-left: 20px; 
	margin-right: 20px;
}

#headingContent p, #headingContent h2, #headingContent h3, #headingContent h4, #headingContent h5, #headingContent h6 { /* Padding for Headings (no padding for images or flash) */	
	margin-left: 20px; /* Use margins to be nice to IE */
	margin-right: 20px;
}

#primaryContent #secondaryContent #sideContent {
	text-align: left;
	vertical-align: top;
	background: transparent;
	display: inline;
}

#primaryContent .gutter {
	padding: 0 10px 0 20px;
	margin: 0;
	line-height: 125%;
	background: transparent;
}

#secondaryContent .gutter {
	padding: 0 10px 0 10px;
	margin: 0;
	line-height: 125%;
	background: transparent;
}

#sideContent .gutter {
	padding: 0 20px 0 10px;
	margin: 0;
	line-height: 125%;
	background: transparent;
}

#primaryContent #secondaryContent #sideContent h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	line-height: normal;
}

#facts { 
	min-height:150px;
	height:auto !important;
	height:150px;
}

#factsPause { display:none; }

 
/* THREE COLUMN LAYOUT (#threeColLayout) */

#threeColLayout #primaryContent {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
}

#secondaryContent { /* This column is used only in the Three Column Layout */
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
}

#sideContent {
	float: right;
	width: 240px;
	padding: 0;	
	margin: 0;
	_margin-right: -3px; /* Fix "IE 6 Duplicate Character Bug" with margin-right: -3px */
}


/* TWO COLUMN LAYOUT (#twoColLayout) */

#twoColLayout #primaryContent {
	float: left;
	width: 360px;
	margin: 0;
	padding: 0;
}

#twoColLayout #sideContent {
	float: left;
	width: 360px;
	padding: 0;
	margin: 0;
	_margin-right: -3px; /* Fix "IE 6 Duplicate Character Bug" with margin-right: -3px */
}

#twoColLayout #secondaryContent {
	display: none;
	margin: 0;
	padding: 0;
}


/* DEFAULT LAYOUT (#defaultLayout) */

#defaultLayout #primaryContent {
	float: left;
	width: 480px;
	margin: 0;
	padding: 0;
}

#defaultLayout #sideContent {
	float: right;
	width: 240px;
	padding: 0;
	margin: 0; 
	_margin-right: -3px; /* Fix "IE 6 Duplicate Character Bug" with margin-right: -3px */
	/*background: url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/bg-sidecontent.gif) repeat-y top left;*/
}

#defaultLayout #sideContent .gutter {
	padding: 0 30px 5px 10px; /* Increase .gutter for faux-column effect with background graphic */
}

#defaultLayout #sideContent h2, #defaultLayout #sideContent h3 {
	margin-top: 10px;
}

#defaultLayout #secondaryContent {
	display: none;
	margin: 0;
	padding: 0;
}


/* ONE COLUMN LAYOUT (#oneColLayout) */

#oneColLayout #primaryContent {
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
}

#oneColLayout #secondaryContent, #oneColLayout #sideContent {
	display: none;
	margin: 0;
	padding: 0;
}


/* Fix IE */
html .columns { margin-bottom: 0;} /* This fix is typically a star hack */

.title {
font-size: 130%;
font-weight: bold;
background: transparent;
color: #98002E;
}

.date {
font-size: 90%;
font-weight: normal;
background: transparent;
color: #666;
}

.posted {
margin-bottom: 30px;
font: 10px lucida grande, verdana, arial, helvetica, sans-serif;
background: transparent;
color: #666;
line-height:100%;
}

.paginate {
 font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size: 12px;
 font-weight: normal;
 letter-spacing: .1em;
 padding: 10px 6px 10px 4px;
 margin: 0;
 background-color: transparent;  
}

.pagecount {
 font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size: 10px;
 color: #666;
 font-weight: normal;
 background-color: transparent;  
}






/* ----------------------------- CALENDAR GRID ----------------------------- */

#calendar {
width: 220px;
float:right;
line-height:100%;
margin-right:10px;
padding-right:0px;
}

.calendarBG {
background-color: #275b8d; /*98002E;*/
}

.calendarHeader {
 font-family: Verdana, Helvetica, sans-serif;
 color: #fff; 
 font-size: 100%;
 text-align: center;
}

/* ----------------------------- CALENDAR CONTENT ----------------------------- */
.calendarBlank { 
 background-color: #b3ac68;
}

.calendarMonthLinks {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 letter-spacing: .1em;
 text-decoration: none;
 color: #999;
 background-color: transparent;
}

.calendarMonthLinks a {
 color: #999;
 text-decoration: none;
 background-color: transparent;
}
  
.calendarMonthLinks a:visited {
 color: #999;
 text-decoration: none;
 background-color: transparent;
}

.calendarMonthLinks a:hover {
 color: #fff;
 text-decoration: underline;
 background-color: transparent;
}

.calendarDayHeading {
 font-family: Verdana, Helvetica, sans-serif;
 font-weight: bold; 
 font-size: 10px;
 color: #000; 
 background-color: #a59e60;
 text-align: center;
 vertical-align: middle;
}

.calendarToday { 
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 letter-spacing: .1em;
 text-decoration: none;
 text-align: center;
 vertical-align: middle;
 color: #666;
 background-color: #e9e0c8;
}

.calendarToday a:link {
color: #98002E;
}
.calendarToday a:visited {
color: #98002E;
}
.calendarToday a:hover {
color: #ff0000;
}
.calendarToday a:active {
color: #ff0000;
}
.calendarCell {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 letter-spacing: .1em;
 text-decoration: none;
 text-align: center;
 vertical-align: middle;
 color: #333;
 background-color: #b3ac68;
}

.comment-right {
	float: right;
	color: #666;
        font-size: 85%;
        text-align: left;
        background: url(/sports/images/comment.gif) top left no-repeat;
        padding: 0 0 0 20px;
	margin: 0 10px 10px 10px;
	border: none;
}
.disclaimer {
       font-size: 85%;
       color: #666;
       margin: 1em 0 0 0;
       padding: .5em 0 .5em 0;
       border-top: 1px solid #ccc;
       border-bottom: 1px solid #ccc;
}

/* ----------------------------- CALENDAR LINKS----------------------------- */
.calendarCell a {
background-color: transparent;
}
 
.calendarCell a:visited {
background-color: transparent;
}

.calendarCell a:hover {
background-color: transparent;
}

/*extended text style*/
.read{
color:#333;
}
a#login {
	text-decoration: underline;
}