/* HOMEPAGE RULES */

/* SITE CONTAINERS */

/* STRIPE CLASSES */

.bell_stripe {
	background: transparent url("/images/backgrounds/home/stripe/bell.jpg");
}

.black_and_tan_stripe {
	background: transparent url("/images/backgrounds/home/stripe/black_and_tan.jpg");
}

.blue_bg_book_stripe {
	background: transparent url("/images/backgrounds/home/stripe/blue_bg_book.jpg");
}

.blue_book_grain_stripe {
	background: transparent url("/images/backgrounds/home/stripe/blue_book_grain.jpg");
}

.blue_book_grain_stripe {
	background: transparent url("/images/backgrounds/home/stripe/blue_table.jpg");
}

.burgendy_feather_stripe {
	background: transparent url("/images/backgrounds/home/stripe/burgendy_feather.jpg");
}

.chocolate_stripe {
	background: transparent url("/images/backgrounds/home/stripe/chocolate.jpg");
}

.golden_globe_stripe {
	background: transparent url("/images/backgrounds/home/stripe/golden_globe.jpg");
}

.golden_parchment_stripe {
	background: transparent url("/images/backgrounds/home/stripe/golden_parchment.jpg");
}

.golden_shadows_stripe {
	background: transparent url("/images/backgrounds/home/stripe/golden_shadows.jpg");
}

.gray_feather_stripe {
	background: transparent url("/images/backgrounds/home/stripe/gray_feather.jpg");
}

.olive_stripe {
	background: transparent url("/images/backgrounds/home/stripe/olive.jpg");
}

.orange_book_pen_stripe {
	background: transparent url("/images/backgrounds/home/stripe/orange_book_pen.jpg");
}

.paisley_book_pen_stripe {
	background: transparent url("/images/backgrounds/home/stripe/paisley_book_pen.jpg");
}

.raven_stripe {
	background: transparent url("/images/backgrounds/home/stripe/raven.jpg");
}

.red_backdrop_stripe {
	background: transparent url("/images/backgrounds/home/stripe/red_backdrop.jpg");
}

.red_feather_stripe {
	background: transparent url("/images/backgrounds/home/stripe/red_feather.jpg");
}

.rose_stripe {
	background: transparent url("/images/backgrounds/home/stripe/rose.jpg");
}

.silver_tip_stripe {
	background: transparent url("/images/backgrounds/home/stripe/silver_tip.jpg");
}

.teal_ink_stripe {
	background: transparent url("/images/backgrounds/home/stripe/teal_ink.jpg");
}

.signature_stripe {
	background: transparent url("/images/backgrounds/home/home_photo_stripe.jpg");
}

div#entire_whole_site_container{
	background-repeat: repeat-x;
	background-position: center bottom;	
}

div#whole_site_container {
	background: transparent url("/images/backgrounds/home/home_header.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}


/* PHOTO CLASSES */


.bell {
	background: transparent url("/images/eye_candy/home_photos/bell.jpg");
}

.black_and_tan {
	background: transparent url("/images/eye_candy/home_photos/black_and_tan.jpg");
}

.blue_bg_book {
	background: transparent url("/images/eye_candy/home_photos/blue_bg_book.jpg");
}

.blue_book_grain {
	background: transparent url("/images/eye_candy/home_photos/blue_book_grain.jpg");
}

.blue_book_grain {
	background: transparent url("/images/eye_candy/home_photos/blue_table.jpg");
}

.burgendy_feather {
	background: transparent url("/images/eye_candy/home_photos/burgendy_feather.jpg");
}

.chocolate {
	background: transparent url("/images/eye_candy/home_photos/chocolate.jpg");
}

.golden_globe {
	background: transparent url("/images/eye_candy/home_photos/golden_globe.jpg");
}

.golden_parchment {
	background: transparent url("/images/eye_candy/home_photos/golden_parchment.jpg");
}

.golden_shadows {
	background: transparent url("/images/eye_candy/home_photos/golden_shadows.jpg");
}

.gray_feather {
	background: transparent url("/images/eye_candy/home_photos/gray_feather.jpg");
}

.olive {
	background: transparent url("/images/eye_candy/home_photos/olive.jpg");
}

.orange_book_pen {
	background: transparent url("/images/eye_candy/home_photos/orange_book_pen.jpg");
}

.paisley_book_pen {
	background: transparent url("/images/eye_candy/home_photos/paisley_book_pen.jpg");
}

.raven {
	background: transparent url("/images/eye_candy/home_photos/raven.jpg");
}

.red_backdrop {
	background: transparent url("/images/eye_candy/home_photos/red_backdrop.jpg");
}

.red_feather {
	background: transparent url("/images/eye_candy/home_photos/red_feather.jpg");
}

.rose {
	background: transparent url("/images/eye_candy/home_photos/rose.jpg");
}

.silver_tip {
	background: transparent url("/images/eye_candy/home_photos/silver_tip.jpg");
}

.teal_ink {
	background: transparent url("/images/eye_candy/home_photos/teal_ink.jpg");
}

.signature {
	background: transparent url("/images//eye_candy/home_photos/signature.jpg");
}


div#site_container {
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 655px;
	height: auto !important;
	height: 655px;
}


/* HEADER */

div#header {
	height: 320px;
}

	#header h1 {
		height: 320px;
	}


/* NAVIGATION */

ul#navigation {
	top: 114px;
	right: 0px;
	width: auto;
}


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		right: 0px;
		top: 272px;
		margin: 0px 0px 124px 0px;
		padding: 38px 30px 38px 30px;
		border: solid 1px #303030;
		width: 445px;
		background-color: #231f20;
	}
	
		#body_text h2 {
		}
		
