@import "reset.css";

body {
  font: 0.68em arial, sans-serif;
  color: #000;
  background: #e2e2e2 url(/style/images/page-bg.jpg) repeat-y top center;
}

/* main containers */

div#container {
  width: 972px;
  margin: 20px auto;
}

div#shadow-top {
  height: 6px;
  background: transparent url(/style/images/shadow-top.png) no-repeat top left;
}

div#shadow-bottom {
  height: 6px;
  background: transparent url(/style/images/shadow-bottom.png) no-repeat top left;
}

div#main {
  width: 960px;
  padding: 0 6px;
  background: transparent url(/style/images/main-bg.png) repeat-y top left;
}

div#header {
  position: relative;
  height: 100px;
  margin-bottom: 12px;
}

div#content {
  width: 900px;
  padding: 30px;
}

div#footer {
  width: 900px;
  position: relative;
  padding: 20px 30px;
  background: transparent url(/style/images/footer-bg.jpg) repeat-y top left;
}

/* footer */

div#footer div#channels {
  position: relative;
  width: 305px;
  float: left;
  margin-right: 15px;
}

div#footer div#tell-a-friend {
  width: 265px;
  float: left;
}

div#footer div#contact {
  width: 255px;
  float: left;
  margin-left: 15px;
}

a#rss-footer {
  position: absolute;
  top: 38px;
  left: 0;
  display: block;
  width: 83px;
  height: 82px;
  background: transparent url(/style/images/rss-icon.png) no-repeat top left;
  text-indent: -999em;
}

a#flickr-footer {
  position: absolute;
  top: 38px;
  left: 100px;
  display: block;
  width: 83px;
  height: 82px;
  background: transparent url(/style/images/flickr-icon.png) no-repeat top left;
  text-indent: -999em;
}

a#map {
  position: absolute;
  top: 90px;
  left: 875px;
  display: block;
  width: 84px;
  height: 168px;
  background: transparent url(/style/images/karta.png) no-repeat top left;
  text-indent: -999em;
}

p#copyright {
  line-height: 1.8;
  padding-left: 30px;
  margin: 0;
  background: transparent url(/style/images/sthlmstad-icon.png) no-repeat center left;
}

/* logos */

a#logo {
  position: absolute;
  top: 13px;
  left: 86px;
  display: block;
  width: 600px;
  height: 50px;
  background: transparent url(/style/images/skogskyrkogarden-logo.png) no-repeat top left;
  text-indent: -999em;
}

a#sthlm-stad {
  position: absolute;
  top: 0;
  left: 6px;
  display: block;
  width: 61px;
  height: 61px;
  background: transparent url(/style/images/sthlmstad-logo.png) no-repeat top left;
  text-indent: -999em;
}

a#world-heritage {
  position: absolute;
  top: 0;
  left: 909px;
  display: block;
  width: 57px;
  height: 69px;
  background: transparent url(/style/images/heritage-logo.png) no-repeat top left;
  text-indent: -999em;
}

ul#top-links {
  position: absolute;
  top: 10px;
  left: 730px;
}

ul#top-links li {
  display: inline;
  padding-left: 15px;
}

ul#top-links a {
  color: #666;
}

/* navigation */

div#navigation {
  position: absolute;
  left: 6px;
  top: 72px;
}

div#navigation li {
  display: block;
  float: left;
  margin-right: 42px;
}

div#navigation a {
  display: block;
  float: left;
  font: 1.5em "lucida sans unicode", "lucida sans", "lucida grande", sans-serif;
  color: #747474;
  text-decoration: none;
  padding-bottom: 6px;
}

div#navigation li.active a,
div#navigation li.dir_active a {
  border-bottom: 2px solid #bbb; /*e5e5e5;*/
}

div#navigation li a:hover {
  border-bottom: 2px solid #bbb;
}

/* sub navigation */

div#sub-navigation,
div#news {
  width: 289px;
  margin-left: 30px;
}

div#sub-navigation p#department {
  display: block;
  font: 1.6em "lucida sans unicode", "lucida sans", "lucida grande", sans-serif;
  color: #999;
  margin: 0;
  padding: 10px 25px;
  text-align: center;
}

div#sub-navigation p#department a { color: #999; }

div#content div#sub-navigation ul {
  list-style: none;
  padding-left: 0;
  font-size: 1em;
  margin: 0;
  line-height: 1;
}

div#sub-navigation li {
  width: 289px;
  border-bottom: 1px solid #fff;
}

div#sub-navigation li li {
  border-color: #eee;
}

div#sub-navigation li li li {
  border-top: 1px solid #eee;
  border-bottom: none;
}

div#sub-navigation ul ul li.last { border: none; }

div#sub-navigation li a {
  width: 239px;
  display: block;
  background: #ecebea url(/style/images/submenu-bg.png) no-repeat top left;
  font: 1.4em "lucida sans unicode", "lucida sans", "lucida grande", sans-serif;
  color: #666;
  padding: 10px 25px;
}

div#sub-navigation li a:hover { background-image: url(/style/images/submenu-hover.jpg); }

div#sub-navigation li.active a,
div#sub-navigation li.dir_active a { color: #333; }

div#sub-navigation li.dir_active li a {
  color: #666;
  width: 214px;
  padding-left: 50px;
  background: none;
}

div#sub-navigation li.dir_active li.dir_active li a {
  color: #666;
  width: 214px;
  padding-left: 100px;
  background: none;
}

