/* Here would be your child theme css */
/*
   You can put any css in this file to keep your child theme seperate from the parent.
   This way you can not touch the css from the parent for better and easy updates.

   An example is included in the text for you to see the format you can use

*/

/* example */
/*h1#mystyle{
	border-bottom: #fff;
}*/

/* 64180-1330405797 */

#sidebar{
float:left;
padding-left: 30px;
width: 310px;
}


.post-block{
	float: left;
	width: 280px;
	padding-left: 20px;
	height: 460px;

}
.feature-title{
	width: 580px;
	padding: 20px;

}
h1 { /* This style used as title on single posts and pages */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #666;
	text-decoration: none;
	
}
h2 { /* This style used as header in the sidebars */
	background: #7b7a7a;
	font-size: 20px; line-height: 30px;
	color: #000000;
	font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-weight: normal;
}
h3 { /* This style used as the post titles on homepage/archive */
	font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
	font-size: 20px; line-height: 30px;
	text-transform: uppercase;
	margin: 0px; padding: 0px 0px 10px 0px;
	color: #000000;
        border-bottom: 4px double #c1c1c1;
}
h3 a {
}
h3 a:hover {
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
	font-size: 16px; line-height: 18px;
	margin: 10px; padding: 0px 0px 10px 0px;
	color: #000000;        


}
h5 { /* This style used as title for comments and as the identifying header on archive page  */
        font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
	font-size: 14px; line-height: 18px;
	margin: 0px; padding: 10px 0px 10px 0px;
        color: #444343;

}







