/*** essential layout styling ***/
body {
	min-width:876px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}
#wrap {
	width:100%;
	margin:0 auto;
	padding:0;
}
#header {
	width:100%;
	height:218px;
}
#container {
	/* width:714px; */
	width:650px; /* dropped 64px from width */
	position:relative;
	padding-left:162px;      /* LC fullwidth */
	padding-right:190px;     /* RC fullwidth + CC padding */
}
#container .column {
	position:relative;
	float:left;
	min-height:400px;
}
#left {
	width:142px;             /* LC width */
	padding:0 10px 0 10px;   /* LC padding */
	/* right: 202px;         */   /* LC fullwidth + CC padding */
	/* margin-left: -100%; */ /* -100% doesn't work when using fixed width columns with right-shift left column placement */
	margin-left:-162px;      /* LC fullwidth */
}
#center {
	padding:0 15px 0 15px;       /* CC padding */
	width:100%;
}
#right {
	width:146px;             /* RC width */
	padding:0 10px 0 10px;   /* RC padding */
	margin-right:-100%;
}
#footer {
	clear:both;
	min-height:400px;
}

/*** IE Fix ***/
* html #left {
	left:172px; /* LC fullwidth */
}

/*** equal-height columns ***/

#container {
	overflow: hidden;
}

#container .column {
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}

/*** footer fix ***/

* html body {
	overflow: hidden;
}

* html #footer-wrapper {
	float:left;
	position:relative;
	width:100%;
	padding-bottom:10010px;
	margin-bottom:-10000px;
	background:#ffffff;         /*** same as body background ***/
}

/*** visual styling ***/

body {
	margin:0;
	padding:0;
	background:#ffffff;
	color:#00324d;
	font-family:"Lucidia Grande",Verdana,Geneva,Arial,Helvetica,Swiss,sans-serif;
	/* font-family:Georgia,"Times New Roman",Times,serif; */
	font-size:1.0em;
	font-weight:normal;
	line-height:normal;
	text-transform:none;
	background-color:#29456D;
}
#wrap {
	background:gray;
}
#header {
	background:url(/images/styling/banners/banner01.png) no-repeat #29456D;
}
#header img {
	display:none;
}
#footer {
	background:#29456D;
}
/*
#footer_links {
	margin-right:32px;
	padding-top:10px;
	font-size:10px;
	text-align:right;
	color:#6c91aa;
}
#footer_links a, #footer_links a:link, #footer_links a:visited {
	color:#6c91aa;
	text-decoration:none;
	text-transform:lowercase;
}
#footer_links a:hover, #footer_links a:active {
	color:#cc0000;
	text-decoration:underline;
}
#footer_legal {
	padding-top:35px;
	padding-bottom:10px;
	font-size:10px;
	text-align:center;
}
#footer_legal a, #footer_legal a:link, #footer_legal a:visited {
	color:#00324d;
	text-decoration:none;
}
#footer_legal a:hover, #footer_legal a:active {
	color:#cc0000;
	text-decoration:underline;
}
*/
#navigation {
	height:26px;
	background:#213859;
}
#container {
	background:#ffffff;
}
#left {
	/* background:inherit; */
	/* background:#4D73A9; */
	background:#3F67A1;
}
#center {
	/* background:inherit; */
	/* background:#bebebe; */
}
#right {
	/* background:inherit; */
	padding-top:0.5em;
	/* background:#ffffff; */
	background:gray;
}

#container {
	font-size:0.75em;
}

#container .column {
	margin-top:0;
	padding-top: 0;
	text-align: justify;
}
#header #search {
	position:relative;
	float:left;
	/*
	margin-left:755px;
	margin-top:170px;
	*/
	margin-left:848px;
	margin-top:170px;
}
#header #search .search_button {
	border:0;
	width:20px;
	height:20px;
	background:url(/images/styling/buttons/search_button.png) no-repeat 0 0;
}
#header #search .search_button:hover {
	background-position:-20px 0;
}
#header #lji_promo {
	position:relative;
	float:left;
	margin-left:60px;
	margin-top:145px;
	font-size:10px;
	color:#ffffff;
	width:50px;
	height:50px;
}
#header #lji_promo_logo {
	width:50px;
	height:50px;
	background:url(/images/styling/banners/lji_logo.png) no-repeat;
}
#footer {
	font-size:0.7em;
}
#footer .column {
	position:relative;
	float:left;
}
#footer .column {
	/* padding-bottom: 1001em; */     /* X + padding-bottom */
	/* margin-bottom: -1000em; */    /* X */
}
#footer .column {
	margin:0.5em 0em 1.5em 1em;
	padding-top:0;
	text-align:left;
}
#footer .column {
	width:145px;
}
#footer .wide {
	width: 160px;
}
#footer .made_by_bluebinary {
	width:140px;
	height:61px;
	background:url(/images/styling/logos/made_by_bluebinary.png) no-repeat;
}
#footer h2 {
	font-size:1em;
	color:#8FA2BD;
}
#footer ul.sitemap {
	list-style:none;
	list-style-type:none;
	margin-left:0;
}
#footer ul.sitemap li {
	list-style-type:none;
	margin-bottom:0.3em;
}
/*** IE Fix ***/
* html #container .column {
	/* padding-top: 1em; */
}

