/* ===============================================
title: 		info.css
media:		screen, projection
notes:
 - defines section theme (images, colors, etc.)
=============================================== */

/* themed layout styles
=============================================== */

body {
	background: url("../../../images/background-info.gif") no-repeat top center;
}

body a{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}



/* content */

body.yh-3column div#main div#content,
body.yh-3column-intro div#main div#content {
	background: #ffffff url("../../../images/background-side-column-info.gif") repeat-y top right;
	float: right;
	width: 540px;
}

/* common immediacy editor styles
=============================================== */

/* headings */

h1,
.heading1 {
	color: #000000;
	font-size: 230%;
	height: 40px;
}

h2,
.heading2 {
	color: #000000;
	font-size: 120%;
}

h3,
.heading3 {
	color: #666666;
	font-weight: bold;
	font-size: 100%;
}

#intro-content	h1,
.heading1 {
	color: #000000;
	font-size: 230%;
	width: 250px;
	height: 40px;
}

/* misc */

.intro-paragraph {
	font-weight: bold;
}

/* worry zone */

.worry-zone-question {
	font-weight: bold;
	font-size: 120%;
}

.worry-zone-answer {
	font-weight: normal;
	font-size: 90%;
}


/* stories */

div.story-image,
p.story-image {
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0;
}

.story-image {
	color: #000000;
	margin: 0px 10px 0px 0px;
}

	div.story-image img,
	p.story-image img {
		border: 3px solid #D8D8C8;
		margin-bottom: 10px;
	}

.story-heading {
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.story-intro {
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.story_intro a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;	
}

div.story-divider,
p.story-divider {
	clear: both;
}

.story-divider {
	border-top: 1px dotted #9B9B9B;
	margin: 0.5em 0 0 0;
	padding: 0.5em 0 0 0;
}

.no-story-divider {
clear: 
	border-top: 1px dotted #9B9B9B;
	margin: 0.5em 0 0 0;
	padding: 0.5em 0 0 0;
}

/* headings (additional-content) */

div#additional-content h2 {
	background: url("../../../images/background-heading-additional-content.gif") top left;
	color: #FFFFFF;
	font-size: 120%;
	margin: 0;
	padding: 0 0 0 0.5em;
}

div#additional-content h2 a  {
	color: #FFFFFF;
	text-decoration: none;
}

div#additional-content h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#additional-content h2 a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* panel-1 (additional-content) */

div#additional-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.panel-1 {
	background: #CC66CC url("../../../images/icon-bullet-circle-white.gif") no-repeat 0.5em 1.3em;
	margin: 0 0 0 0;
	padding: 1em 1em 1em 1.5em;
}

div#additional-content p.panel-1 {
	margin: 0;
	padding: .7em .7em .7em .7em;
	color: #ffffff;
}

div#additional-content .panel-1 a {
	color: #ffffff;
	text-decoration: underline;	
}

div#additional-content .panel-1 a:hover {
	color: #ffffff;
	text-decoration: none;	
}



/*
p.panel-1 {
	background-color: #CC66CC;
	color: #ffffff;
	padding: 1em 0;
}
*/
.panel-1 {
	background-color: #CC66CC;
	color: #ffffff;
	padding: 1em 0;
}

#content #main-content img {
	border: 3px solid #D8D8C8;	
}

/* back to top link */

.back-to-top-link {
	background: url("../../../images/back-to-top-arrow.gif") no-repeat;
	padding: 10px;
}

div.back-to-top-link,
p.back-to-top-link {
	background: none;
	text-align: right;
}

div.back-to-top-link a,
p.back-to-top-link a {
	background: url("../../../images/back-to-top-arrow.gif") no-repeat;
	font-weight: bold;
	padding: 20px;
	background-position: 0% 50%;
}

.next-link {
	background: url("../../../images/next-arrow.gif") no-repeat;
	padding: 10px;
	
}

div.next-link,
p.next-link {
	background: none;
	text-align: right;
	float: right;
}

div.next-link a,
p.next-link a {
	background: url("../../../images/next-arrow.gif") no-repeat;
	font-weight: bold;
	padding: 20px;
	background-position: 0% 50%;
}

.previous-link {
	background: url("../../../images/previous-arrow.gif") no-repeat;
	padding: 10px;
}

div.previous-link,
p.previous-link {
	background: none;
	text-align: right;
	float: left;
}

div.previous-link a,
p.previous-link a {
	background: url("../../../images/previous-arrow.gif") no-repeat;
	font-weight: bold;
	padding: 20px;
	background-position: 0% 50%;
}



/* themed immediacy editor styles
=============================================== */

/* headings */

.heading-highlight {
	background: url("../../../images/background-heading-info.gif") top left;
	color: #FFFFFF;
	font-size: 120%;
	padding: 0 0 0 0.5em;
	font-weight: bold;
}

#main-content p.heading-highlight {
	color: #FFFFFF;
}

#main-content p.story-heading {
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#main-content .ImmControlAlign_Lef li {
	margin: 30px;
}


#main-content .ImmControlAlign_Left {
	border: 3px solid #D8D8C8;
}

#main-content .ImmControlAlign_Right {
	border: 3px solid #D8D8C8;
}
