body {
	background-color: #AFD574;
	margin: 5px;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 23px;
}


/* ----------------------------------------------------------------------------------- Misc
*/
.clearer {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

p {
	padding: 10px 0px;
	margin: 10px 0px;
}

.hr {
	display: block;
	height: 1px;
	width: 200px;
	background-image: url(../images/hr.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 20px auto;
}
.text-line-right {
	display: block;
	height: 23px;
	float: right;
	clear: right;
	/*background: #000;*/
}
.text-line-left {
	display: block;
	height: 23px;
	float: left;
	clear: left;
	/*background: #000;*/
}

/* links */
a, a:visited {
	color: #000;
	outline: none;
}
a:hover, a:active {
	color: #a23435;
}
#container a:hover {
	color: #a23435;
}


.alert {
	text-align: center;
	color: #ff0306;
}


img {
	border: none;
}
/* ----------------------------------------------------------------------------------- Structure
*/
#main {
	position: relative;
	display:block;
	/*margin: 5px 5px 0px 5px;*/
	padding: 0px;
	padding-bottom: 20px;
	background-image: url(../images/background_stripe.jpg);
	background-repeat: repeat;
	background-position: right;
	overflow: hidden;
	min-width: 900px;
}
#navigation {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#family_reflections {
	display: block;
	width: 220px;
	height: 281px;
	background-image: url(../images/famil_refections.png);
	text-indent: -9999px;
}

.content {
	position: relative;
	padding: 15px 25px 15px 55px;
	float: left;
	margin: 0px 20px 20px 20px;
}
#footer {
	text-align: center;
	border-top: 3px dashed #fff;
	margin: 0px 5px;
}

/* ----------------------------------------------------------------------------------- Columns
*/

/*** The Essential Code ***/
#container {
	padding-top: 300px;
	padding-left: 260px;      /* LC fullwidth */
	padding-right: 120px;     /* RC fullwidth + CC padding */
}
#container .column {
	position: relative;
	float: left;
}
#center {
	padding: 0px;       /* CC padding */
	width: 100%;
	z-index: 1;
}
#left {
	width: 260px;             /* LC width */
	padding: 0px;		          /* LC padding */
	right: 260px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
}
#right {
	width: 120px;             /* RC width */
	padding: 0px;          /* RC padding */
	margin-right: -100%;
}
#columnfooter {
	clear: both;
}

/*** IE Fix ***/
* html #left {
	left: 120px;              /* RC fullwidth */
}

/*** Equal-height Columns ***/
#container {
	overflow: hidden;
}


/* ----------------------------------------------------------------------------------- Header Items
*/
#headertextwrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 3;
}
#headertext {
	position: relative;
	width: 642px;
	height: 61px;
	background-image: url(../images/judsontext.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px auto;
	padding: 0px;

	visibility: hidden;
}
#carcorner {
	width: 663px;
	height: 255px;
	position: absolute;
	left: 0px;
	top; 0px;
	background-image: url(../images/car_corner_sm.gif);
	background-repeat: no-repeat;
	z-index: 0;
	visibility: hidden;
}

#photochanger {
	position: absolute;
	right: 0px;
	top:0px;
	width: 265px;
	height: 329px;
	/*background-image: url(../images/photochanger.gif);*/
	z-index: 2;
	/*visibility: hidden;*/
}

/* ----------------------------------------------------------------------------------- Content Section
*/

.content {
	background: url(../images/contentBg.png);
	background-repeat: repeat;
	border: 1px dotted #74BEB9;
}

