/* styles_actions.css - updated by SugarHil Works August 2008 - http://www.sugarhillworks.com */

a:hover { color: #66FFFF; }

body#actions { background: #FF00CC url(images/actions.gif) top center repeat; }
body#actions_action1 { background: #FF00CC url(images/action1.jpg) top center repeat; }
body#actions_action2 { background-color: #999; }
body#actions_action2response { background: #999 url(images/action2response.jpg) top center repeat; }


/* --------------- main actions page --------------- */
.actions_items { 
	position: relative;
	margin: 0px auto;
	top: 174px;
	width: 700px;
	height: 440px;
	color: #FFF;
	font-weight: bold;
}

.action_item1, .action_item2 {
	position: absolute;
	width: 100%;
	height: 85px;
}
.action_item1 {
	top: 0px;
}
.action_item2 {
	top: 85px;
}
 
#actions p {
	margin-top: 25px;
	text-align: left;
	height: auto;
	width: 100%;
}

.splash_title { 
	float: left;
	margin: 0px 0px;
	font-size: 115%;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}
a:hover .splash_title {
	color: #66FFFF;
}

.splash_date { 
	float: right;
	clear: right;
	margin: 0px 0px 5px 0px;
	font-size: 100%;
}

.statement, .comment, .responses {	
	float: right;
	clear: right;
	margin: 0px 0px;
	font-size: 90%;
	font-style: italic;
}

/* ----------------- action1 & action 2 pages ----------------- */
.actions_cntr { 
	position: relative;
	margin: 65px auto 50px auto;
	width: 700px;
	height: auto;
	text-align: left;
	color: #FFF;
}
/*#actions_action1 .actions_cntr {
	color: #EEE;
}*/

.actions_cntr p {
	margin: 0px 0px 20px 0px;
	text-align: justify;
	line-height: 16px;
	/*font-weight: bold;*/
	font-style: italic;
}

.actions_cntr h1 {
	margin: 0px 0px 10px 0px;
	color: #FFF;
	font-weight: bold;
}

.actions_cntr h2 {
	margin: 0px 0px 20px 0px;
	color: #FFF;
	font-weight: bold;
}

/* ----- action2response page exceptions ----- */
.actions_cntr .emails {
	padding: 25px 0px;
	border-bottom: #AAA dotted 2px; 
}

.actions_cntr .emails p {
	margin: 0px 20px 15px 20px;
}

.actions_cntr .emails p.title {
	font-style: normal;
	font-size: 110%;
	margin: 0px 0px 5px 0px;
}

.actions_cntr .emails p.date {
	font-style: normal;
	margin: 0px 0px 15px 0px;
}

/* ----- action 2 page exceptions ----- */
#actions_action2 .actions_cntr {
	width: 500px;
}

#actions_action2 .actions_cntr img {
	margin: 20px auto 40px auto;
	border: #888 solid 1px;
}

#actions_action2 .actions_cntr p {
	font-style: normal;
}

#actions_action2 .actions_cntr .respond {
	margin: 0px 0px 5px 0px;
	text-align: right;
}
