@charset "utf-8";

/* Main Layout
 * - padding and margins
 * - 2 column and 3 column layouts
 *
 * University of Ottawa
 * Computing and Communications Services
 */

body { margin: 0; padding: 0; }

#main-container { width: 780px; position:relative; margin:0 auto; }

/* Support for 2006 banner */
.old-banner #main-container { width: 780px; margin:0; }

#page-links, #main-secondarynav { margin: 0; padding: 0; position: absolute; top: 0; left: 0; } /* Hide the effect of the ul */
#page-links li { list-style: none; margin: 0; padding: 0; height: 0; width: 0px; }
#skip-to-content, #skip-to-localnav { position: absolute; text-indent: -999em; }

/* Section Header */
#section-container { margin: 0; padding:0; clear: both; position: relative; zoom: 1; }
#section-header {
	margin:0; padding:0;
	width:518px; height:86px;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative; float: left;
}
#section-title, #parent-org-title { position: absolute; display: block; }
#section-title span, #parent-org-title span { position: absolute; display: block; left: -999em; width: 100px; }
a#section-title, a#parent-org-title { overflow: hidden; }

#section-details {
	width: 174px; float: left; clear: left;
}

/* Page Tools */
#page-tools { margin-left: 518px; position: relative; width: 255px; height: 86px; }

/* Contact Information */
#contact-info {
	padding: 1.5em 20px 1.5em 24px;
	width: 130px;
}
/* Chop off long non-wrapping email addresses or words (not ideal) */
#contact-info { overflow: hidden; }
/* Correction for standards-compliant browsers */
#section-details > #contact-info { overflow: visible; }

/* Main Content */
#main-content {
	float: left; margin-top: 15px;  padding: 0 15px 26px 33px;
	width: 553px;
}

/* Width of main-content with the side-bar */
.has-sidebar #main-content {
	margin-left: 0;
	float: left;
	width: 394px;
}

/* Correction for standards-compliant browsers */
.has-sidebar #section-container > #main-content {
	padding: 0 15px 26px 33px;
}

#sidebar {
	margin-left: 618px; /* */
	margin-top: 10px;
	width: 159px; /* */
	position: relative;
	height: 1%;
}
/* Correction for standards-compliant browsers */
#section-container > #sidebar { margin-left: 621px; height: auto; }

/* Sub-section */
.sub-section #sub-section-header {
	margin:0; padding:0;
	width:586px; height:25px;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute; float: left;
	top: 87px; left: 194px;
}
.sub-section #sub-section-title { position: absolute; display: block; text-indent: -999em; }

.sub-section #main-content { margin-top: 30px; }
.sub-section #sidebar { margin-top: 40px; }

/* Wide content page */
.wide-content-page #section-container #main-content { width: 730px; margin-top: 0; padding: 15px 26px 26px 24px; background: no-repeat top left; position: relative; }