.content .header {
	height: 171px;
	width: 307px;
	background-image: url(../images/pageHeader.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: -80px;
	left: 20px;
	z-index: 4;
}
.content .header.wide {
	width: 545px;
	height: 145px;
	background-image: url(../images/pageHeaderWide.png);
	left: 0px;
	top: -60px
}
.content .header.simple {
	width: 250px;
	height: 145px;
	background-image: url(../images/pageHeaderSimple.png);
	top: -60px;
}


.content .header h1 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	left: 35px;
}
.content .header h2 {
	width: 287px;
	font-size: 25px;
	font-weight: normal;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 36px;
	left: 15px;
}
.content .header.wide h1 {
	position: static;
	padding: 12px;
	float: left;
}
.content .header.wide h2 {
	position: static;
	float: left;
	font-size: 16px;
	padding: 11px;
}

.content .header.simple h1 {
	position: static;
	padding: 12px;
	float: none;
}

.content h1 {
	font-size: 20px;
	margin-top: 30px;
}


/* big button */
div.bigbutton {
	height: 46px;
	max-width: 600px;
	margin: 15px auto;
	padding-left: 12px;
	background-image: url(../images/bigbutton_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.bigbutton a {
	display:block;
	height: 18px;
	padding-right: 15px;
	text-align: center;
	margin: 0px 0px;
	background-image: url(../images/bigbutton_right.gif);
	background-position: right top;
	
	font-size: 18px;
	line-height: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
	text-decoration: none;
	
}

/* ----------------------------------------------------------------------------------- Navigation
*/

#navigation li {
	position: relative;
	width: 260px;
	height: 38px;
	margin: 10px 0px;
	visibility: hidden;
}
#navigation li a {
	display: block;
	height: 16px;
	background-position: 80px center;
	background-repeat: no-repeat;
	
	font-size: 16px;
	line-height: 16px;
	padding: 11px 11px 11px 80px;
	margin: 0px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -9999px;
}

#navigation li .car {
	width: 59px;
	height: 26px;
	position: absolute;
	left: 10px;
	top: 6px;
	background-position: center center;
	background-repeat: no-repeat;
}

#navigation li.style1 {
	background-image: url(../images/navbackgrounds/blue.gif);
}
#navigation li.style2 {
	background-image: url(../images/navbackgrounds/yellow.gif);
}
#navigation li.style3 {
	background-image: url(../images/navbackgrounds/green.gif);
}
#navigation li.style4 {
	background-image: url(../images/navbackgrounds/red.gif);
}
#navigation li.hitcount {
	padding: 11px;
	background-image: url(../images/navbackgrounds/outline.gif);
}

#navigation li .car1 {
	background-image: url(../images/navcars/car1.png);
}
#navigation li .car2 {
	background-image: url(../images/navcars/car2.png);
}
#navigation li .car3 {
	background-image: url(../images/navcars/car3.png);
}
#navigation li .car4 {
	background-image: url(../images/navcars/car4.png);
}
#navigation li .car5 {
	background-image: url(../images/navcars/car5.png);
}

#navigation li a.meetjudson {
	background-image: url(../images/navwords_up/meetjudson.png);
}
#navigation li a.judsonsjourney {
	background-image: url(../images/navwords_up/judsonsjourney.png);
}
#navigation li a.videosofjud {
	background-image: url(../images/navwords_up/videosofjud.png);
}
#navigation li a.krabbedisease {
	background-image: url(../images/navwords_up/krabbe.png);
}
#navigation li a.memorialservice {
	background-image: url(../images/navwords_up/memorial.png);
}
#navigation li a.gravesideservice {
	background-image: url(../images/navwords_up/graveside.png);
}
#navigation li a.inmemoriam {
	background-image: url(../images/navwords_up/memoriam.png);
}
#navigation li a.partners {
	background-image: url(../images/navwords_up/partners.png);
}
#navigation li a.contact {
	background-image: url(../images/navwords_up/contact.png);
}
#navigation li a.guestbook {
	background-image: url(../images/navwords_up/guestbook.png);
}
#navigation li a.reflections {
	background-image: url(../images/navwords_up/reflections.png);
}

