@import url(reset.css);
@import url(basics.css);
@import url(nav.css);

body {
	background: #81191F url("../images/bgBody.gif") top center;
	}

#bgHeader {
	background: url("../images/bgBackground.gif") top center;
	height: 265px;
	width: 100%;
	margin-bottom: -265px;
	}

#container {
/*	background-image: url("../images/bgRhythm.gif");/* rhythm guide */
	width: 768px;
	padding: 0;
	margin: 1em auto 1em auto;
	text-align: left;
	position: relative;
	}

	#header        {
		position: relative;
		background-image: url("../images/bgHeader.jpg");
		width: 100%;
		height: 271px;
		}	
	
		#title a {
			position: absolute;
			top: 40px;
			left: 265px;
			width: 229px;
			height: 121px;
			}
						
		#title a:hover {
		background-image: url("../images/bgThoughtBubble.gif");
		background-repeat: no-repeat;
		background-position: 0 0px;
		}


	#content      {
		background: #FBFBDA url("../images/bgContent.gif") repeat-y;
		padding: 1em 45px 1em 45px;
		line-height: .8em;
		}
	
	#footer {
		background: url("../images/bgFooter.gif") no-repeat;
		padding: 30px 55px 0px 55px;
		margin-bottom: 2em;
		}
	

#content .pushRight {
	margin-right: -55px;
	margin-left: 14px;
	}

#col2 .pushLeft {
	margin-left: 14px;
	margin-right: -55px;
	}
	
#gotfruit {
	position: absolute;
	top: 226px;
	left: 40px;
		}

#gothot {
	position: absolute;
	top: 211px;
	left: 40px;
		}
	
div.splitColL  {
	width: 49%;
	float: left }

div.splitColR {
	width: 49%;
	float: right }

div.splitColHalf {
	width: 314px;
	float: left;
	margin-right: 50px;
	}

div.splitColHalfLast {
	width: 314px;
	float: left;
	margin-right: -8px;
	}

div.splitColThirds {
	width: 210px;
	float: left;
	margin-right: 18px;
	margin-bottom: 20px;
	}

div.splitColThirdsLast {
	width: 210px;
	float: left;
	margin-right: -8px;
	margin-bottom: 20px;
	}
	
div.splitColThirds2 {
	width: 204px;
	float: left;
	margin-right: 34px;
	}

div.splitColThirdsLast2 {
	width: 204px;
	float: left;
	margin-right: -8px;
	}
	
div.splitColFourths {
	width: 164px;
	float: left;
	margin-right: 7px;
	}

div.splitColFourthsLast {
	width: 164px;
	float: left;
	}

div.splitColFifths {
	width: 115px;
	float: left;
	margin-right: 22px;
	}

div.splitColFifthsLast {
	width: 115px;
	float: left;
	margin-right: -8px;
	}

div.splitColSixth {
	width: 113px;
	float: left;
	text-align: center;
	}

/*=====  TYPOGRAPHY  =====*/

#footer p   {
	color: #C49586;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 1.58333333em;
	margin: 0;
	padding: 0;
	text-indent: 0;
	}

#footer a, #footer a:hover, #footer a:active, #footer a:visited { color: #C49586 }

p.note {
	text-indent: 0;
	font-size: 1.4em;
	line-height: 1.857em;
	color: #4C3851;
	}

p.noIndent {
	text-indent: 0;
	}
	
	
/*=====  FORMS  =====*/

form  {
	}

fieldset {
	}

label   {
	}

form input, form select, form textarea  {
	}

input#city {
	width: 10em;
	float: left }

select#state {
	width: 10em;
	margin-right: 1em;
	float: left }

input#zip {
	width: 30em;
	float: left }

form input.error   {
	}



form label.error   {
	color: red;
	background-color: #fff4f4;
	text-align: center;
	display: block;
	margin-top: 0;
	margin-right: 8px;
	margin-left: 110px;
	width: auto;
	float: none;
	clear: left }


/*=====  OVERRIDES  =====*/

.dropCap {
	}

img.floatRight {
	margin-left: 20px;
	}

img.floatLeft {
	margin-right: 20px;
	}

ol.upperRoman {
	list-style-type: upper-roman }

ol.lowerRoman  {
	list-style-type: lower-roman;
	padding-left: 2em }

ol.decimal   {
	list-style-type: decimal;
	padding-left: 1.5em }

ul.indent  {
	margin-left: 2em !important }

ul.bullets, dl.bullets dt   {
	list-style: disc }


ul.checks li, ul.bust li, ul.bustEm li, ul.subtle li   {
	background-repeat: no-repeat;
	list-style-type: none;
	margin-left: -20px;
	padding-left: 20px }

ul.subtle li   {
/*	background-image: url("../images/iconSubtleBullet.gif");
	background-position: 0 6px;
	margin-left: -14px;
	padding-left: 14px; */
	}

.expandomatic {
	cursor: pointer;
	}
	
.videoClip {
	width: 100%;
	font-size: .85em;
	text-align: left;
	}

.videoClip p  {
	width: 49%;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	}

.videoClip img  {
	padding-bottom: 6px;
	}

.videoClip .floatRight {
	padding-right: .5em;
	}
