*	{
	margin: 0;
	padding: 0;
}
body {
	padding:0; 
	text-align: left;
	background: url("../images/bg_body.png") 0 0 repeat-x #C7C7C7;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	font-style: normal; 
	font-weight: normal; 
	letter-spacing: 0.2px; 
	font-size: 0.7em;
	color: #222;
}

/* links */
a:link, a:visited {
	color: #D70071;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
.top {
	margin-bottom: 7em;
}

/* headers */
h1 {
	position: absolute;
	top: 24px;
	left: 26px;
}
h1 a {
	background: url("../images/logo.png") 0 0 no-repeat;
	width: 206px; 
	height: 68px; 
	display: block;
	text-indent: -7000em;
	line-height: 0;
}
h2 {
	display: none;
}
#centcol div h2 {
	display: block;
}
h3 {
	font-size: 160%; 
	line-height:160%;
	padding: 0 0 0.6em 0;
}
h3, h4 {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:0; 
	padding:0;
	color: #511F69;
}
h3 span {
	font-size: 70%; 
}
h4 {
	font-size: 130%; 
	line-height:130%;
	padding: 0 0 0.6em 0;
}
	
/* general styles */
p {
	margin: 0 0 1.8em 0;
}
.hide, h1 span, .last-item {
	display:none;
}
acronym, abbr {
	cursor: help; 
	border-bottom: 1px dotted #eee;
}
#printlogo {display: none;}
ul {
	list-style-position: inside;
	margin-bottom: 2em;
}
.accessibility {
	display: none;
}

/* layout */
#wrapper {
	margin: 0 auto;
}
#header {
	position: relative;
	width: 780px;
	margin: 0 auto;
	background: url("../images/bg_header.png") 0 0 repeat-y #D70071;
	height: 152px;
}
#main {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 32px 0 1.4em 0;
	background: url("../images/bg_main.png") 0 0 repeat-y #fff;
	z-index: 5;
}
#leftcol {
	float: left;
	width: 175px;
	margin: 0 0 0 30px;
}
* html #leftcol {
	width: 155px;
}
#centcol {
	margin: 0 30px 6em 215px;
	height: 1%;
}
#footer {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	text-align: center;
	margin: 3em 0 0 0;
	padding: 2em 0 10px 0;
	color: #D70071;
	clear: both;
	background: url("../images/bg_footer.png") 50% 0 no-repeat;
}

/* header */

#headergrad {
	background: url("../images/bg_logos.png") 0 0 no-repeat;
	height: 152px;
	/* optional, but probably will make all layout much easier: */
	float: left;
	width: 100%;
}

#logo-oxfam {
	position: absolute;
	top: 42px;
	left: 260px;
}

#logo-routledge {
	position: absolute;
	top: 42px;
	left: 372px;
}

#logo-oxfam a, #logo-routledge a {
	display: block;
}

#searchform {
	margin-right: 8px;
	position: absolute;
	right: 0;
	top: 50px;
	width: 262px;
}

#searchform input#qsearch {
	/* */
	border: 0 none;
	border-radius: 16px 0 0 16px;
	padding: 5px 2px 5px 12px;
	width: 212px; /* 230px */
	/*background: #fff url("../images/searchicongrey.png") 4px 3px no-repeat;*/
	float: left;
}

a.oxfam {
	background: url("../images/logo_oxfam.png") 0 0 no-repeat;
	width: 108px; 
	height: 42px; 
	padding:0;
	text-indent: -7000em;
	line-height: 0;
}
a.routledge {
	background: url("../images/logo_routledge.png") 0 0 no-repeat;
	width: 106px; 
	height: 36px; 
	padding:0;
	margin: 0 0 0 10px;
	text-indent: -7000em;
	line-height: 0;
}
/*#nav {
	width: 780px;
	background: url("../images/bg_nav.png") 0 100% no-repeat transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 15px 0;
	height: 32px;	
}
*html #nav {
	padding-bottom: 12px;
}
#nav ul {
	list-style: none;
	width: 555px;
	margin: 0 auto;
	height: 32px;
}
#nav li {
	list-style: none;
	float: left;
	height: 32px;
}
#nav a {
	color: #fff;
	display: block;
	height: 32px;
}
#nav a span {
	display: none;
}
#nav a:hover {
	background-position: 0 -32px;
}
#home {
	width: 67px; 
	background: url("../images/nav_home.png") 0 0 no-repeat;
}
#current {
	width: 100px; 
	background: url("../images/nav_current.png") 0 0 no-repeat;
}
#news {
	width: 155px; 
	background: url("../images/nav_news.png") 0 0 no-repeat;
}
#about {
	width: 77px; 
	background: url("../images/nav_about.png") 0 0 no-repeat;
}
#series {
	width: 92px; 
	background: url("../images/nav_series.png") 0 0 no-repeat;
}
#search {
	width: 64px; 
	background: url("../images/nav_search.png") 0 0 no-repeat;
	}*/
