

/* Structural */
body { width: 960px; margin: 20px auto; outline: 0px solid red; font-family: "Century Gothic", Gill Sans, Helvetica, Arial, sans-serif; }
.container { width: 960px; -moz-box-shadow: 0px 5px 15px #444; -webkit-box-shadow: 0px 5px 25px #444; box-shadow: 0px 5px 15px #444; color: #444; }
#content_container { min-height: 500px; position: relative; }
#content { padding: 20px; width: 623px; margin-right: 0; min-height:940px; }
#sidebar { width: 297px; height: 200px; position: relative; }

/* Global */
a:link, a:visited {  text-decoration: none; padding: 0; color: #db0842; }
a:hover { text-decoration: underline; color: #641128; }

/* Headings */
h1, h2, h3, h4, h5 { font-weight: 100; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; color: #999; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }

/* Navigation */
#nav { font-family: Helvetica Neue, Helvetica, Arial, sans-serif;   }
#nav ul, #nav li { list-style: none; margin: 0; float: left; }
#nav li { width: 135px; height: 33px; outline: 0px solid blue; background: rgb(176,182,193); border-right: 1px solid #afb6c1; border-left: 1px solid #94a0a9; border-bottom: 0px solid #333; 
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.17, rgb(126,143,150)),
	    color-stop(0.59, rgb(176,182,193))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(126,143,150) 17%,
	    rgb(176,182,193) 59%
	); 
}

/* Hover style and page highlights */
#Main #nav a[href="/"],
#DetailPage #nav a[href="/program"], #ListPage #nav a[href="/program"],
#page5668 #nav a[href="/about"],
#page5689 #nav a[href="/about"], #page5688 #nav a[href="/about"], /* About us and sub pages */
#page5667 #nav a[href="/about"], #page5686 #nav a[href="/about"],
#page5669 #nav a[href="/program"],
#page5670 #nav a[href="/presenters"],
#page5671 #nav a[href="/venue"],
#page5672 #nav a[href="/volunteer"],
#page5673 #nav a[href="/buytickets"]

{
	background: rgb(243,208,31);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.05, rgb(255,243,192)),
	    color-stop(0.53, rgb(243,208,31))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(255,243,192) 5%,
	    rgb(243,208,31) 53%
	);
	color: #fbfae4; text-shadow: 1px 1px 1px rgba(68,68,68,0.6); 
}
#nav li.first_item { border-left: 0; }
#nav li.last_item { border-right: 0; width: 132px; }
#nav a { display: block; padding: 0; text-align: center; padding: 8px 0 6px 0; color: #444	; font-size: 1.2em; text-transform: uppercase; text-shadow: 1px 1px 1px rgba(238,238,238,0.5); font-weight: bold; }

/* Hover style and page highlights */
#nav a:hover
 { color: #fff !important; text-shadow: 1px 1px 1px rgba(68,68,68,0.2); /*background: transparent url(/s/img/nav_bg_hover.png) 0 100% repeat-x;*/ outline: 0px solid red; }	
 
/* Logo */
body > h1 { margin: 0; width: 260px; background: transparent url(/s/img/limmudoz_logo.png) right 0 no-repeat; z-index: 90; }
	body > h1 a { display: block; padding: 0; line-height: 1000; text-indent: -999px; width: 100%; height: 73px; overflow: hidden; }

/* Header */
#header { height: 410px; background: yellow url(/s/img/header_bg.png) 0 33px no-repeat; position: relative; }

/* Program Navigation */
#program_nav { position: absolute; bottom: 40px; left: 15px; width: 100%; display: none; }
#program_nav ul, #program_nav li { list-style: none; margin: 0; float: left; }
#program_nav ul { width: 100%; }
#program_nav li { margin-right: 55px; }
	#program_nav li.last_item {     float: right;
    font-weight: bold;
    margin-right: 70px;
    margin-top: -12px; }
#program_nav li a { font-weight: normal !important; }
	#program_nav li a:hover { background-image: url(/s/img/button_overlay_hover.png) !important; }

