/*
* Common styles for oaaf.org
*/

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

td, div, p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}

/* link styles */
a {
	text-decoration: underline;
}
a:link {
	color: #336600;
}
a:visited {
	color: #666600;
}
a:hover, a:active {
	color: #AA2219;
}

/* header elements */
#fullheader {
    padding: 4px 0px 0px 0px;
    background: #669900;
    width: 760px;
}
#header {
    padding: 0px 0px 0px 0px;
    background: #99CC00;
}
#logo {
    padding: 17px 150px 19px 11px;
}
#utilnav {
    padding: 0px 0px 0px 8px;
    background: #669900;
    height: 20px;
    width: 135px;
}
.utilnavitem {
    padding: 3px 10px 0px 3px;
    float: left;
}

/* top navigation */
#topnav {
    margin: 1px 0px 0px 0px;
    padding: 0px;
    background: #BDBDBD;
    width: 760;
}
.topnavitem {
    padding: 8px 16px 9px 11px;
    float: left;
}
#searchform {
    margin:4px;
}
#searchform input {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
    border: 1px;
}

/* title bar */
#titlebarwrap {
    width: 761px;
}
.titlebar {
    padding:0px;
    margin: 0px 1px 0px 0px;
    border-bottom: 1px solid #BDBDBD;
    float: left;
}
#contentbody {
    clear: both;
}

/* left navigation */
#leftnav {
    padding: 0px;
    margin: 0px;
    width: 197px;
    float: left;
}
/* wraps */
.leftnavwrap, .leftnavwraphi, .leftnavwrapsel, .leftnavwrapsel2 {
    margin: 0px 24px 0px 0px;
    padding: 0px 0px 0px 11px;
    border-top: 1px solid #BDBDBD;
    background: #FFFFFF;
}
.firstitem .leftnavwrap,  
.firstitem .leftnavwraphi,
.firstitem .leftnavwrapsel, 
.firstitem .leftnavwrapsel2 {
    margin-right: 0px;
    border-top: none;
}
.leftnavchildren .leftnavwrap,  
.leftnavchildren .leftnavwraphi,
.leftnavchildren .leftnavwrapsel, 
.leftnavchildren .leftnavwrapsel2 {
    border-top: 0px;
    padding-top: 0px;
    background: #FFFFFF; /* url(../images/oxfam_doante_wrpr/nav_child_border.gif) 0% 0% no-repeat; */
}
.leftnavwrapsel, .leftnavwrapsel2 {
    background: #FFFFFF url(../images/oxfam_doante_wrpr/nav_widget-sel.gif) 4px 50% no-repeat;
}
.leftnavwraphi {
    background: #FFFFFF url(../images/oxfam_doante_wrpr/nav_widget-hi.gif) 4px 50% no-repeat;
}
.leftnavwrapempty {
    margin: 0px;
    padding: 0px 0px 0px 11px;
    background: #FFFFFF;
}
/* items */
.leftnavitem {
    padding: 8px 10px 6px 6px;
    border-left: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    color: #8A5F1B;
    background: #E6F2C2;
}
.firstitem .leftnavwrap .leftnavitem, 
.firstitem .leftnavwraphi .leftnavitem,
.firstitem .leftnavwrapsel .leftnavitem, 
.firstitem .leftnavwrapsel2 .leftnavitem {
    padding-right: 35px;
    border-right: none;
    background: #E6F2C2; /* url(../images/oxfam_doante_wrpr/leftnav-corner.gif) 100% 0% no-repeat; */
}
.leftnavcorner {
    float: right;
}
/* link colors */
.leftnavitem a {
    text-decoration: none;
}
.leftnavitem a:link, .leftnavitem a:visited {
    color: #336600;
}
.leftnavitem a:hover, .leftnavitem a:active {
    color: #B90505;
}
/* children */
.leftnavchild {
    padding-left: 16px;
}

/* left nav empty boxes */
.leftnavemptyfirst {
    border-left: 1px solid #DCDCDC;
    background: #F0F6DE;
    text-align: right;
    height: 25px;
}
.leftnavemptybox {
    margin-right: 24px;
    border-right: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    background: #F0F6DE;
    height: 130px;
}
.leftnavwrap .leftnavemptybox {
    margin-right: 0px;
    height: 70px;
}


/* content area */
#content {
    padding: 17px 0px 30px 0px;
    width: 560px;
    float: left;
}

/* content elements */
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none 0px;
	height: 1px;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0px 0px 0px 0px;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	margin: 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
h3 {
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	/*/*/
	margin: 12px 0px 8px 0px;
	/* end NS4.7 hack */
}
h4 {
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #99CC00;
	/*/*/
	margin: 12px 0px 0px 0px;
	/* end NS4.7 hack */
}
p {
	line-height: 16px;
	/*/*/
	margin: 0px 0px 8px 0px;
	/* end NS4.7 hack */
}

/* news items */
.newsitem {
    padding-top: 9px;
}
#newsandpubsbox h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 15px;
    color: #333333;
    margin: 0px;
    padding: 0px;
    padding-top: 25px;
    text-transform: none;
}

/* dotted horizontal rule */
.dottedrule {
	/*/*/
	margin: 12px 0px 12px 0px;
	background:  url(../images/oxfam_doante_wrpr/divider.gif);
	background-repeat: repeat-x;
	height: 1px;
	/* end ns4.7 hack */
}
.dottedrule hr {
	display: none;
}
.metadata {
    color: #666666;
	font-size: 10px;
	line-height: 13px;
}
/* press release styles */
.prdate {
    font-style: italic;
}
.prdeck {
    font-weight: bold;
}
/* publication styles */
.pubheader {
	padding-bottom: 20px;
}
.pubheader h1 {
	margin-bottom: 0px;
}
.pubheader h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight:bold;
}
.pubheadertype {
	color: #666666;
	font-size: 10px;
}


/* list styles */
.blurblistimage {
	padding: 17px 0px 3px 0px;
}
.blurblisttext {
	padding: 14px 0px 0px 0px;
}
.blurblistimagetext {
	padding: 14px 0px 0px 9px;
}
.blurblisttitle {
	font-weight: bold;
}

/* search result styles */
.resultcount {
	font-weight: bold;
}
.relevance {
	color: #666666;
	font-size: 10px;
}
.searchmetadata {
	color: #666666;
	font-size: 10px;
	line-height: 13px;
}
.searchmetadata a:link, .searchmetadata a:visited {
	color: #666666;
	text-decoration: none;
}
.searchmetadata a:hover {
	color: #AA2219;
	text-decoration: underline;
}

/* boilerplate */
#boilerplate {
    padding: 30px 0px 30px 197px;
    width: 571px;
    clear: both;
	color: #666666;
	font-size: 10px;
	line-height: 13px;
}
#boilerplate a:link, #boilerplate a:visited {
font-size:10px;
	color: #666666;
}
#boilerplate a:hover, #boilerplate a:active {
font-size:10px;
	color: #AA2219;
} 

