html {
  font-size:x-small;
  font-weight:lighter;
}
body {
  background:rgb(66, 66, 66);
  color:rgb(240, 240, 240);
  line-height:1.5em;
  padding:4% 10% 4% 10%;
  font-family:sans-serif;
  font-size:127%;
}
h1 {
  border-bottom:thin dotted rgb(110, 110, 110);
  padding-left:1.0em;
}
h1, h2, h3 {
  color:white;
  font-family:times new roman,serif;
  font-weight:normal;
}
#content h2, #pings h3 {
  padding-top:0em;
  margin-top:0em;
}
#content #content-info h2 {
  margin:0em;
  padding:0em;
}
h3 {
  font-size:1.25em;
  margin-top:2em;
}
#content h3 {
  font-size:1.3em;
}
h1 a, h1 a:link, h2 a, h2 a:link, h3 a, h3 a:link {
  color:white;
  text-decoration:none;
  font-size:1em;
}
a, a:link {
  color:rgb(170, 170, 170);
  text-decoration:none;
  font-size:1.15em;
}
h1 a:hover {
  text-decoration:none;
}
a:hover, h2 a:hover, h3 a:hover {
  text-decoration:underline;
}
dd {
  margin-bottom:1em;
}
.left {
  float:left;
  margin:1.5em 1em -0.5em 0em;
  padding:2em 0em 0em 2em;
}
.left img {
  border:thin solid rgb(40, 40, 40);
}
.block, .post, #content-info, .content-inner, #navlinks, #content form, #pings,  #ping-url, #comments-feed, #comments, .pagination {
  padding:2em;
  background:rgb(70, 70, 70);
  margin-bottom:2em;
  -moz-border-radius:0.5em;
}
p.day-date {
  margin-top:0em;
  padding-top:0em;
}
.li {
  list-style-position:outside;
}
#info {
  float:left;
  width:22em;
  margin:-1em 0em 2em 0em;
}
#info a, #info a:link {
  font-size:1.15em;
}
#info a.tag10 { font-size:0.5em; }
#info a.tag20 { font-size:0.7em; }
#info a.tag30 { font-size:0.95em; }
#info a.tag40 { font-size:1.1em; }
#info a.tag50 { font-size:1.3em; }
#info a.tag60 { font-size:1.5em; }
#info a.tag70 { font-size:1.7em; }
#info a.tag80 { font-size:1.9em; }
#info a.tag90 { font-size:2.1em; }
#info a.tag100 { font-size:2.3em; }
#content {
  text-align:justify;
  margin-left:24em;
}
#content p.post-tags {
  float:left;
  font-size:1.15em;
  margin:0em 0.3em 0em 0em;
}
#content ul.post-tags {
  list-style:none;
}
#content ul.post-tags li {
  display:inline;
}
#content #navlinks {
  height:2em;
}
#content #navlinks .prev {
  display:block;
  float:left;
}
#content #navlinks a {
  display:block;
}
#content #navlinks .next {
  display:block;
  text-align:right;
  float:right;
}
.tags ul {
  list-style:none;
  padding-left:2em;
}
.tags li {
  display:inline;
}
fieldset {
  border:0em;
  padding:0em;
  margin:0em;
  width:100%;
}
#info form p {
  margin:0em 0em 0em 2em;
}
input, textarea { 
  border:thin solid rgb(80, 80, 80);
  padding:0.3em;
  background:rgb(60, 60, 60);
  color:white;
}
input#q {
  width:70%;
  padding:0.37em;
}
/*#content label {
  display:block;
  float:left;
  text-align:right;
  margin-right:1em;
  width:30%;
}
#info p, #content p {
  margin-top:0em;
  padding-top:0em;
}
#content input, #content textarea {
  display:block;
  width:50%;
}
#content .remember input, #content .remember label {
  display:inline;
  float:none;
  margin:0em;
  width:0%;
}*/
#content .buttons {
  text-align:right;
  margin-left:32%;
}
#content img {
  border: 1px solid rgb(102, 102, 102);
  max-width:100%;
}
#content .tags { 
  line-height:4em;
  word-spacing:1em;
  vertical-align:middle;
}
#content a.tag10 { font-size:1.0em; }
#content a.tag20 { font-size:1.2em; }
#content a.tag30 { font-size:1.4em; }
#content a.tag40 { font-size:1.6em; }
#content a.tag50 { font-size:1.8em; }
#content a.tag60 { font-size:2.2em; }
#content a.tag70 { font-size:2.6em; }
#content a.tag80 { font-size:3.0em; }
#content a.tag90 { font-size:3.4em; }
#content a.tag100 { font-size:4.0em; }
#footer {
  border-top:thin dotted rgb(110, 110, 110);
  text-align:right;
  padding-right:2em;
}
#content .post-info-co {
  height:1em;
}
#content .comment_count {
  float:left;
}
#content .ping_count {
  text-align:right;
  float:right;
}
#comment-form {
	padding-top: 10px;
}

#comment-form fieldset {
	border: none;
}
#comment-form fieldset p {
	padding: 5px 0;
}
#comment-form fieldset p.field {
	padding: 5px 0;
	width: auto;
	margin: 0;
	clear: left;
}
#comment-form p.form-help {
	width: 60%;
	margin: 0 0 0 30%;
	font-style: italic;
}

#comment-form p label {
	width: auto;
}
#comment-form p.field label {
	display: block;
	padding: 0 1% 0 0;
	width: 20%;
	float: left;
	text-align: right;
}
#comment-form input, #comment-form textarea {
	border: thin solid rgb(80, 80, 80);
	padding:0.25em;
	width: 77%;
}

#comment-form p.remember {
	margin: 0;
}
#comment-form input#c_remember {
	width: auto;
	border: 0;
	margin: 0 5px 0 30%;
}
#comment-form input.preview {
	margin-left: 30%;
        padding:0.5em;
}

#comment-form input.preview, #comment-form input.submit {
	width: auto;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
#comment-form input.preview:hover, #comment-form input.submit:hover {
	background: rgb(80, 80, 80);
        border:thin solid rgb(60, 60, 60);
}
.pagination {
  text-align:center;
  height:2em;
}
.pagination a.prev {
  float:left;
}
.pagination a.next {
  display:block;
  text-align:right;
}

pre, code {
  color:rgb(190, 190, 190);
}

pre {
  overflow:auto;
}
#topnav span {
  display:none;
}
blockquote {
  font-style:italic;
  color:rgb(200, 200, 200);
}
.center {
  text-align:center;
}
a img, a:link img {
  border: 1px solid rgb(102, 102, 102);
}