/*
 * Style sheet for Klondike site.
 *
 * Author: Sunpreet S. Jassal
 * Date: Dec 17, 2006
 */


body {
	text-align: center;
	background: rgb(76, 90, 96);
}


/* ------------- Main Container Style Rules ---------*/

#container {
	text-align: center;
	margin: 0 auto;
}


/* ------------- Top Banner Style Rules -----------*/

#banner-container {
	background-color: rgb(126, 147, 152);
}

#banner img {
	text-align: center;
	margin: 0 auto; padding: 0;
}


/* Top Navigation Style Rules */

div#top-navigation {
	background: rgb(175, 73, 1);
	border-top: 1px solid rgb(160, 170, 175);
}

ul#navigation {
	font: 0.7em Verdana, sans-serif;
	text-transform: uppercase;
	list-style-type: none;
	width: 700px;
	text-align: center;
	margin: 0 auto 0 auto;
	height: 18px;
}

ul#navigation,
ul#navigation a {
	color: white;
}

ul#navigation li {
	display: block;
	float: left;
}

ul#navigation li a {
	text-decoration: none;
	padding: 2px 10px;
	display: block;
	border-right: 1px solid rgb(220, 174, 140);
	border-bottom: 1px solid rgb(130, 54, 2);
}

ul#navigation li a:hover,
ul#navigation li#top-nav-active a {
	background-color: rgb(143, 151, 174);
	border-right: 1px solid rgb(106, 113, 129);
	border-bottom: 1px solid rgb(106, 113, 129);
}

ul#navigation li a:hover {
	border-right: 1px solid rgb(220, 174, 140);
}

ul#navigation li#top-nav-active a {
	font-weight: bold;
}

ul#navigation li.first-top-nav {
	border-left: 1px solid rgb(220, 174, 140);
}



/* -------------- Body Content Style Rules -----------*/
#content-container {
	font: 0.7em Verdana, sans-serif;
	text-align: left;
	width: 700px;
	margin: 0 auto;
	background: transparent url(../images/content_bg_repeat.jpg) top left repeat-y;
	clear: both;
}

#content-top {
	background: transparent url(../images/content_bg_top.jpg) top left no-repeat;
}

#content-bottom {
	background: transparent url(../images/content_bg_bottom.jpg) bottom left no-repeat;
}

/* Left side Navigation Style Rules */

#left-navigation {
	background: transparent;
	width: 145px;
	padding-top: 35px;
	font: 1em Verdana, sans-serif;
	float: left;
}

#left-navigation li {
	list-style-type: none;
	padding-left: 20px;
	margin-top: 5px;
}

#left-navigation,
#left-navigation a {
	color: rgb(77, 64, 9);
}

#left-navigation a {
	text-decoration: none;
}

li#left-nav-active a,
#left-navigation a:hover {
	color: white;
}

li#left-nav-active a {
	font-weight: bold;
}


/* Content Style Rules */

#content {
	margin-left: 180px;
	padding: 80px 20px 105px;
	width: 450px;		/* Width + padding L&R must >= width of content bg */
	min-height: 350px;
	font-size: 1em;
}

#content,
#content h1 {
	color: rgb(51, 47, 22);
}

#content h1 {
	font: 1.8em Verdana, sans-serif;
	font-style: normal;
}

#content ul{
	margin: 0 0 20px 20px;
}

/* ------------------ Footer Styles Rules ------------*/
#footer {
	clear: both;
	text-align: center;
	margin: 0px auto 0 auto;
	padding: 10px 0;
	background: rgb(76, 90, 96) url(../images/body_bg.gif) repeat;
	width: 700px;
}

#footer ul {
	list-style-type: none;
	font: 0.6em Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

#footer ul li {
	display: inline;
	padding: 0 6px 0;
	border-right: 1px solid rgb(175, 73, 1);
}

#footer a {
	text-decoration: none;
	color: rgb(175, 73, 1);
}

#footer a:hover {
	color: black;
}

#footer li.last-footer {
	border-right: none;
}

#docImage {
	float: left;
	padding: 0 0 0 0;
	margin: 0 10px 10px 0;
}

#docImageCentre {
	float: none;
	padding: 0 0 0 0;
	margin: auto;
	margin-bottom: 10px;
}

#docImage img, #docImageCentre img {
	border: 1px solid #8C8C8C;
	background: #E6E6E6;
}

#docImage p, #docImageCentre p {
	color: #333;
	font-size: .9em;
	margin: 0 0 3px 0;
	padding: 0;
}

#docImage .imgCaption, #docImageCentre .imgCaption {
	padding: 0 10px 0 10px;
}

a:link{
	color: #656C74;
	text-decoration: none;
}

a:visited{
	color: #949BA3;
	text-decoration: none;
}

a:hover, a:active {
	color: #333;
}

.back
{
	margin: 10px 0 10px 0;
	text-align:right;	
}

.animationlink
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#about_this_source {
	display: none;
}

.italics {
	font-style: italic;
}