/* 
**	Use this child style sheet, to customize the site to your needs. 
**	If for instance, you choose a darker background color via Appearance > Background > 
**	You can use this stylesheet to change fonts, link colors, or any other aspect of the theme
**
**	This theme is licensed under a Creative Commons 3.0 License. - http://creativecommons.org/licenses/by-nc/3.0/deed.en_US
**	You are free to rework, mix and change the theme in any manner that you like, but you may not sell derivatives of this 
**	work as your own or for commercial purposes.
**
*/



.page-navigation {
display:block;
}

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

.pagination a:hover{
color:#fff;
background: #32bb45;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #32bb45;
color:#fff;
}

.featured-image img {
padding:8px;
border:solid #000 1px;
 -moz-box-shadow:5px 5px 0px #aaa;
 -webkit-box-shadow:5px 5px 0px #aaa;
 box-shadow:5px 5px 0px #aaa;
background:#fff;
background: -webkit-linear-gradient(top, #f8f8f8, #fff, #f8f8f8);
background: -moz-linear-gradient(top, #f8f8f8, #fff, #f8f8f8);
background: -ms-linear-gradient(top,  #f8f8f8, #fff, #f8f8f8);
background: -o-linear-gradient(top, #f8f8f8, #fff, #f8f8f8);
background: linear-gradient(top,  #f8f8f8, #fff, #f8f8f8);
margin:0px;
max-width:450px;
height:auto;
}

.social-buttons img {
width:32px;
height:32px;
max-width:32px;
max-height:auto;
}

h1 {
font-family:tahoma,arial,sans-serif;
font-size:20px;
clear:both;
width:1000px;
height:35px;
display:block;
}

.rss-date {
display:block;
}

.social-comment-body p {
width:400px;
}

p {
text-align:justify;
}


