/* 1024px - An open source xhtml/css website template by Andreas Viklund - http://andreasviklund.com .
Free to use in any way and for any purpose as long as the proper credits are given to the original designer.
Version: 1.2, April 20, 2006 */

/* Ported to Pyblosxom by Jennifer Ennis - http://foobar.us/~zaylea */

/******** General tags ********/
body{
font: 80% Verdana,Tahoma,Arial,sans-serif;
background: #404040;
/*background:#ffffff url(/background.gif) top center repeat-y;*/
color:#404040;
line-height:1.2em;
margin:0 auto;
padding:0;
}

a img{ border:0; }

.screenshot {
  display: block;
  text-align: center;
  margin: 0;
  padding: 2px;
}

p{margin:0 0 1.5em 0;}
ul,ol,dl{
  margin:2px 0 16px 0px;
  padding: 0 0 0 2em;
}
ul ul,ol ol{
  margin:4px 0 4px 0px;
  padding: 0 0 0 2em;
}

h1{
  color:#4088b8;
  margin: 1.2em 0 1em 0;
}

h1 a{
  text-transform:none; 
  text-decoration:none;
}

h1.header-title {
  font-size:4.2em;
  margin: 50px 0 30px 5px;
  color:#404040;
}

h1.header-title a {
  color:#404040;
}

#slogan{
  font-size:1.5em;
  color:#808080;
  font-weight:bold;
  letter-spacing:-1px;
  margin:15px 0px 20px 5px;
  line-height:1.2em;
}

h2{
font-size:1.4em;
color:#4088b8;
border-bottom:1px solid #dadada;
padding:1em 2px 2px 0;
margin:0 0 10px 0;
letter-spacing:-1px;
}


h3{
font-size:1.2em;
font-weight:bold;
color:#4088b8;
border-bottom:1px dashed #dadada;
margin:10px 0 8px 0;
padding:1px 2px 2px 0px;
}

.storytitle {
  text-decoration:none;
}

blockquote{
font-size:0.9em;
border:1px solid #dadada;
margin:20px 10px;
padding:8px;
}

/******** Main wrap ********/
#wrap{
background:#ffffff;
color:#404040;
width:970px;
margin: auto;
padding:20px;
}

#header{
  margin: 0;
  padding: 0 0 1em 0; 
}


/******** sidebar ********/
#sidebar{
float:left;
width:195px;
margin:0 0 5px 0;
padding:1px 0 0 0;
}

#sidebar ul{
list-style:none;
font-size:0.9em;
margin:0;
padding:0 0 15px 10px;
}

#sidebar li{
list-style:none;
margin:0 0 4px 0;
padding:0;
}

#sidebar .bullets li {
  margin-left: 10px;
  list-style:square;
} 
  
#sidebar li a{
  font-size:1.0em;
  font-weight:normal;
  padding:0;
}

#sidebar ul ul{
margin:4px 0 3px 15px;
line-height:1.2em;
padding:0;
}

#sidebar ul ul li {font-weight:normal;}
#sidebar h2{margin:3px 0px 8px 0px;}

#sidebar a {
  text-decoration:none;
  font-weight:normal;
}

.footnote-reference {
    font-size: 0.8em;
    position: relative;
    bottom: 0.5em;
}


/******** Content variations ********/
#content{
line-height:1.5em;
width:750px;
float:right;
text-align:left;
margin:0;
padding:0;
}

#contentalt{
line-height:1.5em;
width:750px;
float:left;
text-align:left;
padding:0;
margin-right:20px;
}

#content h3, #contentalt h3{margin:10px 0 8px 0;}

/******** Footer ********/
#footer{
clear:both;
text-align:right;
color:#808080;
font-size:0.9em;
border-top:4px solid #dadada;
margin:0 auto;
padding:8px 0;
line-height:1.6em;
}

#footer p{margin:0; padding:0;}
#footer a{color:#808080;}

/******** Various classes ********/
.box{
color:#ffffff;
font-size:0.9em;
background-color:#4088b8;
border:1px solid #c8c8c8;
line-height:1.3em;
padding:5px 5px 5px 8px;
}

.box a{color:#f0f0f0;}
.left{float:left; margin:0 15px 4px 0;}
.right{float:right; margin:0 0 4px 15px;}
.textright{text-align:right;}
.readmore{text-align:right; margin:-10px 10px 12px 0;}

.center{text-align:center;}
.blue{color:#4088b8;}
.big{font-size:1.3em;}
.small{font-size:0.8em;}
.bold{font-weight:bold;}

.clear{clear:both;}
.hide{display:none;}
.fade{color:#c8c8c8;}
.gray{color:#808080;}

.photo{
border:1px solid #bababa;
padding:2px;
background-color:#ffffff;
margin:6px 18px 2px 5px;
}

.tags { clear: both; }

.smallestTag { font-size: 9px; font-weight: normal; }
.smallTag { font-size: 11px; font-weight: normal; }
.mediumTag { font-size: 13px; font-weight: normal; }
.bigTag { font-size: 15px; font-weight: normal; }
.hugeTag { font-size: 17px; font-weight: normal; }
.mostHugeTag { font-size: 19px; font-weight: normal; }

.blosxomCommentForm {
   margin: 0;
   padding: 0 0 1em 0;
   border-top: 1px solid #c0c0c0;
}

.blosxomComment {
   border-top: 1px solid #c0c0c0;
   padding-top: 1em;
}

.highlight {
    background-color: #f0f0f0;
}

pre.sample,pre.literal-block {
    overflow: auto;
    overflow-x: auto;
    background-color: #f0f0f0;
}
pre {
    font-size: 1.1em;
}

