
/**
 * St. Mary's Theme CSS
 *
 * some styles were taken from Chameleon theme
 */


/* --- Holly Hack --- */


/* Hides from IE5-mac \*/
* html #content {height: 1%;}
/* End hide from IE5-mac */


/* --- tag styles --- */

a
{
  color: #6666cc;
}

a:hover
{
  color: #0000cc;
}

a:visited
{
  color: #6666cc;
}

table a
{
  color: #6666cc;
  font-weight: bold;
  text-decoration: none;
}

table a:hover
{
  color: #6666cc;
}

table a:visited
{
  color: #6666cc;
}

body
{
  background-color: #FEF2E0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

div
{
  margin: 0;
  padding: 0;
}

fieldset
{
  border: 1px solid #0000cc;
}

form
{
  margin: 0;
  padding: 0;
}

#content h1, #content h2, #content h3, #content h4 ,#content h5, #content h6
{
  clear: none;
  color: #0000bb;
  font-family: "Times New Roman", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 5px auto 15px auto;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a
{
  color: #0000cc;
}

#content h1
{
  font-size: 20pt;
}

#content h2
{
  font-size: 19pt;
}

#content h3
{
  font-size: 17pt;
}

#content h4
{
  font-size: 16pt;
}

#content h5
{
  font-size: 14pt;
}

#content h6
{
  font-size: 13pt;
}

h1.title
{
  color: #000066;
  font-size: 14pt;
}

html
{
}

img
{
  border: 0;
}

input
{
}

pre
{
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

table
{
  border-collapse: collapse;
  margin: 5px 0 10px 0;
}

th
{
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
  white-space: nowrap;
}

td
{
  padding: 2px 4px 2px 4px;
}

th.active img
{
  display: inline;
}

tr.dark, tr.light
{
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

tr.dark, tr.light
{
  padding: 0.1em 0.6em;
}

td.active
{
  background-color: #ddd;
}

/* --- ID styles --- */

#footer
{
  clear: both;
  color: #aaa;
  font-size: 8pt;
  padding-top: 60px;
  padding-bottom: 5px;
  text-align: center;
}

#wrapper
{
  background: #0099ff url(images/cloud_pattern.jpg) repeat-x top left;

}

#wrapper2
{
  background: white;
  clear: both;
}

#header
{
  background: transparent url(images/header.jpg) no-repeat;
  height: 72px;
}

#topMenu
{
}

  #topMenu ul.horizontal,
    #topMenu ul.horizontal li {
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-image:none;
    font-size:100%;
    }

  #topMenu ul.horizontal {
    position:relative;
    left:0;
    width:100%;
    cursor:default;
    z-index:2000;
    top: 0;
    }

  #topMenu ul.horizontal li {
    width:auto;
    float:left;
    position:relative;
    cursor:pointer;
    cursor:hand;
    text-align:left;
    left:0px;
    margin:0 0 0 -1px;
    }
    
  * html #topMenu ul.horizontal li {
    margin:0;
    }

  #topMenu ul[class^="horizontal"] li {
    margin:0;
    left:0.05em;
    }

  #topMenu ul.horizontal ul {
    background-color: #0077ff;
    z-index:2020;
    padding:0;
    cursor:default;
    position:absolute;
    top:auto;
    width:8.2em;
    margin:0 0 0 0;
    left:-10000px;
    }
    
  #topMenu ul.horizontal ul li {
    border: 1px solid #00ccff;
    border-right: none;
    width:8.2em;
    left:auto;
    margin:-1px 0 0 0;
    }

  #topMenu ul.horizontal ul.wider, #topMenu ul.horizontal ul.wider li {
    width:12.2em;
    }

  #topMenu ul.horizontal ul ul {
    margin:-0.45em 0 0 7.65em;
    }

  @media Screen, Projection { 
    #topMenu ul.horizontal li:hover > ul { left:auto; }
    #topMenu ul.horizontal ul li:hover > ul { top:0; }
    }

  #topMenu ul.horizontal a,
    #topMenu ul.horizontal a:visited {
    display:block;
    cursor:pointer;
    cursor:hand;
    background: transparent;
    padding:5px 7px;
    font-size: 9pt;
    font-family: arial, sans-serif;
    color:white;
    text-decoration:none;
    letter-spacing:1px;
    }
    
  #topMenu ul.horizontal a:hover,
    #topMenu ul.horizontal a:focus,
    #topMenu ul.horizontal a.rollover,
    #topMenu ul.horizontal a.rollover:visited {
    background:#355fc4;
    color:white;
    }

  #topMenu ul.horizontal a { float:left; }
  @media Screen, Projection { #topMenu ul.horizontal a { float:none; } }
  #topMenu ul.horizontal a:not(:nth-child(n)) { float:left; }
  #topMenu ul.horizontal ul a { float:none !important; }
  @media screen, projection {
    * html #topMenu ul.horizontal li {
      display:inline; 
      f\loat:left; 
      background: transparent;
      }
    }
  * html #topMenu ul.horizontal li { position:static; }
  * html #topMenu ul.horizontal a { position:relative; }
  #topMenu ul[class^="horizontal"] ul { display:none; }
  #topMenu ul[class^="horizontal"] ul { displa\y:block; }




