/*  
Theme Name: netjeff.com
Theme URI: http://www.netjeff.com/
Description: Used at netjeff.com
Version: 1.0
Author: netjeff
Author URI: http://www.netjeff.com/
*/

/*** Essential formatting ***/

body 
{
  font-size: 80%;
  font-family: Verdana, Sans-Serif;
  line-height: 150%;
  letter-spacing: 0.00em;
  margin: 0.75em 1.5em;
}

blockquote
{
  border-left: thick solid #bbb ;
  margin-left: 1em;
  padding-left: 1.5em;
  color: #444;
}

:link    { color: #008; }
:visited { color: #406; }

/*** Layout ***/

#header 
{
  background-color: #ddf;
  padding: 0em 0em 0em .5em;
  border-top:    0.30em solid #008;
  border-bottom: 0.15em solid #008;
  margin-bottom: 1em;
}

#content 
{ 
  float: left;
  width: 70%;
  margin-bottom: 1em;
}

#sidebar 
{ 
  float: right;
  width: 30%;
}

#footer 
{ 
  clear: both;
  border-top: 0.3em solid #008;
  font-size: 85%;
  line-height: 110%
}


/*** Post formatting ***/

.post
{
  margin-bottom: 3em;
}

.postmetadata
{
  text-align: center;
  clear: both;   # clears floats, so float is always above
}

.posttime, .postmetadata
{
  font-size: 90%;
}

.pagetitle, .posttitle
{
  font-size: 1.5em;
  line-height: 120%;
}

.pagetitle
{
  text-align: center;
}

.posttitle
{
  margin-bottom: 0em;
  padding-bottom: 0em;
}

.posttitle a
{
  text-decoration: none;
  color: black;
}

.posttitle a:hover
{
  text-decoration: underline;
}

.posttime
{
  font-style: italic;
  padding-top: 0em;
  margin-top: 0em;
}

/*** Post navigation (older/newer) ***/

.postnav
{
  float: left;
  width: 100%;
  font-weight: bold;
  border-top: 1px dotted#008;
  border-bottom: 1px dotted #008;
  margin: 1em 0em;
}

.postnav a
{
}

.postnav .older
{
  float: left;
}

.postnav .newer
{
  float: right;
}

/*** comment formatting ***/

#comments, #respond
{
  background-color: #ddf;
  padding: 0.2em;
  border-left: 0.3em solid #008;
  margin-top: 1.7em
}

textarea#comment
{
  width: 98%;
}

.commentlist
{
  list-style: none;
  margin-left: 0em;
  padding-left: 0em;
}

.commentlist li
{
  border-top: 1px solid #dde;
  padding-top: 0.5em;
}

.commenttext
{
  margin-left: 3em;
}

.commentmetadata
{
  font-style: italic;
}

.commentauthor
{ 
  font-weight: bold;
}

/*** widget formatting ***/

#sidebar .widget
{
  list-style: none;
  padding-left: 0em; margin-left: -2em;
}

#sidebar .widgettitle
{
  font-variant: small-caps;
  background-color: #ddf;
  padding: 0.2em;
  border-left: 0.3em solid #008;
  margin-top: 1.7em
}


/*** Calendar widget formatting ***/

#calendar_wrap
{
  font-size: 100%;
}

table#wp-calendar tbody :link, 
table#wp-calendar tbody :visited
{
  font-weight: bold;
}

table#wp-calendar
{
  border-collapse: collapse;
}

table#wp-calendar tbody td,
table#wp-calendar thead th
{
  text-align: center;
  padding: 0.25em;
}

table#wp-calendar tbody td
{
  border: 1px solid #eee;
}

table#wp-calendar caption
{
  padding-bottom: 0.5em;
  font-weight: bold;
}

table#wp-calendar td#prev,
table#wp-calendar td#next
{
  padding-top: 0.5em;
  font-weight: bold;
}

table#wp-calendar td#next
{
  text-align: right;
}

