/*   
Theme Name: Graphite
Theme URI: Thomas-Galvin.com
Description: A Black-Whte-Grey theme
Author: Thomas Galvin
Author URI: Thomas-Galvin.com
Version: 1.0
.
.
*/

body
{
  background-color: #414141;
  color: #ffffff;
}

.main-layout-table
{
  background-color: #000055;
  color: #414141;
}

.main-layout-table tr td
{
  background-color: #ffffff;
  color: #414141;
}

.catch-phrase-cell,
.footer-cell
{
  font-size: 0.75em;
  font-style: italic;
}

/**
**
** Links
**
**/

a:link
{
  color: #0000ff;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline !important;
}

a:visited
{
  color: #000099;
  text-decoration: none;
}

li a:link
{
  text-decoration: none;
}

.post h2 a:link,
.postmetadata a:link
{
  text-decoration: none !important;
}

.postmetadata a:hover
{
  text-decoration: underline !important;
}

/**
**
** Main Content
**
**/

.main-content-cell
{
  cell-padding: 15px !important;
  padding-left: 25px;
  padding-right: 25px;
}

/**
**
** Sidebar
**
**/

#sidebar
{
  margin-left: -15px;
}

#sidebar ul
{
}

#sidebar ul li
{
  list-style-type: none;
}

#sidebar ul li h2
{
  font-size: 1.1em;
  margin-bottom: 0px;
  margin-left: -10px;
}

#sidebar ul li ul li
{
  font-size: 0.95em;
  margin-top: 0px;
  margin-left: -45px;
}

/**
**
** Blockquotes
**
**/

blockquote,
quote
{
  background-image: url("/blog/wp-content/themes/Graphite/Quotes.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 55px;
  /*border: 1px solid #414141;*/
}

/**
**
** Post Titles
**
**/

div.post h2 a:link
,div.post h2 a:visited
{
  margin-bottom: 0;
  color: #000044 !important;
}

div.post h2 a:hover
{
  text-decoration: underline !important;
}

div.post h2
{
  margin-bottom: 0px;
}

th
{
  color: #000000;
}

/**
**
** Post Titles
**
**/

p.comment-info
{
  background-color: #cccccc;
  padding-left: 2px;
  padding-right: 2px;
}

p.postmetadata
{
  background-color: #cccccc !important;
  padding-left: 2px;
  padding-right: 2px;
}

span.spoiler
{
  background-color: #ffffff;
  color: #ffffff;
  border: 1px dashed #cccccc;
}

p.spoiler
{
  background-color: #ffffff;
  color: #ffffff;
  border: 1px dashed #cccccc;
}

div.spoiler
{
  background-color: #ffffff;
  color: #ffffff;
  border: 1px dashed #cccccc;
}

p.editpost a
{
  text-decoration: none;
}

div.author-comment
{
}

.omg
{
  text-align: center;
  font-size: 25pt;
  font-family: Bank Gothic;
  font-style: italic;
}

