/*
-----------------------------------------------
title:   tantawan.no - stylesheet
author:  magnus@haugsandmedia.no
version: 2009-06-14
----------------------------------------------- */

p.author {
  font-style: italic;
  text-align: center;
  color: #c0c0c0;
}

/* structure
----------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}


a {
  color: #1693A5;
  text-decoration: none;
  border-bottom: 1px dotted #ddd;
}

a.alt {
  border: 0;
}

a:hover {
  border-bottom: 1px solid #1693A5;
}

a.alt:hover {
  border: 0;
}

a img {
  border: 0;
}


body {
  font: 62.5% "lucida sans unicode", arial, sans-serif;
  background: url("/gfx/body-2.gif") repeat-x 0 2px;
  color: #333;
  background: #fff;
}

#container {
  width: 940px;
  overflow: auto;
  margin: 40px auto;
}

#header {
  height: 400px;
  background: url("http://tantawan.no/images/1769.jpg") no-repeat 50% 0;
}

h1 {
  height: 240px;
}

h1 a {
  display: block;
  height: 240px;
  text-indent: -1000em;
}

#slogan {
  display: none;
}

#sidebar {
  float: left;
  width: 240px;
  padding: 0 40px 40px 40px;
}

#content {
  float: left;
  width: 520px;
  padding: 40px;
}



/* headers and paragraphs
----------------------------------------------- */

h2 {
  margin: 0 0 10px 0;
  letter-spacing: -0.05em;
  font-family: "times new roman", serif;
  font-size: 2.4em;
  font-weight: normal;
  text-align: center;
}

#sidebar h2 {
  margin: 40px 0 10px 0;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #eee;

  letter-spacing: 0.2em;
  font-family: "Trebuchet MS", arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  background-repeat: no-repeat;
  background-position: 0 50%;
  text-align: left;
}

#content h2.cloud {
  padding-left: 37px;
  background: url("/gfx/cloud.gif") no-repeat 0 6px;
}

/* 
h2.subscribe { background-image: url("/gfx/subscribe.gif"); }
h2.contact { background-image: url("/gfx/contact.gif"); }
h2.archive { background-image: url("/gfx/archive.gif"); }
h2.cloud { background-image: url("/gfx/cloud.gif"); }
h2.search { background-image: url("/gfx/search.gif"); } 
*/

h3 {
  margin: 0 0 10px 0;
  letter-spacing: -0.05em;
  font-family: "times new roman", serif;
  font-size: 1.8em;
  font-weight: normal;
}

p {
  margin: 0 0 1em 0;
  font-size: 1.2em;
  line-height: 1.6;
  font-style: italic;
}

p.bloglovin {
  text-align: center;
}


ul {
  margin: 1em 2em;
  list-style: square;
  font-size: 1.1em;
}

#navigation {
  margin: 2em 0;
  list-style: none;
  letter-spacing: -0.05em;
  font-family: "times new roman", serif;
  font-size: 2.4em;
}

#older { float: left; }
#newer { float: right; }

/* article
----------------------------------------------- */

div.article {
  margin: 0 0 25px 0;
  padding: 0 0 50px 0;
  background: url("/gfx/seperator.gif") no-repeat 0 100%;
}
/* 
div.article h2 {
  padding-left: 37px;
  background: url("/gfx/h2-article.gif") no-repeat 0 1px;
}
*/
ul.info {
  clear: left;
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 10px 5px 1px 0;
  list-style: none;
}

.read {
  float: left;
  padding: 0 0 0 19px;
  background: url("/gfx/read.gif") no-repeat 0 1px;
}

.comment, .date {
  float: right;
}

.comment {
  margin: 0 1px 0 20px;
  padding: 0 0 0 19px;
  background: url("/gfx/comment.gif") no-repeat 0 3px;
}

.date {
  margin: 0 1px 0 20px;
  padding: 0 0 0 19px;
  background: url("/gfx/date.gif") no-repeat 0 1px;
}




/* pictures
----------------------------------------------- */

div.pictures {
  width: 540px;
  overflow: auto;
  margin: 20px 0 20px -20px;
  padding: 0 2px 2px 0;
}

div.pictures .picture {
  float: left;
  margin: 0 0 20px 20px;
}

div.picture {
  position: relative;
  margin: 20px auto;
}

div.picture img {
  display: block;
}

div.picture .border {
  position: absolute;
  z-index: 5;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
}

div.pictures .border {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

div.picture .caption {
  margin: 1px 0 0 0;
  padding: 5px 10px 10px 15px;
  background: #d05c45;
  color: #fff;
}

.caption span {
  position: relative;
  z-index: 10;
}

div.picture a span {
  position: absolute;
  z-index: 10;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
}


#lightbox a {
  border: 0;
}