/* Site toolbar */
#site_toolbar { position: absolute; bottom: 0; left: 0; background: #d6d4e1 url(/s/img/site_toolbar_bg.png) repeat-x; height: 47px; width: 100%; border-bottom: 1px solid #999; }	
#site_toolbar #region_header { width: 664px; float: left; }
#site_toolbar #region_header > div { float: left; }
#site_toolbar #region_header:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }

/* Presenter Registration */
#presenter_rego { float: left; width: 209px; height: 39px; padding: 8px 0 0 15px; background: #e9dfa5 url(/s/img/site_toolbar_bg.png) repeat-x; }
#maillist_rego { float: left; width: 440px; height: 39px; text-align: right; padding: 8px 0 0 0; }

/* Search Box */
#search_box { width: 295px; outline: 0px solid red; height: 47px; text-align: right; padding: 8px 0 0 0; float: right; }
#search_box h3 { display: none; }
#search_box input, #search_box button { float: none; }
#search_box input { padding: 8px 20px 8px 4px !important; position: relative; right: -20px; font-size: 1.4em; color: #666; }
	#search_box input:focus { outline: 0px solid black;  }
#search_box button { border: 0px solid red; padding: 9px 4px 10px;  }

/* Quicksearch */
.quicksearch-wrap-container { position: relative; }
	.quicksearch-wrap-container .dropShadow { display: none !important; }
.quicksearch-wrap-container div.quicksearch-wrap { position: absolute; right: 7px; top: -8px; font-family: helvetica neue, arial, helvetica, sans-serif; font-size: 9pt; width: 204px; background: rgb(255, 255, 255); background: rgba(255, 255, 255, 0.95); border: 1px solid #eee; text-align: left;     
-moz-box-shadow: 0px 4px 6px rgba(68,68,68,0.1); 
-webkit-box-shadow: 0px 4px 6px rgba(68,68,68,0.1); 
        box-shadow: 0px 4px 6px rgba(68,68,68,0.1);  }

