/************* temp fix   **********/
#search
{

}
/************* temp fix   **********/

body {
	font-family: "trebuchet ms", verdana, arial, helvetica, "sans serif";
	font-size: 62.5%;
}

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

.a-centre {
	text-align: center;
}

.to-left {
	float: left;	
}

img.to-left {
	margin: 0 10px 5px 0;
}

.to-right {
	float: right;	
}

img.to-right {
	margin: 0 0 5px 10px;
}

.larger {
	font-size: 1.2em;	
}

.rounded {
	position: relative;
}

.corner {
	position: absolute;
	width: 5px;
	height: 5px;
	background-repeat: no-repeat;
}

.corner.top-left {
	top: 0;
	left: 0;
}

.corner.top-right {
	top: 0;
	right: 0;
}

.corner.bottom-left {
	bottom: 0;
	left: 0;
}

.corner.bottom-right {
	bottom: 0;
	right: 0;
}

.rounded.green {
	background-color: #172e01;	
}

.rounded.green .corner.top-left {
	background-image: url('../images/corner-green-top-left.png');
}

.rounded.green .corner.top-right {
	background-image: url('../images/corner-green-top-right.png');
}

.rounded.green .corner.bottom-left {
	background-image: url('../images/corner-green-bottom-left.png');
}

.rounded.green .corner.bottom-right {
	background-image: url('../images/corner-green-bottom-right.png');
}

.module {
	margin-bottom: 10px;	
}

.module.beige {
	background-color: #f2efeb;
	padding-top: 10px !important;
}

.heading {
	border-bottom: 2px solid #e1ddd8;
	padding: 0 3px 5px;
	margin-bottom: 10px;
	color: #7c6f5f;
	height: 100%;
	overflow: hidden;
}

.heading h2, 
.heading h3 {
	font-weight: normal;
}

.heading h2 {
	font-size: 2.5em;
}

.heading h3 {
	font-size: 1.9em;
}

.heading .link-rss {
	display: block;
	float: right;
	width: 31px;
	height: 30px;
	margin-top: 8px;
	background: transparent url('../images/btn-rss.png') no-repeat;
	text-decoration: none;
	border: 0 !important;
}

.large-text #container {
	font-size: 1.4em;	
}

#header {
	position: relative;
	height: 240px;
	background: transparent url('../images/bg-head-alt.jpg') no-repeat right bottom;
}

#header #controls {
	float: right;
	margin: 10px 0 0;
	font-size: 1.5em;	
}

#header #controls ul li {
	float: left;
	border-right: 1px solid #81725e;
	padding: 8px 10px 12px;
}

#header #controls ul li.no-border {
	border: 0;	
}

#header #controls ul li#search {
	padding: 5px 10px 0;	
}

#header #controls ul li#search #ajaxSearch_input {
	background-color: #eeebe5;
	color: #7c6f5f;
	border: 0;
	border-top: 1px solid #b8bbac;
	padding: 4px;
	margin-right: 10px;
}

#header #controls ul li#search input.button {
	background: transparent;
	border: 0;
	font-size: 1.01em;
	padding: 0;
}

#header #controls ul li a,
#header #controls ul li#search input.button {
	color: #eeebe5;
	border-bottom: 1px solid #828c73;
	text-decoration: none;
}

#header #controls ul li a:hover,
#header #controls ul li#search input.button:hover {
	border-color: #eeebe5;	
}

#header h1 {
	position: absolute;
	left: 10px;
	bottom: 20px;
}

#header h1 a {
	display: block;
	width: 460px;
	height: 43px;
	text-indent: -9999px;
	background: transparent url('../images/logo.png') no-repeat;
}

#navigation {
	font-size: 1.8em;
	background-color: #172e01;	
	height: 100%;
	overflow: hidden;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	display: block;
	float: left;
	padding: 12px 12px 10px;
	color: #eeebe5;	
	border-right: 1px solid #81725e;
	border-bottom: 2px solid #172e01;
	text-decoration: none;
}

#navigation ul li.last a {
	border-right: 0;
}

#navigation ul li.active a,
#navigation ul li a:hover {
	color: #96bf0d;
	background-color: #000;
	border-bottom-color: #96bf0d;
}

#main {
	background-color: #d8d7bd;	
	padding: 20px 0;
}

#main a {
	color: #172e01;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #172e01;
}

#main a:hover {
	background-color: #172e01;
	color: #fff;
}

#main .inner {
	background: #fff url('../images/shim-main-top.png')	no-repeat top center;
	padding: 10px 0 0;
}

#main .inner .bottom {
	background: #fff url('../images/shim-main-bottom.png')	no-repeat top center;
	height: 5px;
	margin: 5px 0 0;
}

#main #content {
	border-left: 1px solid #e1ddd8;
	padding-left: 10px;
	margin-left: 0;
	width: 539px;
}

#main #content p,
#main #content form fieldset ul li {
	font-size: 1.2em;
	line-height: 1.6;
	margin-bottom: 20px;
}

#main #content form {
	margin: 20px 0;	
}

#main #content form fieldset ul li label {
	float: left;
	width: 120px;
}

