* {
  margin:0;
  padding:0;
}                              

html {height:100%;}

body	{
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
 	font-size: 95%;
  color: #000;
  background: #7e9ab0 url(../images/background-top.jpg) no-repeat top center;
  font-family: Arial, "Lucida Grande", Tahoma, Helvetica, sans-serif;
  }

img  {
  border: 0;
  display: block;
  }
  
.imgleft {
  float:left;
  margin:0 8px 5px 0;
}  

@media all {
  #wrapper  {
    margin: 0 auto;
    padding: 0;
    border: 0;
    width: 960px;
    text-align: left;
    font-size:90%;
   	background: #fff url(../images/main-bg.jpg) top left repeat-y;
    }
  }
@media handheld {
  #wrapper  {
    width: 90%;
    }
  }

#blog-header  {
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  }
  
#content  {
  padding: 18px 30px 20px 15px;
  }
  
@media all {
  #main  {
    width: 660px;
    display: inline;
    float: right;
    }

  #sidebar  {
    width: 250px;
    }
  }
@media handheld {
  #main  {
    width: 100%;
    float: none;
    }

  #sidebar  {
    width: 100%;
    float: none;
    }
  }
  
#topnav
{
	width: 960px;
	height: 44px;
 background: url(../images/nav-bg.jpg) no-repeat top center;
}

#topnav ul
{
	padding: 10px 0;
	margin: 0 0 0 10px;
	list-style-type: none;
	font: 1.2em Arial, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	text-align: center;
}

#topnav li
{
	display: inline;
	letter-spacing: .1em;
}

#topnav li a
{
	text-decoration: none;
 font-weight: bold;
	padding: 0 20px 0 0;
	color:#fffc00;
	background-color: #000;
}

#topnav li a:hover
{
	text-decoration: none;
 font-weight: bold;
	padding: 0 20px 0 0;
	color:#ff0000;
	background-color: #000;
}

fieldset {
  border:0;
}
  
#clearfooter {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-top:-1px;
}  
   
#footer
{
	clear: both;
	height: auto;
	color: #333;
	background-color: #7e9ab0;
	padding-top: 5px;
	border-top: #4d4d4d 2px solid;
}

#footer p
{
	font-size: 0.8em;
	text-align: center;
	padding: 5px 0 10px 0;
	line-height: 1.2em;
}

#footer .credit
{
	padding: 25px 15px 5px 0;
	text-align: center;
	line-height: 1.2em;
	font-size: 0.6em;
	float: right;
}

#footer .credit2
{
	padding: 25px 0 5px 15px;
	text-align: center;
	line-height: 1.2em;
	font-size: 0.6em;
	float: left;
}

a {
border: 0;
}  
  
a:link, a:visited {
  text-decoration : none;
  color: #00f;
  background: inherit; 
  }

a:hover {
  text-decoration : none;
  color: #f00;
  background: inherit; 
  }

a:active {
  text-decoration : none;
  color: #00f;
  background: inherit;  
  }

#main p {
  line-height: 130%;
  margin: 5px 0 5px 0;
  }

blockquote {
  padding: 0 30px;
}

#sidebar p {
  line-height: 130%;
  margin: 5px 0 5px 0;
  }
  
.post-body {
  line-height: 130%;
  }
		
.post-footer {
  font-size: 0.8em;
  padding: 0 0 20px 0;
}		 

h2, h3, h4, h5  {
  margin: 10px 0;
  padding: 0;
		color: #516586;
  font-weight:bold;
  background-color: inherit;
  }

h2  {
  font-size: 1.2em;
  }

h2.post-title {
  font-size: 1.2em;
  }
  
h3.date-header {
  padding: 15px 0 0 0;
		font-size: 0.9em;
		color: #000;
		background-color: inherit;
  }  

ul, ol  {
  margin: 0 0 10px 40px;
  }

li  {
  line-height: 140%;
  }
  
#sidebar p {
  font-size: 0.9em;
}  

#sidebar ul   {
  margin: 0 0 25px 0;
  padding-top: 3px;
  }

#sidebar ul li {
  list-style: none;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  }
  
.sidebar-feeds {
  padding: 0;
}  
  
#comments  {
  border: 0;
  border-top: 1px dashed #000;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 0.9em;
  }

#comments h3  {
  margin-top: 10px;
  padding: 0 0 5px 0;
  font-weight: normal;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  }  

#comments dl dt   {
  font-weight: bold;
  font-style: italic;
  margin-top: 15px;
  padding: 1px 0 0 18px;
  color: #000;
  background-color: inherit;
  }

#comments dl dd  {
  padding: 0;
  margin: 0;
  }
  
.deleted-comment {
  font-style:italic;
  color: #000;
  }
  
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
  }

.unneeded-paging-control {
  visibility: hidden;
  }

#blogfeeds {
  }
#postfeeds {
  }