.nav {
	width: 780px;
	background: url("../images/bg_nav.png") 0 100% no-repeat transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 15px;
	height: 32px;
}
/*
*html .nav {
	padding-bottom: 12px;
}*/
.nav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	list-style: none;
	margin: 0 auto;
	height: 32px;
	line-height: 32px;
	/* text-align: center; */
	width: 540px;
}
.nav li {
	float: left;
	list-style: none;
	height: 32px;
	max-width: 100px;
	/*display: inline-block;*/
	margin: 0;
	padding: 0;
	background: #5E247A;
	background: -moz-linear-gradient(top,  #6c298c 0%, #511f69 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c298c), color-stop(60%,#511f69));
	background: -webkit-linear-gradient(top,  #6c298c 0%,#511f69 60%);
	background: -o-linear-gradient(top,  #6c298c 0%,#511f69 60%);
	background: -ms-linear-gradient(top,  #6c298c 0%,#511f69 60%);
	background: linear-gradient(to bottom,  #6c298c 0%,#511f69 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c298c', endColorstr='#511f69',GradientType=0 );
}
.nav a {
	border-left: 1px solid #511F69;
	border-right: 1px solid #6C298C;
	color: #fff;
	display: block;
	height: 32px;
	padding: 0 0.8em;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.nav li:first-child {
	border-radius: 8px 0 0 0;
}
.nav li:last-child {
	border-radius: 0 8px 0 0;
}
.nav li:first-child a,
.nav a.first {
	border-radius: 8px 0 0 0;
	border-left: 0;
}
.nav li:last-child a,
.nav a.last {
	border-radius: 0 8px 0 0;
	border-right: 0;
}
.nav a:hover,
.nav a:focus {
	text-decoration: none;
	background: #511f69;
}
.nav a span {
	display: none;
}

/* centcol */
#quote {
	border: 1px solid #F5CBAF;
	color: #511F69;
	padding: 10px;
	background: url("../images/quote_l.png") 10px 10px no-repeat #FEF9F1;
	text-align: center;
	float: right;
	width: 200px;
	margin: 16px 0 1em 24px;
}
#quote blockquote {
	text-indent: 8px;
	font-size: 1.1em;
	line-height: 150%;
	background: url("../images/quote_l.png") 185px 100% no-repeat;
	padding: 2px;
	margin: 0 0 1em 0;
}
p.qauth {
	font-weight: bold;
	color: #D70071;
	margin: 0 0 0.8em 0;
}
#rates-tbl {
	border-collapse: collapse;
	margin-bottom: 2em; 
}
#links {
	list-style: none;
	margin-bottom: 5em;
}
#links li {
	padding: 3px 0;
}
#contents {
	list-style: none;
}
#contents li {
	margin-bottom: 2em;
}
/* footer */
#footer ul {
	font-weight: bold;
	width: 100%;
	list-style: none;
	margin-bottom: 3em;
}
#footer li {
	display: inline;
	border-right: 1px solid #D70071;
	padding: 0 3px 0 6px; 
	list-style: none;
}
#footer li.last {
	border: 0;
}
	