#navigation li a.meetjudson:hover {
	background-image: url(../images/navwords_over/meetjudson.png);
}
#navigation li a.judsonsjourney:hover {
	background-image: url(../images/navwords_over/judsonsjourney.png);
}
#navigation li a.videosofjud:hover {
	background-image: url(../images/navwords_over/videosofjud.png)
}
#navigation li a.krabbedisease:hover {
	background-image: url(../images/navwords_over/krabbe.png);
}
#navigation li a.memorialservice:hover {
	background-image: url(../images/navwords_over/memorial.png);
}
#navigation li a.gravesideservice:hover {
	background-image: url(../images/navwords_over/graveside.png);
}
#navigation li a.inmemoriam:hover {
	background-image: url(../images/navwords_over/memoriam.png);
}
#navigation li a.partners:hover {
	background-image: url(../images/navwords_over/partners.png);
}
#navigation li a.contact:hover {
	background-image: url(../images/navwords_over/contact.png);
}
#navigation li a.guestbook:hover {
	background-image: url(../images/navwords_over/guestbook.png);
}
#navigation li a.reflections:hover {
	background-image: url(../images/navwords_over/reflections.png);
}

/*#ticker {
	position: absolute;
	top: -40px;
	left: 20px;
	z-index: 40;
	width: 220px;
	color: #f80b12;
	text-align: left;
	/*background-image: url(../images/newtext.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
*/
#ticker a {
	display: block;
	/*background-color: #AFD574;*/
	/*border: 2px dotted #74beb9;*/
	text-decoration: none;
	padding: 8px;
	text-align: center;
}
#ticker a:hover {
	color: inherit;
	background-color: #74beb9;
	text-decoration: underline;
}


/* ----------------------------------------------------------------------------------- Navigation New
*/ 

#navigation.new {
	margin-top: 10px;
}
#navigation.new li {
	visibility: visible;
	height: auto;
	width: auto;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	
	background-repeat: no-repeat;
}
#navigation.new li a {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	
	font-size: 16px;
	line-height: 20px;
	padding: 9px 5px 9px 85px;
}

#navigation.new li a:hover {
	background-image: url(../images/navbackgrounds/dark.gif);
	background-position: left top;
	color: #fff;
}

#navigation.new li div {
	position: relative !important;
}
#navigation.new li div.car {
	position: absolute !important;
}
#navigation.new li ul {
	display: none;
	padding: 10px;
	list-style: none;
}

#navigation.new li ul li {
}
#navigation.new li ul li a {
	padding: 3px 8px;
	font-size: 14px;
	text-transform: none;
	border-bottom: 1px solid transparent;
}
#navigation.new li ul li a:hover {
	color: #333;
	background: #fff;
	border-bottom: 1px dotted #ccc;
	
	/* text-decoration: underline; */
}

#navigation.new li.selected {
}
#navigation.new li ul li.selected {
}


#navigation.new li a .text {
	display: block;
	height: 20px;
	width: 165px;
	text-indent: -9999px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#navigation.new li a:hover .text {
	background-position: 0px -30px;
}
#home .text {
	background-image: url(../images/nav-home.png);
}
#takeaction .text {
	background-image: url(../images/nav-takeaction.png);
}
#aboutjudson .text {
	background-image: url(../images/nav-aboutjudson.png);
}
#videos .text {
	background-image: url(../images/nav-videosofjud.png);
}
#judsonslegacy .text {
	background-image: url(../images/nav-judsonslegacy.png);
}
#blogs .text {
	background-image: url(../images/nav-blogs.png);
}
#inmemoriam .text {
	background-image: url(../images/nav-inmemoriam.png);
}
#connect .text {
	background-image: url(../images/nav-connect.png);
}

/* ----------------------------------------------------------------------------------- Pages
*/


/* Meet Judson */
#container.meetjudson {

}
#container.meetjudson .content {
	border: none;
	position: relative;
	width: 810px;
	height: 570px;
	padding: 0px;
	background-image: url(../images/pages/meetjudson-bubbles-small.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
}

