/*
   COLOR INDEX
-------------------------------------------------------
   #772b10 - brown (headings, a, img outline)
   #333    - dark grey (body text)
   #1b0e40 - dark blue (body bg)
*/

/*
   BODY
-------------------------------------------------------*/
body {
   text-align: center;
   background: #041220 url(../images/bg-body.gif) repeat-x top left;
   font-size: 13px;
   font-family: Georgia, Times, serif;
   color: #333;
}

/*
   CLEARFIX
-------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*
   TYPOGRAPHY and BASIC ELEMENTS
-------------------------------------------------------*/
/* headings */
h1 {
	text-indent: -9999px;
	width: 373px;
	height: 78px;
}

	/* requires w, h  */
	h1 a {
	   display: block;
	   position: absolute;
	   width: 373px;
	   height: 78px;
	   top: 0;
	   left: 0px;
	   background: url(../images/bg-h1.gif) no-repeat top left;
	}
	
#splash h1 {
   width: 373px;
   height: 78px;
   margin: 0 auto;
   background: url(../images/bg-h1.gif) no-repeat top left;
}

h2, h3, h4, h5, h6 {
   color: #772b10;
   font-weight: normal;
   padding-bottom: 5px;
}

h3, h4, h5, h6 {
   padding-top: 10px;
}

h2 {font-size: 18px;}

   #splash h2 {
      width: 345px;
      height: 15px;
      text-indent: -9999px;
      background: url(../images/bg-h2-splash.gif) no-repeat top left;
      margin: 0 auto 10px;
      padding: 0;
   }

h3 {font-size: 16px;color:#1b0e40;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}

/* paragraphs etc. */
p {
   line-height: 1.3;
   padding-bottom: 15px;
   text-align: justify;
}

	p.left {
	   text-align: left;
	}
	
	p.right {
	   text-align: right;
	}
	
	p.center {
	   text-align: center;
	}

big {
   font-size: 125%;
}

small {
   font-size: 85%;
}

strong {
   font-weight: bold;
}

em {
   font-style: italic;
}

blockquote {
   padding: 10px 20px;
   margin: 5px 0 20px;
   font-size: 16px;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}

blockquote.testimonial {
   font-size: 13px;
}

blockquote p {
   padding: 0;
}

cite {
   font-style: italic;
   display: block;
   text-align: right;
   font-size: 12px;
   padding-top: 5px;
}

/* lists - usually have to put #content in front */
#content ul {
   line-height: 1.3;
   list-style: square outside;
   margin-left: 36px;
   padding-bottom: 15px;
}

#content ol {
   line-height: 1.3;
   list-style: decimal outside;
   margin-left: 36px;
   padding-bottom: 15px;
}

/* links */
a, a:visited {
   color: #772b10;
   text-decoration: underline;
}

a:hover {
   text-decoration: none;
}

/* lang links */
a.btn {
   width: 195px;
   height: 40px;
   float: left;
   display: block;
   text-indent: -9999px;
}

a.chipewyan {
   background: url(../images/link-chipewyan.gif) no-repeat top left;
}

a.chipewyan:hover {
   background: url(../images/link-chipewyan.gif) no-repeat bottom left;
}

a.cree {
   background: url(../images/link-cree.gif) no-repeat top left;
}

a.cree:hover {
   background: url(../images/link-cree.gif) no-repeat bottom left;
}

a.dogrib {
   background: url(../images/link-dogrib.gif) no-repeat top left;
}

a.dogrib:hover {
   background: url(../images/link-dogrib.gif) no-repeat bottom left;
}

a.gwichin {
   background: url(../images/link-gwichin.gif) no-repeat top left;
}

a.gwichin:hover {
   background: url(../images/link-gwichin.gif) no-repeat bottom left;
}

a.inuinnaqtun {
   background: url(../images/link-inuinnaqtun.gif) no-repeat top left;
}

a.inuinnaqtun:hover {
   background: url(../images/link-inuinnaqtun.gif) no-repeat bottom left;
}

a.inuktitut {
   background: url(../images/link-inuktitut.gif) no-repeat top left;
}

a.inuktitut:hover {
   background: url(../images/link-inuktitut.gif) no-repeat bottom left;
}

a.inuvialuktun {
   background: url(../images/link-inuvialuktun.gif) no-repeat top left;
}

a.inuvialuktun:hover {
   background: url(../images/link-inuvialuktun.gif) no-repeat bottom left;
}

a.north {
   background: url(../images/link-north-slavey.gif) no-repeat top left;
}

