/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
@font-face {
  font-family: Bistecca;
  src: url('Bistecca.ttf');
}
h1, h2, h3, h4, h5, h6, .site-title  { margin: 0; color: #000; font-weight: 100; }
h1  {font-size: 30px;} h2  {font-size: 24px;} h3  {font-size: 20px;} h4  {font-size: 18px;} h5  {font-size: 14px;} h6  {font-size: 12px;}

.clear{
	height: 0px;
	width: 0px;
	clear: both;
	float: none;
}

.feedburner{

}
.feedburner input[type="text"], .feedburner input[type="submit"]{
	float: left;
}

.feedburner input[type="text"]{
	font-size: 10pt;
	width: 80px;
	
}
.feedburner input[type="submit"]{
	border: none;
	background: transparent;
	padding: 0px;
	margin: 6px 0px 0px 10px;
	display: block;
	font-size: 14px;
	color: #424241;
	cursor: pointer;
}
.feedburner-title {
	font-size: 16px !important;
}
.widget{
	margin-bottom: 15px;
}

h2.related_post_title{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-style: italic;
}
ul.related_post{
	margin-bottom: 10px;
	clear: both;
	float: none;
}
ul.related_post, ul.related_post li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.related_post li{
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}
	ul.related_post li img{
		width: 80px;
	}