body {
	margin: 0px 0;
	text-align: center;
	background: #8ab3d1 url(images/bg-tile.gif) repeat-x;
	font: 1.1em/1.2em verdana,arial,helvetica,sansserif;
	color: #333;
	}
	
#container {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: #fff;
	border: 7px solid #fff;
	font-size: 80%;
	}
	
	
#header { 
	background: #fff;
	width: 760px;
	height: 180px;
	margin: 0;
	text-align: center;
	float: left;
	}
	
#content {
	background:  #fff url(images/sbar-tile.gif) right repeat-y;
	margin-top: 7px;
		
	}

#main { 
	float: left;
	width: 520px;
	background: #fff;
	padding: 1px;
	}

#sidebar {
	background: #f8f2e5;
	margin-top: 190px;
	margin-left: 530px;
	padding-left: 10px;
	padding-right: 5px;
	}
	
	
#footer {
	background: #d3e0ea;
	margin-top: 7px;
	height: 35px;
	text-align: center;
	}
	
#footer a { border: none; }
#footer img { border: none; margin-top: 10px; }
	


  a {
  	color: #5189b5;
	text-decoration: none;
	border-bottom: 1px #5189b5;
	}
	
 a:hover { color: #FFCC00; border-bottom-color: #85ab02; }


  
  h1, h2, h3, h4, h5, h6 {
  	margin: 0;
	padding: 0;
	}
	
  form, div { padding: 0; margin: 0; }
  p { margin: 0 0 1em 0; padding: 0; }
  img { border: 0; }

   #sform { padding-top: 50px; }
 
 #sidebar #searchform #s {
	width: 130px;
	margin-top: 20px;
	}

 #sidebar #searchsubmit {
	padding: 1px;
	}
	
 #search-results {
  padding: 2px;
  }


  .post {
  	margin: 10px 5px 0px 5px;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 10px;
	}
	
  .post h2 {
  	font: normal 140%/1.3em Arial, Verdana, Helvetica, sans-serif;
	}
	
  .post h2 a {
  	color: #5189b5;
	text-decoration: none;
	border: none;
	}
	
 .post h2 a:hover {
 	color: #85ab02;
	}
	
  p.meta {
  	font-size: 75%;
	text-align: right;
	margin-right: 5px;
	}
	
 p.auth {
 	padding: 0 0 0 12px;
	font-size: 85%;
	margin-left: 10px;
	font-weight: bold;
	color: #9a9a9b;
	background: url(images/bracket.gif) no-repeat;
	}
	
 h4.blueblk {
 	background: #8ab3d1;
 	padding: 5px;
 	margin: 10px 0;
 	border: 1px solid #1b619b;
 	}
  	


  
 #sidebar h3 {
 		font: 110%/1.5em Arial, Verdana, Helvetica, sans-serif;
 		color: #d75a20;
 		margin-top: 10px;
 		}
 		

 #sidebar h3 a {
		color: #d75a20;
		border-bottom: 1px dotted #d75a20;
		}

 #sidebar h3 a:hover { color: #85ab02; border-bottom-color: #85ab02; }

 #sidebar ul {
 		margin: 0;
 		padding: 0;
 		list-style-type: none;
 		}
 		
 #sidebar ul li { 
 	background: url(images/bullet.gif) 0 45% no-repeat;
 	padding-left: 17px;
 	 }
  


  
  #footer ul {
  	margin: 0;
  	padding: 10px 0 0 0;
  	list-style: none;
  	}
  	
  #footer ul li {
  	display: inline;
  	margin: 0;
  	padding: 0 5px 0 0;
  	font-size: 95%;
  	}
  	


   
 input, textarea, select {
 	border: 1px solid #8ab3d1;
 	background: #f9f9f9;
 	}
 	
 	.frm-tbl td { vertical-align: top; padding: 5px; }
 	td#frm-btns { text-align: right; }
 	
 	#comment_body { height: 220px; }
 	#form-submit-button { background: #d3e0ea; }
  


   
 .powered { border: none; }
 .powered img { margin-top: 20px; }
 .pullquote {
		width: 30%;
		float:right;
		font: 150%/1.5em Times, Helvetica, "Times New Roman", serif;
		color: #666;
		margin:10px;
		background: url(images/q-close.gif) no-repeat 70% 100% !important;
		background /**/:url(); /* removing quote graphic in IE5+ */
		padding: 0 25px 5px 0;
}
.pullquote:first-letter {
	background: url(images/q-open.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

 .light-bg { background: #f7f7f7; padding: 2px; }
   .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
 }
 
 #errors {
   color: red;
 }

.admintools {
  float: right;
  background-color: #fff;
  font-size: smaller;
  padding: 0 2px;
  margin: 0 1px;
  color: #ccc;
  border: 1px solid #ccc;
}

.admintools:hover {
  color: #c00;
  border: 1px solid #c00;
}

a[name] { border: none; }

 /* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 * html div#sidebar {
	margin-top: 0px;
	m\argin-top: 190px;
	}
 
 /* End hide from IE-mac */

#categories li em, #archives li em
{
  color: #98B4D1;
  font-size: smaller;
}
