/*
Theme Name: CDRS-YUI
Theme URI: http://cdrs.columbia.edu/
Description: CDRS YUI Theme
Author: the Center for Digital Research and Scholarship
Author URI: http://cdrs.columbia.edu/
Version: 1.0
Tags: yui, fluid width, static width, 2col, 3col
*/

/** YUI Styles */
@import "assets/includes/yui/styles/reset-fonts-grids.css";
@import "assets/includes/yui/styles/base-min.css";
/* This style is an override of a YUI Grids style to allow for easier bordering between the sidebar and main content.  It's visually the same as what we're replacing */

.yui-t6 #yui-main .yui-b {
    margin-right: 23.0769em; /* Take one em away here */
    padding-right: 1em; /* And put one em in here */

}
#cdrsFooter {
   font-family: Verdana;
   font-size: 10px;
   padding-top: 1em;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9001px;
}