/*  
Theme Name: MyNorway 2009
Theme URI: http://www.mylittlenorway.com/
Description: The All New Mylittlenorway.
Author: Moose
Author URI: http://www.student.uit.no/~tlu005
Version: 1.0
*/

/* Reset Defaults Starts */

@import url('https://fonts.googleapis.com/css?family=Alice');

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #215679;
  }

a:hover {
  color: #4C82A6;
  }

blockquote {
  margin: 5px 15px;
  font-style: italic;
  padding: 5px 5px;
  padding-left: 32px;
  /*border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: url(images/quote.gif) no-repeat top left;*/
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }


/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 900px;
  font-family: Arial;
  line-height: 1.3;
  text-align: center; /* IE Centering Technique */
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurve {
  margin-top: 2px;
  height: 3px;
  /*background: url(images/bgtop.gif) left top no-repeat;*/
  }

.topcurvewhite {
  margin-top: 2px;
  height: 3px;
  /*background: url(images/bgtopwhite.gif) left top no-repeat;*/
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  /*background: url(images/bgbottom.gif) left bottom no-repeat;*/
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  /*background: url(images/bgbottomwhite.gif) left bottom no-repeat;*/
  }

#header {
  margin: 2px;
  padding: 0 0 0 0; 
  }

#header .topright {
  float: right;
  position: relative;
  top: -15px;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: right;
  color: #fff;
  }

#searchform {
  margin: 0 0 0 5px;
  width: 200px;
  padding: 0;
  height: 18px;
  background: none;
  /*background: url(images/search.gif) left top no-repeat;*/
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

#searchbox {
  margin: -8px 0 8px 5px;
  padding-left: 4px;
  width: 150px;
  height: 20px;
  background: none;
  border: 1px solid #ccc;
  }

#searchbutton {
  position: relative;
  top: 6px;
  margin: 1px;
  padding-bottom: 1px;
  width: 25px;
  height: 26px;
  background: none;
  background: url(images/eyeglass.gif) top right no-repeat;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  background: url(images/eyeglass2.gif) top right no-repeat;
  }

#underheader {
  /*height: 246px;*/
  border-top: 1px solid #ccc;
  margin-top: 6px;
  padding-top: 4px;
  text-align: left;
  vertical-align:top;
  clear: both;
  /*background: url(images/titleimg.jpg) center bottom no-repeat;*/
  margin-bottom: 6px;
  
  }

#underheader #toprss{
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
  }

#underheader ul li{
  display: inline;
  list-style: none;
  }
  
.featuredpost {
  width: 208px;
  max-height: 168px;
  padding: 6px;
  margin: 3px 0 12px 0px;
  display: inline-block;
  vertical-align: top;
  }
 

.featuredpost h2 {
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  letter-spacing: 0pt;
  font-weight: normal;
  padding: 2px 10px 0px 0px;
  border: none;
  }

.featuredpost h2 a {
  text-decoration: none;
  color: #999;
  }

.featuredpost h2 a:hover {
  color: #666;
  }

.featuredpost img, .featuredpost p img {
  display: block;
  width: 100%;
  height: auto;
  padding: 2px;
  }

.featuredpost p {
  /*float: left;*/
  display: block;
  color: #555;
  padding: 0 3px 0 3px;
  font-size: 9pt;
  line-height: 10pt;
  }

/* Menu */

#nav {
  clear: both;
  margin-top: 8px;
  border-top: 1px solid #ccc;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  margin-right: 10px;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  vertical-align: bottom;
  margin-left: 5px;
  padding-left: 4px;
  padding-right: 8px;
  /*line-height: 26px;*/
  text-transform: lowercase;
  font-size: 10pt;
  font-weight: bold;
  color: #bbb;
  text-decoration: none;
  }

#nav li a:hover {
  /*background-position: right -26px;*/
  color: #215679;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li.current_page_item a {
  background-position: right -26px;
  color: #215679;
  }


/* Main content */

#main {
  clear: both;
  width: 800px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0 auto 0 auto;
  padding: 0 48px 15px 48px;
  background: #fff;
  }

#mainwide {
  clear: both;
  width: 900px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0 auto 0 auto;
  padding: 0;
  background: #fff;
  }

#forumpage {
  clear: both;
  width: 900px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0 auto 0 auto;
  padding: 0 0 15px 16px;
  background: #fff;
  }

#contentwrapper {
  float: left;
  width: 496px;
  padding:0 8px 0 8px;
  margin-left: 10px;
  /*border-right: 1px solid #eee;*/
  }

#frontwrapper, #storewrapper {
  width: 900px;
  padding:0;
  margin: 0 auto 0 auto;
  /*border-right: 1px solid #eee;*/
  }