.meetjudson #description {
	width: 180px;
	position: absolute;
	top: 165px;
	left: 530px;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}
.meetjudson #meetjudsontext {
	width: 186px;
	height: 177px;
	background-image: url(../images/meetjudsontext.gif);
	margin-bottom: 5px;
}
.meetjudson #readstorylink {
	display: block;
	width: 188px;
	height: 29px;
	margin-top: 0px;
	text-indent: -9999px;
	background-image: url(../images/buttons/readstorylink.gif);
	background-repeat: no-repeat;
}
.meetjudson #readstorylink:hover {
	display: block;
	width: 188px;
	height: 29px;
	text-indent: -9999px;
	background-image: url(../images/buttons/readstorylink_over.gif);
	background-repeat: no-repeat;
}
.meetjudson.videos #description {
	width: 180px;
	position: absolute;
	top: 160px;
	left: 550px;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}
/*.meetjudson #video {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 100px;
	left: 101px;
}*/
.meetjudson #video {
	width: 400px;
	position: absolute;
	top: 85px;
	left: 84px;
	background: none;
}
.meetjudson .content .header h1 {
	display: block;
	margin-left: 12px;
	margin-top: 8px;
	padding: 0px;
	width: 204px;
	height: 34px;
	background-image: url(../images/h1_meetjudson.gif);
	text-indent: -9999px;
}

#video h1 {
	margin-top: 8px;
}


/* Judsons journey */
.judsonsjourney .content .header h1 a {
	display:block;
	width: 195px;
	height: 13px;
	text-indent: -9999px;
	background-image: url(../images/h1_excerpts.gif);
}
.judsonsjourney .content .header h1 a:hover {
	background-image: url(../images/h1_excerpts_over.gif);
}
.judsonsjourney .content .header h2 {
	width: 176px;
	height: 50px;
	background-image: url(../images/h1_judsonsstory.gif);
	text-indent: -9999px;
	top: 30px;
}
.judsonsjourney #readfullstory {
	display: block;
	width: 454px;
	height: 46px;
	margin: 5px auto;
	text-indent: -9999px;
	
	background-image: url(../images/buttons/readfullstory.gif);
}
.judsonsjourney #readfullstory:hover {
	background-image: url(../images/buttons/readfullstory_over.gif);
}
.judsonsjourney #booknotification {
	display: block;
	width: 454px;
	height: 46px;
	margin: 5px auto;
	text-indent: -9999px;
	
	background-image: url(../images/buttons/booknotification.gif);
}
.judsonsjourney #booknotification:hover {
	background-image: url(../images/buttons/booknotification_over.gif);
}

/* Story page */
.story .content .header h1,
.judsonsjourney .content .header h1 {
	padding-top: 3px;
}
.story .content .header h1 a {
	display:block;
	width: 147px;
	height: 15px;
	text-indent: -9999px;
	background-image: url(../images/h1_journey.gif);
}
.story .content .header h1 a:hover {
	background-image: url(../images/h1_journey_over.gif);
}
.story .content .header h2 {
	width: 214px;
	height: 46px;
	background-image: url(../images/h1_storyofjudson.gif);
	text-indent: -9999px;
	top: 30px;
}

.story #center {
}
.story #center .content {
	width: 600px;
}
.story #toc {
	width: 275px;
	margin: 0px 0px 0px -35px;
	padding: 0px;
	list-style: none;
	float: left;
}

.story #description {
	width: 281px;
	height: 519px;
	margin: 0px 0px 0px 20px;
	/*margin-left: 290px;*/
	padding: 20px;
	clear: none;
	float: left;
	background-image: url(../images/toc_bg.gif);
}


