/* LOCAL STYLE SHEET FOR DEPARTMENT'S WEBSITE TEMPLATE */

/* AUTO-SELECTING NAVIGATION http://24ways.org/advent/auto-selecting-navigation */
body.home #navbar li.home,
body.news #navbar li.news,
body.media #navbar li.media,
body.facts #navbar li.facts,
body.contact #navbar li.contact { font-weight: bold; background: url(/includes/templates/8/images/bg-border-navbar.gif) left bottom repeat-x; background-color: #ddd;}


h2.date, span.date {font-size: 80%; font-family:Arial, Helvetica, sans-serif; font-weight: bold; display: block;}
h2 span.bodycopy-small {color:#666666; margin-bottom: -2em; display: block;}

h3.date, span.date {font-size: 80%; font-family:Arial, Helvetica, sans-serif; font-weight: bold; display: block;}
h4.date, span.date {font-size: 60%; font-family:Arial, Helvetica, sans-serif; font-weight: bold; display: block;}
h4 span.bodycopy-small {color:#666666; margin-bottom: -2em; display: block;}
h5.date, span.date {font-size: 80%; font-family:Arial, Helvetica, sans-serif; font-weight: bold; display: block;}
h6 { margin: 0;}
h6 span.bodycopy-small { padding: .25em 0; margin-bottom: -1.5em; color:#666666; display: block; font-weight: normal;}
h6.subhead { margin-bottom: -2px;}

span.sub { display: block; font-weight:normal;}

p.brief {
	font-size: 90%;
	margin: 0;
	padding: 5px;
	}
p.img-caption {
	font-size: 80%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}

.table-right {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	border: 1px solid #660000;
	padding: 0px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.table-right th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
	text-align: left;
	padding: 2px;
}

.table-right td {
	padding: 5px;
}

.table-left {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	border: 1px solid #660000;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.table-left th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
	text-align: left;
	padding: 2px;
}

.table-left td {
	padding: 5px;
}

.alert {
	background: #ffffcc url(/news/images/icon-exclamation.gif) 15px center no-repeat;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd400;
	border-bottom: 2px solid #ffd400;
	font-size: 85%;
}

.download {
	background: #DCEED8 url(/news/images/icon-arrow-down.gif) 15px center no-repeat;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #A7D59D;
	border-bottom: 2px solid #A7D59D;
	font-size: 85%;
}

.pull-quote {
	background: #ffffcc;
    width: 225px;
	text-align: left;
    font-size: 110%;
	padding: 10px 20px 10px 20px;
    float: right;
    margin: 10px;
	border-radius: 0 0 0 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/*----------------------------Media Div-------------------------------------------------*/
div#media {
	padding: 5px; 
	margin: 0;
	width: 100%;
	clear: both;
	background-position: right;
	}
media.caption {
font-size: 80%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 5px;
	}

/* --------------------------- The "Share This Story" Widget--------------------------- */

div#share {
	text-align: left;
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #660000;
}

#share h5 {
	font-size: 90%;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;	
	background: #993333 url(http://www.calvin.edu/includes/share/images/bg-title.gif) repeat;
	padding: 5px;
	margin: 0;
	border: none;
}

#share h5 a {
	font-weight: normal;
	color: #FFFFFF;
	text-transform: none;
}

#share ul {
	font-size: 80%;
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
}

#share div.gutter {
	padding: 5px;
	margin: 0;
}

#share li { /* List Items */
	list-style-type: none;
	display: inline;
	padding: 5px 5px 5px 20px;
	margin: 0;
}

li#facebook {
	background: url(http://www.calvin.edu/includes/share/images/facebook.gif) no-repeat left;
}
li#delicious {
	background: url(http://www.calvin.edu/includes/share/images/delicious.png) no-repeat left;
}
li#digg {
	background: url(http://www.calvin.edu/includes/share/images/digg.png) no-repeat left;
}
li#google {
	background: url(http://www.calvin.edu/includes/share/images/google.png) no-repeat left;
}
li#reddit {
	background: url(http://www.calvin.edu/includes/share/images/reddit.gif) no-repeat left;
}
li#yahoo {
	background: url(http://www.calvin.edu/includes/share/images/yahoo.png) no-repeat left;
	padding-right: 0;
}

