/* $Id: local-sample.css 7156 2010-04-24 16:48:35Z chris $ */

/****************************/
/* 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 */

#primary-menu {
    float: left;
}

#primary-menu.block .inner {
    float: left;
}

.main-wrapper {
    padding-top: 10px;
}

div.full-node .inner .content {
    border-bottom: 0;
}

tbody {
    border-top: 0;
}

/* New Skinr Class */
.marina-rounded-corners2 .inner-wrapper .inner-inner {
    background: url(../images/block-gradient2.png) repeat-x bottom center;
}

#content-inner {
    margin-bottom: 0;
}

.content-bottom .content-bottom-inner .content ul li {
    list-style-image: url("/sites/all/themes/acquia_marina/images/green-bullet.png");
    margin-bottom: 5px;
}

