/*
Theme Name:     Ari - Princeton
Theme URI:      http: //blogs.princeton.edu
Description:    Child theme of Ari, a minimalistic, flexible three-column blog theme. The theme uses CSS3 media queries for its responsive layout and is therefore optimized for tablet pcs and smart phones (the theme switches to a two-column layout when viewed on a horizontal iPad screen, and to a one-column layout on iPhones). You can also choose a dark color scheme and the backgound-, text- and link-colors can be customized in the theme options page.
Author:         Web Development Services
Author URI:     http: //www.princeton.edu/wds
Template:       ari
Version:        0.1.1
*/
@import url("../ari/style.css");/* --- Link Colors --- */

a, ul.sidebar li.widget_text a {
	color:#fa6f00;
}

ul.sidebar a, p.meta a, .comment-meta a, p.logged-in-as a, a.post-edit-link, #footer a {
	color:#999;
}

#content h2 a:hover, ul.sidebar a:hover, .comment-meta a:hover, p.logged-in-as a:hover, p.meta a:hover, a.post-edit-link:hover, #footer a:hover {
	color:#fa6f00;
}

#searchsubmit:hover, form#commentform p.form-submit input#submit:hover, input.wpcf7-submit:hover  {
	background:#fa6f00;
}

#site-info {
    float: right;
}

#site-pulogo {
    float: right;
}
#site-pulogo a {
    background: url(images/logobar_logo.png) no-repeat top right;
    width: 218px;
    height: 17px;
    text-indent: -9999px;
    display: block;
    float: right;
    margin-top: 6px;
}

@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) {   
  #site-pulogo a {
    background-image: url(images/logobar_logo_2x.png);
    background-size: 218px 17px;
  }
}