/*---------------------------------------------------------------------------------------------
    TAB STYLES - Based on Dan Cederholm's Simplified CSS Tabs Trick
  --------------------------------------------------------------------------------------------- */

#tabs {border-bottom: 1px solid #ccc; width: 675px; margin-left: 20px;}

.tabnav {
	height: 23px;
	margin: 0;
	padding-left: 5px;
	width: 700px;
	top: 0;
	_top: 1px; /* show to IE, hide from other browsers */
}

.tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

.tabnav a {
	float: left;
	background: #eeeeee;
	line-height: 12px;
	padding: 5px 5px 5px 5px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333366;
}

.tabnav a:hover {
	background: #eeeeee;
	text-decoration: underline;
	color:#000;
}

/* Auto-selecting tabs */

body.all #tabs li.all a,
body.students #tabs li.students a,
body.faculty #tabs li.faculty a,
body.alumni #tabs li.alumni a { 
	font-weight: bold;
	background-color: #fff;
	border-bottom: solid #fff 1px;
}

/* COLUMNS, BOXES & DROPSHADOWS ----------------------------------------------------------------------------------------------- */

div.columns {margin-bottom: 2em;}

div.intro {
	background-color: #F7EDD4;
	width: 100%;
	margin: 0 0 2em 0;
	padding: 0;
}

.intro .columns-2 {padding: .5em 0;}

.intro .columns-2 h3 {
	color: #98002E;
	font-size: 120%;
	font-weight: bold;
}

.intro .columns-2 form { font-size: 150%;}



/* HOMEPAGE TOP STORY */

#banner {
	margin: 0 auto 0 auto;
	clear: both;
	height: 300px;
	width: 450px;
	z-index: 6;
	}
#banner #center {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 450px;
	height: 300px;
	background-color: #fff;
	}
#center .desc {
	margin: 0;
	padding: 0;
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	background:transparent url(/news/images/bg-semi-transparent.png) 0 0 repeat;
	width: 450px;
	}
#center .gutter {
	position: relative;
	padding:0 10px 10px 10px;
	text-align:left;
	color:#fff;
	}
#center h2 {
	color: #fff;	
	margin:0;
	padding:10px 0 0 0;	
	}
	#center h2 a {color: #fff;	text-decoration: none;}
	#center h2 a:hover {color: #fff; text-decoration: none;}
	#center h2 a:visited {color: #fff;	text-decoration: none;}
		
#center .gutter p {	
	font-size: 90%;
	margin: 0;
	padding: 0;	
	}
#center .gutter p a {
	text-decoration:none;
	color:#ffcc00;
	}
	
	#center .gutter p a:hover {
	color:#ffcc00;
	}
	#center .gutter p a:visited {
	color:#ffcc00;
	}
	#center .gutter p a:hover {
	color: #9999cc
	}


/* Dan Cederholm's Indestructible Box */
.box {
	width: 450px;
	background: url(images/box-bottom.jpg) no-repeat bottom left;
	}
.box h5 {
	margin: 0;
	padding: 20px 16px 10px 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #660000;
	border-bottom: 1px solid #660000;
	background: url(images/box-top.jpg) no-repeat top left;
	}
.box ul {
	margin: 0;
	padding: 5px 20px 5px 20px;
	list-style: none;
	}
.box ul li {
	margin: 0;
	padding: 0;
	}
.box h6 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 150%;
	color: #000000;
	}

#noteworthy ul li { list-style-image: url(http://www.calvin.edu/images/icons/bullet.gif); margin-left: 2em;}

/* Table of contents for Our Philosophy of Media Relations */
#toc {
	float: right;
	width: 220px;
	padding: 10px 10px 10px 20px;
	background: #f7edd4; /* Cream */
	border: solid 1px #660000; /* Dark maroon */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 0 10px 15px;
	}