.story #toc li {
	display: block;
	margin: 3px 0px;
	padding: 0px;
}
.story #toc li a {
	display: block;
	width: 255px;
	height: 16px;
	margin: 0px;
	background-image: url(../images/toc_chapter_bg.gif);
	
	font-size: 16px;
	line-height: 16px;
	padding: 14px 10px;
	text-decoration: none;
}
.story #toc li.selected a {
	background-image: url(../images/toc_chapter_bg_selected.gif);
}

.story #description h1 {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

/* krabbe */
.krabbe .content .header h1 {
	display: block;
	margin-left: 12px;
	margin-top: 8px;
	padding: 0px;
	width: 189px;
	height: 30px;
	background-image: url(../images/h1_krabbedisease.gif);
	text-indent: -9999px;
}

/* Memorial Service */
.memorialservice #center {
	text-align: center;
}
.memorialservice .content {
	padding-right: 55px;
	width: 510px;
}
#brochure {
	width: 302px;
	height: 580px;
	margin: 0px auto;
}
#video {
	width: 400px;
	/*border: 5px solid #70B7B2;*/
	background: #83cdd2;
}
#video h2 {
	margin: 130px auto;
}
.memorialservice .content .header {
	background-image: url(../images/pageHeaderMemorial.png);
}
.memorialservice .content .header h1 {
	display: block;
	margin-left: 12px;
	margin-top: 8px;
	padding: 0px;
	width: 263px;
	height: 32px;
	background-image: url(../images/h1_memorialservice.gif);
	text-indent: -9999px;
}

.memorialservice .videoList {
	list-style: none;
	text-align: center;
	padding: 0px;
}


/* Graveside Service */
.gravesideservice .content .header {
	background-image: url(../images/pageHeaderMemorial.png);
}
.gravesideservice .content .header h1 {
	display: block;
	margin-left: 12px;
	margin-top: 8px;
	padding: 0px;
	width: 257px;
	height: 37px;
	background-image: url(../images/h1_gravesideservice.gif);
	text-indent: -9999px;

}

/* In Memoriam */
.inmemoriam img {
	display: block;
	margin: 10px auto;
}
.inmemoriam .content .header h1 {
	display: block;
	margin-left: 12px;
	margin-top: 8px;
	padding: 0px;
	width: 228px;
	height: 34px;
	background-image: url(../images/h1_inmemoriam.gif);
	text-indent: -9999px;

}

/* Videos */
.meetjudson .content .header {
	top: -40px;
}
.meetjudson h1 {
	text-align: center;
}
.meetjudson.videos .content .header h1 {
	display: block;
	margin-left: 12px;
	margin-top: 8px;
	padding: 0px;
	width: 179px;
	height: 34px;
	background-image: url(../images/h1_videosofjud.gif);
	text-indent: -9999px;
}
.meetjudson #videolist {
	font-size: 13px;
	list-style: disc;
	padding: 0px;
}
.meetjudson #videolist li {
	margin: 10px 0px;
}
.meetjudson #videolist li a {
	text-decoration: none;
}

/* Partners */
.partners .content .header h1 {
	display: block;
	margin-left: 12px;
	margin-top: 8px;
	padding: 0px;
	width: 111px;
	height: 31px;
	background-image: url(../images/h1_partners.gif);
	text-indent: -9999px;
}


/* Contact */
.contact .content 	 {
	padding-left: 31px;
	background: none;
	border: none;
}
.contact .content .header {
	z-index: 0;
}
.contact .content .header h1 {
	display: block;
	margin-left: 12px;
	margin-top: 8px;
	padding: 0px;
	width: 106px;
	height: 35px;
	background-image: url(../images/h1_contact.gif);
	text-indent: -9999px;
}

.contact .content ul {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}
.contact .content li {
	list-style: none;
	display: block;
	margin: 0px;
	width: 460px;
	height: 37px;
	padding: 13px;
	background-image: url(../images/contact_li_bg.gif);
}
.contact li .email {
	float: right;
}

