/*
Theme Name: GreenHill Games
Theme URI: http://greenhillgames.co
Description: The 2014 default theme for GreenHill Games
Author: DzineGurus.com
Version: 1.0 
Tags: GreenHill Games
*/

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Trebuchet Ms',Arial;
	color:#666666;
	font-size: 13px;
	line-height:18px;	
    text-align:left;
}

/* -------------------------- TEXTS -------------------------- */

.green-txt{
	color:#0f954a;
}

.white-txt{
	color:#FFFFFF;
}

/* -------------------------- HEADINGS -------------------------- */

.green-heading-20{
	color:#666666;
	font-size: 20px;
	line-height:20px;
}

.grey-heading-20{
	color:#666666;
	font-size: 20px;
	line-height:20px;
}
ul{list-style:none; text-align:left;}
/* -------------------------- LINKS -------------------------- */

a {
	font-family:'Trebuchet Ms',Arial;
	font-size: 14px;
	color: #0F954A;
	text-decoration: none;
}
a {
	font-family:'Trebuchet Ms',Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
p a {
	font-family:'Trebuchet Ms',Arial;
	font-size: 14px;
	color:#666666 !important;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.footer_links:link,
a.footer_links:active,
a.footer_links:visited{
	font-family: 'Trebuchet Ms',Arial;
	color:#FFFFFF;
	font-size:13px;
	text-decoration:none;
}
a.footer_links:hover {
	color: #e8e8e8;
	text-decoration: none;
}
.post_box{ padding:10px 0px; border-bottom:1px dashed #cdcdcd}
.post_box h2{ color:#0F954A; text-align:left;}
.post_box p{ text-align:left;}

.readmore{ background:url(images/read-more-btn.png); width:114px; height:35px;float:right; margin-right:10px;}
.clear{ clear:both;}
.post_box1{ padding:15px 0px;}
.post_box1 h2{ color:#0F954A; text-align:left;}
.post_box1 p{ text-align:left;}
.tag-main{ width:100%}
.tag-main a{color: #0F954A;}
.tag-main ul{ margin:0 0 0 -17px;}
.tag-main ul li { float:left;}
.tag{ background:url(images/tag-btn.png); width:17px; height:14px; float:left; margin-top:3px;}

/************************************************************************************************************************************
**************************************************Pagination************************************************************************
**************************************************************************************************************************************/
div.pagination {

    margin: 3px;

    padding: 35px;
   clear:both;
    text-align: center;

}

div.pagination a, div.pagination span {

    border-radius: 3px 3px 3px 3px;

}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #BFBFBF;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
}

div.pagination a {

    background:#fff;

    border: 1px solid #A8A8A8;

    color: #5E0700;

    display: inline-block;

    font-size: 11px;

    margin: 0 3px;

    padding: 5px 6px;
	width:10px;

}

div.pagination a:hover {

   border: 1px solid #83C458;

}

div.pagination span.current {

    background: none repeat scroll 0 0 #0F954A;

    border: 1px solid #0F954A;

    color: #fff;

    display: inline-block;

    font-size: 11px;

    font-weight: bold;

    margin: 0 3px;

    padding: 5px 6px;

}

div.pagination span.disabled {

    background: none repeat scroll 0 0 #666666;

    border: 1px solid #F8F8F8;

    color: #BBBBBB;

    display: inline-block;

    font-size: 11px;

    margin: 0 5px;

    padding: 0 6px;

}
.last , .first{ width:33px !important}
.category-box{ background:#f2f2f2; border-radius:15px;padding:25px;}
.category-box h3{ font-size:24px; color:#0f954a; font-family:'Myriad Pro';}
.category-box ul{ padding:0 0 0 20px;}
.category-box ul li{ border-bottom: solid 1px #666666; padding:10px 0px;}
.category-box ul li:last-child{ border:none;}
.category-box ul li a{ color:#666666; background:url(images/squre-bulit.png) left center no-repeat; padding-left:20px;}
