/* 
BC.EDU INTERIOR PAGES STYLESHEET - NOAH KUHN
Styles should read POSITIONING - COLORING - TEXT
Updated by Kul Thapa: 08.29.2007
*/
#body {
	font: normal 65% Verdana, Arial, sans-serif;
	}

#topwrapper,
#top,
#tertiarymenu, 
#secondarymenu,
#search,
#mainmenu,
#leftnav {
	display:none;
	}

/* MAIN CONTENT STYLES */

#breadcrumb,
#footer,
#secondary {
	padding: 30px 0;
	border-top: 1px solid #000;
	}

#content {
	width: 100%;
	font: normal Arial, Verdana, sans-serif;  /* kt 08.29.07 - added font type */
	}
#content h1 {
	color: #990000;
	font: normal 1.4em Georgia, Times, serif;
	letter-spacing: 1px;
	margin:0;
	}
#content h2 {
	letter-spacing: 2px;
	color: #9E8F77;
	font: bold 1.1em Arial, Verdana, sans-serif;	
	font-variant: small-caps;
	margin: 0;
	}
#content h3 {
	font: normal 1.1em Georgia, Times, serif;	
	letter-spacing: 1px;
	margin: 20px 0 0 0;
	}
#content h3 a {
	color: #430000;
	text-decoration: none;
	}
#content h4 {
	color: #990000;
	font: bold 1.2em Arial, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	}
#content h5 {
	color: #000;
	background: inherit;
	font: bold .9em Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	}	
#content p {
	font: normal Arial, Verdana, sans-serif; /* kt 08.29.07 - reduced font size to 0.9em from 1.0em*/
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 10px 0;
	}
#content img {
	margin-top:20px;
	}
	
#content ol li  {
	margin: 4px 0;
	line-height: 15px;
	list-style-type:decimal;
	font-size: 0.90em; /* kt 08.29.07 - reduced font size to 0.90em form 1.1em, added ordered list and line-height*/
	}
 #content ol li ol li {
	margin: 4px 0;
	line-height: 15px;
	list-style-type:lower-alpha;
	font-size: 1em; /* kt 05.03.08 - reduced font size to 0.98em form 1.1em, added ordered list and line-height*/
	}
	
	#content ul li  {
	margin: 4px 0;
	line-height: 15px;
	font-size: 0.90em; /* kt 08.11.09 - separate style for unordered list */
	}
/* TIME TO SET UP THE DIFFERENT TEMPLATES, ALL YOU HAVE TO DO IS CHANGE THE CLASS OF THE PARENT DIV AND THE PRIMARY/SECONDARY DIVS FALL INTO LINE */


/* THE CURVY BOX */
#content .box {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	border: 1px solid #ccc;
	}	

/* LITTLE BOXES ON THE HILLSIDE, LITTLE BOXES MADE OF TICKYTACKY */
#content .news {
	width: 100%;
	border-bottom: 1px solid #B6AD95;
	}
#content .news h5, #content .news p, #content .boxbody p, #content .boxbody h5 {
	line-height: 1.3em;
	}


/* SIDEBAR WITH SMALL IMAGE */	
#content.sidebar #primary {
	width: 100%;
	}
#content.sidebar #secondary {
	width: 100%;
	}


/* FULLWIDTH */	
#content.fullwidth #primary {
	width: 100%;
	}

/* NO NAVIGATION FULL WIDTH */
#content.nonav {
	width: 100% !important;
	}

/* A to Z MENU */	
#content.fullwidth #primary div.atozmenu {
	float: left;
	margin-top: 6px;
	border-top: 1px solid #B6AD95;
	border-left: 1px solid #B6AD95;
	border-bottom: 1px solid #B6AD95;
	}
#content.fullwidth #primary div.atozmenu a {
	display: block;
	float: left;
	padding: .2em .6em;
	border-right: 1px solid #B6AD95;
	color: inherit;
	background: #E3D9C9;
	text-decoration: none;
	}
#content.fullwidth #primary div.atozmenu a:hover, 
#content.fullwidth #primary div.atozmenu a.current {
	color: inherit;
	background: #CBBD9B;
	}
#content.fullwidth #primary ul.atoz {
	margin: 15px 0 30px 0;
	padding: 0;
	list-style: none;
	}
#content.fullwidth #primary ul.atoz li {
	margin: 1px 0;
	padding: 0;
	font-size: 1.1em;
	}
#content.fullwidth #secondary {
	display: none;
	}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}	