/* top navigation bar styling */
#navbar {
	padding:1px 5px 0 12px;
	margin:0 8px;
	/* background:#002455; */
	text-align:left;
}

/* left sidebar navigation styling */
#navigation_box {
	/* background:#004e78; */
	padding-bottom:20px;
	padding-top:10px;
}
#navigation_list {
	list-display-style:none;
	width:144px;
	font-size:12px;
	margin-left:0px;
	text-align:left;
}
.navigation_list_sub {
	list-display-style:none;
	width:131px;
	margin-left:0px;
}
.navigation_section_non_anchor_text {
	color:yellow;
}
.navigation_section {
	list-style-type:none;
	padding:6px 6px 6px 6px;
}
.navigation_section_expanded {
	list-style-type:none;
	padding:6px 6px 6px 6px;
	background-color:#429ad5;
}
.navigation_section_border {
	border-bottom:1px solid #ffffff;
}
.navigation_link, .navigation_link:link, .navigation_link:visited {
	text-decoration:none;
	color:#ffffff;
}
.navigation_link:hover, .navigation_link:active, .navigation_section:hover {
	/* text-decoration:underline; */
	/* background:#385e85; */
}
.navigation_link_parent, .navigation_link_parent:link, .navigation_link_parent:visited {
	text-decoration:none;
	color:#ffffff;
}
.navigation_link_selected, .navigation_link_selected:link, .navigation_link_selected:visited {
	text-decoration:none;
	color:#ffffff;
	/* font-style:italic; */
}
.navigation_link_selected:hover, .navigation_link_selected:active {
	/* background:#385e85; */
}
.navigation_link_item:hover {
	background:#385e85;
}
.navigation_sub_section {
	list-style-type:none;
	padding:2px 4px 2px 8px;
}
.navigation_sub_section_selected {
	background:#385e85;
}
.navigation_sub_section_expanded {
	color:green;
}
.navigation_sub_section:hover {
	background:#006bdc;
}
.navigation_sub_link, .navigation_sub_link:link, .navigation_sub_link:visited {
	text-decoration:none;
	color:#ffffff;
}
.navigation_sub_link:hover, .navigation_sub_link:active {
	/* text-decoration:underline; */
}
.navigation_sub_link_selected {
	color:#ffffff;
	/* text-decoration:underline; */
	/* font-style:italic; */
}
/*** lji navigation link styling ***/
.navigation_list_lji_item { 
	position:relative;width:100%;height:30px;
}
.navigation_list_lji_link {
	position:absolute;width:100%;height:30px;margin-right:30px;
}
.navigation_list_lji_logo {
	position:absolute;top:0;left:102px;width:30px;height:30px;background:url(/images/promo/logos/lji_menu_white.png) no-repeat;
}

#navigation_lji_project_logo_image {
	width:140px;
	height:47px;
	margin:20px 0 10px 2px;
	background:url(/images/styling/sidebar/leeds_sign.png) no-repeat left bottom;
}
/*
#navigation_lji_project_ljrc_logo_image {
	width:140px;
	height:47px;
	margin:20px 0 10px 2px;
	background:url(/images/styling/sidebar/ljrc_logo.gif) no-repeat left bottom;
}
*/
/* main body content container styling */

img {border:0;}
form {margin:0;}

ul,ol {
	margin-top:0.5em;
	margin-left:1.5em;
	margin-bottom:0.5em;
}

table {
	font-family:"Lucidia Grande",Verdana,Geneva,Arial,Helvetica,Swiss,sans-serif;
	font-size:1em;
	font-weight:normal;
	line-height:normal;
	text-transform:none;
	border:0;
}

