﻿/* 
	Government of Alberta Base Style Sheet
	CSS1 Definitions for Print Typography
	developed by YellowPencil.com - December 2006
    Modified by iomer.com - October 2008
*/

/* Base HTML Definitions */

body {font-family:"Times New Roman", times, serif;background-color:#fff;color:#000;margin: 0;padding:1in;}

/* Element Reset to ensure correct cascade properties across all browsers */
table {font-size:inherit;}
select, input, textarea {font:99% times,serif;}
body * {line-height:1.22em;}
body,div,form,fieldset,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img,a img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
/* Heading Sizes */
h1 {font-size:1.8em;}
h2 {font-size:1.5em;}
h3 {font-size:1.2em;}
h4 {font-size:1.05em;}
h5 {font-size:1em;}
h6 {font-size:.9em;}
h7 {font-size:.75em;}

/* Special-case headers */
.section, #servicesNav { padding: 0; margin: 0; }
#content h1 { color: #000; }
#content #servicesNav h2, .section h2 { padding: 0; margin-left: 0; color: #000;}
#content #servicesNav h3 {padding: 0; margin-left: 0; color: #000; }
#content #servicesNav h3,
#content #servicesNav h3 a,
#content #servicesNav h3 a:link,
#content #servicesNav h3 a:hover,
#content #servicesNav h3 a:visited,
#content #servicesNav h3 a:active { color: #000; }
/* 
    Primary Layout Containers 
*/
#pageWrap {margin:0;}
#page {margin:0;}
#header {border-bottom:1px solid #000;}
#navColumn {display:none;}
#contentColumn { width: 100%; float: none;}
#content {width:6.5in;overflow:visible; float: none; font-family:"Times New Roman", times, serif; }
#footer {}
/*
    Subsidiary Layout Containers
*/
.columnLeft, .columnLeftFull, .columnLeftHalf, .columnLeftThird, .columnRight, .columnRightHalf, .columnRightThird, * html #servicesNav .columnLeft {margin:0;padding:0;}

/* Accessibility Helpers */
#accessHelpers {display:none;}
/* Header Layout Containers */
#logo { padding-left: 0; }
#logo a { padding:0;margin:0; }
#logo img {display:none;}
h1#siteTitle {font-weight:normal;letter-spacing:1px; padding-left: 0; margin-left: 0;}
h1#siteTitle a {text-decoration:none;color:#000;}
ul#metaNav {display:none;}
#searchForm {display:none;}
* html #searchForm {margin-top:6px;}
/* Breadcrumb, Text Resizer and Search Form */
#breadcrumb {display:none!important;}
#textResizer {display:none;}
/* Main Navigation - Horizontal */
#mainNav {display:none;}
/* Sub Navigation - Vertical */
#subNav {display:none;}
/* Footer Styles */
#footer {}
#footer #footerLogo {display:none;}
#footer #goaLinks {display:none;}
#footer #siteLinks {display:none;}
#footer #copyright {color:#000;border-top:1px solid #000;}
/* 
    Home Page Specific Style Definitions 
*/
/* Temporary Flash Region Definitions - to be replaced by swf via UFO */
#homeFeature {display:none;}

/* New specifics for the Frequently Asked Questions */
.FAQItem .FAQQuestionHidden a,
.FAQItem .FAQQuestionHidden a:link,
.FAQItem .FAQQuestionHidden a:visited,
.FAQItem .FAQQuestionHidden a:hover,
.FAQItem .FAQQuestionHidden a:active,
.FAQItem .FAQQuestionShowing a,
.FAQItem .FAQQuestionShowing a:link,
.FAQItem .FAQQuestionShowing a:visited,
.FAQItem .FAQQuestionShowing a:hover,
.FAQItem .FAQQuestionShowing a:active { margin-left: 0; padding: 0; color: #000 !important; font-weight: bold; text-decoration:none!important;}
/* Expand the hidden FQW answers */
.FAQItem .FAQAnswerHidden, .FAQItem .FAQAnswerShowing {display:block; padding: 10px 0;}
