body {
	background-color: #fff;
	color: black;
	margin: 0;
	font-size: 80%;
	font-family: helvetica, arial, sans-serif;
}

a {
	color: rgb(0,80,181);
	text-decoration: none;
}

a.tag {
	color: rgb(60,60,100);
	text-decoration: none;
  font-weight: bold;
}

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

a#edit_link {
  font-family: monospace;
  font-size: 90%;
  color: rgb(100,0,0);
  opacity: 0.4;
}

a#edit_link:hover {
  font-size: 115%;
  font-weight: bold;
  opacity: 1;
}

h1 { 
	background-color: #F6F6CF;
  padding: 0;
	padding-left: 10px;
	margin: 0;
  margin-top: -1px;
  font-family: "courier new", monospace;
  font-size: 2.2em;
  letter-spacing: -3px
}

div.tagline {
  font-family: "courier new", monospace;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 4px;
	background-color: #F6F6CF;
  padding-left: 60px;
  border-bottom: solid 3px rgb(0,80,181);
  margin-bottom: 2px;
  margin-top: -5px;
}

h2 {
	margin-top: .25em;
	margin-left: .5em;
	margin-bottom: 0;
}

h2.query {
  font-size: 1.2em;
  margin: 0;
  padding: 1px 0 1px 1.5em;
}

h3 {
  font-size: 1.8em;
	padding-left: 0;
	margin-bottom: .25em;
  white-space: nowrap;
}

.error {
	color: #b00;
}

div.toolbar {
  float: right;
  font-weight: bold;
	text-align: right;
	margin-top: 0;
	padding: 0.25em 0.5em;
}

div.toolbar a {
}

div.toolbar span.current_user {
	float: left;
}

div.delete {
	padding-left: 1em;
}

div.search form { 
  margin: 0;
  padding-right: 0;
}

div.search form input { 
  border: solid 1px; 
  font-size: 85%;
}

div.rss_container {
}

div.rss { 
  margin: 0em 0 0 2em;
}

div.expandcollapse {
	margin-left: 1em;
}

div.entry {
	margin-left: 1em;
	margin-right: 1em;
  margin-bottom: 3em;
	padding: 0 .5em 0 .5em;
}

div.entry h3.uri {
  margin: 1em 0 0 .5em;
}

a.title {
	text-decoration: underline;
  color: #0000FF;
}

div.entry div.description {
	font-style: italic;
	padding-left: 1em;
}

div.entry div.created,
div.entry div.tags,
div.entry div.other_entries {
	padding-left: 1em;
}

div.created {
  font-weight: bold;
}

div.created a {
  color: #009900;
  text-decoration: underline;
  margin-right: .25em;
}

div.entry.longform div.body {
	padding: 5px 10px 5px 10px;;
	margin-top: .5em;
	background-color: #F6F6CF;
	-moz-border-radius: 1em;
}

div.entry.longform div.comments-content, div.entry.longform div.body {
	width: 660px;
  padding: 15px;
}
	
div.comments-content {
  margin-top: 2em; 
	background-color: #ddd;
	-moz-border-radius: 1em;
}

#tpc_thread #tpe-comments-content .comment {
  margin-bottom: .5em;
	-moz-border-radius: 1em;
	background-color: #fff;
}

div.entries {
  width: 720px; 
}

#tpc_thread div.comment-avatar {
  text-decoration: none;
  background: none repeat scroll 0 0;
  border: none;
}

div#content {
  position: relative;
}

div.taglist {
	padding: 1.5em 1em 1.5em 1em;
	background-color: #ddd;
	-moz-border-radius: 1em;
  margin-bottom: 1em;
	font-size: 90%;
  width: 160px;
}

div.taglist h3 {
	text-align: center;
	border-bottom: thin #eee solid;
	margin-top: 0;
	padding-right: 0.75em;
}

div.taglist.related h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 1em;
}

span.tag_count { float: left; text-align: right; width: 20px; }

div.message {
	margin-left: 1em;
	margin-right: 1em;
	padding: .5em;
}

form th {
	text-align: right;
}

form {
	margin-left: 1em;
	margin-right: 1em;
	padding: .5em;
}

form td.submit {
	text-align: right
}

div.next_page, div.prev_page, div.page_num {
  position: absolute;
  width: 12em;
  font-size: 1.2em;
}

div.next_page { left: 35em;}
div.prev_page { left: .5em;}
div.page_num  { left: 13em;}

div.page_num,
div.page_size { text-align: center }

div.document {
	font-size: 120%;
	max-width: 90%;
	margin-top: 2%;
	margin-left: 3%;
	padding-left: 2%;
	margin-right: 3%;
	padding-right: 2%;
	border-bottom: thin black solid;
	border-top: thin black solid;
}

div.document p.bookmarklet {
	margin-left: 1em;
}

div.document h2 {
	margin-left: 0;
}

div.document li {
	margin-top: 0.5em;
	font-weight: bold;
}

div.document li p {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}

p#footer {
  position: relative;
  top: 2em;
}

div#nav {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 0 3px 1em;
  font-weight: bold;
  background-color: rgb(0,80,181); 
  -moz-border-radius-bottomleft: 1em;
}

div#nav a {
  color: white;
  text-decoration: underline;
  margin-right: 1em;
}

