#print {
	display: none;
}

h1 {
	background: url(../images/titles/title_jills_journey_slammed.png) no-repeat;
}

* html h1 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/titles/title_jills_journey_slammed.png');
}

#top_wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#top_wrap {
    display: inline-block;
}

html[xmlns] #top_wrap {
    display: block;
}

* html #top_wrap {
	height: 1%;
}

#jill {
	float: left;
	position: relative;
	top: -10px;
	left: -10px;
	*top: 0; /* IE6 and IE7 needs this to get the div back in line from the top. */
}

h2.past_entries {
	background: url(../images/titles/title_sub_past_entries_slammed.png) no-repeat;
}

* html h2.past_entries {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/titles/title_sub_past_entries_slammed.png');
}

#entry_header {
	margin-bottom: 15px;
	overflow: hidden;
}

#entry_header h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 3px
}

#subscribe_loading {
	visibility: hidden;
}

#signup {
	background: #5bbfe9 url(../images/signup_bg2.jpg) no-repeat;
	border: 1px solid #2A4B87;
	width: 250px;
	float: right;
	margin: 0 0 10px 25px;
	position: relative;
	z-index: 1; /* Need this for IE6 and IE7 so that the response div get's over Jill's Latest Entry div. */
}

#signup_image {
	position: absolute;
	left: 0;
	top: 0;
}

#signup_text {
	margin: 5px 10px 10px;
}

#signup_text h4 {
	color: #F6D800;
	padding-left: 100px;
	font-size: 1em;
	line-height: 130%;
}

#signup_text h4 span {
	font-size: .9em;
	color: #f2f2f2;
}

#signup form {
	margin-top: 5px;
}

#signup input.text,
#signup input.text_error {
	width: 165px;
	margin-bottom: 0;
}

.asterisk {
	color: #f2f2f2;
	font-size: 1.3em;
}

#signup a {
	font-size: .89em;
	margin-left: 12px;
	overflow: hidden;
}

#signup a:link,
#signup a:visited {
	color: #305288;
}

#signup a:hover,
#signup a:active {
	color: #E8ECF3;
}

#signup span.chevron {
	color: #305288;
}

#response_inner span.chevron {
	color: #fdd447;
}

#response_slot {
	position: absolute;
	top: 4px;
	left: 5px;
	display: none;
}

#response_wrap {
	position: absolute;
	width: 240px;
	top: 5px;
	left: 5px;
	overflow: hidden;
	z-index: 2;
}

#response_inner {
	position: absolute;
	width: 254px;
	top: 0;
	left: 2px;
}

#response_top {
	width: 236px;
	height: 8px;
	background: url(../images/response_top_slammed.png) no-repeat;
	font-size: 1px; /* Need this for IE6. Need to set font-size to 1px so div height can be set to size smaller than default font size. */
}

* html #response_top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/response_top_slammed.png');
}

#response_middle {
	width: 236px;
	background: url(../images/response_middle_solid_slammed.png) repeat-y;
}

* html #response_middle {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/response_middle_solid_slammed.png');
}

#response_middle_text {
	width: 204px;
	background: url(../images/response_middle_grad.gif) no-repeat;
	margin-left: 6px;
	padding: 5px 10px 0;
	position: relative;
}

#response_bottom {
	width: 236px;
	height: 21px;
	background: url(../images/response_bottom_slammed.png) no-repeat;
}

* html #response_bottom {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/response_bottom_slammed.png');
}

.response_header {
	text-align: center;
	width: 202px;
	margin-bottom: 7px;
}

#latest_entry {
	clear: right;
	overflow: hidden;
	border: 1px solid #5b461c;
	background: #c7b185 url(../images/jills_journey_lg_bg.jpg) no-repeat;
	color: #4c3912;
	position: relative;
	*height: 1%; /* IE6 and IE7 hasLayout trigger */
}

#latest_text_box {
	background: url(../images/jills_journey_text_bg_slammed.png);
	border: 1px solid #8e6d2b;
	margin: 53px 6px 6px;
	padding: 10px 4px 8px;
	position: relative;
	*height: 1%; /* IE6 and IE7 hasLayout trigger */
}

* html #latest_text_box {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/jills_journey_text_bg_slammed.png');
}

#latest_text_box a:link,
#latest_text_box a:visited {
	color: #ccef86;
}

#latest_text_box a:hover,
#latest_text_box a:active {
	color: #f2f2f2;
}

#latest_text_box div {
	text-align: right;
}

#latest_text_box div a:link,
#latest_text_box div a:visited {
	color: #4c3912;
}

#latest_text_box div a:hover,
#latest_text_box div a:active {
	color: #ede4d3;
}

#latest_text_box span.chevron {
	color: #4c3912;
}

#jj_quill {
	position: absolute;
	left: 9px;
	top: 0;
}

#jj {
	position: absolute;
	left: 50px;
	top: 9px;
}

#mug {
	position: absolute;
	right: 0;
	bottom: 0;
}

#main_content ul {
	margin: 15px 0 10px 15px;
	padding: 0;
}

.all {
	text-align: center;
}

.all,
.all a:link,
.all a:visited {
	color: #e35633;
	font-weight: bold;
}

.all a:hover,
.all a:active {
	color: #ff977f;
	font-weight: bold;
}

.all span.chevron {
	color: #e35633;
}

#entry_header a.header_all {
	background: url(../images/icons/icon_docs_slammed.png) no-repeat;
	padding-left: 30px;
	display: block;
	float: left;
	margin-right: 20px;
	height: 25px;
}

* html #entry_header a.header_all {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/icons/icon_docs_slammed.png');
}

