/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   
/*
body, input, textarea {
    color:#000;    
    font: 12px Arial,sans-serif;
    line-height:18px;
}
*/
/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

h1,h2,h3,.hentry span.title { font-weight: bold; padding:10px 0px; }
h1{ font-size: 16px;}
h2{ font-size: 14px;}
h3,.hentry span.title{ font-size: 12px;}

.hentry h3,h2,.hentry span.title { text-transform:uppercase; padding: 0px 0px 10px 0px;}

.hentry span.date, .hentry div.date { color:#b7b7b7; padding-bottom: 10px;}
.entry{padding:0px; margin:0px;}

/* Text elements
-------------------------------------------------------------- */

p {
    margin:0px 0px; clear:both; padding-top:5px;
}
#content a {outline:none; color: #b7b7b7;}
#content a:hover { color: #636363; text-decoration:underline; cursor:pointer;}

#content ul {
	margin: 0 0 18px 2.5em;
}
#content ol {
	margin: 0 0 18px 2.5em;
}
#content ul {
	list-style:disc;
}
#content ol {
	list-style-type: decimal;
}
#content ol ol {
	list-style:upper-alpha;
}
#content ol ol ol {
	list-style:lower-roman;
}
#content ol ol ol ol {
	list-style:lower-alpha;
}
#content ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
#content dl	{
    margin:0 1.5em;
}
#content dt {
    font-weight:bold;
}
#content dd {
	margin-bottom:18px;
}
#content strong {
	font-weight: bold;
}
#content cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/