div#nav a.selected {
  color: black;
  text-decoration: none;
}

div.created a.edit_button {
  margin-left: 1em;
  color: #990000;
  letter-spacing: 1px;
  font-family: monospace;
}

#logo {
  float: left;
  border: none;
  padding: 1px 10px 0 1px;
  width: 32px;
  height: 32px;
}

.ad_container {
  margin: 1em 0 1em 1.5em; 
  padding: 1em;
	background-color: #F6F6CF;
	width: 600px;
	-moz-border-radius: 1em;
}

.ad_tag {
  font-style: italic;
  padding-left: 2px;
  padding-top: 1px;
}

div#right_column {
  position: absolute;
  top: 3.5em;
  left: 720px;
}

#skyscraper {
  margin-top: 1em;
  padding: 1em;
	background-color: #F6F6CF;
	-moz-border-radius: 1em;
}

#pager {
  position: relative;
  top: 1.5em;
  clear: left; 
  height: 1em;
  font-size: 110%;
  padding: 5px 1em 7px 1em;
  width: 48em;
	background-color: rgb(0,80,181);
  color: white;
	-moz-border-radius-topright: .5em;
	-moz-border-radius-bottomright: .5em;
}

#pager a {
  color: white;
  font-weight: bold;
}

a img {
 border: none;
}

#current_page_number {
	background-color: #F6F6CF;
}

div.page_num a {
  text-decoration: underline;
  margin-bottom: 2px;
}

div.page_size { 
  position: relative;
  top: 2.5em;
  font-style: italic; 
  width: 54em; 
  text-align: right;  
}



#htmltagcloud {
  text-align:  center; 
  line-height: 2em; 
}
#htmltagcloud a {
  padding: 0 .5em 0 .5em;
}

span.tagcloud0  { font-size: 92%;}
span.tagcloud1  { font-size: 98%;}
span.tagcloud2  { font-size: 104%;}
span.tagcloud3  { font-size: 109%;}
span.tagcloud4  { font-size: 113%;}
span.tagcloud5  { font-size: 119%;}
span.tagcloud6  { font-size: 125%;}
span.tagcloud7  { font-size: 131%;}
span.tagcloud8  { font-size: 137%;}
span.tagcloud9  { font-size: 143%;}
span.tagcloud10 { font-size: 149%;}
span.tagcloud11 { font-size: 156%;}
span.tagcloud12 { font-size: 163%;}
span.tagcloud13 { font-size: 170%;}
span.tagcloud14 { font-size: 177%;}
span.tagcloud15 { font-size: 184%;}
span.tagcloud16 { font-size: 191%;}
span.tagcloud17 { font-size: 198%;}
span.tagcloud18 { font-size: 205%;}
span.tagcloud19 { font-size: 212%;}
span.tagcloud20 { font-size: 219%;}
span.tagcloud21 { font-size: 226%;}
span.tagcloud22 { font-size: 233%;}
span.tagcloud23 { font-size: 240%;}
span.tagcloud24 { font-size: 247%;}

a.self_ref {
  font-size: 90%;
  color: #999;
}

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

#htmltagcloud {
  text-align:  center; 
  line-height: 2em; 
}
#htmltagcloud a {
  padding: 0 .5em 0 .5em;
}

span.tagcloud0  { font-size: 100%;}
span.tagcloud1  { font-size: 105%;}
span.tagcloud2  { font-size: 110%;}
span.tagcloud3  { font-size: 115%;}
span.tagcloud4  { font-size: 120%;}
span.tagcloud5  { font-size: 125%;}
span.tagcloud6  { font-size: 130%;}
span.tagcloud7  { font-size: 135%;}
span.tagcloud8  { font-size: 140%;}
span.tagcloud9  { font-size: 145%;}
span.tagcloud10 { font-size: 149%;}
span.tagcloud11 { font-size: 156%;}
span.tagcloud12 { font-size: 163%;}
span.tagcloud13 { font-size: 170%;}
span.tagcloud14 { font-size: 177%;}
span.tagcloud15 { font-size: 184%;}
span.tagcloud16 { font-size: 191%;}
span.tagcloud17 { font-size: 198%;}
span.tagcloud18 { font-size: 205%;}
span.tagcloud19 { font-size: 212%;}
span.tagcloud20 { font-size: 219%;}
span.tagcloud21 { font-size: 226%;}
span.tagcloud22 { font-size: 233%;}
span.tagcloud23 { font-size: 240%;}
span.tagcloud24 { font-size: 247%;}

table.calendar {
  margin: 1em;
  width: 97%;
  border-collapse: collapse;
  border-color: #CCCCCC;
}

  table.calendar td.headers {
    font-size: 1.4em;
    font-weight: bold;
  }

  table.calendar td {
    padding: .25em;
  }

    table.calendar td.day {
      text-align: left;
      vertical-align: top;
      height: 8em;
      width: 14.3%;
    }

      table.calendar td.day span.day_indicator {
        font-weight: bold;
        font-size: 1.3em;
        text-align: right; 
        float: right;
      }

div#month_nav {
  margin: 0 1em 1em 1em;
}

div.comment_link {
  margin-top: 1em;
}

div.comment_link a {
  text-decoration: underline;
  color: #009900;
}


