/* body */
body {
  margin: 0 auto;
  width: 75%;
  font: 12px 'Lucida Grande', 'Myriad Pro', Helvetica, sans-serif;
}


/* links */
a:link {
	color: #02f;
	text-decoration: none;
}
a:visited {
	color: #11a;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: underline;
}
a:active {
	color: #444;
	text-decoration: underline;
}


/* headings */
h1 {
	margin: 0 0 15px 0;
}
h2 {
	margin: 0 0 5px 0;
	padding: 0;
}
h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}


/* text */
cite {
	font-style: italic;
}
th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
	
	
/* lists */
ul	{
	list-style: circle outside;
	margin: 0 0 0 30px;
	padding: 0 0 1em 0;
}
li	{
	margin-top: 3px;
}
ul ul {
	margin-left: 40px;
}
ol {
	margin: 0 0 10px 1.5em;
	padding-left: 1.5em;
}

	
/* images */
.figure {
  margin: 0px;
  padding: 0px;
}
.figure p {
  text-align: center;
  font-size: smaller;
}
.figure img {
  display: block;
  margin: auto;
  }
.leftinline {
	margin: 0 10px 5px 0;
	float: left;
}
.rightinline {
	margin: 0 0 5px 10px;
	float: right;
}
  

/* code */
code, pre	{
	font-family: 'DejaVu Sans Mono', 'Andale Mono', monospace;
	font-size: 11px;
}
.sourcecodebox {
	border: 1px solid #c2c2c2 ;
	background: #f0f0f0;
	margin: 20px 0;
	padding: 6px;
	text-align: left;
}


/* footer */
#footer {
  margin: 40px 0px;
  text-align: center;
  font-size: smaller;
}

/* comments */
.js-CreateComment { width: 100%; }
.js-CreateComment input { width: auto; }
.js-CreateComment textarea { width: 400px; }
