/*
Theme Name: notepuddle
*/

/* v1.0 | 20080212 */
/*Reset CSS - http://meyerweb.com/eric/tools/css/reset/*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end css reset */

body {
/*"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, */
  font-family:georgia, sans-serif;
  font-size:10px;
  color:#222;
  background-color: #fff;
  line-height: 1.6em;
}

a {
  color: #0044aa;
  text-decoration: underline;
}

#container {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  padding-top: .5em;
  font-size: 1.5em;
}

#header{
  background-color: #383838;
  height: 7em;
  padding-bottom: .5em;
  border-bottom: solid .5em #0c0c0c;
}

#header_content{
  width: 1080px;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}

#logo{
  float: left;
  width: 25em;
}

#search_box {
  float: right;
  position: relative;
  right: 25em;
  top: 4.5em;
}

#searchform #s {
  background: #f6f6f6;
  margin: .2em 0;
  padding: .2em .4em;
  border: #aaa .1em solid;
  color: #222;
}

#searchform #s:hover {
  cursor: text;
}

#content {
  float: left;
  width: 800px;
  padding-top: 1em;
  clear: both;
}

#content h2 {
  font-size: 1.6em;
  margin: .5em 0 .7em 0;
}

#content h2 a{
  font-size: 100%;
  text-decoration: none;
}

#content h2 a:hover{
  text-decoration: underline;
}

#content h2.archive {
  font-weight: normal;
  font-size: 1.4em;
  color: #525252;
  margin: .5em 0 2em 0;
  border: none;
  text-align: left;
}

.post_subtext {
  color: #525252;
  margin: 0 0 1.5em 0;
}

.post_subtext span{
  padding-right: 2em;
}

.post_subtext a {
  padding: 0 .7em .5em 0;
  text-decoration: none;
}

.navigation {
  font-size: 1.1em;
  padding: .5em 1em;
  margin:0 0 2em 0;
}

.navigation a {
  text-decoration: none;
}

.navigation a:hover {
  text-decoration:none;
}

.main h3 {
  font-size: 1.4em;
  margin: 1em 0 1em 0;
}

.main img {
  padding: 2px;
}

.main a img {
  padding: 2px;
}

.main a:hover img {
  padding: 2px;
  border: #ca0002 2px solid;
}

.main p {
  line-height: 1.4em;
  margin: 0 0 15px 0;
}

.main ol {
  line-height: 1.4em;
  margin:0 0 15px 30px;
  list-style-type: decimal;
}

.main ul {
  line-height: 1.4em;
  margin:0 0 15px 30px;
}

.main li {
  margin:0 0 5px 0;
}

.meta {
  font-size: 1.1em;
  color: #aaa;
  padding: 10px 0px;
  border-bottom: #ccc 1px solid;
}

.tags {
  float: left;
  width: 44em;
}

#sidebar {
  font-size: 1.2em;
  float: right;
  width: 180px;
  padding: 0 0 2em 1.5em;
  margin: 0 0 2em 0;
}

#sidebar h3 {
  font-size: 1em;
  margin: 2em 0 .5em 0;
}

#sidebar ul {
  list-style: none;
}

#sidebar ul ul {
  margin: .5em 0 0 1em;
}

#sidebar ul ul ul {
  margin: .5em 0 0 1em;
}

#sidebar ul li {
  padding: 0 0 .5em 0;
}

#sidebar a {
  font-size: .9em;
}

#author h3 {
  margin: .5em 0 .5em 0;
}

input.subcom {
background:#eee;
font-size:11px;
margin:0 0 10px 0;
padding:1px 4px 2px 4px;
border:#888 1px solid;
color:#222;
}

input.subcom:hover {
background:#222;
cursor:pointer;
border:#888 1px solid;
color:#eee;
}

input.comment {
background:#f6f6f6;
font-size:11px;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

input.comment:hover {
border:#c00 1px solid;
}

textarea {
background:#f6f6f6;
font-size:12px;
width:400px;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

textarea:hover {
border:#c00 1px solid;
}

.postinput small {
font-size:11px;
margin:0 0 0 5px;
}

p.logged {
font-size:12px;
}

h3.reply {
font-size:15px;
margin:0 0 10px 0;
}

.nocomments {
margin:0 0 30px 0;
}

ol.commentlist {
font-size:12px;
list-style:none;
margin:10px 0 30px 0;
border-bottom:#bbb 1px solid;
}

.commentlist li {
border-top:#bbb 1px solid;
padding:0 0 10px 0;
}

.commentlist li.bypostauthor {
border-top:#bbb 5px solid;
background-color:#f3f3f3;
}

.comment_mod {
margin:10px 0 0 10px;
}

.comment_mod em {
background-color:#fff897;
padding:1px 3px;
}

.comment_author {
margin:10px 0;
float:right;
width:190px;
}

.comment_author img {
float:left;
margin:5px 12px 0 0;
}

.comment_author p {
/*line-height:20px;*/
}

.comment_author small {
font-size:11px;
}

.comment_text {
float:left;
width:470px;
margin:0 0 0 10px;
}

.comment_text p {
/*line-height:18px;*/
margin:7px 0;
}

.comment_meta {
font-size:12px;
}

#commentform p {
/*line-height:18px;*/
margin:0 0 15px 0;
}

blockquote {
  background:url(images/quote.gif) no-repeat top left;
  padding:0 0 0 6em;
  min-height: 5em;
}

#footer {
}

.clear {
  clear:both;
}

#wp-calendar {
padding:10px 0 0 0;
font-size:12px;
}

#wp-calendar caption {
text-align:left;
padding:0 0 5px 0;
}

#wp-calendar tr th,
#wp-calendar tr td {
padding:0 6px 0 0 ;
text-align:right;
}

#wp-calendar td a {
font-weight:bold;
}

#wp-calendar td a:hover {
font-weight:bold;
}

img.wp-smiley {
padding:0;
border:none;
}

textarea:focus{
  background-color:#ffc;
}

abbr {
border:none;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:4px;
margin:10px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.wp-caption img {
margin:0;
padding:0;
border:0 none;
}

.wp-caption-dd {
font-size:11px;
/*line-height:17px;*/
padding:0 4px 5px;
margin:0;
}

/* self-clear floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.text-plain{
    padding: 5px;
    background-color: black;
    color: white;
    margin: 10px 0 10px 0;
}

/* IE Hacks */

* html .group,
* html #nav ul li a {
height: 1%;
}

*:first-child+html .group {
min-height: 1px;
}

* html #nav ul li a {
display: inline;
}