/* typo.css */

body {
    font-family: Georgia, serif;
	font-size: medium;
}

h1, h2, h3, h4, h5, h6, #header {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post {
	line-height: 1.5em;
	color: #777;
}

#top {
	color: #b2b2b2;
}

#sidebar {
	color: #727272;
	font-size: 90%;
}

#footer {
	color: #e2e2e2;
	letter-spacing: 1px;
}

/* - - - Links - - - - - - - - - - - - */

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	/*background: #CDE2FF;	*/
}

#content a, .post a, #sidebar a {
	color: #b2b2b2;
	text-decoration: underline;
}

.entry a:hover {
	text-decoration: underline;
	color: #abdf50;
}

#sidebar a {
	color: #424242;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	background: none;
}

/* Special */

#menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 125%;
	line-height: 1em;
}

/* - - - Headings - - - - - - - - - - - - */

#top h1 a {
	color: #fff;
	font-size: 150%;
}

#top h1 a span {
	display: block;
	color: #929292;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	margin-top: 0.25em;
}

.top-left a {
	padding: 0.25em;
	margin: 0.5em 0;
	width: auto;
	display: block;
}

.top-left a:hover {
	background: #424242;
   	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content h1 {
	display: none;
}

h2 {
	font-size: 225%;
	padding: 0 0 0.5em 0;
	letter-spacing: -1px;
	line-height: 1em;
	color: #777;
	font-weight: normal;
}

#sidebar h2 {
	font-size: 125%;
	letter-spacing: 0px;
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	background: #424242;
   	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
}

h3 {
	font-size: 150%;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1em;
	padding: 0 0 0.5em 0;
}

h4 {
	/*border-top: 1px solid #d2d2d2;
	padding-top: 1em;*/
	margin-bottom: 0.25em;
	font-weight: normal;
	font-size: 115%;
}

#sidebar h3 {
	font-size: 100%;
	letter-spacing: 0px;
	padding: 0;
}

.headline h3 {
	padding: 0;
	margin: 0 0 0.5em 0;
}

.headline p {
	line-height: 1.5em;
}

/* - - - Paragraphs - - - - - - - - - - - - */

.post p {
	margin-bottom: 1.25em;
}

p.postmetadata {
	font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* - - - Lists - - - - - - - - - - - - */

.post ul {
	list-style: disc;
	margin-bottom: 2em;
	padding-left: 1em;
	line-height: 1.5em;
}

.post ol {
	list-style: decimal;
	margin-bottom: 2em;
	padding-left: 1.5em;
}

.post ul li,
.post ol li {
	padding-left: 0.5em;
	margin-bottom: 1em;
}

ul.meta-list {
	font-size: 90%;
	list-style: none;
	padding: 0;
}

ul.meta-list li {
	padding-left: 0;
	margin-bottom: 0.25em;
}

ol.commentlist {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 1em;	
}

ol.commentlist li {
	padding: 1em 0;
	border-top: 1px solid #d2d2d2;
}

ol.commentlist li p {
	padding: 1em 0;
	line-height: 1.25em;
}

#sidebar ul li {
	margin-bottom: 1em;
}

#sidebar ul li ul {
	background: #f2f2f2;
   	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}

#sidebar ul li ul li {
	line-height: 1.75em;
	margin-bottom: 0;
}

#sidebar ul li ul li.current_page_item {
	/*background: #abdf50;*/
	/*background: #abdf50;*/
	background: #ff6600;
   	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sidebar ul li ul li.current_page_item a,
#sidebar ul li ul li ul li.current_page_item a {
	color: #fff !important;
}

#sidebar ul li ul li a {
	margin-left: 0.75em;
}

#sidebar ul li ul li ul {
	list-style: square !important;
}

#sidebar ul li ul li ul.sub-menu li a {
	padding-left: 13px;
	color: #424242 !important;
	background: transparent url(../images/list-arrow-transparent.png) left 50% no-repeat;
}

#sidebar ul li ul li ul.sub-menu li.current_page_item  a {
	color: #fff !important;
	background: transparent url(../images/list-arrow-white-transparent.png) left 50% no-repeat;
}

#sidebar ul li ul li.current_page_item a {
	text-decoration: none;
}

/* - - - Pullquotes - - - - - - - - - - - - */

blockquote {
	background: #f2f2f2;
	font-style: italic;
	padding: 25px;
	-moz-border-radius: 5px;
	margin: 0.5em 0 2em;
}

blockquote p {
	margin-bottom: 0;
}

