/**********************************************************************

************************************************************************/

.blog-content { 
    color           :  #101010;
    font-family     : 'Open Sans', sans-serif;
    font-size       : 16px;
    letter-spacing  : 1.5px;
    line-height     : 27px;
    font-weight     : 300;
}

.blog-content a
{
  font-size       : 16px;
}


.blog-content .pagination-lg > li > a, 
.pagination-lg > li > span{
    padding     : 9px 16px;
    color       : #6b6b6b;
    font-family : 'Open Sans', sans-serif;
    font-size   : 16px;
    background  : #e7e7e7 ;
    border      : none;
    margin      : 0 1px; 
}


.blog-content p { 
    color           :  #101010;
    font-family     : 'Open Sans', sans-serif;
    font-size       : 16px;
    letter-spacing  : 1.5px;
    line-height     : 27px;
    font-weight     : 300;
    padding-bottom  : 10px;
}

.blog-content H1 {
	FONT-STYLE: normal;	
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 6px;
	color:#AA9F4E;	
	font-weight: bold;	
	font-size: 30px;
	background: url("/img/h_bg.png") no-repeat;
	background-position: bottom left;
	text-transform      : none;
	line-height: 110% !important;
	
	
}

.blog-content H2 {			
	
	FONT-STYLE: normal;	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 2px;
	color:#AA9F4E;	
	font-weight: bolder;	
	font-size: 23px;
	background: url("/img/h_bg.png") no-repeat;
	background-position: bottom left;
	text-transform      : none;
}
.blog-content H3 {
	FONT-STYLE: normal;	
	font-family: "Courier New", Courier, Arial, monospace;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 6px;
	color:#AA9F4E;	
	font-weight: bold;	
	font-size: 20px;
	//background: url("/img/h_bg.png") no-repeat;
	background-position: bottom left;
	text-transform      : none;
}
 
.blog-content H4 {
	FONT-STYLE: normal;	
	font-family: "Courier New", Courier, Arial, monospace;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 6px;
	color:#AA9F4E;	
	font-weight: bold;	
	font-size: 20px;
	//background: url("/img/h_bg.png") no-repeat;
	background-position: bottom left;
	text-transform      : none;
}
 

.blog-content LI
{
	list-style-image: url(/img/ulbl.gif);	
    list-style-type: circle;
    color           :  #101010;
    font-size       : 16px;
}

.blog-content LI LI
{
	list-style-image: url(/img/ulbl.gif);	
    list-style-type: circle;
    color           :  #101010;
    font-size       : 16px;
}


.blog-content UL
{
	list-style-image: url(/img/ulbl.gif);
	list-style-type: circle;	
	padding-left: 30px;
	font-size       : 16px;

}
.blog-content UL UL
{
	list-style-image:url(/img/ulbl.gif);
	list-style-type: circle;
	padding-left: 30px;
	font-size       : 16px;
}
UL UL UL
{
	list-style-image:url(/img/ulbl.gif);
	list-style-type : circle;
	font-size       : 16px;
}
UL UL UL UL
{
	list-style-image:url(/img/ulbl.gif);
	list-style-type : circle;
	font-size       : 16px;
}