@CHARSET "ISO-8859-1";

/* 
Author:   Bill Ekhardt
URL:      http://ekhardt.com
Date:     May 2008
*/

/* ---( page defaults )--- */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: small;
  text-align: center;
  color: #333;
  background: #e0e0e0;
  }

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;
  }

/* 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: 1047px;
  margin: 0 auto;
  text-align: left;
  background: url(/pictures/tile.jpg) repeat-y;
  }

/* ----- used in home page ----- */
#content {
  margin-left: 62px; 
  }

#main-content {
  float: left;
  width: 610px;
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 1.5em;
  }

#sidebar{
  margin: 0 41px 0 727px;
  padding: 4px 0 0 0;
  width: 270px;
  font-size: 90%;
  line-height: 1.4em;
  color: #999;

  }

/* ---( header and site name )--- */

#header {
  margin: 0;
  padding: 0;
  height: 228px;
  font-family: "Lucida Grande", "Trebuchet MS";
  background: #e0e0e0 url(/pictures/headPicture.jpg) no-repeat top left;
  }


/* ---( navigation tree )--- */
#nav-tree {
	font-size: 90%;
	font-weight: bold;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#aaa;
	border-top-style:solid;
	border-top-width:thin;
	border-top-color:#aaa;
	padding:0;
	}
	
#this-page {
	color:#933;
	}

/* ---( 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;
  }
 
 /* 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 {
  margin: 0;
  padding: 0 0 9px 0;
  font-size: 85%;
  color: #ddd;

  background: url(/pictures/bottomPicture.jpg) no-repeat bottom left;
  }

#footer p {
  margin: 0;
  padding: 20px 320px 20px 95px;
  background: url(/pictures/footerPicture.jpg) no-repeat top left;
  }



/* ---- about page headshot ---- */
#head-shot {
	float:left;
	padding: 6px;
	margin-right: 10px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}
  </style>
