/* CUSTOM STYLES FOR REBOZO WAY (based on Beez originally)
   configure the WYSIWYG editor (JCE) to only load template.css
-----------------------------------------------------------*/
body {
  padding-top: 15px;
  background: url(../images/body_bg.jpg);
  }

#header_top {
  background: url(../images/header_top_bg.png) no-repeat;
  height: 13px;
  width: 996px;
  margin: auto;
  }
#shadow {
  background: url(../images/shadow.png) repeat-y;
  width: 996px;
  margin: auto;
  }
#wrapper {
  width: 970px;
  margin: auto;
  }
#header {
  background: url(../images/header_bg.jpg) no-repeat;
  height: 239px;
  position: relative;
  }
#header img#logo {
  position: absolute;
  left: 204px;
  top: 8px;
  }

/*search form */
.search {
  margin: 0;
  }
.search .inputbox {
  font-size: 80%;
  color: #98885c;
  float: right;
  margin-right: 10px;
  background: url(../images/searchbox_bg.gif) no-repeat;
  border: none;
  width: 148px;
  height: 20px;
  padding: 3px 0 0 25px;
  }

/* menu bar */
#menu_bar {
  color: #fff;
  background: #493a37 url(../images/menu_bg.jpg) no-repeat;
  /* height: 37px; */
  }
#menu_bar .modulebox {
  float: left;
  clear: left;
  margin: 0;
  }

/* Joomfish language selector (overrides) */
#jflanguageselection {
  float: none;
	margin: 0;
  padding: .75em;
  }
#menu_bar #jflanguageselection select.jflanguageselection {
	border: none;
  }
#jflanguageselection label.jflanguageselection {
	display: none;
  }
#jflanguageselection ul.jflanguageselection {
	list-style: none;
	padding: 0;
  margin: .25em 0 0;
	font-weight: bold;
  }
#jflanguageselection ul.jflanguageselection li {
	background: none;
  padding: 0 .25em;
	float: none;
  display: inline;
  margin: 0 .25em;
	white-space: nowrap;
	border: none;
	font-size: 100%;
  }
#jflanguageselection ul.jflanguageselection li#active_language {
 	font-weight: bold;
	font-size: 100%;
  }
#jflanguageselection ul.jflanguageselection li#active_language a,
#jflanguageselection ul.jflanguageselection li#active_language a:active {
  color: #433531;
  padding: 0 .25em;
  background: pink;
  }
#jflanguageselection ul.jflanguageselection li a,
#jflanguageselection ul.jflanguageselection li a:visited {
  text-decoration: none;
	display: inline;
  color: #fad0c8;
  }
#jflanguageselection ul.jflanguageselection li a:hover,
#jflanguageselection ul.jflanguageselection li a:active {
  text-decoration: underline;
  color: #FFF;
  }

/* superfish menu (overrides) */
#menu_bar .mod_superfishmenu {
  float: none;
  clear: none;
  margin: 0 0 0 228px;
  }
#menu_bar .sf-menu {
  float: none;
  margin: 0;
  }
.sf-menu {
  font: bold 112%/1 'Century Gothic','Segoe UI',Arial,Helvetica,sans-serif;
  }
.sf-menu ul {
	width: 12em; /* left offset of submenus need to match (see below) */
  }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  top: 3em; /* match top ul list item height */
  }
.sf-menu li {
  background: none;
  text-transform: uppercase;
 }
.sf-menu li li,
.sf-menu li li li {
  background: #ff5f92;
  text-transform: none;
  font: bold 98% Calibri, Arial, Helvetica, sans-serif;
  }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 12em; /* match ul width */
  }
.sf-menu a:link,
.sf-menu a:visited,
.sf-menu li .separator {
  color: #fad0c8;
  border: none;
  padding: .95em .85em 1.05em;
  text-align: center;
  text-decoration: none;
  }
.sf-menu li .separator {
  cursor: default;
  }
.sf-menu li li a:link,
.sf-menu li li a:visited,
.sf-menu li li .separator {
  color: #fce3de;
  border-left: none;
  border-top: 1px solid #ff95b7;
  padding: .4em .75em;
  text-align: left;
  }
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li:hover .separator,
.sf-menu li.sfHover .separator,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active,
.sf-menu li li a:focus,
.sf-menu li li a:hover,
.sf-menu li li a:active {
  background: #ff95b7;
  text-decoration: none;
  color: #FFF;
  }