#forumwrapper {
  float: left;
  width: 600px;
  max-width: 600px !important;
  padding:0;
  }

#content {
  padding-top: 6px;
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #215679;
  }
  
#content h2.pageTitle {
  padding-bottom: 18px;
  text-align: left;
  display: block;
  font-family: "times new roman", serif;
  font-size: 16pt;
  font-weight: bold;
  color: #215679;
  }
  
.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.adsense_top {
  text-align:center;
  clear: both;
  margin: 2px 10px 0 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #eee;
  }

.adsense_inpost {
  text-align:center;
  margin: 2px 0 2px 0;
  padding-bottom: 4px;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }


.post {
  margin: 5px 10px 35px 0;
  border-bottom: 1px solid #ccc;
  }

.postExcerpt img, .postExcerpt p img {
  max-width:192px;
  height:auto;
  max-height:144px;
  float:left;
  padding-right:6px;
  overflow-x:scroll;
}
  
.post ul {
  margin-bottom: 15px;
  list-style: none;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 0 18px 22px;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  }

#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  /*min-height: 16px;*/
  margin: 0 16px 0 -22px;
  text-align: left;
  display: block;
  font-family: "Times New Roman", sans-serif;
  font-size: 18pt;
  font-weight: bold;
  letter-spacing: 0.2pt;
  background: url(images/flag.gif) 0 5px no-repeat;
  color: #215679;
  }

h2.newsTitle {
  min-height: 52px;
  text-align: left;
  padding-left: 45px;
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 18pt;
  font-weight: bold;
  background: url(images/vikingnews.png) left 5px top -1px no-repeat;
  color: #101010;
  }
  
h2.lessonTitle {
  text-align: left;
  display: block;
  font-family: "times new roman", serif;
  font-size: 16pt;
  font-weight: bold;
  color: #6673b4;
  }

h2.postPrev {
  text-align: left;
  margin: 0 16px 0 9px;
  display: block;
  font-family: Times New Roman, serif;
  font-size: 14pt;
  font-weight: bold;
  letter-spacing: 0.3pt;
  background: url(images/flag.gif) left 0px no-repeat;
  color: #215679;
  }

h2.postTitle a {
  text-decoration: none;
  font-size: 16pt;
  color: #215679;
  letter-spacing: -1px;
  }

h2.newsTitle a {
  position: relative;
  left: 5px;
  /*padding-bottom: 3px;*/
  text-decoration: none;
  font-size: 18pt;
  text-align: left;
  color: #101010;
  letter-spacing: -1px;
  }
  
h2.postPrev a {
  line-height: 90%;
  padding: 0;
  text-decoration: none;
  font-size: 14pt;
  text-align: left;
  color: #215679;
  }

h2.postTitle a:hover, h2.postPrev a:hover {
  color: #666;
  }

h2.newsTitle a:hover {
  color: gray;
  }
  
.postMeta {
  padding: 0 10px 18px 24px;
  font-size: 8pt;
  font-family: "times new roman", serif;
  font-style: italic;
  color: #333;
  }

.postMeta .date {
  /*background: url(images/date.gif) left no-repeat;*/
  padding: 0;
  }

.postMeta .filed {
  /*background: url(images/folder.gif) left no-repeat;*/
  font-size: 9pt;
  font-style: normal;
  padding: 0;
  margin: 0;
  }
  
.postMeta .author {
  font-size: 9pt;
  font-style: normal;
  }
 
 .postMeta .commentcount {
   font-size: 10pt;
   font-style: normal;
   background: url(images/comments.gif) left no-repeat;
   padding: 0 0 0 18px;
   margin: 18px 0 0 5px;
   }

.postMeta a {
  text-decoration: none;
  }

.postMeta .share {
  display: inline;
  padding-left: 3px;
  font-size: 10pt;
  font-style: normal;
  }

div.postExcerpt, .postExcerpt p {
  color: #555;
  }

div.postExcerpt a {
  text-decoration: none;
  color: #555;
  }

div.postExcerpt a:hover {
  color: #000;
  }

.postContent img {
  margin: 10px 10px 10px 0;
  border: none;
  }

#content h3.feedinfo {
  font-family: "Times New Roman", sans-serif;
  color: #999966;
  font-size: 11pt;
}

#content p, .postContent p{
  padding: 5px 10px;
  font-size: 10pt;
  color: #555;
  }

.postContent {
  margin-bottom: 12px;
  line-height: 18pt;
  }

#content table, .postContent table{
  padding: 5px 10px;
  font-size: 10pt;
  color: #555;
  }

#content table td {
  border-bottom: thin solid gray;
  /*border-middle: thin solid gray;*/
  min-width: 124px;
}