div.quicksearch-wrap li { text-align: left; color: #444 !important; }
	div.quicksearch-wrap li:hover { background: #444 !important;  }
	div.quicksearch-wrap li a { padding: 0.5em 13px 0.5em 13px; width: auto; color: #444 !important; text-decoration: none; }
		div.quicksearch-wrap li a:hover { color: #fff !important; }
		
	div.quicksearch-wrap li.title { background: #606060 !important; padding: 0.5em 13px 0.4em 5px !important; }
	div.quicksearch-wrap ul.course_list li:last-child { text-align: right; }
	div.quicksearch-wrap ul.course_list li:last-child:hover { background: transparent;  }
		div.quicksearch-wrap ul.course_list li:last-child a { color: #999 !important; font-weight: bold;  }
		div.quicksearch-wrap ul.course_list li:last-child a:hover { background-color: #eee; color: #444 !important; }

div.quicksearch-wrap-container .dropShadow { display: none; }


/* Footer */
#footer { min-height: 78px; background: #d6d4e1 url(/s/img/site_toolbar_bg.png) repeat-x; position: relative; padding: 20px 20px 0 20px; font-size: 0.9em; font-family: helvetica neue, arial, helvetica, sans-serif; }
#block564 { position: absolute; top: 20px; left: 10px;  }
#block564 p { position: relative; padding: 25px 210px 0 0; color: #a80532; }
#block564 a[href="http://www.shalom.edu.au/"] { display: block; position: absolute; top: 0; right: 0; height: 66px; width: 206px; background: transparent url(/s/img/shalom_logo.png) no-repeat; text-indent: -9999px; overflow: hidden; }

#block565 { float: right; width: 294px; }
#block565 ul, #block565 li { margin: 0; list-style: none; display: inline-block; line-height: 1; }
#block565 li { margin-right: 3px; }
#block565 li a { color: #333; }
	#block565 li a:hover { color: #000; text-decoration: underline; }
	#block565 li:after { content: "|"; margin-left: 3px; }
	#block565 li:last-child { content: ""; margin: 0; }
#block566 { float: right; width: 294px; clear: right; }

#introducing_paragraph { display: none; }

/* Search Header */
.search_term { border-bottom: 1px solid #999; color: #444; margin-bottom: 20px; padding-bottom: 10px; font-size: 2em; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }
.search_day, .search_phrase, .search_stream { color: #6cbc45; font-style: italic; }

/* Session Listings */
.conf_session { 
	border-bottom: 1px solid #F7F7F7;
    margin-bottom: 15px;
    min-height: 55px;
    padding-left: 60px;
    position: relative;
    width: 100%;
    }
.conf_session_name { font-size: 1.5em; font-weight: 100; width:90%;}
.conf_session .class_time_raw { display: none; }
.class_tutor { 
/*	position: absolute; */
	top: 2px; right: 0; font-size: 1.2em; margin-left:8px;}

.class_tutor a {
    font-size: 0.9em;
    margin-left: -6px;
    padding: 0 8px;
    }	
	
.class_time { 
	color: #666; 
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-variant: small-caps; font-size: 0.9em; letter-spacing: 0.2em; }
	/*.class_time > span { color: #444; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }*/

/* Session Detail page */
#DetailPage h2 { width: 100%; margin: 0; font-weight: 100; font-size: 3em; color: #000; margin-bottom: 10px; }
	#DetailPage h2 span { font-weight: 400; width: 100%; font-size: 100%; line-height: 1; }
#DetailPage h2 + p { font-size: 1.4em; font-weight: 100; line-height: 1.5; }

/* Calendar Icon */
.date_display { position: absolute; left: 0; top: 0; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; text-align: center; }
.calendar_icon { width: 40px; height: auto; border: 1px solid #f7f7f7; -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.4); -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.4); box-shadow: 0px 0px 10px rgba(68,68,68,0.4); }
.calendar_icon_day { text-transform: uppercase; color: #fff; background-color: #a80532; text-align: center; font-weight: bold; font}
.calendar_icon_date { text-align: center; font-size: 1.6em; }
.calendar_icon_time { color: #666; font-size: 0.8em; }

	
/* Fancy button styling, courtesy of http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba */
a.fancy_button, button.fancy_button {
background: #222 url(/s/img/button_overlay.png) repeat-x;
display: inline-block;
padding: 5px 4px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
-moz-box-shadow: 1px 3px 6px rgba(68, 68, 68, 0.4);
-webkit-box-shadow: 1px 3px 6px rgba(68, 68, 68, 0.4);
text-shadow: 0 1px 1px rgba(0,0,0,0.5);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
a.fancy_button:hover { color: #fff !important; }
a.fancy_button:active, button.fancy_button:active { position: relative; top: 1px; }

/* Sizes ---------- */
.small.fancy_button {
font-size: 11px;
padding: 6px 10px 7px;
}
.medium.fancy_button {
font-size: 13px;
padding: 8px 20px 9px;
}
.large.fancy_button {
font-size: 28px;
padding: 4px 30px 5px;
}

/* Colors ---------- */
.blue.fancy_button { background-color: #2daebf; }
	.blue.fancy_button:hover { background-color: #208f9e; } 
.red.fancy_button { background-color: #e33100; }
.magenta.fancy_button { background-color: #a9014b; }
.orange.fancy_button { background-color: #ff5c00; }
	.orange.fancy_button:hover { background-color: #ee5600; }
.yellow.fancy_button { 	background-color: #ffb515; }
	.yellow.fancy_button:hover { background-color: #f6af14; } 
.light_grey.fancy_button { background-color: #999; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,0.8); }
	.light_grey.fancy_button:hover { background-color: #888; } 
.green.fancy_button { background-color: #38d734; }	
	.green.fancy_button:hover { background-color: #34c331; }	
.purple.fancy_button { background-color: #6a368f; }
	.purple.fancy_button:hover { background-color: #50276d; }
.maroon.fancy_button { background-color: #a80532; }
	.maroon.fancy_button:hover { background-color: #8c042a; }
		
/* Tooltip */
.tooltip { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-style: 0.8em;  }	