#content
{
  background: white;
  margin: 0 20px 20px 230px;
  padding: 20px 0 0 0;
}

#leftColumn
{
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  float: left;
  margin: 0;
  padding: 0;
  width: 210px;
}

#navigation
{
  padding: 12px 0 20px 0;
}

#navigation h1
{
  display: none;
}

#navigation ul
{
  list-style: none;
  margin: 0;
  padding: 0 0 10px 35px;
  text-align: left;
}

#navigation ul ul
{
  margin: 0;
  padding: 0 0 10px 9px;
}

#navigation li
{
}

#navigation a
{
  color: #0000cc;
  font-family: "Times New Roman", serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}

#navigation a.active
{
  color: #6666ff;
}

#rightColumn
{
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  float: right;
  margin: 0 0 0 15px;
  width: 220px;
}

/* --- class styles --- */

.breadcrumb
{
  font-size: 10pt;
  margin-bottom: .5em;
}

.node-form .admin .authored, .node-form .admin .options, .node-form .admin .extra
{
  float: none;
}

.node-form .standard
{
  clear: none;
}

.error
{
  border-color: red;
}

.messages
{
  color: black;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 0.4em;
  margin-bottom: 1em;
  margin-top: 10px;
}

/* schedule block */

table.schedule
{
  font-size: 11pt;
  margin: 5px 6px 10px 6px;
  width: 198px;
}

table.schedule th
{
  color: blue;
  border-bottom: 2px solid #ccc;
  font-size: 12pt;
  font-weight: bold;
  padding: 6px;
}

table.schedule td
{
  margin: 0;
  padding: 3px 0 2px 0;
  vertical-align: top;
}

table.schedule td.days
{
  padding-left: 3px;
}

table.schedule td.times
{
  font-weight: bold;
  padding-right: 5px;
  text-align: right;
}

/* node block */

div.xml-icon
{
  padding: 10px;
  text-align: center;
}

/* search block */

div.search-block form
{
  margin: 0;
  padding: 10px;
}

div.search-block div.form-item
{
  margin: 0;
}

div.search-block div.blockContent
{
}

div.search-block input,
  div.search-block input.form-submit
{
  display: block;
  margin: 0 auto;
}

div.search-block div.container-inline
{
}

/* event */

div.event-calendar
{
}

div.event-calendar
{
  margin: 0 4px 0 4px;
}

div.event-calendar div.month-view table
{
  border: 1px solid #cccccc;
  width: 100%;
}

div.event-calendar div.day-view table
{
  border: 1px solid #cccccc;
  width: 600px;
}

div.event-calendar td
{
  background-color: #f3f3f3;
  border: none;
  height: 20px;
  vertical-align: middle;
  width: 14.3%;
}

div.event-calendar th
{
  background-color: #f6f666;
  color: #0000cc;
  border: none;

}

div.event-calendar th.heading
{
  height: 19px;
}

div.event-calendar th.heading a
{
  color: black;
  font-size: 10pt;
  font-weight: normal;
  letter-spacing: -1px;
}

div.event-calendar th a:hover
{
  background: none;
}

div.event-calendar th.prev, div.event-calendar th.next
{
  font-size: 8pt;
}

