/*******************/
/* xargol's weblog */
/*******************/

/*
Theme Name: xargol's weblog custom theme
Description: Custom theme for xargol's weblog
Version: 1.0
Author: Vegard 'XargoL' Edvardsen
Author URI: http://xargol.net/
*/


/*----------------------------------*/
/* Font styles and other typography */
/*----------------------------------*/

body {
  font-family: Verdana;
  font-size:   10pt;
}

#header h1 {
  font-family: Century Gothic;
  font-size:   14pt;
}

#header h1 a:hover {
  text-decoration: none;
}

#header h2 {
  font-family: Century Gothic;
  font-size:   10pt;

  letter-spacing: -0.5px;
}

#header li a {
  font-family: Tahoma;
  font-size:   8pt;

  text-decoration: none;
}

#header li#selected a {
  font-weight: bold;
}

.post .postdate {
  font-size: 8pt;
}

.post .text {
  text-align: justify;
}

.post .text ul {
  list-style-type: square;
}

.post .poststuff {
  font-size:  8pt;
  text-align: center;
}

#sidebar ul li h3 {
  font-size: 10pt;
}

#sidebar ul li ul li {
  font-size:       8pt;
  list-style-type: square;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

blockquote {
  margin-left:  20px;
  padding-left: 20px;

  padding-top: 1px;
}

.searchbox {
  font-family: Verdana;
  font-size:   8pt;
}

h4 {
  font-size: 11pt;
}

.wp-smiley {
  vertical-align: text-bottom;
}

#moblog h3 {
  font-size: 10pt;
}

.morelink {
  font-size: 8pt;
}


/*--------*/
/* Colors */
/*--------*/

body {
  margin:  0px;
  padding: 0px;

  background: #ccddbb;
}

a {
  color: #000066;
}

img {
  border: 0px;
}

#main {
  background: #ffffff
              url(./images/sheep.png)
              no-repeat bottom right;
}

#header {
  background: #aabb99;
}

#header h1,
#header h1 a,
#header h2 {
  color: #ffffff;
}

#header li a {
  color: #ffffff;
}

#header li#selected a {
  color:      #000000;
  background: #ffffff;
}

.post .postdate {
  color: #999999;
}

#content h3 {
  border-bottom: 1px dotted #889977;
}

#content h3,
#content h3 a {
  color: #112200;
}

.post h3 a:hover {
  text-decoration: none;
}

.post .poststuff {
  color: #666666;
}

#sidebar ul li {
  background: #bbccaa;
}

#sidebar ul li h3 {
  color: #223311;
}

#sidebar ul li.contracted h3 {
  background: url(./images/expand.png)
              no-repeat left;
}

#sidebar ul li.expanded h3,
#sidebar ul li.contracted:hover h3 {
  background: url(./images/contract.png)
              no-repeat left;
}

blockquote {
  background: url(./images/quote.png) no-repeat top left;
}

.searchbox {
  border: 0px;

  color:      #556644;
  background: #ddeecc;
}

.navigation a {
  color: #000000;
}

.commentposter a {
  color: #000000;
}

.commentdate {
  color: #666666;
}

#moblog {
  background: #bbccaa;
}

#moblog h3 {
  color: #223311;
}

.morelink a {
  color: #112200;
}


/*--------*/
/* Layout */
/*--------*/

#main {
  width:      700px;
  min-height: 100px;

  margin: 10px auto;

  padding-top:    10px;
  padding-bottom: 10px;

  text-align: center;
}

#header,
#moblog,
#content,
#sidebar,
#footer {
  text-align: left;
}

#header {
  margin-left:  10px;
  margin-right: 10px;

  height: 5em;
}

#header h1,
#header h2 {
  margin:       0px;
  margin-right: 10px;

  float: right;
  clear: right;
}

#header h1 {
  margin-top: 20px;
}

#header ul {
  margin:  0px;
  padding: 5px 0px;
}

#header li {
  width:           100px;
  list-style-type: none;
}

