/* stylesheet for Amnesty new INDEX page - June 2007 */

/* mf - had to put this in due to cascading issues */
#mainnav-container {
	margin-top: 1px !important;
}

/* overall index content container */
#container-index {
	/*margin: -10px 0 0 0;*/
	margin:0px;
	position:relative;
	padding: 0px;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	width: 772px;
	background:#4c4c4a;
	/*background: #004147;*/
}

/* join amnesty division */
#index-join {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	width: 263px;
	clear: none;
}

#index-join img {
	padding: 0;
	margin: 0;
	display: block;
}


/* media panel */
#media {
	color: #fff;
	width: 260px;
	height: 182px;
	text-align: center;
}


/* NB **** had to do this to keep main navigation menu on top of the join us imagery */
	ul#main-nav li ul { /* second-level lists */
		z-index: 100;
	}

#do-menu {
	margin: 0 3px 0 0;
	padding: 5px 0 5px 0;
	/*background: #901B36;*/
	background:#fef200;
}

/* Set margin and padding to 0px and remove bullets from all list items */
ul#top-menu  { 
  padding:   0;
  margin:     0;
  list-style: none;
}

ul#top-menu li {
	padding:    0;
	margin:     0;
	display: inline /* IE needs this */
}

/* mf - add this test to check sticky menu fix - June 3, 2008 */
#top-menu li:hover, #top-menu li.hover {
    position: static;
}

/* Display all <a> tags as block-level items */
ul#top-menu li a, ul#top-menu li a:link, ul#top-menu li a:visited, ul#top-menu li a:active {
	display: block;
	/*color: #fff;*/
	color:#4c4c4a;
	font-size: 16px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	padding: 1px 0 0 3px;
	margin: 0;
	text-decoration: none;
}

ul#top-menu li a:hover {
	display: block;
	padding: 1px 0 0 3px;
	margin: 0;
	color:#4c4c4a;
}

ul#top-menu li a img {
	padding: 0 2px 0 5px;
	margin: 0;
	display: inline;
	vertical-align: top;
	
	}

/* Move sub menu items off the screen and out of view until called */
ul#top-menu li ul {
  position: absolute;
  left:     -999em;
}

/* Display sub menus when the mouse hovers over the top menu item (Used by JavaScript) */
ul#top-menu li:hover ul,
ul#top-menu li.showMenu ul { left: auto; display: block;}


/* sub menu */
ul#sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 259px;
	background:  #fff; /* IE NEEDS THIS? */
	display: block;
}

ul#sub-menu li {
	padding: 0;
	margin: 0;
}

ul#sub-menu li a, ul#sub-menu li a:link, ul#sub-menu li a:visited, ul#sub-menu li a:active {
	background: #f7f7f7;
	color: #4C4C4A;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	margin: 0;
	padding: 4px 3px 5px 3px;
}

ul#sub-menu li a:hover {
	display: block;
	margin: 0;
	padding: 4px 3px 5px 3px;
	color: #004147;
}

/* features division */
.index-features {
	margin: 0 0 0 5px;
	padding: 0;
	border: 0;
	width: 500px;
	/*background: #004147;*/
	background:#4C4C4A;
}


/* features heading */
h1.features {
	color: #fff;
	font-size: 25px; /* relative size used previously 200% but didn't want headings to resize in IE*/
	padding: 8px 0 2px 0;
	margin: 0;
	font-weight: normal;
}

.photo-wrap {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
	background: #fff;
}

.photo-wrap img {
	border: none;
	vertical-align: top;
}

/* photo credit */
DIV.credit {
	color: #000;
	font-weight: normal;
	background: #d9d9d9;
	/*background: #6E8D82;*/
	width: 249px;
}

.archive-links {
	color:#4c4c4a;
	/*color: #e2e8e6;*/
	font-weight: normal;
	background:#d9d9d9;
	/*background: #6E8D82;*/
	width: 250px;
	padding: 6px 0 6px 0;
}

.archive-links span {
	/*color: #e2e8e6;*/
	color:#4c4c4a;
	font-size: 11px;
	padding-left: 3px;
}

/* image credit */
a.credit, a:link.credit, a:visited.credit, a:active.credit {
	padding: 6px 0 5px 5px !important;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #4c4c4a !important;
	/*color: #e2e8e6 !important;*/
}

.archive-links a, .archive-links a:link, .archive-links a:visited, .archive-links a:active {
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	/*color: #e2e8e6;*/
	color: #4c4c4a !important;
	/*color: #e2e8e6 !important;*/
}

a:hover.credit,
.archive-links a:hover {
	color: #fff !important;
}