/* guestbook */
.guestbook .content .header .guestbook {
	display: block;
	margin-left: 12px;
	margin-top: 8px;
	padding: 0px;
	width: 140px;
	height: 37px;
	background-image: url(../images/h1_guestbook.gif);
	text-indent: -9999px;
}

.form {
	background: none;
	border: none;
	padding-left: 31px;
}
form {
	display: block;
	position: relative;
	z-index: 5;
	background-image: url(../images/vertical-line-dotted.gif);
	background-repeat: repeat-y;
	background-position: 12px 0px;
}
form p {
	padding: 5px 0px;
	margin: 0px 0px;
}
form label {
	display: none;
}
form input {
	display: block;
	width: 462px;
	height: 30px;
	padding: 12px;
	font-size: 22px;
	line-height: 30px;
	background: none;
	background-image: url(../images/contact_li_bg.gif);
	border: none;
	outline: none;
}

fieldset {
	display: block;
	width: 466px;
	padding: 10px;
	background: #78c6c9;
	border: none;
}
fieldset legend {
	color: #fff;
	display: block;
	position: relative;
	margin: 25px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	font-size: 20px;
}
fieldset.options p {
	display: block;
	width: 200px;
	margin: 5px;
	padding: 0px;
	float: left;
}
fieldset.options input {
	width: auto;
	height: auto;
	background: none;
	display: inline;
}
fieldset.options label {
	display: inline;
}

form textarea {
	display: block;
	width: 456px;
	height: 286px;
	padding: 15px;
	background: none;
	border: none;
	outline: none;
	background-image: url(../images/message_bg.gif);
}

form .submit {
	display: block;
	width: 71px;
	height: 28px;
	background: none;
	border: none;
	background-image: url(../images/sendBtn.gif);
	text-indent: -9999px;
	position: absolute;
	bottom: 10px;
	right: 14px;
}


.comments {
	margin-top: 60px;
}
.comments ul, .comments li {
	display: block;
	float: none;
}
.comments ul {
	margin: 0px;
	padding: 0px;
}
.comments li {
	list-style: none;
}

.comments li .info {
	color: #77C5C9;	
}
.comments li .author {
	color: #a23435;
}
.comments li p {
	text-indent: 15px;
	margin-left: 10px;
	margin-top: 3px;
}



/* ----------------------------------------------------------------------------------- Subscribe Window
*/


#subscribewindow {
	width: 378px;
	height: 381px;
	background-image: url(../images/home_subscribe_bubble.png);
	
	position: absolute;
	left: 300px;
	top: 200px;
	z-index: 30;
	visibility: hidden;
}

#subscribewindow .close {
	display: block;
	position: absolute;
	right: 53px;
	top: 70px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 11px;
	padding: 2px 3px 3px 3px;
	border: 1px solid #fff;
	z-index: 60;
}
#subscribewindow .close:hover {
	color: #000;
	border-color: #000;
}

#subscribewindow form {
	position: absolute;
	top: 80px;
	left: 50px;
	background: none;
}
#subscribewindow input {
	width: 230px;
	height: auto;
	background: #fff;
	font-size: 14px;
	line-height: 14px;
	padding: 5px;
}
#subscribewindow fieldset {
	background: none;
	width: 200px;
	margin: 0px 0px 0px 50px;
	padding: 0px 10px;
	border: 1px solid #fff;
}
#subscribewindow fieldset legend {
	display: none;
}
#subscribewindow fieldset p {
	margin: 3px 0px;
	padding: 0px;
}
#subscribewindow fieldset input {	
	width: auto;
	display: inline;
}
#subscribewindow fieldset label {
	display: inline;
}
#subscribewindow button {
	border: 1px solid #fff;
	background: #83cfd4;
	text-indent: 0px;
	width: auto;
	height: auto;
	padding: 5px 8px;
	color: #fff;
	bottom: 2px;
}
/* tributes */
#container.tributes .header {
	background-image: url(../images/pageHeaderSimple.png);
	background-position: left 26px;
}
.tributes .content .header h2 {
	display: block;
	margin-left: 3px;
	margin-top: 0px;
	
	padding: 0px;
	width: 102px;
	height: 30px;
	background-image: url(../images/h1_tributes.gif);
	text-indent: -9999px;
}

