/* Start of CMSMS style sheet 'Default' */
body {
  margin: 0; 
  background: #FBE5A3 url(/themes/cool_liz/images/yellowstripebg.gif) top left repeat;
  color: #333;
  font-family: arial, verdana, tahoma, sans-serif; 
  font-size: 80%;
  text-align: left;
}

#wrapper {
  margin: 10px 30px;
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px;
}

#header {
  margin-bottom: 10px;
  height: 81px;
  overflow: hidden;
}

#title{
  background: url(/themes/cool_liz/images/newlogoheader.jpg) top left no-repeat;
  width: 255px;
  height: 81px;
  float: left; 
  position: relative;
}

#banner {
  overflow: hidden;
}

#sidebar {
  position: absolute;
  top: 112px;
  width: 245px;
}

#content {
  margin-left: 255px;
  min-height: 746px;
}

#content, .sidebox {
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

#footer {
  clear: left;
  margin-top: 10px;
  padding: 10px; 
  border: 1px solid #000; 
  background: #FCC81E; 
  color: #000; 
  font-size: 120%; 
  font-weight: bold; 
  text-align: center;
}

#content h1.contentheader, 
.sidebox h3 {
  margin: -10px -10px 10px;
  padding: 3px;
  border-bottom: 1px solid #000;
  background-color: #FCC81E;
  text-transform: uppercase;
  font-size: 120%;
}

#menu ul, #membermenu ul, #leftads ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5em;
}

#menu ul ul, #membermenu ul ul ul, #leftads ul {
  margin-left: 10px;
}


#leftads img {
  border:1px solid;margin:3px;
}
#leftads {
  text-align:center
}

.accessibility {
  position: absolute;
  left: -999px;
}

h2 {
  font-size: 120%;
}

hr {
  background: transparent url(/images/pagemaster/12_boxes_optimized_1_2.jpg) top center no-repeat;
  height: 9px;
  border: none;
  clear: both;
}

a:link, a:visited {
  color: #333;
}

a:hover {
  color: #BA9001;
}

input, textarea {
  margin: 0px 1px 1px 0px; 
  border: 1px solid #000; 
  background: url(/themes/cool_liz/images/yellowstripebg.gif) top left repeat;
}

.bg_medium {background-color: #F9D764;}


.news-text img {
  margin-right: 10px;
}

p {
  line-height: 1.5em;
  text-align: justify
}

p a {
  text-decoration: underline
}
p a:visited { color: purple; }
p a:active  { color: red; }


.bg_light {background-color: #FAE397;}
.cal_light {font-family: arial,sans-serif; background-color: #dee7ec; color: #003366;}

/* IE/Win bug workaround \*/
* html #wrapper, * html #content, * html .sidebox {
  height: 1%;
}

* html #content {
  height: 786px;
}

* html #content table {
  width: 99%;
} 
/* end hack */

/* End of 'Default' */

/* Start of CMSMS style sheet 'Calendar' */

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title,
#cal-upcominglist .calendar-summary-title
{
display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
display: inline;
margin-right: 5px;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big-cal {
  margin: 0px;
}

/* nice squares for the #big table */
#big-cal th,
#big-cal td {
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 3px;
  width: 14%;
  margin: 1px;
}

#big-cal th
{
  border-color: #888;
}

#big-cal td {
  border-color: #ccc;
}

#big-cal td[colspan] {
  border: none;
}

/* format summaries nicely in #big */
#big-cal ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big-cal li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#big-cal .calendar-today
{
  font-weight: bold;
  background-color: #eee;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

#small-cal {
  margin: 0px;
  font-size: 90%;
}

#small-cal th,
#small-cal td {
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  width: 27px;
  padding: 0;
}

#small-cal th {
  border: none;
}

/* IE doesn't understand this selector so we have to separate it out */
#small-cal td[colspan] {
  border: none;
}

/* format summaries nicely in #big */
#small-cal ul
{
  display: none;
}

#small-cal td a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-color: #ccc;
  width: 99%; /* for IE */
}

#small-cal td a:hover {
  background-color: #FCC81E;
  color: #000;
}


#small-cal .calendar-today
{
  background-color: #FCC81E;
}

/* End of 'Calendar' */

