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

html {
  /*background: #A6CF71; */                              /* background & font color */
  color: #333;
}

.main-wrapper {
  background: #fff;
  padding-top: 20px;
}

.preface-top-wrapper {
  background: #95cf1a url(../images/preface-wrapper-bg2.png) repeat-x top;
  padding-top: 0px;
  max-height: 122px;
}

.postscript-bottom-wrapper {
  background: #95cf1a url(../images/preface-wrapper-bg2.png) repeat-x top;
}

/* Default link styles - separate a:visited for a different visited link style */
a,
a:link,
a:visited {
  color: #087a07;
}

#primary-menu ul.menu li a:link,
#primary-menu ul.menu li a:visited {
  color: #087a07;
}

ul.pager a:link,
ul.pager a:visited,
ul.pager li.pager-current {
  color: #087a07;
}  

ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
  color: #087a07
}

#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited {
  color: #95cf1a;
}

#header-group-inner {background: transparent; height: 110px; width: 960px;}

#header-mel {
position: absolute;
top: 2px;
left: 41%;
background: 
url('http://www.melpacker.com/sites/melpacker.com/files/images/mel-350x230.png') no-repeat; 
height: 230px;
width: 350px;
z-index: 99999; 
display: inline;
}

#primary-menu {margin-top: -25px;}

#primary-menu ul.menu {font-size: 84%;}

#block-block-4, #block-block-3 {margin-bottom: 0px;}

.marina-title-rounded-blue h2.block-title,

.marina-title-rounded-green h2.block-title {text-align: left;}

#costOfWarTotal {text-align: center; width: auto; font-weight: bold; padding: 5px;}
#costOfWarTotal_Title {font-size: .8em; margin-bottom: 5px; color: #666; text-transform: uppercase; }
#costOfWarTotal_Total { font-size: 1.25em; font-weight: bold; color: #087a07; line-height: 1em; letter-spacing: 1px;}
#costOfWarTotal_Link { font-size: .6em; line-height: 1em; display: none;}