#content table.bordered th, #content table.bordered td{
  border: thin solid #ccc;
  padding: 9px;
  }

#content table.unbordered th, #content table.unbordered td{
  border: none;
  padding: 9px;
  }

#content table img, .postContent table img{
  margin: 2px;
  border: 0;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 9pt;
  color: #555;
  }

.postTags {
  margin: 15px 10px;
  font-size: 8pt;
  color: #000;
  background: #eee;
  padding: 2px 4px;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;

  color: gray;
  }

p.comments a {
  padding-left: 20px;
  /*background: url(images/comment.gif) left top no-repeat;*/
  font-size: 10pt;
  text-decoration: none;
  display: inline;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.children {
  margin: 10px 0;
  font-size: 10pt;
  font-style: italic;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px 0px;
  background: #e8eef3;
  width: 460px;
  }

.children li {
  margin: 0 0 3px 10px;
  /*background: #e8eef3;*/
  width: 190px;
  }
  
.commentlist li.alt {
  margin: 0 0 10px 0px;
  background: #FFFFFF;
  width: 460px;
  }

.children li.alt {
  margin: 0 0 10px 30px;
  background: #FFFFFF;
  width: 430px;
  }
  
.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-family: "times new roman", serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: gray;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: gray;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 460px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }

li.categories ul {
  list-style:none;
}

/* Landing page boxes and headers */

.pane, .onepane {
  width:424px;
  vertical-align: top;
  display:inline-block;
  padding:12px 0 3px 0;
  margin: 0 8px 0 8px;
  }

#welcomepane {
    width:840px;
    margin: 0 auto 6px auto;
    padding: 0 auto 0 auto;
    border-bottom: 1px solid #eee;
}

.pane ul {
  list-style: none;
  margin-left: 12px;
}

.widepane {
  width:480px;
  vertical-align: top;
  display:inline-block;
  padding:12px 0 3px 0;
  margin: 0 4px 0 4px;
  }

.pane ul li a, .navpane ul li a {
  font-size: 11pt;
  line-height: 14pt;
  text-decoration: none;
  color: #555;
}
 
.pane ul li a:hover, .navpane ul li a:hover {
  text-decoration: none;
  color: black;
}

.rsspane {
  float:right;
}

.rsspane, .navpane {
  width:176px;
  vertical-align: top;
  display:inline-block;
  padding:12px 0 3px 0;
  margin-left:5px;
  }

.featurepane {
  /*width:480px;*/
  position: relative;
  min-height:192px;
  vertical-align: top;
  display:inline-block;
  padding:12px 4px 12px 4px;
  margin-bottom: 12px;
  }
  
.lessonpane {
  min-height:256px;
  vertical-align: top;
  display:inline-block;
  padding:12px 4px 3px 4px;
  margin-bottom: 12px;
  }

.adpane {
  width:436px;
  height:256px;
  vertical-align: top;
  display:inline-block;
  padding:12px 3px 3px 3px;
  }

.feedbox {
  padding:12px 3px 12px 3px;
}

#newshead {
  /*padding: 12px 5px;*/
  /*background: #6673b4; old design */
  border-bottom: 1px solid #6673b4;
  width: 424px;
  min-height: 46px;
}

#introhead {
  background: #6673b4;
  width: 480px;
  min-height: 46px;
}

#lessonhead {
  background: #625861;
  width: 474px;
  min-height: 46px;
}

#lessonheadfront {
  border-bottom: 1px solid #f7901e;
  width: 212px;
  min-height: 46px;
}

#lessonhead h2, #lessonheadfront h2, #introhead h2, #rsshead h2, #navhead h2 {
  color: white;
  vertical-align: middle;
  font-size: 14pt;
}

#lessonheadfront a {
  text-decoration: none;
}

#newshead img, #rsshead img {
  position: relative;
  top: 12px;
  left: 3px;
}

#bloghead {
  /*padding: 3px auto 2px 5px;*/
  border-bottom: 1px solid #625861;
  /*width: 424px;
  min-height: 46px;*/
}

#bloghead img, #forumhead img {
  position: relative;
  top: 3px;
  left: 3px;
}

#rsshead {
  border-bottom: 1px solid #999966;
  width: 176px;
  min-height: 46px;
  margin-bottom: 12px;
}


#navhead {
  background: #f7901e;
  width: 190px;
  min-height: 46px;
  margin-bottom: 12px;
}

#forumhead {
  /*background: #f7901e;*/
  border-bottom: 1px solid #942b2b;
  width: 212px;
  min-height: 46px;
  margin-bottom: 16px;
}