/* tag cloud
----------------------------------------------- */

ul.cloud {
  margin: 0 0 20px 0;
  list-style: none;
  line-height: 2.5em;
}

ul.cloud li {
  display: inline;
  margin: 0 10px 0 0;
}



/* Archive list
----------------------------------------------- */

dl.archive-list {

}

dl.archive-list dt {
  margin: 15px 0 10px 0;
  border-bottom: 1px solid #f7f7f7;
  letter-spacing: -0.05em;
  font-family: "times new roman", serif;
  font-size: 1.8em;

  text-transform: uppercase;
}

dl.archive-list dd {
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
  font-size: 1.1em;
  background: url("/gfx/bullet.gif") no-repeat 0 5px;
}

dl.archive-list a {
  border: 0;
}

dl.archive-list a:hover {
  color: #8bc9d2;
}


/* Comments
----------------------------------------------- */

div.comments {
  margin: 0 0 25px 0;
  padding: 0 0 50px 0;
  background: url("/gfx/seperator.gif") no-repeat 0 100%;
}

div.comments h2 {
  padding-left: 37px;
  background: url("/gfx/h2-comments.gif") no-repeat 0 1px;
}

div.commented {
  width: 100%;
  overflow: auto;
  border: 1px solid #eee;
  background: #fafafa;
  padding: 10px 15px;
  margin: 0 0 15px 0;
}

div.commented2 {
  width: 100%;
  overflow: auto;
  padding: 11px 16px;
  margin: 0 0 5px 0;
}

div.commented-owner {
  width: 100%;
  overflow: auto;
  border: 1px solid #d05c45;
  background: #faefed;
  padding: 10px 15px;
  margin: 0 0 15px 0;
}

p.gravatar {
  position: relative;
  float: right;
}

p.gravatar img {
  display: block;
  padding: 1px;
  border: 1px solid #eee;
  background: #fff;
}


div.comment-form {
  margin: 0 0 25px 0;
}

div.comment-form h2 {
  padding-left: 37px;
  background: url("/gfx/h2-comment-form.gif") no-repeat 0 1px;
}

label {
  font-weight: bold;
}

dl.form {
  width: 490px;
  overflow: auto;
  margin: 1.5em 0 0 0;
  font-size: 1.1em;
}

dl.form dt {
  clear: left;
  float: left;
  width: 120px;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
}

dl.form dd {
  float: left;
  width: 370px;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
}


dl.form dt.first, dl.form dd.first {
  border: 0;
}

.comment_name_input, .comment_email_input, .comment_web_input, .txpCommentInputMessage {
  width: 250px;
  border-top: 1px solid #999;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #999;
  font-size: 1em;
  padding: 2px;
  background: #fff;
}

.button {
  margin: 10px 5px 0 0;
  padding: 2px;
  border-top: 1px solid #dc8574;
  border-right: 1px solid #9c4534;
  border-bottom: 1px solid #9c4534;
  border-left: 1px solid #dc8574;
  font-family: "lucida sans unicode", sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #d05c45;
  cursor: pointer;
}


/* Contact form
----------------------------------------------- */

.zemContactForm fieldset {
  border: 0;
  font-size: 1.1em;
}

.zemContactForm legend {
  display: none;
}

.zemContactForm label {
  display: block;
  margin: 0 0 2px 0;
}

.zemContactForm br {
  display: none;
}

.zemContactForm input, .zemContactForm textarea {
  width: 230px;
  margin: 0 0 8px 0;
  padding: 2px;
  border-top: 1px solid #999;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #999;
}

.zemContactForm input.zemSubmit {
  display: block;
  width: 100px;
  margin: 10px auto;
  padding: 2px;
  border-top: 1px solid #d77461;
  border-right: 1px solid #b14e3b;
  border-bottom: 1px solid #b14e3b;
  border-left: 1px solid #d77461;
  font-family: "lucida sans unicode", sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  background: #d05c45;
  cursor: pointer;
}

.g-text {
  width: 150px;
  margin: 0 0 8px 0;
  border-top: 1px solid #999;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #999;
}

.g-submit {
  width: 50px;
  padding: 2px;
  border-top: 1px solid #d77461;
  border-right: 1px solid #b14e3b;
  border-bottom: 1px solid #b14e3b;
  border-left: 1px solid #d77461;
  font-family: "lucida sans unicode", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  background: #d05c45;
  cursor: pointer;
}

ul.rsx-page-num-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  font-size: 2em;
}
ul.rsx-page-num-list li {
  display: inline;
  margin: 0 5px;
}
.unlinked { font-weight: bold }



#menu {
  margin: 0 0 20px 0;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #eee;
  letter-spacing: 0.2em;
  font-family: "Trebuchet MS", arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}