/* 
Theme Name: Suburbia - Princeton
Theme URI: http://blogs.princeton.edu
Description: Child theme of Suburbia with minor Princeton customizations. Suburbia is a unique magazine theme in a minimalistic style. Designed by WPShower. It features five widget areas, custom header, and custom background.

Author: Web Development Services
Author URI: http: //www.princeton.edu/wds
Template: suburbia-wpcom
Version: 1.1
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Parent theme author is WPShower at http://www.wpshower.com

Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
*/

@import url("../suburbia-wpcom/style.css");

input[type=submit] {
	background: #fa7f00;
}
/* Links */
a {
	color: #fa7f00;
	text-decoration: none;
}

.grid .time a {
	color: #fa7f00;
}

.widget_flickr #flickr_badge_uber_wrapper a {
	color: #fa7f00 !important;
}

.grid:hover {
	background-color: #fff8f3;
}

.grid .time {
background-color: #E6E6E6;
background-color: rgba(0,0,0,.1);
}

.desc {
	padding-top: 11px;
}

.meta-shortlink {
	word-wrap: break-word;
}

#single strong {
	text-shadow: none;
}

/* Princeton footer */

.footer {
	height: auto;
	padding: 20px;
}

.site-generator {
	min-height: 42px;
	margin-top: 1em;
	margin-bottom: 2em;
}

#footerinfo {
    float: left;
}

#footerlogo a {
    background: url(images/logobar_logo_black.png) no-repeat top right;
    width: 243px;
    height: 17px;
    text-indent: -9999px;
    display: block;
    float: right;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {   
  #footerlogo a {
    background-image: url(images/logobar_logo_black_2x.png);
    background-size: 243px 17px;
  }
}

#footerinfo p,
#footerlogo p {
    margin: 0;
    padding: 0;
}
#footerinfo .sharing,
#footerlogo .sharing {
    display: none;
}