/*
File:			custom.css
Description:	Custom styles for WideZine

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/

#logo {
    float: left;
    margin-bottom: -10px;
    padding: 0 0 0 10px;
}

/*---Added by Chris, if you update the theme, you have to copy this to the new CSS -- */

div.aligncenter {margin: 0 auto;text-align:center; clear:both;}
div.alignleft {float:left;text-align:center; margin-right:20px;}
div.alignright {float:right;text-align:center; margin-left:20px;}
img.aligncenter {margin-left: auto; margin-right:auto; display:block;clear:both;}
img.alignleft {float:left; margin-right:20px;}
img.alignright {float:right; margin-left:20px;}
.posts a {text-decoration:underline;}

.addthis_toolbox span {float:left; font-size: 18px; font-weight:bold;margin-right:10px;}

a.feed {background: url('http://guitarinternational.com/images/Feed.png') no-repeat; padding: 8px 0 16px 60px;}
a.facebook {background: url('http://guitarinternational.com/images/facebook.png') no-repeat; padding: 8px 0 16px 60px;}
a.twitter {background: url('http://guitarinternational.com/images/twitter.png') no-repeat; padding: 8px 0 16px 60px;}
a.youtube {background: url('http://guitarinternational.com/images/youtube.png') no-repeat; padding: 8px 0 16px 60px;}

div.social-counter p {height:50px; font-size: 18px;margin-bottom:5px;}
div.social-counter {margin-top:20px;}

