/*** Common ***/
body {
	font-family: 'Quattrocento Sans', Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #636363;
}

a { color: #454545; }
a:hover { color: #222222; }

p, ul, ol, dl, pre, blockquote, code { margin: 5px 0 15px; }

h1, h2, h3 { margin-bottom: 15px; }
h1, h2, h3 { letter-spacing: -0.5px; }
h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 18px; line-height: 24px; }
h3 { font-size: 14px; line-height: 18px; }

ul li ul, ol li ol, ul li ol, ol li ul { margin: 10px 0; padding: 0 0 0 40px; }
ul, ol, ul ul, ol ol, ul ol, ol ul { list-style-position: inside;}
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: lower-alpha; }
ul li, ol li { padding: 3px 0; }

.alignleft { float: left; text-align: left; margin-right: 20px; }
.alignright { float: right; text-align: right; margin-left: 20px; }
.aligncenter { margin: 0 auto; display: block; }

/*** Format CSS ***/
nav ul, nav ol, .blog-lists, .widget ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	list-style-position: outside; 
}

nav ul li, nav ol li, .blog-lists li, .widget ul { 
	margin: 0; padding: 0; 
}

.blog-lists h2, .widget h3 { letter-spacing: 0.2px; margin: 0;}

.blog-lists .post-meta, .blog-lists .post-excerpt, .blog-lists .post-more { margin: 0; }

.footer-section a, .footer-section a:hover { color: #D7D7D7; }