/*
Theme Name: Tabigail
Theme URI: http://darowski.com/tabigail/
Description: Theme based on the Darowski.com design (March 2007 to December 2008).
Version: 1.0
Author: Adam Darowski
Author URI: http://darowski.com/
Tags: gray, variable width, no sidebar, minimalist
*/


/*
------------------------------------------------------------------
PAGE STRUCTURE
------------------------------------------------------------------
*/

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: medium;
  color: #333;
  margin: 0px;
  background-color: #fff;
}

#header {
  padding-bottom: 1px;
  border-bottom: 1px solid #003;
  margin-bottom: 20px;
}

#posts {
  clear: both;
  width: 80%;
  max-width: 1000px;
  min-width: 540px;
  margin: 0 auto;
}

#footer {
  clear: both;
  color: #fff;
  background-color: #003;
}


/*
------------------------------------------------------------------
GENERAL STYLES
------------------------------------------------------------------
*/

p, ul, ol, dl, blockquote { line-height: 150%; }

h1 {
  background-color: #003;
  margin: 0;
  font-weight: normal;
  font-style: italic;
  font-size: 200%;
}

h1 a {
  display: block;
  color: #FFF;
  padding: 30px 0 30px 170px;
  text-decoration: none;
  background: url(images/twmllogo.png) no-repeat 40px 50%;
}

h2 {
}

h3 {
  font-size: 200%;
  line-height: 125%;
  margin: 0;
}

h4 { font-size: 160%; }

h5 { font-size: 120%; }

img { border: 0; }

blockquote {
  color: #666;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
}

code { color: #666; }

textarea { width: 100%; }

hr { display: none; }


/*
------------------------------------------------------------------
CUSTOM STYLES
------------------------------------------------------------------
*/

h3.pagetitle { padding-top: 20px; }

#links {
  width: 80%;
  margin: 20px auto;
  color: #FFF;
}

#links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}

#links ul li {
  padding: 4px 4px 4px 36px;
  margin: 2px 0;
  background: #003 url(images/twmllogo-small.png) no-repeat 6px 50%;
}

#links ul a:link,
#links ul a:visited, 
#links ul a:active {
  color: #ff6;
  background-color: none;
  text-decoration: none;
}

#links ul a:hover {
  color: #ff9;
  background-color: none;
}



/*
------------------------------------------------------------------
POSTS
------------------------------------------------------------------
*/

#posts a:link,
#posts a:visited, 
#posts a:active {
  color: #000;
  background-color: #ffc;
  text-decoration: none;
  padding: 2px;
}

#posts a:hover {
  color: #000;
  background-color: #ff6;
}

.post {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 5px solid #999;
  margin: 40px 0;
  padding: 20px;
}

.postmetadata {
  padding: 10px 0 10px 0;
  margin: 0;
  list-style-type: none;
  color: #666;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
}

.postmetadata li { padding: 2px 0; }

p.imagefloat { 
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.older { float: left; }

.newer { float: right; }


/*
------------------------------------------------------------------
FOOTER
------------------------------------------------------------------
*/

#footer h4 { font-size: 100%; }

#footer h4 span.fn {
  font-size: 160%;
  padding-right: 10px;
}

#footer p {
  clear: both;
  font-size: small;
  padding: 20px 0;
}

p#credits {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
}


#credits a:link,
#credits a:visited, 
#credits a:active,
#footer h4 a:link,
#footer h4 a:visited,
#footer h4 a:active {
  color: #ff6;
  text-decoration: none;
}

#credits a:hover,
#footer h4 a:hover {
  color: #ff9;
}


/*
------------------------------------------------------------------
COMMENTS
------------------------------------------------------------------
*/

#commentarea { padding: 0 0 20px 0; }






ol.commentlist li {


  border: 1px dotted #999;
  padding: 10px;
  margin-bottom: 10px;
}

ol.commentlist li.comment-me {
  background: #ffc url(images/me.png) no-repeat 14px 14px;
  border: 1px dotted #999;
  padding: 10px 10px 10px 50px;
}

p.awaitingmoderation { color: red; }


/*
------------------------------------------------------------------
TABLE
------------------------------------------------------------------
*/

table { 
  width: 100%;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-collapse: collapse;
}

th, td { 
  padding: 4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

table thead th,
table tbody td {
  text-align: right;
}

table tbody th,
table thead th.topleft {
  text-align: left;
}

table thead th { background-color: #EAEAEA; }
p.post-note {
  background-color: #EAEAEA;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  padding: 20px;
}
p.post-note,
p.imagefloat,
p.leading-image {
  display: none;
}

div.single-post p.post-note,
div.single-post p.imagefloat,
div.single-post p.leading-image {
  display: block;
}




/* tables */
table.tablesorter {
font-size: 80%;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
padding-right: 18px;
}

table.tablesorter thead tr .header {
	background-image: url(http://darowski.com/scripts/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(http://darowski.com/scripts/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(http://darowski.com/scripts/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #666;
color: #FFF;
}

