/* @override http://staging.iraqbodycount.org/contribute/styles/styles.css */

/* Contribute home page */

/* @group topnav */

div#topnav {
	background: url('/contribute/images/topnav-bottomleftstrip.png') left bottom no-repeat;
}

div#topnav ul {
	background: url('/contribute/images/topnav-bottomrightcnr.png') right bottom no-repeat;
}

div#topnav li.selected {
	background: #255144 url('/contribute/images/tab-topleftstrip.png') left top no-repeat;

}

div#topnav li.selected span {
	background: url('/contribute/images/tab-bottomleftcnr.png') left bottom no-repeat;

}

div#topnav li.selected span a {
	background: url('/contribute/images/tab-contrib-toprightstrip.png') right top no-repeat;

}

/* @end */

/* @group subnav */

/* the subnav declarations start here */

div#subnav {
	background: #255144 url('/contribute/images/tab-topleftstrip.png') -4px center no-repeat;
	height: 1.2em;
}
div#subnav span {
	height: 100%;
	width: 10px;
	float: right;
	background: url('/contribute/images/frame-toprightstrip.png') top right repeat-y;
}

div#subnav ul {

margin: 0;
padding: 0 0 0 60%;
}

div#subnav ul li {
	width: 33%;
	padding: 0;
}

div#subnav ul li a {
	padding-left: 3em;
}

div#subnav li.selected a {
	color: #fff;
}


/* @group content containers */

#background {
	background: #eaeaea;
}

#content {
	min-height: 40em;
}

/* @end */

#content h1, #content h2 {
	color: #375e52;
}

#content ul li {
	list-style-image: url('/contribute/images/contribute-squarebullet.png');
}

#content span.ref-more {
	background-color: #427868;
}

h4 {
  font-weight: bold;
  color: rgb(34, 34, 34);
  margin-right: 30%;
} 

/* @group footer div & p */

.footer {
	background: url('/contribute/images/frame-bottomleftstrip.png') top left no-repeat;
}

.footer p {
	background: url('/contribute/images/frame-bottomrightcnr.png') top right no-repeat;
}

/* @end */