/* @override 
	http://stones.dev/style/typography.css
	http://stones.dev/wp-content/themes/stonesthrow/_css/typography.css
	http://nicole.auayan.com/wp-content/themes/stonesthrow/_css/typography.css
	http://nicole.auayan.com/wp-content/themes/simplycomplex/_css/typography.css
*/

body {
	font-family: Helvetica, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

a, a:visited, a:hover {
	color: #000;
}

strong{
  font-weight: bold;
}

blockquote{
  display: block;
  padding-left: 10px;
  border-left: 1px dotted #ccc;
  margin: 5px 5px 10px;
}

#container {
	
}

#header {
	
}

#header h1 {
	font-size: 28px;
	font-weight: bold;
}

#header h1 a{
	text-decoration: none;
}

#body {
	
}

div#quote {
	color: #919194;
	font: italic 11px/18px Georgia, "Times New Roman", Times, serif;
}


#body #main .post {
	clear: left;
}

#body #main .post h2 {
	font-size: 1.8em;
	font-weight: bold;
}

#body #main .post h2 a, #body #main .post h2 a:visited {
	text-decoration: none;
}

#body #main dl.details {
	border-bottom: 1px solid #ccc;
	font-size: .8em;
}

#body #main dl.details dt {
	font-weight: bold;
	border-top: 1px solid #ccc;
}

* html #body #main dl.details dd{
		border-top: 1px solid  #ccc;
}

#body #main p {
	line-height: 1.5em;
}

#body #main #comments h2,
	#body #main #comment_form h2 {
	font-size: 1.5em;
	font-weight: bold;
}

#body #main .page_links {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;}

#body #main .page_links a,
#body #main .page_links a:visited {
	text-decoration: none;
}

#footer {
	font-size: .8em;
	color: #888;
	text-align: center;
}
#body #side ul#sidebar li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#body #side ul#sidebar li ul li{
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	border-top: 1px dotted #ccc;
	border-bottom: none;
	line-height: 1.5em;
}

#body #side ul#sidebar h2{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#footer a{
	color: #888;
}

#extendedFooter{
	line-height: 1.5em;
}

#footernav-left a{
font-weight: bold;
font-size: 1.2em;
text-decoration:none;}

#debug{
	text-align: left;
	width: 720px;
	overflow: scroll;
	border:1px solid #000;
	background: #000;
	color: #0f0;
	margin:auto;
	padding: 20px;
	font-family: Monaco;
	font-size: 8.5px;
	text-shadow: #0f0 1px 1px 1.5px;
	opacity: 0.36;
}
