/*
Theme Name: DigitalDelineations
Theme URI: http://www.JayEpperhart.com/blog
Description: Main theme
Version: 1.0
Author: Jay Epperhart
Author URI: http://www.JayEpperhart.com/blog
*/

*
{

  padding: 0;
  margin: 0;
}

hr
{
  display:none;
}

#header
{
  width: 800px;
  margin: 0 auto;
  margin-bottom: -10px;
}

#headerimg
{
  font-size: 1.2em;

  height: 220px;
  color: #FEF4DF;

}

#header a

{
  text-decoration: none;
  color: white;
}

#header h1

{
  font-size: 3em;
}

#wrapper
{
  width: 800px;
  background: #FFFFFF URL(images/wrapper-bg.jpg)  center;
  margin: 0 auto;
  overflow: hidden;
}


#content
{
  width: 70%;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#content a
{
  font-weight: bold;
  text-decoration: none;
}

#sidebar
{
  width: 160px;
  float: right;
  margin-right: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffd3d0;
  color: #000000;
  clear: right;
}


#sidebar ul h2
{

  background-color: #ff9992;
  border-bottom: 1px solid #ff776e;
  border-top: 1px solid #ff776e;
  font-size: 1.2em;
  font-weight: bold;
  padding: 2px;
  margin-bottom: 5px;
}


#sidebar ul
{
  list-style: none;
  margin-bottom: 10px;
}


#sidebar ul ul
{
  list-style-image: none);
  list-style-type: none;
  margin-left: 20px;
}


#sidebar ul ul ul
{
  margin-bottom: 0;
}


#footer
{
  clear: both;
  width: 800px;
  height: 44px;
  margin: 0 auto;
  text-decoration: none;
  color: #000000;
  background: #FFFFFF URL(images/footer-logo.jpg) no-repeat center;
  text-align: left;
}

#footer ul
{
  margin-left: 17px;
} 

#footer a
{
    font-weight: bold;
    text-decoration: none;
}

body
{
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background-color: #7d7d7d;

}

.post
{
  margin-bottom: 25px;
  color: #000000;
  padding-left: 5px;

  font-size: 1.1em;
}


.post p
{
  line-height: 1.4em;
  margin-bottom: 1em;

}

h2
{
  font-size: 1.6em;
  border-bottom: 1px solid #074dc5;
}


h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;
  font-weight: bold;
  color: #0578d1;
}


.entry
{
  margin-top: 10px;
  margin-bottom: 15px;
}


.postmetadata
{
  padding: 2px;
  font-size: 0.8em;
  border-top: 1px solid #bb3621;

}


.postmetadata a
{
  color: #0578d1;
}


blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;

  border: 1px solid #FADA96;
  background: #FCF1E2 URL(images/blockquote.png) no-repeat   scroll top left;

}

.post li
{
  margin-left: 20px;
}

.post ul
{

  list-style-image: url(images/listitem.png);
  list-style-type: bullet;
  margin-bottom: 10px;
}

acronym, abbr, span.caps
{
  cursor: help;
}

acronym, abbr
{
  border-bottom: 1px dashed #999;

}

blockquote cite
{
  margin: 5px 0 0;
  display: block;

}

.center
{
  text-align: center;
}

a img
{
  border: none;

}
 
h3
{
  margin-top: 1.5em;
  font-size: 1.4em;

}

h4
{
  margin-top: 1.2em;
  font-size: 1.2em;

}

h5
{
  margin-top: 1em;
  font-size: 1em;
}

.post a

{
  color: #0578d1;
}
 


#sidebar a
{
  text-decoration: none;
  color: #980b01;
}

#sidebar a:hover
{
  text-decoration: underline;
}

#searchform
{
  text-align: center;
}

#searchform input
{

  border: 1px solid #4A2C00;
  background-color: #FDE5C3;
}

#searchform #s
{

  width: 60%;
  background-color: white;
}


#wp-calendar td
{
padding: 2px 0;
}

#prev a, #next a, #next a:hover, #prev a:hover, #showit a, #showit a:hover
{
  border: 0;
  text-decoration: underline;
  background-color: #ff9992;
  border: 1px solid #ff776e;
  color: black;
}

#wp-calendar-split
{
  border-top: 4px double #999;
  margin-top: 4px;
}


#wp-calendar
{
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #ff776e;
  border-top: 1px solid #ff776e;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  font-size: 1em;
  background-color: #ffd3d0;
}

#wp-calendar caption a, #wp-calendar caption a:hover
{
  background: transparent;
}

#wp-calendar th
{
  padding: 2px 0;
  background-color: #ff9992;
}

#wp-calendar a
{
  font-weight: bold;
  text-decoration: underline;
  display: block;
  color: #980b01;
}

#wp-calendar caption
{
  letter-spacing: 0.1em;
  padding: 0.2em 1em 0.2em 0.8em;
  font-weight: bold;
  text-align: left;
  background-color: #ff776e;
  font-size: 1.2em;
}


.navigation
{
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;

}
 
.alignleft
{
  float: left;
  text-align: left;

  width: 50%;
}

.alignright
{
  float: right;
  text-align: right;
  width: 50%;
}

.entrytext .postmetadata
{
  font-size: 1.1em;
  background-color: #FDE5C3;

  width: 70%;
  margin: 2em auto3.5em auto;
  border: 1px dotted #e9b17b;

  padding: 5px;
  padding-left: 45px;
  background: #00ebff URL(images/metadata.png) no-repeat   scroll top left;

}

#comment
{
  width: 95%
}

ol.commentlist
{
  width: 65%;
  margin: 0 auto;

}

ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #c69835;

  padding: 5px;
  background-color: #f5de74;
}

ol.commentlist li.alt
{
  background-color: #fdf6a7;

}

ol.commentlist a
{
  color: #bd492a;
}

small.commentmetadata
{

  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;

}

.pagetitle
{
  color: #bd492a;
}