#entry_header a.header_email {
	background: url(../images/icons/icon_email_slammed.png) no-repeat;
	padding-left: 30px;
	display: block;
	float: left;
	margin-right: 20px;
	height: 25px;
}

* html #entry_header a.header_email {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/icons/icon_email_slammed.png');
}

#entry_header a.header_print {
	background: url(../images/icons/icon_print_slammed.png) no-repeat;
	padding-left: 30px;
	display: block;
	float: left;
	margin-right: 20px;
	height: 25px;
}

* html #entry_header a.header_print {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/icons/icon_print_slammed.png');
}

#entry_header a.header_contact {
	background: url(../images/icons/icon_contact_slammed.png) no-repeat;
	padding-left: 30px;
	display: block;
	float: left;
	height: 25px;
}

* html #entry_header a.header_contact {
	float: none;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/icons/icon_contact_slammed.png');
}

#latest {
	background: url(../images/latest_bg_slammed.png) no-repeat;
}

* html #latest {
	height: 1%;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/latest_bg_slammed.png');
}

#latest a {
	padding-left: 55px;
}

/* ----- PopUp ----- */

#popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	text-align: left;
}

.popgreen #popup_top {
	width: 254px;
	height: 37px;
	background: url(../images/popup_green_top_slammed.png) no-repeat;
}

.popbrown #popup_top {
	width: 454px;
	height: 37px;
	background: url(../images/popup_brown_top_slammed.png) no-repeat;
}


* html .popgreen #popup_top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/popup_green_top_slammed.png');
}

* html .popbrown #popup_top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/popup_brown_top_slammed.png');
}

.popgreen #popup_middle {
	width: 254px;
	background: url(../images/popup_green_middle_solid_slammed.png) repeat-y;
}

.popbrown #popup_middle {
	width: 454px;
	background: url(../images/popup_brown_middle_solid_slammed.png) repeat-y;
}

* html .popgreen #popup_middle {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/popup_green_middle_solid_slammed.png');
}

* html .popbrown #popup_middle {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/popup_brown_middle_solid_slammed.png');
}

.popgreen #popup_middle_text {
	width: 204px;
	background: url(../images/popup_green_middle_grad.gif) no-repeat;
	margin-left: 15px;
	padding: 5px 10px 0;
	position: relative;
}

.popbrown #popup_middle_text {
	width: 404px;
	background: url(../images/popup_brown_middle_grad.gif) no-repeat;
	margin-left: 15px;
	padding: 5px 10px 0;
	position: relative;
}

.popgreen .popup_header {
	position: absolute;
	top: -20px;
	padding: 0 10px;
	width: 182px;
	text-align: center;
}

.popbrown .popup_header {
	position: absolute;
	top: -20px;
	padding: 0 10px;
	width: 382px;
	text-align: center;
}

.ph_yellow {
	background: url('../images/yellow25per_bg_slammed.png');
	border: 1px solid #fdd447;
}

* html .ph_yellow {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/yellow25per_bg_slammed.png');
}

.ph_red {
	background: url('../images/red35per_bg_slammed.png');
	border: 1px solid #e35633;
}

* html .ph_red {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/red35per_bg_slammed.png');
}

.ph_blue {
	background: url('../images/blue60per_bg_slammed.png');
	border: 1px solid #163160;
}

* html .ph_blue {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/blue60per_bg_slammed.png');
}

.popgreen #popup_bottom {
	width: 254px;
	height: 34px;
	background: url(../images/popup_green_bottom_slammed.png) no-repeat;
}

.popbrown #popup_bottom {
	width: 454px;
	height: 34px;
	background: url(../images/popup_brown_bottom_slammed.png) no-repeat;
}

* html .popgreen #popup_bottom {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/popup_green_bottom_slammed.png');
}

* html .popbrown #popup_bottom {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/popup_brown_bottom_slammed.png');
}

.popgreen textarea.text,
.popgreen textarea.text_error {
	width: 198px;
	height: 75px;
}

.popbrown textarea.text,
.popbrown textarea.text_error {
	width: 398px;
	height: 175px;
}

input.text,
input.text_error,
textarea.text,
textarea.text_error {
	margin-bottom: 5px;
	width: 180px;
}

.send {
	height: 21px;
	width: 63px;
	overflow: hidden; /* Needed for IE6 */
}

.popbrown .send {
	margin-left: 120px;
}

.send a {
	display: block;
	width: 63px;
	height: 21px;
	background: url(../images/buttons/send_blue.gif) no-repeat 0 0;
	text-indent: -9999px;
	line-height: 0; /* Needed for IE6 */
}

.close_window_div {
	float: right;
	display: inline; /* IE6 double margin bug */
}

.popbrown .close_window_div {
	margin-right: 100px;
}

a.close_window:link,
a.close_window:visited,
a.close_window:active {
	font-size: 0.8em;
	color: #fdd447;
	text-transform: uppercase
}

a.close_window:hover {
	color: #ff977f;
}

#popup .chevron {
	color: #fdd447;
}

.error_div {
	color: #FDE9A3;
	margin: 10px;
	padding: 5px 0;
	font-size: bold;
	border-top: 1px solid #e35633;
	border-bottom: 1px solid #e35633;
}

#response_inner a {
	margin-left: 0;
}

#response_inner a.close_window {
	font-size: 0.8em;
}

#response_inner a:link,
#response_inner a:visited,
#response_inner a:active,
a.error_link:link,
a.error_link:visited,
a.error_link:active {
	color: #fdd447;
	font-weight: bold;
}

#response_inner a:hover,
a.error_link:hover {
	color: #ff977f;
	font-weight: bold;
}

.sender_email_jill {
	float: right;
}