.sf-menu li li:hover a,
.sf-menu li li:hover a:visited,
.sf-menu li li:hover .separator,
.sf-menu li li.sfHover a,
.sf-menu li li.sfHover a:visited,
.sf-menu li li.sfHover .separator {
  border-top: 1px solid #ffb2cb;
  }
.sf-menu .active {
  background: #ccc url(../images/menu_bg_ON.jpg);
  }
.sf-menu #current { /* see also "parent" & "active" classes */
  background: #ccc url(../images/menu_bg_ON.jpg);
  }
.superfish_clear { 
	clear: both !important;
	height: 0 !important;
	overflow: hidden !important;
	font-size: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
  }

#content {
  background: #fff url(../images/content_bg.jpg) repeat-y;
  clear: both;
  }

#left_column {
  background: url(../images/left_column_bg.jpg) no-repeat;
  float: left;
  width: 200px;
	padding-right:10px;
  }
#left_column .modulebox {
  clear: both;
  background: url(../images/lc_divider.jpg) bottom no-repeat;
  padding: 10px;
  text-align:center;
  }
#left_column h2 {
  margin: 0 0 .3em;
  text-align: center;
  }
#left_column p {
  margin: 0 0 10px 0;
  text-align: center;
  }
#left_column a,
#left_column a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #f21847;
  }

#right_column {
  background: #fefdf7 url(../images/right_column_bg.jpg) repeat-x;
  float:right;
  width: 760px;
  }
#text_area {
  padding: 20px 30px;
  }

.breadcrumb {
  font-size: 95%;
  font-weight: normal;
  color: #7b6e6a;
  padding: 5px 5px 10px 28px;
  min-height: 20px;
  }
.breadcrumb img {
  margin: 0 .2em;
  }
.breadcrumb a {
  color: #7b6e6a;
  text-decoration: none;
  }
.breadcrumb a.pathway {
  color: #7b6e6a;
  }
.breadcrumb a:hover {
  text-decoration: underline;
  color: #e03c56;
  }

#slideshow_widget {
  background: url(../images/slideshow_bg.jpg) no-repeat;
  float: right;
  padding: 25px;
  width: 150px;
  margin: 10px 0 1.5em 20px;
  position: relative;
  }
#slideshow_link {
  position: absolute;
  display: block;
  width: 200px;
  top: 200px;
  left: 0;
  text-align: center;
  font-size: 70%;
  color: #e64f6f;
  }

#footer {
  background: url(../images/footer_bg.png) no-repeat;
  width: 996px;
  margin: auto;
  font-size: 70%;
  color: #fff;
  padding-top: 15px;
  }
#footer ul li {
  display: inline;
  list-style: none;
  border-right: 1px solid #fff;
  padding: 0 .5em;
  }
#footer ul li a {
  color: #fff;
  text-decoration: none;
  }
#footer ul.menu-nav {
  float: left;
  }
.copyright p,.copyright img {
  float: right;
  }
.copyright img {
  padding: 10px 30px 5px 5px;
  }

/*login form */

form #mod_login_username.inputbox,#mod_login_password.inputbox{
  border: none;
  width: 111px;
  height: 20px;
  background: url(../images/login_bg.gif) no-repeat;
  }
form.form-login {
  padding: 10px;
  }
form.form-login fieldset {
  margin: 0;
  padding: 0 0 .5em 0;
  border: none;
  width: 190px;
  }
form.form-login fieldset label,form.form-login label.remember,form #mod_login_remember.checkbox {
  float: left;
  }
form #mod_login_remember.checkbox {
  margin-right: 5px;
  }
form.form-login fieldset label,form.form-login label.remember {
  padding-top: 3px;
  }
#left_column form.form-login p {
  clear: both;
  margin: 0;
  padding: 0;
  }

/*survey form */
form.poll {
  font-size: 80%;
  }
form.poll fieldset {
  text-align: left;
  border: none;
  }
  
/* -- form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}