#main #content form fieldset ul li input,
#main #content form fieldset ul li textarea {
	flaot: left;
	padding: 5px;
}

#main #content form fieldset ul li input.button {
	margin-left: 120px;	
}

#main #content ul.article-list li {
	padding: 0 0 10px 70px;
	margin-bottom: 25px;
	border-bottom: 1px solid #bdb7af;
	background-position: 25px 0;
	background-repeat: no-repeat;
	height: 100%;
	overflow: hidden;
}

#main #content ul.article-list.books li,
#main #content ul.article-list.video li {
	padding-left: 0;	
}

#main #content ul.article-list.books li .txt {
	margin-left: 220px;	
}

#main #content ul.article-list li.the-guardian {
	background-image: url('../images/section-logo-guardian-vert.gif');
	background-position: 10px 0;
}

#main #content ul.article-list li.the-new-york-times {
	background-image: url('../images/section-logo-nyt-vert.gif');
	background-position: 10px 0;
}

#main #content ul.article-list li.the-jewish-chronicle {
	background-image: url('../images/section-logo-jewish-chronicle-vert.gif');	
	background-position: 12px 0;
}

#main #content ul.article-list li.bbc {
	background-image: url('../images/section-logo-bbc-vert.gif');
	background-position: 0 10px;
}

#main #content ul.article-list li .date {
	font-size: 1.2em;
	color: #7c6f5f;
	border-bottom: 2px solid #e1ddd8;
}

#main #content ul.article-list li h3.title {
	font-family: "times new roman", serif;
	font-size: 1.8em;
	line-height: 1;
	margin-bottom: 10px;
	color: #344e00;
}

#main #content ul.article-list li h3.title a {
	text-decoration: none;
	color: #344e00;
	border-bottom: 0;
}

#main #content ul.article-list li h3.title a:hover {
	color: #fff;
}

#main #content .archive {
	font-size: 1.3em;
	line-height: 1.5;
}

#main #content .archive ul {
	margin-bottom: 15px;	
}

#main #content .archive ul ul {	
	padding-left: 15px;	
}

#main #content .archive ul li {
	margin-bottom: 10px;	
}

#main #content .archive h3 {
	font-size: 1.65em;	
}

#main #content .archive h4 {
	font-size: 1.4em;	
}

#main #sidebar {
	width: 400px;
	margin: 0;	
}

#main #sidebar .module {
	padding: 0 10px 10px;	
}

#site-map {
	color: #eeebe5;
	background-color: #000;
	padding: 30px 0 20px;
}

#site-map a {
	color: #eeebe5;
	text-decoration: none;
}

#site-map a:hover {
	text-decoration: underline;	
}

#site-map h3 {
	font-size: 2.3em;
	font-weight: normal;
	margin-bottom: 25px;
}

#site-map ul li {
	font-size: 1.3em;
	line-height: 1.2;
	margin-bottom: 10px;	
}

#site-map #address {
	font-size: 2em;
}

#site-map #address address {
	font-style: normal;	
	line-height: 1.2;
	margin-bottom: 15px;
}

#site-map #address a {
	border-bottom: 1px solid #828c73;
}

#site-map #address a:hover {
	text-decoration: none;
	border-color: #eeebe5;	
}

#footer {
	background-color: #172e01;
	color: #fff;
	padding: 10px 0;
	font-size: 1.3em;
	height: 100%;
	overflow: hidden;
}

#footer a {
	color: #eeebe5;
	border-bottom: 1px solid #828c73;
}

#footer a:hover {
	text-decoration: none;
	border-color: #eeebe5;	
}

#pagination {
	height: 100%;
	overflow: hidden;
	line-height: 2;
	font-size: 1.2em;
}

#pagination .pages {
	clear: both;	
}

#pagination .pages .page, 
#pagination .pages .current,
#pagination .pages .splitter {
	margin: 0 2px;	
}

#sidebar .module.half {
	float: left;
	width: 180px;	
}

#sidebar .module ul li {
	font-size: 1.4em;
	line-height: 1.4;
}

#sidebar .module#sections ul {
	height: 100%;
	overflow: hidden;	
}

#sidebar .module#sections ul li a {
	display: block;
	width: 180px;
	height: 50px;
	text-align: center;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
}

#sidebar .module#sections ul li a:hover {
	border: 0;
	background-color: transparent;
	color: #172E01;
}

#sidebar .module#sections ul li a.txt {
	padding-top: 20px;
	height: 30px;
	text-decoration: underline;
}

#sidebar .module#sections ul li a.txt:hover {
	text-decoration: none;
}

#sidebar .module#sections ul li a.img {
	text-indent: -9999px;	
}

#sidebar .module#twitter ul li {
	font-size: 1.2em;	
	line-height: 1.2;
	margin-bottom: 25px;
}

#sidebar #archives .heading {
	margin-bottom: 0;	
}

#sidebar #archives p {
	font-size: 1.3em;
}

#sidebar #archives ul li a {
	display: block;
	padding: 7px 10px;
	color: #7C6F5F;	
	border-bottom: 1px solid #f9f7f4;
	text-decoration: none;
}

#sidebar #archives ul li a:hover {
	background-color: #eae8e6;
}