/* taken from index css styles to mimic photo credit rollover. Any changes made to home page styles for this credit
reveal, must be made here too */
ul.slideup {padding: 0; margin: 0; list-style-type:none; width: 250px;}
ul.slideup li {display: inline; margin: 0; padding: 0; ;background: #d9d9d9;/*background: #6E8D82;*/}
ul.slideup li a, ul.slideup li a:link, ul.slideup li a:visited, ul.slideup li a:active {display: block; margin: 0; padding: 0; display: block; color: #000; text-decoration: none;}
ul.slideup li a:hover {background-color: transparent;}
ul.slideup table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size: 10px; font-weight: bold;}
ul.slideup li b {
	width: 240px;
	height: 60px; /* set credit background to accommodate 5 lines of text */
	position: absolute;
	margin: 0;
	padding: 5px;
	top:-70px;
	left:0;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	visibility: hidden;
	display: block;
	background: #f7f7f7;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;	
}

* html ul.slideup li a:hover,
ul.slideup li:hover {
	position: relative;
}

ul.slideup li:hover b, ul.slideup li a:hover b, ul.slideup li:hover ul, ul.slideup li a:hover ul {
	visibility: visible;
}

/* feature content area */
.feature-content {
	float: right;
	width: 250px;
	padding: 0;
	margin: 0;
	background: #fff;
	height: 165px;
}

/* feature date posted */
.feature-content .posted {
	margin: 0;
	padding: 2px 3px 2px 6px;
	font-style: italic;
	font-size: 85%;
}

/* feature headings */
.feature-content h2 {
	margin: 3px 6px 2px 6px;
	font-weight: bold;
	font-size: 120%;
}

/* story content for features */
.feature-content p {
	font-size: 85%;
	margin: 0;
	padding: 5px 2px 3px 6px;
}

.feature-content p a, .feature-content p a:link, .feature-content p a:visited, .feature-content p a:active {
	color: #000;
	background: transparent;
	margin: 0;
	padding: 0;
}

/* hover rules for both feature links and other feature links */
.feature-content p a:hover {
	color: red;
	background: transparent;
}

.link-wrap {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
}

p a.more-links, p a:link.more-links, p a:visited.more-links, p a:active.more-links {
	display: inline !important;
	color: #000 !important;
}

p a:hover.more-links {
	color: red !important;
}


/* index page features MORE navigation text */
.index-more,
.index-more2 {
	font-size: 0.8em;
	color: #666;
	margin: 0;
	padding: 0 0 5px 5px;
	background: #fff;
}

/* index page categories MORE navigation text */
.index-more2 {
	padding: 10px 0 5px 3px;
}

/* do section */

#do {
	width: 768px;
	height: 128px;
	clear: both;
	/*background: #004147;*/
	margin: 0 0 0 4px;
	padding: 0;
	display: block;
}

#do-1,
#do-2,
#do-3 {
	float: left;
	margin: 0 2px 0 2px;
	padding: 0;
	background: #fff;
	color: #000;
}

#do-1 { margin-left: 0; width: 248px;}
#do-2 { margin-right: 3px; width: 248px;}
#do-3 { width: 259px;}

#do-1 h2,
#do-2 h2,
#do-3 h2 {
	display: block;
	margin: 0;
	padding: 10px 0 2px 0;
	font-weight: normal;
	font-size: 1.6em;
	background:#4c4c4a;
	/*background: #004147;*/
	color: #fff;
}

#do img {
	float: left;
	margin: 0;
	padding: 5px;
}

#do p {
	margin: 0;
	padding: 5px;
	font-size: 90%;
	background: #fff;
}


/* footer division */
#index-footer {
	text-align: center;
	width: 772px;
	margin: 0;
	padding: 10px 0 0 0;
	color: #fff;
	background: #a60000;
	min-height: 70px;
	clear: both;
}

form#subscribe-newsletter {
	margin-bottom: 5px;
}

form#subscribe-newsletter label {
	margin-top: 10px;
	margin-bottom: 5px;
}

form#subscribe-newsletter input {
	height: 22px;
	background: #fff;
	color: #000;
	font-size: 14px;
	padding-left: 3px;
	width: 120px;
}

form#subscribe-newsletter input.submit {
	width: 75px;
	padding: 0;
	height: 22px;
	background-color: transparent;
	color: #fff;
}

/* text within footer division */
#index-footer p {
	margin: 0;
	padding: 5px 0 2px 0;
	line-height: 1.6em;
	font-size: 90%;
}

/* links within footer division */
#index-footer p a, #index-footer p a:link, #index-footer p a:visited, #index-footer p a:active {
	color: #fff;
	background: transparent;
	text-decoration: none;
}

/* hover state of links within footer division */
#index-footer p a:hover {
	text-decoration: underline;
}

.hidden_feature {
		display: none;
	}
