@CHARSET "ISO-8859-1";

/* 
Author:   Bill Ekhardt
URL:      http://desmoinesdads.com
Date:     june 2008
*/

/* ---( page defaults )--- */

body {
  margin: 0 0 0 50px;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: small;
  text-align: center;
  color: #333;
  background: #850005 url(/pictures/background.jpg) no-repeat;
  }

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;

  color: #333;
  background: #fff url(/pictures/quotes.gif) no-repeat top left;
  }


blockquote p {
  margin-top: 0;
  }

abbr, acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }

code {
  font-family: courier, san-serif 
  color: #996666;
  }

hr {
  display: none;
  }

img {
  border: none;
  float:none;
  }


ul {
  list-style: none;
  margin: 0 0 20px 30px;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  background: url(/pictures/tictac_blue.gif) no-repeat 0 6px;
  }

h1 {
	  margin-top: 0;
	  padding-left: 0;
  font-size: 250%;
  color: #660000;
  font-family: "Lucida Grande", "Trebuchet MS";
  letter-spacing: -1px;
  }
  
h2 {
  margin-top: 1em;
  padding-left: 0px;
  font-size: 200%;
  color: #000066;
  font-family: "Lucida Grande", "Trebuchet MS";
  letter-spacing: -1px;
  }
p {
	margin-left: 1.5em;
	color: black;
}
	
/* links */

a:link {
  color: #6699cc;
  text-decoration: none;	
  }

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

a:hover {
  color: #5B739C;
  text-decoration: none;
  background: #ffd;
  }

a:active {
  color: #5B739C;
  text-decoration: none;
  }

/*blog title links */
a.blog-title:link {
  color: #993333;
  text-decoration: none;	
  }
  
a.blog-title:visited {
  color: #993333;
  text-decoration: none;
  }

a.blog-title:hover {
  color: #5B739C;
  text-decoration: none;
  background: none;
  }
 
/*--------------------------------------------------
LAYOUT
--------------------------------------------------*/


#wrap {
  width: 1005px;
  margin: 0;
  text-align: left;
  background: url(/pictures/tile.jpg) repeat-y;
  }

/* ----- used in home page ----- */
#content {
  margin: 0 60px 0 0; 
  }

#main-content {
  float: right;
  width: 700px;
  line-height: 1.5em;
  }

#sidebar{

  padding: 4px 0 0 16px;
  width: 190px;
  font-size: 90%;
  line-height: 1.4em;
  color: #999;

  }

/* ---( header and site name )--- */

#header {
  margin: 0;
  padding: 0;
  height: 261px;
  font-family: "Lucida Grande", "Trebuchet MS";
  background: url(/pictures/header.jpg) no-repeat top left;
  }


/* ---( navigation tree )--- */

#nav-tree a{
	background:none;
}
#nav-tree ul{
	margin 0;
	}
	
#nav-tree li{
	display: inline;
	background: none;
	font-size:63px;
	margin 3;
	padding: 0 5px 0 5px;
	}

#nav-tree #this-page {
	border: solid;
	background
	}


/* ---( post )--- */

h2.date-header {
  margin-top: 0;
  padding-left: 14px;
  font-size: 90%;
  color: #999999;
  background: url(/pictures/date_icon_blue.gif) no-repeat 0 50%;
  }

h3.post-title {
  margin-top: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  letter-spacing: -1px;
  color: #993333;
  }

.post {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 14px;
  border-bottom: 1px solid #ddd;
  }

.post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 80%;
  color: #999;
  background: url(/pictures/tictac_grey.gif) no-repeat 0 8px;
  }

.readmore {     
     font-size: 10px;
     color: #fff;
     background-color: #ddd;
     padding: 3px;
	}

.post img {
  padding: 6px;
	margin-right:5;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }

/* ---( sidebar )--- */

h2.sidebar-title {
  margin: 0 0 0 0;
  padding: 25px 0 0 50px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  height: 32px;
  background: url(/pictures/sidebar_icon.gif) no-repeat 20px 15px;
  height: 32px !important; /* for most browsers */
  height /**/:57px; /* for IE5/Win */
  }

#sidebar ul, #sidebar p {
  margin: 0;
  padding: 5px 20px 1em 20px;
  border-bottom: 1px solid #ddd;
  color: #fff;
  }
#sidebar h2 {
	color: #fff;
}

 /* for the profile paragraph */ 
#profile {
  padding: 0px 20px 1em 30px;
  margin-top: -.3em;
  border-bottom: 1px solid #ddd;
}

#sidebar li {
  background: url(/pictures/tictac_blue.gif) no-repeat 0 5px;
  }


/* ---( Input Forms )--- */
.input {
  margin-top: 0;
  font-family: "Lucida Grande", "Trebuchet MS", serif;
  font-size: normal;
  color: #993333;
  margin: 0;
  padding: 0;
  }
	
	#captcha-img {
	padding: 6px;
	margin-left: 3em;
	margin-right: 10px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	}
	
dt{
	margin-left: 3em;
	padding-right: 1em;
}

dd {
	padding-bottom: .5em;
}

input:focus, textarea:focus {
	background: #ffd;
	}

h2.input-header {
  margin-top: 0;
  padding-left: 0px;
  font-size: 130%;
  color: #999999;
  }
	
/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
  }

#footer {
  background: url(/pictures/footer.jpg) no-repeat bottom left;
  height: 39px;
  }
  
  </style>