/* $Id: local-sample.css,v 1.1.2.1 2010/01/11 00:08:12 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */
body {
  padding: 2em 0 0 0;
}

a, a:link, a:active {
  color: #DC0000;
}
a:visited {
  color: #DC0000;
}
#main-inner {
  border-top: solid 1px gray;
}
#main-group-inner {
  border-left: solid 1px gray;
}
#content-group {
  width: 599px;
}
#logo {
  float: none;
}
.links { float: right; }
.links li {
    border-right-style: solid;
    border-right-width: 1px;
    display: inline;
    margin: 0;
padding: 0 8px 0 5px ! important;
    white-space: nowrap;
}
.links li.last {
  border: 0;
}

#sidebar-last-inner .inner, #sidebar-last-inner .block {
  margin: 0;
}
