/* $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,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}

/****************************Layout**********************************/
body {
	padding-top:24px;
  }

#main {
  /*font-size:.8em;*/
	/*width:860px*/;
	margin:0 auto;
	background:url(../images/bg_wrapper.png);
	padding:0 30px 18px;
}

/****************************Typography******************************/

body {
	background:#edddc5 url(http://cdn.larks.la/sites/all/themes/fusion/larks/images/bg-big6.jpg)
	/* background:#edddc5 url(../images/bg-big6.jpg) no-repeat fixed center top; */
	no-repeat fixed center top;
	/*color:#0f5d6e;*/
	color:#033e60;
	letter-spacing:.02em;
	}

body, select, input, textarea {
	font: 100% "Trebuchet MS", TrebuchetMS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-family:"Trebuchet MS", TrebuchetMS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	}

#logo img {
  /*position:absolute;
    left:-60px;
    top:-15;*/
}

div#block-block-1{
  position:relative;
  margin-left:-60px;
  margin-top:11px;
  width:100%;
  overflow:visible !important;
}

div#main{
  overflow:visible !important;
  position:relative;
}



h2 {
  font-size: 118%;
  color: #329ab2;
}

  /* Font Theme Settings
  /-------------------------------------------------------------- */
  /* font size */
  .font-size-10 {
    font-size: 62.5%;
  }

  .font-size-11 {
    font-size: 68.75%;
  }

  .font-size-12 {
    /*font-size: 75%;*/
    font-size: 87.5%;
  }

  .font-size-13 {
    font-size: 81.25%;
  }

  .font-size-14 {
    font-size: 87.5%;
  }

  .font-size-15 {
    font-size: 93.75%;
  }

  .font-size-16 {
    font-size: 100%;
  }

  .font-size-17 {
    font-size: 106.25%;
  }

  .font-size-18 {
    font-size: 112.5%;
  }

blockquote {
  background-image:url("/sites/all/themes/fusion/larks/images/quotesbigger2.png");
  background-position:0 0;
  background-repeat:no-repeat;
  font-style:italic;
  margin-left:2em;
  padding-left:20px;
}

/* Trying to rid the views block of the evil disc li markers...2010-1128 */
li.leaf {
list-style-image:none;
list-style-type:none;
margin:0;
padding:0.2em 0.5em 0 0;
}

.item-list ul li, .item-list {
list-style-image:none;
list-style-type:none;
}

/* THIS FIXED IT!!!! */
.item-list ul li {
  list-style:none;
}

ul, li {
  list-style-image:none;
  list-style-type:none;
}


/*STUFF ADDED BY RAIN FOR TRAINING MICRO-SITE*/

.view-training td /*improves grid on training landing page*/
{width:30%;padding-right:2em;vertical-align: top;}

#simplenews-block-form-28 div.form-radios /*hiding radios in simplenews form*/
{display:none;}

#sidebar-first-inner .views-row
{margin-bottom:1.2em;}

#node-top #block-views-training_date-block_1
{float:left;}
#node-top #block-views-cart_info-block_1
{float:right;height:40px;background-position:bottom;padding:1.2em;}