#clickback a, #clickback a:link, #clickback a:visited {
	color:#00324d;
	text-decoration:none;
}
#clickback a:hover, #clickback a:active {
	text-decoration:none;
	color:#cc0000;
}
div#body_center {
	/* font-size:0.75em; */
	padding-top:0.5em;
}
div#body_center h1 {
	font-size:1.4em;
	font-weight:normal;
	width:auto;
	/* height:auto; */
	margin:4px 0 4px 0; /* t r b l*/
}
div#body_center h1.mir {
	height:25px;
}
div#clickback {
	text-align:left;
	font-size:0.8em;
}
div#body p {
	text-align:justify;
}
div#body p:first-child {
	margin-top:0;
	padding-top:0;
}
div#body h1 {
	font-size:1.4em;
	font-weight:normal;
	width:auto;
	/* height:auto; */
	margin:4px 0 4px 0; /* t r b l*/
}
h1.mir {
	margin:0; /* t r b l*/
	height:34px;
}
div#body h2 {
	font-size:12px;
	height:16px;
	width:auto;
	margin:0px 0px 2px 0px;
	padding:0px;
	border-bottom:1px dotted #bebebe;
	color:#384362;
	
	background-position:0px;
	background-repeat:no-repeat;
}
div#body h2.pp { /* pre-paragraph styling, reduces gap between header and paragraph */
	margin-bottom:-10px;
}
div#body h3 {
	font-size:12px;
	height:16px;
	width:auto;
	margin:0px 0px 2px 0px;
	padding:0px;
	line-height:normal;
}
div#body h4 {
	font-family:Times,"Times New Roman",serif;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	height:18px;
	width:auto;
	margin:0px 0px 2px 0px;
	padding:0px;
	line-height:normal;
}
div#body h5 {
	font-family:Times,"Times New Roman",serif;
	font-size:10px;
	font-weight:normal;
	height:14px;
	width:auto;
	margin:0px 0px 2px 0px;
	padding:0px;
	line-height:normal;
}
div#body h6 {
	font-family:Times,"Times New Roman",serif;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	height:18px;
	width:auto;
	margin:0px 0px 2px 0px;
	padding:0px;
	line-height:normal;
}
div#body_banner {
	width:652px;
	height:164px;
}
p.quotation {
	margin:0 3em 1em 3em;
	font-size:1.15em;
	font-style:italic;
	font-family:"Times New Roman",Times,serif;
}
p.quotation:before {
	content:'\201C';
}
p.quotation:after {
	content:'\201D';
}
span.gallery_title {
	font-size:0.9em;
	font-weight:bold;
}

img.gallery_closest_icon {
	border:1px solid #bebebe;
	padding:1px;
}
img.gallery_closest_icon:hover {
	border:1px solid #cc0000;
	padding:1px;
}
img.gallery_closest_icon_this {
	border:1px dotted #bebebe;
	padding:1px;
}
img.gallery_pic_thumb {
	border:1px solid #bebebe;
	padding:1px;
}
img.gallery_pic_large {
	border:1px solid #bebebe;
	padding:1px;
}
img.gallery_pic_thumb:hover {
	border:1px solid #cc0000;
	padding:1px;
}

td.table_col_light {
	vertical-align:top;
	background-color:#99ccff;
	color:#000000;
}
td.table_col_mid {
	vertical-align:top;
	background-color:#3366cc;
	color:#ffffff;
}
td.table_col_dark {
	vertical-align:top;
	background-color:#3399ff;
	color:#000000;
}

div.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}

/*** body right styling ***/
div#body_right {
	margin-top:0.5em;
}

/*** url styling ***/

