@charset "UTF-8";
/* CSS Document */


/*------------------------------ custum formating -------------------------------*/
/*sets the sub nav for the frotpage based navigation */
.spacer {
height: 14px;
width: 170px;
}

.light-grey {
background-color: #ececec;
}

.lightest-grey {
bacground-color: #bcbcbc;
}

.border-topz {
border-top: 1px solid #ececec;
margin-top: 20px;
}

/*to use classes in the column div with class example <div class="1colspan dark-color">- also use the border class simmilarly located in the global style sheet*/
.blue {
background-color: #B03021;
}
.dark-color {
	background-color: #9E1F1C;
}
.dark-color h1, .dark-color h2, .dark-color h3{
	color: #FFFFFF !important;
}
.med-color {
background-color: #999999;
}
.light-color {
background-color: #cccccc;
}

.dark-fade {
background-image: url(images/fade.jpg);
background-repeat: repeat-x;
}

/* --------- Height - add to column class when making rows of cubes ---------- */
.heightA {
height: 22em; /*22em = aprox 300px;*/
}
.heightB {
height: 18em;
}
.heightC {
height: 16em;
}
.heightA-border {
height: 22em;
}
.heightB-border {
height: 18em;
}
.heightC-border {
height: 16em;
}
/*-------------------------------- Heading Colors ---------------*/
#content-container h1,h2,h3,h4,h5,h6 { 
color: #B03021;}

/*------------------------------- Link Colors ---------------*/
#content-container a:link, a:visited {
color: #B03021;
}

/*------------------------------- Template color Formating -----------------------------------*
/* sets the background image which contains the color for the navigation so it the color remains for the full height of the page.*/

#inner-container {
background-image:url(/aboriginal_arts/common/images/nav-color.gif);
background-repeat: repeat-y !important;
}

#left-nav-container {
	/*this is used for whent the text is resized and should be the same color of the above bg image*/
	background-color: #FAC0B2;
	background-image:url(/aboriginal_arts/common/images/left-nav-background.jpg);
	background-repeat: no-repeat;
	height: 40em;
}

/*top nav color*/
#nav-container {
background-color:#B03021;
background-image:url(/aboriginal_arts/common/images/top-nav-background.jpg);
	background-repeat: repeat-x;
}
/*bottom nav color*/
#footer-container {
background-color:#CF502D;
background-image:url(/aboriginal_arts/common/images/top-nav-background.jpg);
	background-repeat: repeat-x;
}

/*----------------- Template Font Formating --------------------*/

/*-------------- Top Nav Coloring ----------------- */
#nav-container  a:link, #nav-container  a:visited  {
	color: #ffffff !important;
}

#nav-container  a:hover {
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;
}

#nav-container {
	background-color: #B03021;
}

/*-------------- footer Nav Coloring ----------------- */
#footer-container  a:link, #footer-container  a:visited  {
	color: #ffffff !important;
}

#footer-container  a:hover {
	background-color: #999999
	color: #ffffff;
	text-decoration: none;
}


/*-------------------- Left Navigation ---------------------*/

#left-nav-container a:link, #left-nav-container a:visited {
	display: block;
	text-decoration: none;
	padding: 3px 6px 3px 8px;
	color: #037EFC;
}

#left-nav-container a:link {
color: #ffffff;
}

#left-nav-container a:visited {
color: #ffffff;
}

#left-nav-container h2 a:link, #left-nav-container h2 a:visited{
	padding-left: 14px;
	border-bottom: 0px solid #ececec;
}

#left-nav-container h3 a:link, #left-nav-container h3 a:visited{
	padding-left: 22px;
	border-bottom: 0px solid #ececec;
}

#left-nav-container h4 a:link, #left-nav-container h4 a:visited{
	padding-left: 30px;
}

#left-nav-container a:hover{
	background-color: #B03021;
	color: #ffffff;
	text-decoration: none;
	background-image: url("/common/images/arrow-hover.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

#left-nav-container h1 a:hover{
background-color: #B03021 !important;
}

/*--- add for non linked text in leftnav */

h3.nav-nolink {
color: #ffffff !important;
padding-left: 22px !important;
padding-top: 8px;
}

h2.nav-nolink {
color: #ffffff !important;
padding-left: 14px !important;
padding-top: 8px;
}

/*------------ special formating ----------------- */
h1.white-large {
font-size: 158% !important;
color: #ffffff !important;
font-weight: normal !important;
padding-bottom: 14px;
}

.more {
background-image:url(images/more-info-arrow.gif);
}
