/*
 * Style sheet for Strikkeriet
 * 
 * Author: Bo Christian Skjøtt
 */

html {
  font-size: 100%;
}
 
body 
{
  background-color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  color: #E0E0E0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}

a {
  color: #7D868F;
  text-decoration: none;
}

a:hover {
  color:#EB8921;
}

h1 {
	font-size: 1.5em;
	color: #E0E0E0;
	border-bottom: 1px solid #1A1A1A;
	padding-bottom: 8px;
}

h2 {
	font-size: 1.2em;
  line-height: 1em;
	border-bottom: 1px solid #1A1A1A;
	padding-bottom: 2px;
}

h3 {
	font-size: 1.2em;
	background-color: #1A1A1A;
	padding: 2px;
}

#canvas 
{
  background: #0D0D0D;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 10px;
  width: 780px;
  border-width: 4px;
  border-style: solid;
  border-color: #1A1A1A;
}

img
{
  border: solid 2px #1A1A1A;
}

img.noborder
{
  border: 0;
  vertical-align: middle;
}

td.productPicture
{
  vertical-align: top;
  padding-right: 10px;
}

td.productInfo
{
  vertical-align: top;
  padding-left: 10px;
  border-left: solid 1px #1A1A1A;
}

table.pricelist
{
  border-collapse: collapse;
}

table.pricelist td
{
  border: solid 2px #1A1A1A;
  padding-left: 4px;
  padding-right: 4px;
}

table.pricelist th
{
  background-color: #1A1A1A;
  padding-left: 6px;
  padding-right: 6px;
}


/* Main navigation bar at the top of every page */
#topnavigation
{
  color: #000000;
  background-color: #1A1A1A;
  background-image: url(images/menubar_bg.png);
  background-repeat: repeat-x;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 788px;
  height: 22px;
  margin: 0 auto;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 0;
}

#frontpagePhotoBox
{
  width: 150px;
  float: left;
  margin-right: 20px;
}

#leftColumn
{
  width: 610px;
  float: left;
  padding-right: 20px;
  border-right: solid 1px #1A1A1A;
}

#middleColumn
{
  width: 440px;
  float: left;
  padding-right: 20px;
  border-right: solid 1px #1A1A1A;
}

#header
{
  width: 780px;  
  margin: 0 auto;
  clear: both;
}

#header img
{
  border: 0;
}

#footer
{
  width: 780px;  
  padding: 5px;
  font-size: 0.8em;
  color: #1A1A1A;
  margin: 0 auto;
  text-align: center;
  clear: both;
}

#signature
{
  text-align: center;
  font-style: italic;
}

#navigationbox
{
  width: 140px;
  float: right;
  background: #0D0D0D;
}

#navigationbox a
{
  font-weight: bold;
  display: block;
}

#navigationbox td 
{
  padding-left: 4px;
  padding-right: 4px;
  border-bottom: solid 1px #000000;
}

#newsBox
{
  background-image: url(images/newsbox.png);
  background-repeat: no-repeat;
  width: 102px;
  height: 118px;
  font-size: 0.8em;
  padding: 20px;
  padding-top: 30px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

#highlight
{
  padding: 4px;
  border-bottom: dashed 1px #E0E0E0;
}

.clearFix
{
  clear: both;
}

#selectedNavLink a:link, #selectedNavLink a:visited
{
  color:#EB8921;
}

/* This style highlights the current section link in the top navigation bar */
#infoSection #infoMenuLink a:link, #infoSection #infoMenuLink a:visited, 
#strikSection #strikMenuLink a:link, #strikSection #strikMenuLink a:visited,
#garnSection #garnMenuLink a:link, #garnSection #garnMenuLink a:visited,
#tilbehorSection #tilbehorMenuLink a:link, #tilbehorSection #tilbehorMenuLink a:visited,
#bestillingSection #bestillingMenuLink a:link, #bestillingSection #bestillingMenuLink a:visited
{
  color:#EB8921;
}


/* Popup image styles */
/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer */
.thumbnail
{
  position: relative;
  z-index: 0;
}

.thumbnail:hover
{
  background-color: transparent;
  z-index: 50;
}

.thumbnail span  /* CSS for enlarged image */
{
  position: absolute;
  background-color: white;
  padding: 4px;
  left: -1000px;
  visibility: hidden;
  color: black;
  text-decoration: none;
  z-index: 50;
}

.thumbnail span img /* CSS for enlarged image */
{
  border-width: 0;
  padding: 2px;
}

.thumbnail:hover span /* CSS for enlarged image on hover */
{
  visibility: visible;
  top: -60px;
  left: 60px; /*position where enlarged image should offset horizontally */
}