#header li a {
  display: block;

  padding:      3px;
  padding-left: 5px;
}

#content {
  width: 500px;
}

#content.narrow {
  float:   left;
  padding: 10px 0px 0px 20px;
}

#content.wide {
  margin:      0px auto;
  padding-top: 10px;
}

.post {
  margin-bottom: 3em;
}

.post .postdate {
  margin: 1px 0px;
}

.post h3 {
  margin: 0px;
}

#sidebar {
  width:  150px;
  margin: 0px 0px 30px 540px;
}

#sidebar ul {
  list-style-type: none;

  margin:  0px;
  padding: 0px;
}

#sidebar ul li {
  padding:    10px;
  margin-top: 10px;
}

#sidebar ul li h3 {
  margin: 0px;
}

#sidebar ul li ul {
  padding-left: 15px;
}

#sidebar ul li ul li {
  margin-top: 0px;
  padding:    0px;
}

#sidebar ul li.contracted h3,
#sidebar ul li.expanded h3 {
  padding-left: 16px;
}

#sidebar ul li.contracted ul {
  display: none;
}

#sidebar ul li.expanded ul,
#sidebar ul li.contracted:hover ul {
  display: block;
}

#footer {
  clear: both;
}

.searchbox {
  width:   126px;
  padding: 2px;
}

.navigation.top {
  padding-bottom: 3em;
}

.navigation.bottom {
  padding-top:    1em;
  padding-bottom: 2em;
}

.left {
  float: left;
}

.right {
  float: right;
}

#commentbox {
  width: 497px;
}

#moblog {
  margin: 10px;
  height: 155px;
}

#moblog h3 {
  margin:  0px;
  padding: 8px 0px 0px 10px;

  float: left;
}

#moblog .morelink {
  margin:  0px;
  padding: 10px 10px 0px 0px;

  float: right;
}

#latest_photography .morelink {
  margin: 2px 0px -4px 0px;
  padding: 0px;

  text-align: right;
}

#moblog hr {
  margin: 0px;
  border: 0px;

  clear: both;
}

.moblogentry {
  float: left;
  margin: 5px 10px 10px 10px;
}

form {
  margin: 0px;
}

fieldset {
  border: 0px;

  margin:  0px;
  padding: 0px;
}


/*---------*/
/* Gallery */
/*---------*/

#images {
  width: 468px;

  margin-left:  auto;
  margin-right: auto;
}

#images hr {
  border:        0px;
  border-bottom: 1px dotted #889977;

  clear: both;
}

.image {
  float: left;

  padding-right:  6px;
  padding-bottom: 3px;
}

.image p {
  margin: 0px;

  font-size:  8pt;
  text-align: center;
}

.pages {
  text-align: center;

  clear:       both;
  padding-top: 1em;
}

.navigation.clear {
  clear: both;
}

.widest {
  width: 670px !important;

  margin-left:  auto;
  margin-right: auto;
}

#gsSidebarCol {
  width:   150px;
  padding: 10px;
}

#gsSidebarCol h2 {
  font-size: 11pt;
}

#gsSidebarCol span {
  display:    block;
  margin-top: 1em;

  font-weight: bold;
}

#gsSidebarCol ul,
#gsSidebarCol li {
  margin:  0px;
  padding: 0px;

  list-style-type: none;
}

.gbTabBar {
  padding:       3px;
  border-bottom: 1px solid black;
}

.gbTabBar .o {
  padding: 3px 7px 3px 7px;
}

.gbTabBar .giSelected {
  border:        1px solid black;
  border-bottom: 1px solid white;
}


/*-------------*/
/* Snow header */
/*-------------*/

#snow {
  position: absolute;
  top:      0px;

  width:  100%;
  height: 24px;

  background: url(./images/snow.png) no-repeat top center;
}

/*-------------*/
/* Other stuff */
/*-------------*/

.norwegian {
  background: #FFDDDD url(images/no.png) no-repeat 5px 3px;
  padding: 2px 2px 2px 30px;
  font-size: 8pt;
}

