/*
Theme Name: SimplePress_Child01
Theme URI: http://www.cottagesmallholder.com/
Description: Child Theme for SimplePress
Author: Danny
Author URI: http://www.cottagesmallholder.com/about-us/
Template: SimplePress
Version: 0.3
*/
@import url("../SimplePress/style.css");
/* Note: hard changes to #logo padding also made in /css/responsive.css */
/* Row 46 - Use Arial instead of Georgia
body { background: #f6f6f6 url(images/bg.png) repeat-x; color: #525252; font-family: Georgia; font-size: 12px; line-height: 19px; }
*/
body { background: #f6f6f6 url(images/bg.png) repeat-x; color: #525252; font-family: Arial; font-size: 14px; line-height: 1.5em; }
/* Row 50 - Logo top margin too big
	#logo { border: none; margin: 63px auto 34px 367px; clear: both; }
*/
	#logo { border: none; margin: 10px auto 24px 0px; clear: both; }
/* Row 65 - nav menu bar - do not force uppercase
			.nav li a { font-size: 13px; color: #333333; text-transform: uppercase; float: left; }
*/
			.nav li a { font-size: 14px; color: #333333; text-transform: none; float: left; }
/* Row 134 - reduce sidebar left padding		
#sidebar { float: left; width: 250px; padding-left: 30px; padding-top: 10px; }
*/
#sidebar { float: left; width: 250px; padding-left: 15px; padding-top: 10px; font-size: 11px;}
			
/* Row 144 - put some padding on the left of posts
	#posts { float: left; width: 640px; padding-right: 40px; }	
*/	
#posts { float: left; width: 640px; padding-left: 20px; padding-right: 20px; }			


#forum {
    background-color: #eeeeee;
    float: left;
    padding: 5px 5px 5px 0px;
    margin: 0 0 0 5px;
	/*
    width: 680px;
	width: 60%
		*/
	width: 798px;
	font-family: Arial; 
	font-size: 16px;
}
#forum img  {
	display: inline;
}
/*
Comments pagination
*/
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:14px;
line-height:13px;
} 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
text-shadow: none !important;
width:auto;
color:#fff;
background: #bab6ba;
} 
.pagination a:hover{
color:#fff;
background: #4a4a4a;
text-decoration:none;
text-shadow: none !important;
} 
.pagination .current{
padding:6px 9px 5px 9px;
background: #4a4a4a;
color:#fff;
text-shadow: none !important;
}
/*
Exclude pages from Sitemap
*/
#sitemap .page-item-7118, #sitemap .page-item-6433, #sitemap .page-item-6434, #sitemap .page-item-5914, #sitemap .page-item-7960 {
 display: none !important;
}
/* 
do not show allowed tags list under Comment box
*/
.form-allowed-tags {
display:none;
}
#vidsunderposts {
	display: block;
	margin: 2px 2px 2px 0;
	width: 640px;
	vertical-align: bottom; 
	}
/*
Fix the problem with the "jagged" sidebar left-hand edge
*/
#posts {
float: left;
width: 655px;
}
/*
Hide "Next" nav link after single post on Home page
*/
.home .page-nav {
display: none;
}
/*
Prevent the submenu dropdown from disappearing when you hover on it
*/
.nav li ul {
 margin-top: -10px;
 margin-left: -38px !important;
}
/*
Social sharing icons with no JS: FB, Twitter, G+1, Print
*/
.social_icon {
 background:url("http://www.cottagesmallholder.com//wp-content/images/social_share_sprite.png");
 display:block;
 width:33px;
 float:left;
 margin:0 3px 0 0;
 height:32px;
 opacity:0.8;
 filter:alpha(opacity=80);
 }
 .social_icon:hover {
 opacity:1;
 filter:alpha(opacity=100);
 }
 .social_icon.twitter {
 background-position:-33px 0;
 }
 .social_icon.googleplus {
 background-position:-99px 0;
 }
 .social_icon.print {
 background-position:-66px 0;
 }
 /*
Blog title after logo
*/
.header_text {
float: right;
padding: 30px 275px 20px 0px;
}
/*
Buttons top right 16x16 links to Fiona's social sites
*/
.socbuttons {
    background: url('http://www.cottagesmallholder.com/wp-content/images/soc_buttons_sprite3.png');
	display:block;	
    float:left;	
	opacity:0.8;
	filter:alpha(opacity=80);	
}
 .socbuttons:hover {
 opacity:1;
 filter:alpha(opacity=100);
 }
.socbuttons.fb{ background-position: 0 0; width: 18px; height: 16px;} 
.socbuttons.gplus{ background-position: -66px 0; width: 18px; height: 16px;} 
.socbuttons.pint{ background-position: -132px 0; width: 18px; height: 16px;} 
.socbuttons.twit{ background-position: -198px 0; width: 16px; height: 16px;} 

