




/*
     FILE ARCHIVED ON 5:02:06 Dec 19, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:07:09 Jul 29, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*  
Theme Name: Dispatches From Blogistan
Theme URI: http://www.dispatchesfromblogistan.com
Description: a journalistic mirage wavering in the interwastes
Version: 1
Author: zorca, foot
Author URI: http://www.zorca.com, http://www.skinpop.com/
*/

body {
  font-family: arial, verdana, helvetica, sans-serif;
  background-color: white;
  color: #666;
  text-align: center;
  font-size: 13px;
}

#page {
  background-color: white;
  background: url("/wp_content/themes/dispatches_from_blogistan/images/dfb_header.png");
  background-repeat: no-repeat;
  background-position: center top;
/*  margin: 20px auto; */
  text-align: left;
}

#footer {
  margin-top: 40px;
  padding-bottom: 10px;
  font-family: 'Courier New', courier, fixed;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  text-align: center;
  clear: all;
}

small {
  font-family: 'Courier New', courier, fixed;
  font-size: 10px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h2 a:hover, 
dt, dt a, dt a:visited, dt a:hover
{
  color: black;
  text-decoration: none;
  font-family: 'Courier New', courier, fixed;
  font-size: 15px;
  color: black;
  font-weight: bold;
}


h2 {
}

h3 {
  font-family: 'Courier New', courier, fixed;
  font-size: 12px;
}

h3#comments {
  color: #666;
  font-weight: bold;
}

.postmetadata {
  font-family: 'Courier New', courier, fixed;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 15px;
}

a, a:visited {
  color: #666;
  text-decoration: none;
/*  font-weight: bold; */
}
 
a:hover {
  color: #339;
  text-decoration: underline;
/*  font-weight: bold; */
}

.entrytext a, .entry a, .postmetadata a, .commentauthor a {
  color: #336;
  text-decoration: none;
/*  font-weight: bold; */
}

.entrytext a:hover, .entry a:hover, .postmetadata a:hover, .commentauthor a:hover {
  color: #009;
  text-decoration: underline;
/*  font-weight: bold; */
}

/*
.entrytext a:visited, .entry a:visited, .postmetadata a:visited {
  color: #336;
  font-weight: bold;
}
*/

.narrowcolumn {
  padding: 0 50px 20px 10px;
  margin-left: 160px;
  margin-right:210px;
}

html>body .narrowcolumn { /* ie hack */
  padding: 0 20px 20px 10px;
}

.widecolumn {
  padding: 10px 0 20px 0;
  margin: 5px 0 0 150px;
  width: 450px;
}
  
.widecolumn .post {
  margin: 0;
}

.entry p, .entrytext p {
/*   margin: 3px 0 3px 0; */
  line-height: 1.4em;
  margin-top: 3px;
}

.post {
  padding-bottom: 20px; 
}

.post-single {
  padding-bottom: 0px;
}

.post h2, .post-single h2, .pagetitle {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 4px;
/*    white-space: nowrap; */
}

#headernav {
  text-align: center;
  font-family: 'Courier New', courier, fixed;
  font-size: 11px;
  font-weight: bold;
  color: #666;
} 

/*  Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */
  
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

div.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
}  

div.alignleft {
  padding: 4px 4px 4px 0px;
  margin: 0 7px 2px 0;
}  

.alignright {
  float: right;
  }
  
.alignleft {
  float: left;
  }

.entry {
  margin: 0px;
  padding: 0px;
}

.entry ul li:before, #sidebar ul ul li:before, #rightbar ul ul li:before {
  content: "";
}

.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
  }

.entry ol li {
  margin: 0;
  padding: 4;
  }

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  }
  
#sidebar
{
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: right;
  font-family: 'Courier New', courier, fixed;
  font-size: 11px;
  font-weight: bold;
  width: 150px;
}

#sidebar h2 {
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-align: right;
}

#sidebar ul, #sidebar ul ol, #rightbar ul, #rightbar ul ol {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

#sidebar ul li, #rightbar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 5px;
}

#sidebar ul p, #sidebar ul select, #rightbar ul p, #rightbar ul select {
/*  margin: 5px 0 8px; */
  margin: 0;
}

#sidebar ul ul, #sidebar ul ol, #rightbar ul ul, #rightbar ul ol {
  margin: 0 0 0 10px; 
}

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
  list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
  margin: 0 0 2px 0;
  padding: 0;
}

#rightbar {
  margin: 0 25px 0 0;
  padding: 0 0 0 0;
  float: right;
  text-align: left;
  font-family: 'Courier New', courier, fixed;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  width: 180px;
}

#searchinput {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 9px;
/*  float: left; */
/*  border: 1px solid black; */
}

input.text, textarea.text {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
/*  float: left; */
/*  border: 1px solid black; */
}

input.submit {
/*  background-color: white; */
/*  border: 1px solid black; */
  font-family: 'Courier New', courier, fixed;
  font-size: 12px;
}

/*
input.submit:hover {
  color: red;
}
*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
}

.alt {
  margin: 0;
  padding: 10px;
/*  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 0px solid #FFF; */
  }

.norm {
  margin: 0;
  padding: 10px;
/*  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-left: 0px solid #FFF; */
  }

.commentauthor {
  color: black;
  font-weight: bold;
}
.commentlist, .commentlist ol {
  padding: 0;
  margin: 0;
  }

.commentlist li {
  margin: 0px 0 3px 0;
  padding: 0px 0px 3px 0;
  list-style: none;
  }

.commentlist p {
  margin: 10px 0px 10px 0;
  }

#commentform p {
  margin: 5px 0;
  }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
  }

.commentmetadata {
  margin: 0;
  display: block;
  }

/* Begin Calendar */
#wp-calendar #prev a {
  font-size: 9pt;
}

#wp-calendar a {
  text-decoration: none;
  }

#wp-calendar caption {
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
  }

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  }

#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
  }

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
  }

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
  }

#wp-calendar a {
  display: block;
  }

#wp-calendar caption {
  text-align: center;
  width: 100%;
  }

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
  }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
  background-color: #fff; }
/* End Calendar */

acronym, abbr, span.caps {
  cursor: help;
  }

acronym, abbr {
  border-bottom: 1px dashed #999;
  }

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
  }

blockquote cite {
  margin: 5px 0 0;
  display: block;
  }

.center {
  text-align: center;
  }

hr {
  display: none;
}

a img {
  border: none;
}

.navigation {
  font-family: 'Courier New', courier, fixed;
  font-size: 11px;
  display: block;
  text-align: center;
  margin-top: 12px;
}

.navigation a {
  color: black;
}

.toc p {
  padding: 0px;
  margin: 0px;
}

.toc-1 ol li:before {
  content: "";
}

.toc-1 {
  font-weight: bold;
/*  margin: 10px 0px 5px; */
  padding-left: 0px;
  margin-left: 0px;
}

.toc-1 li {
  list-style: upper-roman inside;
  padding-bottom: 5px;
  padding-top: 5px;
}

.toc-2 {
  padding-left: 20px;
  margin-left: 0px;
}

.toc-2 li {
  font-weight: normal;
  list-style: none;
  margin-top: 0px;
  padding-top: 0px;
}

.toc-3 {
  padding-left: 20px;
  margin-left: 0px;
}

.toc-3 li {
  font-style: italic;
  list-style: none;
}

dt,dd,dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