a.ref {color:#ffffff;text-decoration:none;}
a.ref:link a.ref:visited a.ref:active {color:#ffffff;}
a.ref:hover {color:#acbcde;}

a.link, a.link:link a.link:visited a.link:active,
a.email, a.email:link a.email:visited a.email:active {color:#00324d;text-decoration:none;}
a.link:hover,a.email:hover {color:#cc0000;}

a.quicklink {color:#004188;text-decoration:none;}
a.quicklink:link a.quicklink:visited a.quicklink:active {color:#004188;}
a.quicklink:hover {color:white;}

a.copy {color:#ffffff;text-decoration:none;}
a.copy:link a.copy:visited a.copy:active {color:#ffffff;}
a.copy:hover {color:#cc0000;}

a.entry {color:#000000;text-decoration:none;}
a.entry:link a.entry:visited a.entry:active {color:#000000;}
a.entry:hover {color:#003366;}

/*** journal styling ***/

.heading_large {
	font-size:26px;
	font-weight:bold;
	font-family:helvetica,arial,sans-serif;
}
.heading_medium {
	font-size:22px;
	font-weight:bold;
	font-family:helvetica,arial,sans-serif;
}
.heading_small {
	font-size:16px;
	font-weight:bold;
	font-family:helvetica,arial,sans-serif;
}

span.journal_entry_title {
	font-size:26px;
	font-weight:bold;
	font-family:helvetica,arial,sans-serif;
}

div.journal_entry div.entry_text, div.entry_text p {
	text-align:justify;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.05em;
}

div.journal_entry div.entry_text_small, div.entry_text_small p {
	text-align:justify;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:0.9em;
}

div.news_entry div.entry_text_small, div.entry_text_small p {
	text-align:justify;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:0.9em;
}

div.no_tags {
	width:100%;
	border-top:1px dotted gray;
	padding-top:1px;
	border-bottom:3px solid gray;
	font-size:10px;
}
div.tags {
	width:100%;
	border-top:1px dotted gray;
	padding-top:4px;
	border-bottom:3px solid gray;
	padding-bottom:8px;
	font-size:10px;
}

/*** rss ticker ***/

div#rssticker {
	display:block;
	padding:5px;
	width:90%;
	height:26px;
	background:#06f;
	margin-left:auto;
	margin-right:auto;
}
div#rssbox {
	background:#06f;
	padding:2px 0 1px 0;
	margin:0;
}
.rssclass {
	width:100%;
	padding: 2px;
	font-family:Helvetica,"Lucidia Grande",Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:white;
}
.rssclass a {
	color:white;
	text-decoration: none;
}
.rssclass a:hover {
	text-decoration:underline;
}

.promo_img { /* width of promo images, embedded in content */
	width:650px;
}

/*** ajax slideshow ***/

div#slideshow {
	width:400px;
	height:260px;

	margin-left:auto;
	margin-right:auto;
	padding:5px;
	background:#cad3e0;
}
.slideshowclass {
	width:400px;
	height:250px;
	margin:0;
}

/*** sitemap styling ***/
.sitemap a,.sitemap a:link,.sitemap a:visited {
	color:#00324d;
	text-decoration:none;
}
.sitemap a:hover,.sitemap a:active {
	color:#cc0000;
}
/*** footer sitemap styling ***/
#footer .sitemap a,#footer .sitemap a:link,#footer .sitemap a:visited {
	color:#5e8dcf;
	text-decoration:none;
}
#footer .sitemap a:hover,#footer .sitemap a:active {
	color:#afc6e7;
}
/*** search results list sytling ***/
.search_results a,.search_results a:link,.search_results a:visited {
	color:#00324d;
	text-decoration:none;
}
.search_results a:hover,.search_results a:active {
	color:#cc0000;
}
/*** links styling ***/
#links_name {
	color:red;
}
a.link {
	background:url(/images/icons/external_link.gif) no-repeat 100% 50%;
	background-image:url(/images/icons/external_link.gif);
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position-x:100%;
	background-position-y:50%;
	-webkit-background-clip:initial;
	-webkit-background-origin:initial;
	background-color:initial;
	padding-right:14px;
}
a.email {
	background:url(/images/icons/external_mail.gif) no-repeat 100% 50%;
	background-image:url(/images/icons/external_mail.gif);
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position-x:100%;
	background-position-y:50%;
	-webkit-background-clip:initial;
	-webkit-background-origin:initial;
	background-color:initial;
	padding-right:19px;
}
/*** sidebar shabbat times styling ***/
.sidebar_shabbat_title {
	width:142px;
	height:32px;
	background:url(/images/styling/sidebar/title_shabbat_times.png) no-repeat;
}
.sidebar_shabbat_date_hebrew {
	margin-bottom:0.5em;
	font-weight:bold;
}
.sidebar_shabbat_name_column {
	position:relative;
	float:left;
	width:65px;
	font-weight:bold;
}
.sidebar_shabbat_data_column {
	position:relative;
	float:left;
	width:55px;
}
.sidebar_shabbat_sedra {
	margin-top:0.5em;
}
.sidebar_events_title {
	width:142px;
	height:32px;
	background:url(/images/styling/sidebar/title_events.png) no-repeat;
}
.sidebar_events_list {
	list-style:none;
	list-style-type:none;
	margin:0;
}
.sidebar_events_list li {
	width:110px;
	list-style-type:none;
	padding:1px;
}
.sidebar_events_list li:hover {
	/* background-color:#ffffff; */
}
.sidebar_events_list a,.sidebar_events_list a:link,.sidebar_events_list a:visited {
	color:#00324d;
	text-decoration:none;
}
.sidebar_events_list a:hover,.sidebar_events_list a:active {
	color:#ffffff;
}
.sidebar_articles_title {
	width:142px;
	height:32px;
	background:url(/images/styling/sidebar/title_latest_news.png) no-repeat;
}
.sidebar_articles_list {
	list-style:none;
	list-style-type:none;
	margin:0;
}
.sidebar_articles_list li {
	width:110px;
	list-style-type:none;
	padding:2px;
}
.sidebar_articles_list li:hover {
	/* background-color:#ffffff; */
}
.sidebar_articles_list a,.sidebar_articles_list a:link,.sidebar_articles_list a:visited {
	color:#00324d;
	text-decoration:none;
}
.sidebar_articles_list a:hover,.sidebar_articles_list a:active {
	color:#ffffff;
}

div#accounts_user_icon {
	float:left;
	width:12px;
	height:12px;
	margin-top:1px;
	margin-right:5px;
	background:url(/images/accounts/user_fig.png) no-repeat;
}