body {
  font: 90%/1.2 helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  background: url('img/bg-head.png') top center repeat-x #fff;
  text-align: center;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 250%;
  font-weight: bold;
  letter-spacing: -0.074em;
  color: #69c;
}

h2 a {
  text-decoration: none;
}

h2 a:hover {
  border: none;
}

h3 {
  font-size: 140%;
  font-weight: bold;
  color: #69c;
}

h4 {
  font-size: 120%;
  font-weight: bold;
}

dt {font-weight:normal;font-style:italic;margin-bottom:4px;}
dd {margin-bottom:10px;}

code {
  color:#3673af;
  font-family:courier,monospace;
  font-size:100%;
}

a:link {
  color: #69c;
}

a:hover {
  color: #3673af;
}

a:active {
  color: #9cf;
}

a:visited {
  color: #8fa7bf;
}

dfn {
  font-style:normal;
  border-bottom:dotted 1px #000;
  cursor:help;
}

ul {
  list-style-type: square;
}

hr {
  visibility: hidden;
}

table {
  border-spacing: 1px;
	width: 400px;
}

caption {
  padding: 1em;
  text-transform: uppercase;
	text-align: center;
  font-weight: bold;
	background: #eee;
}

th, td {
  padding: 0.75em;
}

th {
	background: #6699cc;
	color: #fff;
  font-weight: bold;
	text-align: center;
}

td {
  background: #fbfbfb;
}

label {
  cursor: pointer;
}

fieldset {
	margin: 1em 0;
	padding: 1em 1em .5em 1em;
	border: 1px solid #ccc;
}

fieldset label {
	display: block;
}

fieldset p {
  margin: .5em 0;
}

fieldset input#submit {
  width: 8em;
}

#page {
  width: 780px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  background: url('img/bg-page.png') center bottom repeat-y #fff;
}

#page h1 {
  position: absolute;
  top: 80px;
  left: 180px;
  width: 200px;
  height: 100px;
  margin: 0;
  overflow: hidden;
  z-index: 1;
}

#header {
  width: 780px;
  height: 180px;
  position: relative;
  background: url('img/head.png') left top no-repeat;
  z-index: 2;
}

#header ul {
  position: relative;
  margin: 0;
  z-index: 3;
  list-style: none;
}

#header-skip-main a, #header-skip-next a {
  display: block;
  position: absolute;
  top: 0px;
  left: -2999px;
  width: 760px;
  border-bottom: 1px solid #579d00;
  line-height: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #92cd3f;
}

#header-skip-main a:focus, #header-skip-next a:focus {
  left: 10px;
}

#header-home a {
  display: block;
  position: absolute;
  top: 40px;
  left: 80px;
  width: 230px;
  height: 100px;
  overflow: hidden;
  border: none;
}

#header-feed a {
  display: block;
  position: absolute;
  top: 50px;
  left: 690px;
  width: 40px;
  height: 50px;
  overflow: hidden;
  border: none;
}

#search {
  position: absolute;
  top: 65px;
  right: 110px;
  width: 150px;
}

#search label {
  display: none;
}

#search-term {
  width: 140px;
}

#search input[type=submit] {
  float: right;
  font-size: 80%;
  margin: 2px 2px;
}

#content {
  float: left;
  width: 480px;
  margin: 20px 40px 20px 50px;
}

#content ol li {
  padding-bottom:10px;
  line-height: 135%;
}

#content ul li {
  background: url('img/bullet.png') 0 0.2em no-repeat;
  padding-left: 1em;
  padding-bottom:10px;
  line-height: 135%;
}

#content ul li.red {
  background: url('img/bullet-red.png') 0 0.2em no-repeat;
}

#content h2 {
  margin: 5px 15px 0 0;
  display: inline;
  line-height: 95%;
}

#content p {
  line-height: 135%;
}

#content ul {
  list-style-type: none;
}

#content .date {
  position: relative;
  top: -0.25em;
  padding: 0 0 1em 25px;
  font-size: 120%;
  letter-spacing: -0.05em;
  line-height: 3em;
  background: url('img/cal.png') 0 0 no-repeat;
}

#content .date-listing {
  position: relative;
  top: -1.25em;
  margin-bottom: -2.5em;
  padding: 0 0 1em 25px;
  font-size: 90%;
  background: url('img/cal.png') 0 0 no-repeat;
}



#content .meta {
  margin: 2em 0 0 0;
  padding: 0;
  list-style: none;
}

#content .meta li, #content .meta .author, #content .meta .tags, #content .meta .tags ul li {
  background-image: none;
  padding-left: 0;
}

#content .meta .author {
  float: left;
  padding: 1em 1em 0 1em;
}

#content .meta .comments {
  float: right;
  padding: 0 1em 0 1.8em;
  background: url('img/pen.png') 0 50% no-repeat;
}

#content .meta .tags {
  width: 100%;
  clear: both;
  margin-bottom: 3em;
}

#content .meta .tags ul {
  padding: 1em 1em 1em 3em;
  border-top: 1px solid #ccc;
  list-style: none;
  background: url('img/sticker.png') 0.7em 50% no-repeat #eee;
}

#content .meta .tags ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

#content .meta .tags ul li a {
  font-weight: bold;
  margin: 0.2em;
}

#content .meta .tags ul li a:link {
  color: #9c3;
}