/* brief Biography */
#container.briefbiography .header {
	background-image: url(../images/pageHeaderSimple.png);
	background-position: left 26px;
}
.briefbiography .content .header h2 {
	display: block;
	margin-left: 3px;
	margin-top: 0px;
	top: 30px;
	padding: 0px;
	width: 198px;
	height: 45px;
	background-image: url(../images/h1_briefbiography.gif);
	text-indent: -9999px;
}


/* Eyes That See Page */
#container.eyesthatsee .header {
	background-image: url(../images/pageHeaderSimple.png);
	background-position: left 26px;
}

.eyesthatsee .content .header h2 {
	display: block;
	margin-left: 3px;
	margin-top: 0px;
	padding: 0px;
	width: 147px;
	height: 45px;
	background-image: url(../images/h1_eyesthatsee.gif);
	text-indent: -9999px;
}


a.buy {
	/* margin-left: 61.5%; */
	font-size: 24px;
	padding: 5px;
	background-color: #A23435;
	color: #FAF9DB;
	text-decoration: none;
	text-align: center;
	/* display: block; */
	width: 180px;
	clear: none;
	margin: 20px 0px;
	
}
a.buy:hover, a.buy:active {
	/* margin-left: 61.5%; */
	color: #FAF9DB !important;
	background-color: #83CFD5;
	
}
h3#book-title {
	font-size: 20px;
}
.book-meta {
	color: #494A43;
}
#price {
	color: #A23435;
}
.smaller {
	font-size: 13px;
}
.review-meta {
	display: block;
	text-align: right;
	font-style: normal;
	margin-top: 7px;
}
#reviews blockquote {
	font-style: italic;
	margin: 20px 0px;
	padding: 0px 0px 23px 0px;
	border-bottom: 1px dotted #f6f5bd; 
}



/* Seal */
#seal {
	display: block;
	width: 151px;
	height: 155px;
	
	position: absolute;
	
	background-image: url(../images/seal-buy.png);
	z-index: 15;
	
	text-indent: -9999px;
}

#storysignupwindow {
	display: block;
	position: absolute;
	width:387px;
	height: 247px;
	background-image: url(../images/storysignup.png);
	z-index: 14;
}
#storysignupwindow form {
	position: absolute;
	top: 80px;
	left: 50px;
	background: none;
}
#storysignupwindow .close {
	display: block;
	position: absolute;
	right: 23px;
	top: 37px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 11px;
	padding: 2px 3px 3px 3px;
	border: 1px solid #fff;
	z-index: 60;
}
#storysignupwindow .close:hover {
	color: #000;
	border-color: #000;
}
#storysignupwindow fieldset p {
	margin: 3px 0px;
	padding: 0px;
	background: none;
}
#storysignupwindow input {	
	width: 270px;
	height: auto;
	display: inline;
	
	background: #fff;
	font-size: 13px;
	line-height: 17px;
	padding: 4px;
}
#storysignupwindow fieldset label {
	display: inline;
	background: none;
}
#storysignupwindow #email {
	margin-left: 25px;
}
#storysignupwindow button {
	border: 1px solid #fff;
	background: #83cfd4;
	text-indent: 0px;
	width: auto;
	height: auto;
	padding: 5px 8px;
	color: #fff;
	margin: auto;
	position: relative;
	bottom: auto;
	float: right;
	margin-right: 20px;
	background-color: transparent;	
}




/* Excerpts */
.excerpt {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #74beb9;
}
.excerpt .date {
	color: #a23435;
}
.excerpt h3,
.excerpt h2 {
	margin: 5px 0px;
}
.excerpt h3 {
	color: #74beb9;
}