/*
Theme Name: Heinz College - Traffic21
Theme URI: http://wordpress.org/
Description: The Heinz College for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Heinz College supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.Author: Developed Simple
Version: 1.0
License: GNU General Public License Version 2
License URI: See license.txt
Tags: black, red, white, multiple-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, editor-style, custom-menu
*/


   

/* Dependant Libraries
-------------------------------------------------------------- */
@import "css/blueprint/screen.css";
@import "css/global.css";

html {
overflow-y: scroll; 
}

#content .post .post-sidebar .share {
  float: left;
  list-style-type: none;
  margin: 0 21px;
  padding: 0;
  width: 68px;
}

  	#content .post .post-sidebar .share span .stButton {
  		background-color: transparent;
  		background-image: url("images/icon-socialmedia.png");
  		background-repeat: no-repeat;
  		float: left;
  		height: 34px;
  		text-indent: -999999px;
  		width: 32px;
  	}
  	#content .post .post-sidebar .share span.st_twitter_buttons,
  	#content .post .post-sidebar .share span.st_facebook_buttons,
  	#content .post .post-sidebar .share span.st_googleplus_buttons,
  	#content .post .post-sidebar .share span.st_email_buttons {
  	 float: left;
  	 height 32px;
  	 margin-bottom: 2px;
  	 margin-right: 2px;
  	 width: 32px;
  	}
  	#content .post .post-sidebar .share span .stButton img {
  	 display: none;
  	}
  	#content .post .post-sidebar .share span.st_twitter_buttons .stButton {
  		background-position: 0 0;
  	}
  		#content .post .post-sidebar .share span.st_twitter_buttons .stButton:hover {
  			background-position: 0 -34px;
  		}
  	#content .post .post-sidebar .share span.st_facebook_buttons .stButton {
  		background-position: -32px 0;
  	}
  		#content .post .post-sidebar .share span.st_facebook_buttons .stButton:hover {
  			background-position: -32px -34px;
  		}
  	#content .post .post-sidebar .share span.st_googleplus_buttons .stButton {
  		background-position: -64px 0;
  	}
  		#content .post .post-sidebar .share span.st_googleplus_buttons .stButton:hover {
  			background-position: -64px -34px;
  		}
  	#content .post .post-sidebar .share span.st_email_buttons .stButton {
  		background-position: -96px 0;
  	}
  		#content .post .post-sidebar .share span.st_email_buttons .stButton:hover {
  			background-position: -96px -34px;
  		}

/* Publications Listing
-------------------------------------------------------------- */

 div.research .title {
   font-size:15px;
   font-weight:bold;
}

#content .leftCol {
   float:left;
   padding-right: 5px;
}

div.research {
   margin-bottom: 25px;
}

form#searchform input.form-submit {
padding-top: 0px;
}

/* RSS widget footer styles */
div.first-footer-widget-area{
   *border: 1px solid #0099CC;
   display: inline-block;
}

/* Override text color */
#first-footer-widget-area li a {
   color: 000000;
}