#content .meta .tags ul li a:hover {
  color: #69c;
  border-bottom: 1px dotted #69c;
}

#content .meta .tags ul li a:visited {
  color: #9c6;
  border-bottom: 1px dotted #9c6;
}

.author-pic {
  float: right;
  margin-left: 15px;
}

#content .date sup {
  font-size: 70%;
  position: relative;
  top: 0.25em;
}

#content p, #content blockquote {
  clear: both;
}�

ul#archive-navi li {
  display: inline;
  padding: 0 6px 0 3px;
  border-right: 1px solid #666;
  background-image: none;
}

#archive-navi li span {
  font-weight: bold;
}

#archive-navi li.first {
  background: url('img/arrow-l.png') left center no-repeat;
  padding-left: .8em;
}

#archive-navi li.last {
  background: url('img/arrow-r.png') right center no-repeat;
  padding-right: .8em;
  border-right: 0;
}

#secondary-content {
  float: left;
  width: 180px;
  margin: 0 0 20px;
}

#secondary-content h4 {
  padding: 0.25em;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: #fff;
  background: #69c;
}

#secondary-content ul {
  line-height: 1.4;
  list-style: none;
  padding-left: 10px;
}

#secondary-content ul li {
  background: url('img/bullet.png') 0 0.3em no-repeat;
  padding-left: 1em;
}

#footer {
  position: relative;
  line-height: 43px;
  height: 60px;
  background: url('img/foot.png') top no-repeat #fff;
}

#footer p {
  text-align: center;
  font-size: 85%;
}

#footer a {
  padding: 0.2em 0.4em;
  font-weight: bold;
}

#footer a:hover {
  color: black;
  border-bottom: none;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

img.right {
  float: right;
  margin: 15px 10px 15px 30px;
}

img.left {
  float: left;
  margin: 15px 30px 15px 10px;
}

img.center {
  display: block;
  margin: 1.5em auto;
  text-align: center;
  
}

#content p.noclear {
  clear: none;
}


.post-foot {
  text-align: right;
  margin-top: 2em;
  color: #999;
  font-size: 95%;
}

.hilite {
  color: #fff;
  background: #69c;
  padding: 1em;
}

blockquote.hilite, div.hilite.narrow {
  background: url('img/quot.png') top left no-repeat #FFF;
  color:#000;
  padding: 0 0 0 60px;
  margin: 1em 0;
  font-style:italic;
}

div.hilite.narrow {
  display: table;
  padding: 0 0 0 50px;
  margin: 1em 0 0 -15px;
}
#tagcloud {
  margin:0 !important;
  padding:0 !important;
}

#tagcloud li {
  display:inline;
  list-style-type:none !important;
  background:none !important;
  padding:0 !important;
  margin:0 !important;
}

#tagcloud li.t1 {font-size:80%;}
#tagcloud li.t2 {font-size:90%;}
#tagcloud li.t3 {font-size:100%;}
#tagcloud li.t4 {font-size:105%;}
#tagcloud li.t5 {font-size:110%;}
#tagcloud li.t6 {font-size:120%;}
#tagcloud li.t7 {font-size:125%;}
#tagcloud li.t8 {font-size:130%;}
#tagcloud li.t9 {font-size:140%;}
#tagcloud li.t10 {font-size:145%;}


.tame {
  font-size: 90%;
}

.cleaner {
  visibility: hidden;
  clear: both;
}

.noborder {
  border: none !important;
}

.hide {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0px;
  position: absolute;
}

.hidetext {
  text-indent: -999em;
  text-decoration: none;
}

.hidden {
  display: none;
}

.comments {
	margin: 1em 0;
	padding: 0;
	list-style: none inside;
}


.comments li p {
  padding: 1em 1em 0.5em 1em;
  margin: 0;
  font-size: 95%;
}

.comments li p.comment-data {
  padding: .2em .5em;
  background: #69c;
  color: #fff;
  position: relative;
}

.comments li p.comment-data span {
  font-size: 80%;
  position: absolute;
  right: .5em;
}

.comments li p.comment-data a {
  color: #fff !important;
}

.comments li p.comment-data a:hover {
  border-bottom: none;
  text-decoration: none;
}

.comments li p.comment-data a[href^=http]:hover:after {
  content: ' » ' attr(href);
  color: #9cf;
}

.comments li {
	margin: .5em 0 1em 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: .5em;
	background: #eee;
}

#comment-add fieldset {
  border: none;
  background: #f3f3f3;
}

#comment-add legend {
  padding: 0.5em;
  color: #fff;
  background: #69c;
}

#comment-add input {
  width: 20em;
}

#comment-add textarea {
  width: 400px;
  height: 10em;
}

pre {
	font-family:courier,monospace;
	font-size: 95%;
	overflow: auto;
    border: dashed 1px #c0c0c0;
    padding: .7em 1em;
    margin: 1.5em 1em 1.5em 0;
    line-height: 1.2em;
}

/* STANDARDS */

.wp-caption{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}
.wp-caption img{
	margin: 0;
	padding: 0;
	border: 0 none;
	}
.wp-caption p.wp-caption-text{
	font-size: 11px;
	line-height: 17px;
	padding: 2px 4px 5px;
	margin: 0;
	color: #3F3F3F;
	}