/* display */
#display {
	margin: 0 30px;
}
#display .next-prev {
	margin: 0 0 10px 0; 
	position: relative; 
	border-bottom: 1px solid #ddd;
}
#display .next-prev-b {
	margin: 10px 0; 
	clear: both; 
	position: relative; 
	border-top: 1px solid #ddd; 
	padding-bottom: 2em;
}
#display .next-prev-b p {
	position: absolute; 
	top: 10px; 
	right: 0;
}
#display .next-prev-b a {
	margin-left: 10px; 
	font-style: normal;
}
.results-links {
	position: absolute; 
	top: 0; 
	right: 0;
}
.results-links a {
	margin-left: 10px; 
	font-style: normal;
}
#display dl {
	display: inline;
	width: 100%;
}
#display dt {
	font-weight: bold; 
	margin-right: 6px;
	text-transform:uppercase;
	float: left;
	clear: left;
}
#display dd {
	margin-bottom: 0.5em;
}
#display dt.inline {
	clear: none;
}
#display dd.inline {
	float: left;
	display: inline;
	font-weight: bold;
	margin-right: 1em; 
}
#display dd.issn {
	float: left;
	display: inline;
	margin-right: 1em; 
}
#display dd.date {
	margin: 0 0 2em 0;
	font-weight: bold;
	clear: left;
}
#display dd.nodt {
	clear: left;
}
#display dd.pdf {
	margin: 2em 0;
}
.jacket-display {
	margin: 0 20px 20px 0; 
	border: 0px;}
#book-biblio {
	float: right; 
	width: 560px; 
	padding-bottom: 4em;
}
#book-img {
	float: left; 
	width: 150px; 
	padding-top: 10px;
}
	
/* results */
#results {
	margin: 0 30px;
}
#results h4 {
	font-size: 120%; 
	line-height:120%;
	padding: 0;
}
#results h4 .subtitle {
	color: #ddd;
}
#results .jacket {
	border: 0;
	margin: 3px 3px 5px 0;
}
#results ol {
	list-style: none; 
	width: 100%; 
	float: left; 
	border-bottom: 1px solid #ddd; 
	margin-bottom: 2em;
}
#results ol li {
	list-style: none; 
	width: 95.8%; 
	float: left; 
	clear: left; 
	border-top: 1px solid #ddd; 
	padding: 5px 2%;
}
#results .next-prev, {
	margin: 0 0 10px 0; 
	position: relative;
}
#results .next-prev-clear {
	clear: both;
}
#results .results-links {
	margin-left: 30px;
}
#results .next-prev a {
	margin: 0 5px;
}
#frmSort {
	margin-bottom: 1em;
}
#frmSort select {
	font-size: 11px;
}
.subgad {background-color:#EDA2C7;border:1px solid #511F69;color:#511F69}

#gad input
{border:1px solid #511F69}


.twitter_follow {
margin:5px 0;
}

#sharebtns {
	position: absolute;
	top: -3px;
	left: 600px;
}

#sharebtns .stButton {
	width: 23px;
	height: 23px;
}

#socshare a {
	color: #639;
	font-weight: 700;
}

#socshare a:hover {
	text-decoration: none;
}

#socshare a img {
	vertical-align: middle;
	margin-right: 4px;
	border: 0;
}

.results-nav li {
	float: left;
	list-style-type: none;
	padding-right: 1em;
}

#cmsr h3 {
	font-size: 10.5pt;
}

span.cmsr_sug {
	padding-top: 1em;
	padding-bottom: 1em;
	display: block;
}

#qsearchsbt {
	border: 0 none;
	width: 32px;
	padding: 3px 0 4px 0;
	margin-left: 0;
	float: left;
	border-radius: 0 16px 16px 0;
	height: 26px;
	background: #fff url("../images/searchicongrey.png") 4px 3px no-repeat;
	float: left;
	text-indent: -999em;
	cursor: pointer;
}

/* new home page template */

.home_fullwidth {
	/*margin: 0 30px 6em 215px;*/
	margin: 0 30px 3em 30px;
	/*height: 1%;*/
}

.home_fullwidth .jacket {
	float: left;
	padding-right: 20px;
	padding-bottom: 4em;
}

.home_3s {
	margin: 0 30px 6em 30px;
}

.home_thirdcol {
	width: 32%;
	float: left;
	min-height: 40em;
	padding: 0 4px;
}

.home_thirdcol h3 {
	border-bottom: 2px solid #800;
	padding-bottom: 3px;
}

.home_thirdcol h4 {
	border-top: 1px solid #888;
	padding-top: 12px;
}

.home_thirdcol>h4:first-of-type {
	border-top: 0;
	padding-top: 3px;
}

.twitter-timeline {
	max-height: 400px;
}