/*
 * Style sheet for Vinland site.
 *
 * Author: Sunpreet S. Jassal
 * Date Created: Feb 15, 2007
 *
 * Last Updated: Feb 23, 2007 by Sunpreet.
 */


body {
	text-align: center;
	background: rgb(232, 200, 147) url(../images/body_bg.gif) repeat-x top left;
}


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

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


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

#banner-container {
	background-color: rgb(245, 182, 112);
}

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

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

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

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


/* Top Navigation Style Rules */

div#top-navigation {
	background: rgb(56, 0, 9);
	border-top: 1px solid rgb(209, 128, 63);
}

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

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

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

ul#navigation li a {
	text-decoration: none;
	padding: 2px 7px 3px;
	display: block;
	height: 25px;
	border-right: 1px solid rgb(234, 152, 77);
	float: left;
}

ul#navigation li a:hover,
ul#navigation li#top-nav-active a {
	background-color: rgb(192, 187, 123);
}


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.gif) 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: 30px;
	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: white;
}

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

li#left-nav-active a,
#left-navigation a:hover {
	color: rgb(192, 187, 123);
}

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

li#lang-separator {
	background: transparent url(../images/separator.gif) top left no-repeat;
	margin: 10px 0px 5px 20px;
	padding-top: 65px;
	padding-left: 0px;
	width: 120px;
}

/* Content Style Rules */

#content {
	margin-left: 150px;
	padding: 15px 20px 20px 17px;
	width: 505px;
	min-height: 575px;
	color: black;
}

#content h1,
#content h2,
#content h3,
#content h4 {
	color: rgb(56, 1, 9);
	font-family: "Tribute Roman", Georgia, "Bookman Old Style", Garamond, "Times New Roman", serif;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
}

#content h1 {
	font-size: 2.2em;
}

#content h2 {
	font-size: 1.6em;
	font-weight: bold;
}

#content h3 {
	font-size: 1.4em;
	font-weight: bold;
}

#content h4 {
	font-size: 1.4em;
}

#content p {
	margin-bottom: 1.5em;
}

#content a {
	color: rgb(114, 118, 81);
}

#content a:hover {
	color: black;
}

#content ul {
	margin-left: 15px;
}

#content ol {
	margin-left: 20px;
}

#content li {
	margin-top: 0.8em;
	line-height: 1.6em;			/* Same as paragraph's line-height. */
}

#content div.marginalia {
	border: 1px solid rgb(192, 187, 123);
	background-color: rgb(239, 229, 209);
	padding: 10px;
	margin: 10px;
}

#content table {
	margin: 10px;
}

#content table caption {
	font-style: italic;
	margin-top: 10px;
}

#content table th {
	text-align: center;
}

#content table th,
#content table td {
	padding-left: 5px;
}

#content abbr,
#content acronym {
	border-bottom: 1px dotted;
}

#content p.indent {
	margin-left: 3.0em;
}

#content span.notation {
	border-bottom: 1px dotted;
}



/* ------------------ Footer Styles Rules ------------*/
#footer {
	clear: both;
	text-align: center;
	margin: 0px auto 0 auto;
	padding: 20px 0 75px;
	background: rgb(232, 200, 147) url(../images/footer_art.jpg) bottom left repeat-x;
	width: 700px;
}

#footer,
#footer a {
	color: rgb(56, 2, 9);
}

#footer ul {
	list-style-type: none;
	font: 0.6em Verdana, sans-serif;
	text-transform: uppercase;
	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;
}

#footer a:hover {
	color: black;
}

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

#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;
}

#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;
}

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

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

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

.indentMenu {
	margin: 0 0 0 10px;
}

.animationlink {
	margin: 0;
	text-align: center;
}

div.side-by-side {
  width: 500px;
}

div.side-by-side .side {
  width: 49%;
  float: left;
  text-align: center;
  padding-left: 5px;
}

.docImage {
	border: 1px solid #8C8C8C;
	background: #E6E6E6;
	float: left;
	clear: both;
	padding: 0 0 0 0;
	margin: 0 10px 10px 0;
}

.docImageCentre {
	float: none;
	clear: both;
	padding: 0 0 0 0;
	margin: auto;
	margin-bottom: 10px;
}

#about_this_source {
	display: none;
}

.align_center {
	text-align: center;
}