/*  
Theme Name: allthingswilson silver
Theme URI: http://allthingswilson.com/
Description: The allthingswilson silver theme
Version: 1.0
Author: Kerry Wilson
Author URI: http://allthingswilson.com/
*/

/* Begin Typography & Colors */

ul { padding: 0; margin: 0; }

.subnav-container { padding: 4px; background-color: #fff; border-bottom: 3px solid #e0e0e0; }
.subnav { text-align: left; display: none; }
.subnav a { text-decoration: none; color: #666; font-weight: bold; }
.subnav a:hover { color: #999; }

.post {
	text-align: left;
	background-color: #fff;
	border: 3px solid #e0e0e0;
	margin: 10px;
	padding: 10px;
}
.post h2 { margin: 3px 0px; }
.post h2 a {
	font-size: 24px; 
	color: #666;
	text-decoration: none; 
	font-weight: bold;
}
.post .entry { font-size: 1.2em; } 

#sidebar li { list-style: none; }

#rightcolumn > div.content { padding: 10px; }


	blockquote.sql-code { background-color: #f0f0f0; border: 1px solid #aaa; padding: 10px; font-size: 1.1em; color: #333; }
  table.db-result-sim { background-color: #666; }
  table.db-result-sim th { font-weight: bold; }
  table.db-result-sim th,
  table.db-result-sim td { padding: 4px; background-color: #fff; }
  
  .csharpcode-wrapper, .csharpcode-wrapper pre {
  background-color: #f4f4f4;
  border: solid 1px gray;
  cursor: text;
  font-family: Consolas, 'Courier New', Courier, Monospace;
  font-size: 8pt;
  line-height: 12pt;
  margin: 20px 0px 10px 0px;
  max-height: 200px;
  overflow: auto;
  padding: 4px 4px 4px 4px;
  width: 97.5%;
}
.csharpcode-wrapper pre {
  border-style: none;
  margin: 0px 0px 0px 0px;
  overflow: visible;
  padding: 0px 0px 0px 0px;
}
.csharpcode, .csharpcode pre, .csharpcode .alt {
  background-color: #f4f4f4;
  border-style: none;
  color: black;
  font-family: Consolas, 'Courier New', Courier, Monospace;
  font-size: 8pt;
  line-height: 12pt;
  overflow: visible;
  padding: 0px 0px 0px 0px;
  width: 100%;
}
.csharpcode pre {
  margin: 0em;
}
.csharpcode .alt {
  background-color: white;
}
.csharpcode .asp {
  background-color: #ffff00;
}
.csharpcode .attr {
  color: #ff0000;
}
.csharpcode .cls {
  color: #cc6633;
}
.csharpcode .html {
  color: #800000;
}
.csharpcode .kwrd {
  color: #0000ff;
}
.csharpcode .lnum {
  color: #606060;
}
.csharpcode .op {
  color: #0000c0;
}
.csharpcode .preproc {
  color: #cc6633;
}
.csharpcode .rem {
  color: #008000;
}
.csharpcode .str {
  color: #006080;
}

#flickrrss { list-style: none; }
#flickrrss img { border: 1px solid #000; margin: 1px 2px; width: 75px; }

li.widget { list-style: none; }
h2.widgettitle { margin: 2px 0px; }