.horRule {
height: 1px;
border-top: 1px solid #999;
margin-top: 3px;
}

.horRule hr {
display: none;
}

#notSidebar  {
	float: left;
	width: 700px;
}


#sidebar
{
	float: left;
	width: 192px;
	text-align: left;
	margin:  0 12px 10px 0;
	padding: 8px 0;
	background-color: #f0f0f0;
	border-radius: 6px;
	font: normal 11px Arial, Helvetica, Verdana, sans-serif;
}
#sidebar a
{
  text-decoration: none;
}
 
#sidebar a:hover
{
	text-decoration: underline;
}

#sidebar ul
{
  list-style: none;
  margin-bottom: 10px;
}
#sidebar li {
	padding: 1px 0;
}
#sidebar ul li ul
{
	list-style: square;
}
#sidebar .children li a
{
	font-weight: normal;
}

#sidebar ul ul ul
{
	margin-bottom: 0;
	list-style: disc;
}

#sidebar h2
    {
      border-bottom: 0 solid #ccc;
      /*border-top: 1px solid #FADA96;*/
      font-size: 1.2em;
      font-weight: bold;
      padding: 2px;
      margin-bottom: 5px;
	  color:#000066;
    }
.post td {text-align:left}

.post
{
  margin-bottom: 25px;
  color: #333;
  padding-left: 5px;
}
.post img {
	padding: 3px;
}
h2
{
  border-bottom: none;
  padding-bottom: 0;
} 
h2 a
{
  text-decoration: none;
  color: #000066;
}
 
h2 a:hover
{
  text-decoration: underline;
  color: #000066;
}
 
.entry
{
  margin-top: 10px;
  margin-bottom: 15px;
}
 
.postmetadata
{
  padding: 2px;
  font-size: 0.8em;
  border-top: 1px solid #ccc;
}
 
.postmetadata a
{
  color: #E1621F;
}
.post ul li {
	line-height: 1.5em;
}
.post p
{
	margin-bottom: 1em;
	text-align: left;
}




blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;
  border: 1px solid #FADA96;
  background: #FCF1E2;
}
 
.post li
{
  margin-left: 20px;
}
 
.post ul
{
  margin-bottom: 10px;
}
 
acronym, abbr, span.caps
{
  cursor: help;
}
 
acronym, abbr
{
  border-bottom: 1px dashed #999;
}
 
blockquote cite
{
  margin: 5px 0 0;
  display: block;
}
 
.center
{
  text-align: center;
}
 
a img
{
  border: none;
}
 
h3
{
  margin-top: 1.5em;
  margin-bottom: .5em;
  border-bottom: none;
}

h3 a
{
  text-decoration: none;
  color: #000066;
}
 
h3 a:hover
{
  text-decoration: underline;
  color: #000066;
}
 
h4
{
  margin-top: 1.2em;
}
 
h5
{
  margin-top: 1em;
}
 
.post a
{
  color: #000066;
}

#searchform
{
  text-align: center;
}
 
#searchform input
{
  border: 1px solid #4A2C00;
  background-color: #f4f4f4;
}
 
#searchform #s
{
  width: 50%;
  background-color: white;
}

#searchstyle  {
background-color:#f4f4f4;
border: 1px solid #ccc;
padding:10px;
}

.navigation
{
  margin-top: 10px;
  margin-bottom: 40px;
}
 
.alignleft
{
  float: left;
  text-align: left;
  width: 50%;
}
 
.alignright
{
  float: right;
  text-align: right;
  /* width: 50%; */
}


/*.entrytext .postmetadata
{
  background-color: #FDE5C3;
  width: 70%;
  margin: 2em auto 3.5em auto;
  border: 1px dotted #e9b17b;
  padding: 5px;
  padding-left: 45px;
  background: #FDE5C3;
}*/

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

div.post p.postmetadata {
	text-align: center;
	font-size: .7em !important;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}


.narrowcolumn {
	float: none;
	padding: 10px 25px 20px 0;
	margin: 0 auto 0 auto;
	width: 700px;
	background-color:#FFFFFF;
	}

.widecolumn {
	padding: 10px 30px 20px 0;
	margin: auto;
	width: 700px;
	background-color:#FFFFFF;
	}
	
	
.widecolumn .post {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0;
}
.niceTable {
	margin: 1em 0;
	border-collapse: separate;
	border-spacing: 2px;
	border: solid 1px #b0b0b0;
	border-radius: 2px;
}
.niceTable th,
.niceTable td {
	padding: 3px;
}
.niceTable th {
	font-weight: bold;
	text-align: left;
	padding-bottom: .5em;
}
.niceTable td {
	background-color: #f8f8f8;
	border-radius: 2px;
	vertical-align: middle;
}
.withFirstCol tr > td {
	background-color: transparent;
}
#twitterbug {

	float: right;
}
#twitterbug p {display:none;}