div.event-calendar td.sun, div.event-calendar td.mon, div.event-calendar td.tue, div.event-calendar td.wed, div.event-calendar td.thu, div.event-calendar td.fri, div.event-calendar td.sat
{
  color: #666666;
  background-color: white;
  border: 1px solid #cccccc;
  font-size: 8pt;
  font-weight: normal;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

div.event-calendar td.sun, div.event-calendar td.sat
{
  color: #666666;
  background-color: #f6f6cc;
  border: 1px solid #cccccc;
  font-size: 8pt;
  font-weight: normal;
  padding: 0;
  text-align: center;
}

div.event-calendar td.days
{
  background: white;
  border: none;
  border-bottom: 1px solid #cccccc;
  color: #666;
  font-size: 7pt;
  font-weight: normal;
  height: 12px;
  letter-spacing: -1px;
  padding: 2px 0 2px 0;
}

div.event-calendar td.today
{
  background: #ffff66;
}

div.event-calendar .today
{
  width: auto;
}

div.event-calendar a
{
  color: black;
  display: block;
}

div.event-calendar .month-view a:hover
{
  background-color: #0000cc;
  color: white;
}

div.event-calendar .selected
{
  width: auto;
}

div.event-calendar div.monthview
{
  border: none;
  background-color: transparent;
  margin: 0;
  /*width: 67px;*/
  width: 100%;
}

div.event-calendar div.monthview div.title
{
  margin: 2px 4px 2px 4px;
}

div.event-calendar div.monthview a
{
  color: #0000cc;
}

div.event-calendar div.monthview a:hover
{
  background-color: transparent;
  color: #6666cc;
}

div.event-calendar div.event-empty
{
  height: 5em;
}

div.event-calendar div.event
{
  /*
  display: list-item;
  list-style-position: inside;
  list-style-type: disc;
  */
  margin: 0;
  padding: 0 0 3px 0;
}

div.event-calendar div.event div.stripe-1,
  div.event-calendar div.event div.stripe-2,
  div.event-calendar div.event div.stripe-3,
  div.event-calendar div.event div.stripe-4,
  div.event-calendar div.event div.stripe-5,
  div.event-calendar div.event div.stripe-6,
  div.event-calendar div.event div.stripe-7,
  div.event-calendar div.event div.stripe-8,
  div.event-calendar div.event div.stripe-9,
  div.event-calendar div.event div.stripe-10
{
  display: none;
}

/* form */

input.form-text, input.form-password
{
  background-color: #F9F9F9;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  height: 17px;
  margin: 3px 0 3px 0;
  padding: 1px 4px 0 4px;
}

input.form-submit
{
  background-color: #f6f666;
  border-bottom: 2px solid #999966;
  border-left: 2px solid #999966;
  border-top: 2px solid #ffffcc;
  border-right: 2px solid #ffffcc;
  color: #0000CC;
  font-weight: bold;
  margin: 0;
  padding: 1px 6px 0 6px;
}

input.form-button
{
  background-color: #f6f666;
  border-bottom: 2px solid #999966;
  border-left: 2px solid #999966;
  border-top: 2px solid #ffffcc;
  border-right: 2px solid #ffffcc;
  color: #0000CC;
  font-weight: bold;
  margin: 0;
  padding: 1px 6px 0 6px;
}

div.leftBlock h1, div.leftBlock h2, div.leftBlock h3, div.leftBlock h4, div.leftBlock h5, div.leftBlock h6,
  div.rightBlock h1, div.rightBlock h2, div.rightBlock h3, div.rightBlock h4, div.rightBlock h5, div.rightBlock h6
{
  background: #e9e9e9;
  color: #333;
  display: block;
  font-family: "Timew New Roman", serif;
  font-size: 12pt;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  padding: 3px 0 4px 0;
  text-align: center;
  width: 100%;
}

/* left block */

div.leftBlock
{
  background: white;
  margin: 0;
  padding: 0;
}

div.leftBlock p
{
  margin: 0 10px 0 10px;
}

div.leftBlockFooter
{
}

/* right block */

div.rightBlock
{
  background: white;
}

div.rightBlock p
{
  margin: 0 10px 0 10px;
}

div.rightBlockFooter
{
}

/* block styles */

div.leftBlock div.menu ul
{
  margin: 8px;
  padding: 0 0 10px 10px;
}

div.leftBlock div.item-list
{
  margin: 0;
}

div.leftBlock div.item-list ul
{
  margin: 0;
  padding: 10px 0 10px 15px;
}

div.leftBlock li
{
  margin: 0;
  padding: 0;
}

/* local tasks */

ul.tabs
{
  margin-right: 10px;
}

ul.primary
{
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}

ul.primary li
{
  display: inline;
}

ul.primary li a
{
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  color: #666666;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}

ul.primary li.active a
{
  background-color: #f9f9f9;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
  color: black;
}

ul.primary li a:hover
{
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}

ul.secondary
{
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em 0.5em 1em;
  margin: 5px;
}

ul.secondary li
{
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}

ul.secondary a
{
  color: #666;
  padding: 0;
  text-decoration: none;
}

ul.secondary a.active
{
  border-bottom: 4px solid #999;
}


/* --- module-specific styles --- */



.inline
{
   display: inline;
   float: left;
   margin: 0em 1em 1em 0;
   padding: 4px 4px;
}

/* --- block-specific --- */

div.user-block div.blockContent
{
  padding: 10px;
  width: 134px;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

.profile
{
  clear: none;
}


div.attachments table
{
  width: 100%;
}

.flexinode-body label
{
  color: #0000bb;
  font-family: "Times New Roman", sans-serif;
  font-weight: bold;
  font-size: 13pt;
}


/* --- gallery --- */

#content ul.images
{
}

  #content ul.images h3
  {
    display: none;
  }

  #content ul.images li
  {
    float: left;
    width: 200px;
  }

  #content ul.images div.author,
    #content ul.images div.date
  {
    display: none;
  }

div.block-block p
{
  margin: 8px;
}