a.north:hover {
   background: url(../images/link-north-slavey.gif) no-repeat bottom left;
}

a.south {
   background: url(../images/link-south-slavey.gif) no-repeat top left;
}

a.south:hover {
   background: url(../images/link-south-slavey.gif) no-repeat bottom left;
}

/* images */
img {
   border: 1px solid #772b10;
}

   #splash img {
      border: 1px solid #817b95;
   }

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.center {
	margin: 10px auto;
	display: block;
}

img.no-margin {
   margin: 0;
}

/* horizontal rule */
hr {
	color: #eee;
	background-color: #eee;
	border: 0;
	height: 1px;
}

/* tables */
table {
   
}

tr {
   
}

th {
   
}

td {
   
}

/* forms */
form {
   
}

fieldset {
   
}

legend {
   
}

input {
   
}

textarea {
   
}

.error {
   
}

/*
   CONTAINER | 723px
-------------------------------------------------------*/
#container {
   width: 723px;
   margin: 0 auto;
   background: transparent;
   text-align: left;
}

   #splash #container {
      width: 448px;
      margin: 105px auto 0;
   }

/*
   BRANDING
-------------------------------------------------------*/
#branding {
	float: left;
	width: 723px;
	height: 78px;
	position: relative;
}

   #splash #branding {
      width: 448px;
      height: 75px;
      text-align: center;
      margin-bottom: 7px;
   }

/*
   MASTHEAD | 723px
-------------------------------------------------------*/
#masthead {
   float: left;
   width: 723px;
   height: 200px;
   background: #fff url(../images/bg-masthead01.jpg) no-repeat 3px 4px;
}

   #splash #masthead {
      width: 448px;
      height: 103px;
      background: transparent;
   }

/*
   MAIN NAVIGATION | 723px
-------------------------------------------------------*/
#mainnav {
   float: left;
   width: 713px;
   height: 33px;
   padding: 0 5px;
   background: url(../images/bg-mainnav.jpg) no-repeat top left;
   text-align: center;
}

#mainnav li {
   float: left;
}

#mainnav a, #mainnav a:visited {
   display: block;
   height: 33px;
   line-height: 25px;
   padding: 0 18px;
   font-size: 12px;
   color: #FFF;
   text-decoration: none;
}

#mainnav a:hover,
#home #mainnav .home a,
#about #mainnav .about a,
#services #mainnav .services a,
#clients #mainnav .clients a,
#references #mainnav .references a,
#resources #mainnav .resources a,
#giving-back #mainnav .giving-back a,
#contact #mainnav .contact a {
   background: url(../images/bg-mainnav-a.gif) no-repeat top center;
}

/*
   CONTENT | 723px
-------------------------------------------------------*/
#content {
   float: left;
   width: 637px;
   padding: 20px 43px 20px 43px;
   background: url(../images/bg-content.gif) repeat-y top left;
}

   #splash #content {
      width: 448px;
      background: transparent;
      padding: 0;
      margin-top: 30px;
      text-align: center;
   }

/* COL-1 | 390px */
#col-1 {
   float: left;
   width: 390px;
   margin-right: 55px;
   overflow: hidden;
}

.entry {
   border-bottom: 1px solid #ccc;
}

span.date {
   color:#666666;
   display:block;
   font-size:10px;
   letter-spacing:1px;
   text-transform:uppercase;
   font-family: Verdana, sans-serif;
}

.meta{
   color:#666666;
   font-size:11px;
}

/* COL-2 | 190px */
#col-2 {
   float: left;
   width: 190px;
}

/*
   LANGNAV
-------------------------------------------------------*/
#langnav {
   color: #fff;
}

#langnav a, #langnav a:visited {
   color: #FFF;
   text-transform: uppercase;
   text-decoration: none;
   padding: 0 10px;
}

#langnav a:hover {
   text-decoration: underline;
}

/*
   FOOTER
-------------------------------------------------------*/
#footer {
   float: left;
   width: 723px;
   height: 84px;
   background: url(../images/bg-footer.jpg) no-repeat top left;
   padding-bottom: 20px;
}

#footer p {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   color: #FFf;
   text-align: center;
   padding-top: 15px;
}

#footer a {
   color: #fff;
   text-decoration: underline;
}

#footer a:hover {
   text-decoration: none;
}

/*
   DIAGNOSTICS
-------------------------------------------------------*/
/*  
img[alt=""] {border: 3px dotted red;}

a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}
*/
