/* 
* = CSS Layout =
* 
* This file contains the CSS used to control the layout of the site.
* Use site.css for any site specific changes such as color, fonts, or
* any other presentational goodies.
* 
* This layout is based on the Skidoo Too layout with modifications:
* http://webhost.bridgew.edu/etribou/layouts/skidoo_too/
*/
@import "3ColumnLayout.css"; 
#rightColumn { display: none; }
#SOWrap { margin: 0; }
#innerColumnContainer,
#outerColumnContainer { border-right-width: 0; }
#sidebar { float: right; width: 14em; clear: right; } 
.contentItem { padding-right: 1em; }