.frontpost {
  margin: 0 3px 5px 3px;
  border-bottom: 1px solid #ccc;
  width:424px;
  vertical-align:top;
  border:none;
  }


/* Start of sidebar */

#sidebar .popular {
  clear: both;
  }

#sidebar {
  width:240px;
  float:right;
  padding-right: 8px;
  margin-right: 20px;
  margin-top: 48px;
  }

#sidebar p {
  padding: 2px 0;
  font-size: 9pt;
  }

#sidebar ul li h2{
  font-size: 12pt;
  padding: 3px 0 3px 0;
  }
  
#sidebar h2 {
  padding: 0;
  font-family: "times new roman", serif;
  font-size: 15pt;
  font-weight: bold;
  color: #359;
  letter-spacing: -1px;
  /*background: url(images/sidebar_h2.gif) left no-repeat;*/
  margin-bottom: 3px;
  border-bottom: 1px solid #ccc;
  }

#sidebar h3 {
  padding: 0;
  font-family: "times new roman", serif;
  font-size: 12pt;
  color: #359;
  letter-spacing: -1px;
  margin-top: 3px;
  }

#sidebar table {
  width: 160px;
  }

#sidebar ul {
  margin: 0 32px 0 32px;
  padding: 0 0 5px 0;
  }

#sidebar li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebar li ul {
  padding: 0;
  }

#sidebar ul ul li {
  margin: 0;
  padding: 3px 2px 2px 2px;
  color: #222;
  /*background: url(images/bullet.gif) left 7px no-repeat;*/
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  /*border-bottom: 1px solid #ccc;*/
  }

#sidebar a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }

#sidebar a:hover {
  color: #000;
  text-decoration: underline;
  }

#sidebar p {
  padding: 0 0 0 2px;
  color: #333;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

#sidebar ul.children li {border-bottom:none;}
#sidebar ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding: 9px;
  color: white;
  background: #215679;
  text-align: center; /* IE Centering Technique */
  /*border-top: 1px solid #ccc;*/
  }

#footer p {
  padding: 0;
  font-size: 9pt;
  color: white;
  text-align: center;
  }
  
#footer a {
  text-decoration: underline;
  color: #ccc;
  }

#footer a:hover {
  color: #eee;
  }

#footergallery {
  clear: both;
  padding: 9px;
  background: #215679;
  color: #gray;
  display: block;
  }

#slides {
  display: block;
  float: left;
  width: 424px;
  margin-right: 9px;
  text-align: center;
  }
  
#shop {
  display: block;
  float: right;
  width: 424px;
  margin-left: 9px;
  text-align: center;
  }

/*#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }*/

#subfooter {
  clear: both;
  width: 760px;
  background: #f8f8f8;
  margin: 0 auto 0 auto;
  padding: 9px 26px 9px 26px;
  color: #gray;
  text-align: center; /* IE Centering Technique */
  /*border-top: 1px solid #ccc;*/
  }

#subfooter p {
  padding: 0;
  font-size: 9pt;
  color: #gray;
  text-align: center;
  }
  
#subfooter p.administrator {
  font-size: 8pt;
  }
    
#subfooter a {
  text-decoration: underline;
  color: gray;
  }

#subfooter a:hover {
  color: black;
  }

.footertitle {
  clear: both;
  padding: none;
  border-bottom: 2px solid #bbb;
}

.footertitle h2{
  margin: none;
  padding: none;
  line-height: 0.8;
  font-size: 18pt;
  font-family: "arial", sans-serif;
  font-weight: normal;
  color: #bbb;
  text-align: left;
}

.contentlist h3 a{
  text-decoration: none;
}

.contentbox {
  text-align: left;
}

.contentlist {
  float: left;
  display: inline;
  text-align: left;
  margin: 12px;
  border: none;
  width: 165px;
}

.contentlist h3{
  text-align: left;
  line-height: 0.8;
  padding: none;
  margin: none;
  font-size: 10pt;
  font-weight: bold;
  color: #777;
  text-align: left;
}

.contentlist ul{
  padding-top: none;
  margin-top: none;
  margin-left: 10px;
}

.contentlist ul li{
  font-size: 10pt;
  color: #777;
  list-style: none;
}

.contentlist ul li a{
  text-decoration: none;
}

/* Extras */

.amzshcs-item {
  text-align: center;
  }

.cleared {
  clear: both;
  }
  
.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }

.yarpp-thumbnail {
  padding: 0px !important;
  min-height:96px;
}

.yarpp-thumbnail, .yarpp-thumbnail img {
  width:144px !important;
  height:96px !important;
  margin:0 !important;
}

.yarpp-thumbnails-horizontal {
  text-align:center !important;
  min-height:160px;
  clear:both;
}
