
* {margin:0;padding:0;}

body {
	background-color: #fff;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
  
#head {
  height: 80px;
  padding-top: 20px;
}
#logo {
  float: right;
  width: 220px;
  margin-top: 15px;
}
#logo img {border: 0;display: block;}
#menu {
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: -10px;
}
#menu ul{  
	margin: 0; padding: 0;
	list-style: none;
	height: 25px;
}
#menu li {
	display: inline;
}
#menu a {
	float: left;
	padding: 0 10px; 
	margin: 0; 
	font-size: 12px;
	line-height: 200%;
	color: #677C96; 
	text-decoration: none;
	border-bottom: none;
}
#menu a:hover {
  color: #fff;
  background-color: #677C96;
}
#menu li.current a, #menuli.current a:hover {	
	background: #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold; color: #013370;
}


#container
{
	width: 750px;
	margin: 0 auto 0 auto;
}

#content {
	width: 500px;
  float:left;
/*	border-right: 1px solid #DBE0E6;*/
	margin-top: 20px;
}

/**** Article display ****/

#content h2.head, #content h2 a {
  font: 22px Georgia, "Times New Roman", Times, serif;
  border: none;
  text-decoration: none;
}
#content h2 a:hover {
  background: transparent;
  color: #1E3658;
  border-bottom: 1px solid #1E3658; 
}
#content p.post-date {
  font-size: 10px;
  color: #aaa;
  margin: 0 0 5px 0;
}
#content p {
  margin-bottom: 10px;
	padding-right: 20px;
}
#content p.comment-invite {
  margin-bottom: 25px;
  padding-bottom: 25px;
  margin-right: 20px;
  font-size: 11px;
  border-bottom: 1px solid #DBE0E6;
}
/* article styling */
#content h1, h2, h3, h4 {
  color: #111;
  margin: 20px 0 0 0;
  font-weight: normal;
}
#content h1 {font-size: 18px}
#content h2 {font-size: 16px}
#content h3 {font-size: 14px}
#content h4 {font-size: 12px}

#content code, #content pre {
  font: 100%/120%  "Courier New", Courier, mono, sans-serif;
  background: #ffe;
  color: #000;
}
#content pre {
  padding: 10px 0 10px 10px;
  white-space: pre;
  width: 470px;
  overflow:auto;
  margin: 10px 0 10px 0;
  border: 1px solid #ddd;
}
#content dt {margin: 10px 0 0 0;}
#content dd {
  margin: 0 0 0 10px;
  padding-left: 10px;
  /*list-style-image: url(/images/bullet.gif);*/
  background:transparent url(/images/bullet.gif) 0 7px no-repeat;
}

#content ul {
  margin-left: 30px;
  margin-bottom: 10px;
}

#content .image-right{
border:0;
float:right;
clear:right;
margin:10px;
}

/* Comments */
hr.comment-divider {
  height: 2px;
  background: #bbb;
  margin-top: 20px;
  margin-bottom: 20px;
}

ol.comments li { margin-top: 10px; }
table.comment-form {
  margin-top: 25px;
  display: inline-table;
}
table.comment-form tr td {padding: 5px;}

#sidebar {
 /* width:310px;*/
  float:right;
	width: 220px;
	margin-left: 5px; 
	margin-top:20px;
/*	margin-right: 5%;*/
}
#sidebar h3, #sidebar h3 a {
  font-size: 14px;
  text-decoration: none;
}
#sidebar p {
  font-size: 10px;
  line-height: 12px;
  font: 10px/14px "Lucida Grande", Verdana, Tahoma, Helvetica, sans-serif;
  color: #666; 
}

#sidebar p, #sidebar #linklog { margin-bottom: 20px;}
#sidebar #syndication h3 {margin-bottom: 5px;}
#sidebar #syndication p {margin:0;}
#sidebar #syndication {margin-bottom: 10px;}
#sidebar #syndication{
  padding-bottom: 20px;
  border-bottom: 1px solid #DBE0E6;
}

#linklog dd p {margin: 0; color: #666;}
#sidebar dt, #linklog dt {
  padding-left: 10px;
  background:transparent url(/images/bullet.gif) 0 7px no-repeat;
}
#sidebar dd, #linklog dd {
  margin: 0 0 10px 0;
  padding-left: 10px;
}
#sidebar #linklog {border-bottom: 1px solid #DBE0E6;}

#gad {
  margin: 10px 0 0 0;
}
#foot {
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 10px;
	border-top: 1px solid #DBE0E6;
	text-align: center;
	font-size: 10px;
	color: #666;
}

abbr, acronym {
  cursor: help;
  border-bottom: 1px dashed #000;
}

a {
	color: #1E3658;
	text-decoration: underline;
	/*border-bottom: 1px black dotted;*/
	padding: 1px;
}
a:hover {
  color: #fff;
  background: #1E3658;
  border: none;
  text-decoration: none;
}

.recent-digest {
  border-top: 1px solid #666;
  margin: 40px 0 20px 0;
  padding: 10px;
}
.recent-digest h1 {
  padding-bottom: 10px;
}
.recent-digest h3 {
  margin: 5px 0 5px 0;
}

