/*
Theme Name: Traction Custom - Do Not Upgrade
Theme URI:  http://dancriel.com
Description:  Based on Traction .97
Author:   Dan Criel
Author URI: http://dancriel.com
*/

/*
    Copyright 2010 Jestro LLC

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes in a Child Theme. Any custom 
changes you make here will not be overidden when you upgrade the theme.
-----------------------------------------------------------*/


.twitter li {
	margin-bottom: 10px;
}

/* old SM links */
.sm_twitter {
	background: transparent url('http://www.b2bmarketinginsider.com/wp-content/themes/traction/images/social/twitter.png') no-repeat left center;
	padding: 10px 0 10px 30px;
	line-height: 30px;
}
.sm_linkedin {
	background: transparent url('http://www.b2bmarketinginsider.com/wp-content/themes/traction/images/social/linkedin.png') no-repeat left center;
	padding: 10px 0 10px 30px;
	line-height: 30px;
}
.sm_facebook {
	background: transparent url('http://www.b2bmarketinginsider.com/wp-content/themes/traction/images/social/facebook.png') no-repeat left center;
	padding: 10px 0 10px 30px;
	line-height: 30px;
}

div.sm-button {
	margin: 0 7px 10px 0;
	float: left;
	display: inline;
}

/* new SM links */
#sm-tile-container{float:left;position:relative;height:32px;width:150px}
.sm-tile{display:block;float:left;margin:0 5px 0 0;background:transparent url("images/social-media-sprite.jpg") no-repeat 0 0;height:32px;width:32px;text-indent:-10000px;}
.sm-tile.twitter{background-position:0 0}.sm-tile.linkedin{background-position:-32px 0}.sm-tile.facebook{background-position:-64px 0}.sm-tile.stumbleupon{background-position:-96px 0}

div.logo {
	width: 420px;
	margin-top: 10px;
}
#header-image {
	float: left;
	margin: 20px 15px 0 3px;
	padding: 3px;
	background: white;
	border: 1px solid #000;
}
