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

/*NOTE TO SELF:  I moved the header printout*/

#legal-notice {
  display: none;
}
#header-group-inner-inner {
    height: 200px;
     padding: 0 0;
     background-color:#ddddFF;
}

html {
    color: #333333;
}


.header-group-inner .block-ad .html-advertisement{ 
  float: right;
  margin:0 5px 0 0;
}

.header-group{ 
  /*background:  url(/sites/default/themes/acquia_marina/images/pcbg1.gif) 0px 0px;*/
  height: 200px;
}



#site-name a:link, #site-name a:visited, #site-name a:hover, #site-name a:active,
#site-name a {
    
    color: #ef0170;
    font-size: 60px;
}

#slogan {
    font-size: 300%;
    margin-top: 1px;
    line-height:100%;
    color: lime;
}
