/* $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 Elements
-------------------------------------------------------------- */
/* Add padding here if desired so edges of theme aren't flush with browser window */
html {
  background: #FFF;                               /* background & font color */
  color: #666;
}


/* Add general site styling here for typography and background */
body {
background-attachment:scroll;
background-color: transparent;                               /* background & font color */
background-image: url(../arityimages/body-bg.png);
background-position:center top;
background-repeat:repeat-y;
height:100%;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
min-width:976px;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
  color: #333;
}





/* Header Regions
-------------------------------------------------------------- */
/* Header Top region to the bottom of Header region */
/* For full-width header background, add background image/color here */
#header-group-wrapper {
  background: inherit;
}

/*
#header-group {
  background: url(../arityimages/blue-bg.png);
}
*/

.fusion-inline-menu {
	position: absolute;
	margin-left: 600px !important;
	margin-top: 20px !important;
}



#header-top-wrapper {
  background: inherit;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
//  background-color: #FFb629;
}




/*  Preface Regions
-------------------------------------------------------------- */
.preface-top-wrapper {
  background: inherit;
  color: #fff;
  min-height: 24px;
//  padding-top: 30px;
  padding-top: 0px;
}

.preface-top-inner {
//  background: inherit;
  background: url(../arityimages/blue-bg.png) repeat-x;

  color: #fff;
//  min-height: 24px;
  min-height: 0px;
  padding-top: 30px;
}


/*  Main Area (content + sidebars + preface bottom + postscript top)
-------------------------------------------------------------- */
.main-wrapper {
  background: inherit;
}



/*  Postscript & Footer Regions
-------------------------------------------------------------- */
.postscript-bottom-wrapper {
  background: inherit;
  margin-bottom: 20px;
  min-height: 24px;
  padding-top: 30px;
}


.postscript-bottom {
  background: url(../arityimages/blue-bg.png);
  margin-bottom: 20px;
  min-height: 24px;
  padding-top: 30px;
}


#postscript-bottom {
font-size:9px !important;
}


/*  Superfish menus
-------------------------------------------------------------- */

.sf-vertical .first .active {
	background-image: url(../arityimages/blue-bg.png) !important;
	background-repeat:repeat-x !important;
	color: #FFF !important;
}

.sf-vertical .first {
	background-image: url(../arityimages/blue-bg.png) !important;
	background-repeat:repeat-x !important;
}

.sf-vertical .first a {
	color: #FFF !important;
}



/*  Next steps block
-------------------------------------------------------------- */

.nextsteps ul li {
list-style-image:url("../images/green-bullet.png");
margin-bottom:5px;
}



