
h1, h2 ,h3 ,h4 {
  padding: 0px;
  margin: 0px;
  
}

a {
  color: #34532A;
  text-decoration: none;
}


.article_overview {
  clear: both;
}
  
  .article_overview .article {
    width: 250px;
    border-left: 5px solid #FFAE00;
    margin-top: 10px;
    margin-right: 5px;
    padding: 5px;
  }
  
  .article_overview .article h2 {
    font-size: 16px;
    border-bottom: 1px dotted #cccccc;
    font-family: Georgia, Times, serif;
  }
  
  .article_overview .article p {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    font-size: 11px;
    color: #999;
	text-align: justify;
  }
  .article_overview .article img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px dotted #ccc;
	padding: 2px;
  }
  
  
  .article_overview .article:hover {

    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    border-right: 1px solid #FFAE00;
    border-bottom: 1px solid #FFAE00;
    border-top: 1px solid #FFAE00;
    background-color: #F0F0F0;
  }
  .article_overview .article:hover p { color: #333;}
  #single_page_article {
    margin-left: 10px;
  }
  .single_article h1 {
    font-family: Georgia, Times, serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #FFAE00;
    line-height: 25px !important;
  }
  .single_article {
    font-size: 13px;
    line-height: 16px;
    margin-right: 5px;
    color: #333;
  
  }
  .single_article p {
    font-size: 13px;
    line-height: 16px;
    margin-right: 5px;
    color: #333;
  }
  .single_article a {
    text-decoration: underline;
  }
  .single_article img {
	
	border: 1px solid #ccc;
	padding: 3px;
  }
  .extend {
    padding: 10px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin: 10px;
  }
  .extend h2 {
    font-family: Georgia, Times, serif;
    font-size: 16px;
    color: #333;
    margin-top: 3px;
    margin-bottom: 10px;
    
  }
  
.widget a {
	color: #999;
	
}
.widget a:hover {
	text-decoration: underline;
}	

.widget ul {
  list-style: square;
  padding: 0px;
  margin: 0px;
  margin-left: 18px;
}
  .widget h2 {
    font-size: 12px;
    
    border-top: 1px solid #73A145;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 8px;
    color: #666;
    text-transform: uppercase;
    margin-top: 10px;
    
  }

.wp-pagenavi {
  margin-top: 15px;
  margin-left: 120px;
  font-size: 12px;
  color: #333;
  clear: both;
  padding: 10px;
}
  .wp-pagenavi .pages {
    font-weight: bold;  
  }
  .wp-pagenavi .current {
    color: #999; 
	margin: 5px;
	font-weight: bold;
  }
  .wp-pagenavi a {
    padding: 3px !important;
    text-align: center;
    width: 12px !important;
    color: #5A862E !important;

	margin: 5px;
  }
  .wp-pagenavi .extend {
    border: 0px;
    padding: 0px;
    margin: 0px;
  }
  
.alignleft {
  float: left;
  margin: 5px;
  margin-right: 10px;
}

.wp-caption-text {
	font-size: 11px !important;
	color: #999 !important;
	
}