div#sub-navigation li.dir_active li.active a {
  color: #333;
  background: url(/style/images/submenu-active.png) no-repeat 37px center;
}

div#sub-navigation li.dir_active li.dir_active li.active a {
  color: #333;
  background: url(/style/images/submenu-active.png) no-repeat 74px center;
}

/* columns */

div.column-full {
  width: 900px;
  margin: 0 0 30px 0;
}

div.column-half {
  width: 420px;
  float: left;
  margin: 11px 0 40px 0;
}

div.column-features {
  width: 480px;
  float: left;
  margin: 0 0 40px 0;
}

div.column-subpage {
  width: 581px;
  float: left;
  margin: 0 0 40px 0;
}

div.column-sidebar {
  width: 319px;
  float: left;
  margin: 0 0 40px 0;
}

/* features */

div.feature-normal {
  width: 209px;
  height: 296px;
  float: left;
  margin-left: 18px;
  padding: 11px;
  cursor: pointer;
}

div.feature-normal.last {
  margin-left: 0;
}

div.feature-wide {
  clear: both;
  height: 234px;
  margin-left: 18px;
  padding: 11px 11px 25px 11px;
  cursor: pointer;
}

div.feature-special {
  clear: both;
  height: 152px;
  margin-left: 18px;
  padding: 11px 11px 20px 11px;
  cursor: pointer;
}

div.feature-special img {
  float: right;
  margin-left: 20px;
}

div.feature-information {
  width: 239px;
  padding: 25px;
  margin: 30px 0 0 30px;
  background-color: #efece6;
}

div.feature-information h1,
div.feature-information h2,
div.feature-information h3,
div.feature-information h4,
div.feature-information h5,
div.feature-information p { color: #999; }

/* text */

h1 {
  font: 3em "lucida sans unicode", "lucida sans", "lucida grande", sans-serif;
  color: #666;
  line-height: 1.2em;
  margin: 20px 0 10px 0;
}

h2 {
  font: 3em "lucida sans unicode", "lucida sans", "lucida grande", sans-serif;
  color: #666;
  line-height: 1.2em;
  margin: 20px 0 10px 0;
}

h3 {
  font: 2.5em "lucida sans unicode", "lucida sans", "lucida grande", sans-serif;
  color: #666;
  line-height: 1.2em;
  margin: 20px 0 10px 0;
}

h4 {
  font: 2em "lucida sans unicode", "lucida sans", "lucida grande", sans-serif;
  color: #666;
  margin: .3em 0;
}

h5 {
  font: 1.5em "lucida sans unicode", "lucida sans", "lucida grande", sans-serif;
  color: #666;
  line-height: 1.4em;
  margin: .3em 0 1em 0;
}

div#footer h4 {
  font: bold 1.5em arial, sans-serif;
  color: #7e7b74;
  margin-bottom: 10px;
}

p {
  font-size: 1.2em;
  color: #666;
  line-height: 1.5;
  margin-bottom: 18px;
}

div.column-full p { margin: 0; }

div#content ul {
  color: #666;
  list-style: square outside;
  padding-left: 3em;
  font-size: 1.2em;
  margin: 1em 0;
  line-height: 1.5;
}

div#content ol {
  list-style: decimal outside; 
  padding-left: 3em;
  font-size: 1.2em;
  margin: 1em 0;
  line-height: 1.5;
}

div#footer p {
  color: #7e7b74;
}

div#footer div#tell-a-friend p { margin-bottom: 8px; }

div#footer p#open-times {
  font: 2.8em "lucida sans unicode", "lucida sans", "lucida grande", sans-serif;
  color: #fff;
}

p#open-times span { font-size: .7em; }

/* links */

a {
  color: #228566;
  text-decoration: none;
}

div#footer a {
  color: #7e7b74;
  text-decoration: underline;
}

/* forms */

div#footer legend {
  font: bold 1.5em arial, sans-serif;
  color: #7e7b74;
  padding-top: 5px;
  margin-bottom: 10px;
}

input.footer-textinput {
  width: 200px;
  font: 1em arial, sans-serif;
  padding: 2px 4px;
  color: #7e7b74;
  border: 1px solid #e2e0dc;
  background-color: transparent;
}

/* misc */

.clear { clear: both; }

div.alt { display: none; }




#slider {
  width: 600px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  position: relative;
}
 
.scroll {
 height: 250px;
 overflow: auto;
 position: relative; /* fix for IE to respect overflow */  
 clear: left;
 background: #fff url(/style/images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  padding: 0px;
  margin: 0;
  height: 210px;
  width: 600px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollContainer div.panelbild{
  float: left;
  padding: 25px 0 0 0;
  margin-top: 20px;
  width: 140px; /* change to 560px if not using JS to remove rh.scroll */
  background-color: #ede256;
}


.scrollContainer div.paneltext {
  float: left;
  padding: 10px 5px 5px 25px;
  margin-top: 20px;
  width: 545px; /* change to 560px if not using JS to remove rh.scroll */

}

#shade {
    background: #fff url(/style/images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
	  border-bottom: 1px Solid #d3e2bb;
}

ul.navigation li {
    display: inline;
    margin-right: 2px;
}

ul.navigation a {
    padding: 5px;
    color: #666;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #d3e2bb;
	font-size: 1.2em;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}
 
.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}


.hide {
    display: none;
}
