/*   
notsolinear.com styles - Headings and special font/text styles
 */

h1 {
	letter-spacing:.2;
	font-size:20px;
	line-height:28px;

}

h2 {
	letter-spacing:.2;
	font-size:18px;
	line-height:24px;
}

h3	{
	font-size:13px;
	line-height:17px;
}

h4	{

}

h5 {

}

h6 {

}


#blogPostText h2 a {
	font-size:18px;
	line-height:24px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	color:#333333;
	text-decoration:none;
}

#blogPostText h2 a:hover {
	font-size:18px;
	line-height:24px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	color:#333333;
	text-decoration:none;
}


#TheRecentPosts h2 {
	font-size:16px;
	line-height:20px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	color:#333333;
	text-decoration:none;
}

#TheRecentPosts h2 a {
	font-size:16px;
	line-height:20px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	color:#333333;
	text-decoration:none;
}

#TheRecentPosts h2 a:hover {
	font-size:16px;
	line-height:20px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	color:#333333;
	text-decoration:none;
}


h2.title a {
	font-size:18px;
	line-height:24px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	color:#333333;
	text-decoration:none;
}

h2.title a:hover {
	font-size:18px;
	line-height:24px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	color:#333333;
	text-decoration:none;
}

div.postbody {
	margin: 10px 0px 0px 0px;
}

div.quotation {
	margin: 0px 0px 0px 15px;
	font-style:italic;
}



hr {
      color: #000;
      background-color: #000;
      height: 1px;
width:100%;
    }