/* @override http://ec002.monkcms.net/_css/styles.css */

.hidden
  { display: none;
  }
.UIStandardFrame_Container
  { margin: 0 auto;
    width: 940px;
  }
.uiColumn
  { float: left;
  }
.uiWrap
  { overflow: hidden;
    display: block;
  }
.uiFloatLeft
  { float: left;
  }
.uiFloatRight
  { float: right;
  }
.uiRoundS
  { -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
  }
.uiRoundM
  { -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius:8px;
  }
.uiBtnS
  { padding: 5px 10px 4px 10px;
    text-decoration: none;
    font-size: 100%;
    font-family: "Proxima Nova", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    color: #fff;
  }
  .uiBtnS:hover
    { color: #414141;
    }
  .more
    { margin-right: 5px;
    }
  .rss
    { display: inline-block;
      width: 14px;
      height: 14px;
      padding: 4px 4px;
      text-indent: -9999em;
      background: url(/_img/rss_icon.png) no-repeat center;
    }
.phs{padding-left:5px;padding-right:5px;}
.phm{padding-left:15px;padding-right:15px;}
.phl{padding-left:25px;padding-right:25px;}
.pvs{padding-top:5px;padding-bottom:5px;}
.pvm{padding-top:10px;padding-bottom:10px;}
.pvl{padding-top:20px;padding-bottom:20px;}
.fs-8{font-size:56%;}
.fs-8{font-size:63%;}
.fs-9 {font-size: 70%;}
.fs-10 {font-size:77%;}
.fs-11 {font-size:85%;}
.fs-12 {font-size:93%;}
.fs-13 {font-size:100%;}
.fs-14 {font-size:108%;}
.fs-15 {font-size:116%;}
.fs-16 {font-size:123.1%;}
.fs-17 {font-size:131%;}
.fs-18 {font-size:138.5%;}
.fs-19 {font-size:146.5%;}
.fs-20 {font-size:153.9%;}
.fs-21 {font-size:161.6%;}
.fs-22 {font-size:167%;}
.fs-23 {font-size:174%;}
.fs-24 {font-size:182%;}
.fs-25 {font-size:189%;}
.fs-26 {font-size:197%;}
.fwn{font-weight:normal}
.fwb{font-weight:bold}  

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

#container
  { background-color: #ffffff;
  }
#header
  { position: relative;
    height: 66px;
  } 
  #header .search
    { position: absolute;
      left: 0px;
      top: 39px;
      z-index: 3000;
      display: none;
      padding: 16px;
      background-color:rgba(0,0,0,.5);         
    }
    #header .search input#search_term
      { width: 170px;
        height: 18px;
        font-size: 100%;
        padding-right: 10px;
        padding-left: 10px;
        border: none;
      }
    #header .search a
      { display: none;
      }
#header #logo-meta
  { position: absolute;
    top: -2px;
    left: -27px;
    width: 324px;
    height: 110px;
    z-index: 1000;
    display: block;
  }
  #header #logo-meta ul
    { margin: 0px;
      padding-left: 5px;
      padding-top: 15px;
    }
  #header #logo-meta li
    { list-style: none;
      list-style-image: none;
    }
  #header #logo-meta li a
    { cursor: pointer;
      background: url(/_img/header_meta_icons.png) no-repeat;
    }
  #header #logo-meta .homebtn a
    { background-position: 0px 0px;
      width: 15px;
      height: 15px;
      margin-bottom: 25px;
    }
  #header #logo-meta .searchbtn a
    { background-position:  0px bottom;
      width: 15px;
      height: 15px;
    }
.mainnav
  { position: absolute;
    top: 0px;
    right: 15px;
  }
  .mainnav ul
    { overflow: hidden;
      padding: 0px;
      margin: 0px;
      height: 70px;
      display: block;
    }
    .mainnav li
      { float: left;
        background-color: transparent;
      }
    .mainnav li#nav_home
      { display: none;
      }
    .mainnav li a
      { font-size: 108%; /*16px*/
        font-weight: bold;
        margin-right: 20px;
        text-decoration: none;
        padding-top: 30px;
        padding-bottom: 18px;
        display: block;
      }

#sub.colleft #container
  { background: #fff url(/_img/sidebar-bg-left.png) repeat-y;
    min-height: 600px;
  }
#sub.colright #container
  { background: #fff url(/_img/sidebar-bg-right.png) repeat-y;
    min-height: 600px;
  }
aside
  { min-height: 600px;
  }
#content 
  { position: relative;
  }
#sub.colleft #content
  { min-height: 600px;
    height: auto !important;
    height: 600px;
    line-height: 1.6em;
    padding-top: 45px;
  }
#sub.colright #content
  { min-height: 600px;
    height: auto !important;
    height: 600px;
    line-height: 1.6em;
    padding-top: 45px;
  }
  #sub #content p
    { margin-bottom: 12px;
    }
  #sub #content .page-title
    { margin-bottom: 25px;
    }
  #sub #content ul, #sub #content ol
    { margin-bottom: 10px;
      list-style-position:inside;
    }
  #sub #content table
    { margin-bottom: 25px;
    }
    #sub #content caption
      { font-size:116%;
        background: #eeeeee;
        color: #666666;
        padding: 2px;
      }
    #sub #content td
      { padding: 5px 25px 5px 0px; 
      }
    #sub #content th
      { padding: 5px 25px 2px 0px; 
      }
    #sub #content tr
      { border-bottom: 1px solid #eee; 
      }
      #sub #content tr:hover
        { background: #eef5f9;
        }
  #sub #content form
    { margin-bottom: 25px;
    }
    #sub #content form div
      { margin-bottom: 6px;
      }
    #sub #content form label
      { font-size: 93%;
        font-weight: bold;
        margin-right: 10px;
        display: block;
      }
#content.colSpan1
  { width: 940px;
    margin: 0px;
    padding-top: 25px;
  }  
#content.colSpan2
  { width: 680px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
#content.colSpan3
  { width: 600px;
    margin-right:35px;
  }
.colright aside.colSpan2
  { float: right;
    width: 201px;
  }
aside.colSpan2
  { width: 203px;
    padding-top: 45px;
    overflow: hidden;
  }
aside.colSpan3L
  { width: 125px;
    margin-right: 20px;
  }
aside.colSpan3R
  { width: 175px;
  }
aside nav
  { margin-bottom: 25px;
  }
aside nav a
  { border-bottom: 1px solid #ddd;
    width: 100%;
    display: block;
    padding: 5px;
    padding-left: 15px;
    margin-bottom: 4px;
    text-decoration: none;
    font-weight: bold;
    color: #666;
  }
  aside nav a:hover, aside nav li.current a
    { color: #333;
    }
/* @group Footer */
#footer-wrap
  { clear: both;
    overflow: hidden;
    min-height: 275px;
    max-height: 275px;
  }
#footer
  { overflow: hidden;
    padding: 25px;
    color: #666666;
    padding-bottom: 30px;
  }
  #footer nav
    { display: block;
      margin-bottom: 10px;
    }
  #footer nav a
    { color: #666666;
      text-decoration: none;
    }
    #footer nav a:hover
      { text-decoration: underline;
      }
  #footer nav span
    { color: #ccc;
    }
  #footer nav span:last-child
    { display: none;
    }
#footer .newsletter
  { display: block;
    clear: both;
  }
input#newsletter_text
  { width: 248px;
    height: 39px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 100%;// 13px
    line-height: 13px;
    color: #666666;
    background: url(/_img/newsletter-signup-input-bg.png) no-repeat;
    float: right;
  }
input#newsletter_submit
  { float: right;
    margin-top: 5px;
  }
  
#footer .church-info td
  { padding: 5px 5px 5px 0px;
    width: 160px;
  }
  
#footer .gallery-wrap
  { width: 260px;
  }
  #footer .gallery-wrap a
    { overflow: hidden;
      width: 50px;
      height: 50px;
      margin-right: 10px;
      margin-bottom: 10px;
      display: inline-block;
    }
    #footer .gallery-wrap a img
      { width: 150px;
      }
      
  #episcopal{
  	width: 205px;
  	height: 25px;
  	background: url(/_img/episcopal_logo.png) no-repeat;
  	display: block;
  	text-indent: -9999em;
  	margin-top: 10px;
  }
/* @end */

/* @group Select Menus */
.ui-selectmenu 
  { display: block;
    float: left;
    position: relative;
    height: 2.4em;
    width: 118px;
    text-decoration: none;
    overflow: hidden;
    background: url(/_img/bg_selectmenu.png) no-repeat;
    margin-right: 5px;
  }
#content a.ui-selectmenu:hover
  { text-decoration: none;
  }
.ui-selectmenu-icon 
  { position: absolute;
    right: 6px;
    margin-top: -8px;
    top: 50%;
  }
.ui-selectmenu-menu 
  { padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 1001;
    top: 0;
    visibility: hidden;
    overflow: auto;
    -moz-border-radius: 3px; -webkit-border-radius: 3px;
    background: #f1f1f1;
    height: 200px;
    width: 200px !important;
  }
.ui-selectmenu-open 
  { visibility: visible;
  }
.ui-selectmenu-menu-popup 
  { margin-top: -1px;
  }
.ui-selectmenu-menu-dropdown 
{}
.ui-selectmenu-menu li 
  { padding: 0;
    margin: 0;
    display: block;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    font-weight: normal !important;
  }
.ui-selectmenu-menu li a,.ui-selectmenu-status 
  { line-height: 1.4em;
    display: block;
    padding: .3em 1.5em .3em 1em;
    outline: none;
    text-decoration: none;
    color: #363636;
    font-size: 11px;
  }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status 
  { padding-left: 20px;
    position: relative;
    margin-left: 5px;
  }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon 
  { position: absolute;
    top: 1em;
    margin-top: -8px;
    left: 0;
  }
.ui-selectmenu-status 
  { line-height: 1.4em;
    height: 16px;
    overflow: hidden;
  }
.ui-selectmenu-open li.ui-selectmenu-item-focus a 
  { background: #d4d4d4;
  }
.ui-selectmenu-open li.ui-selectmenu-item-selected 
{}
.ui-selectmenu-menu li span,.ui-selectmenu-status span 
  { display: block;
    margin-bottom: .2em;
  }
.ui-selectmenu-menu li .ui-selectmenu-item-header 
  { font-weight: bold;
  }
.ui-selectmenu-menu li .ui-selectmenu-item-content 
  {  
  }
.ui-selectmenu-menu li .ui-selectmenu-item-footer 
  { opacity: .8;
  }
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group 
  { font-size: 1em;
  }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label 
  { line-height: 1.4em;
    display: block;
    padding: .6em .5em 0;
    font-weight: bold;
  }
.ui-selectmenu-menu .ui-selectmenu-group ul 
  { margin: 0;
    padding: 0;
  }

/* @end  */
  .items
    { overflow: hidden;
      padding: 15px;
    }
  .sermons .items
    { padding: 0px;
    }
  .items.series
    { float: left;
    }
    .items article
      { border-bottom: #f1f1f1 solid 1px; 
        overflow: hidden;
        padding: 15px;
      }
    .items.series article
      { width: 520px;
      }

    .items article.detail
      { margin-left: 0px;
        padding: 0px;
      }
    .items article.odd
      { background: #f9f9f9;
        background: -moz-linear-gradient(top, #ffffff, #f9f9f9);
        background: -webkit-gradient(linear,left top, left bottom, from(#f9f9f9), to(#ffffff));
        /* MSIE */
        filter: progid:DXImageTransform.Microsoft.Gradient(
                      StartColorStr='#ffffff', EndColorStr='#f9f9f9', GradientType=0);
      }
      article img
        { float: left;
          margin-right: 15px;
        }
      article header
        {   
        }
      article .meta
        { margin-bottom: 5px;
          color: #666666;
        }
        article .meta span
          { color: #333333;
          }
        article .meta a
          { text-decoration: none;
          }
      article .highlight, aside ul.mcms_filter_list .highlight, aside ul[class*=list] .highlight
        { border-radius:3px;
          color: #fff !important;
          padding: 2px 4px;
        }
      .sub article h3
        { margin-bottom: 10px;
          font-size: 138.5%;
        }
    .items article.last
      { border: 0px;
      }
          article h3 a
            { text-decoration: none;
              color:#666666;
              line-height: 93%;
              font-weight: bold !important;
            }
            article h3 a:hover
              { color: #414141;
              }
            article h3 a:active
              { color: #333333;
              }
      article time
        { font-size: 93%;
          color: #bbb;
          margin-bottom:10px;
          display: block;
          font-weight: bold;
        }
      article.post time, article.post.detail time
        { display: inline;
        }
      article .media
        { float: right;
          margin-left: 10px;
          border-left: 1px solid #dddddd;
        }
        article .media li
          { line-height: 1em;
            font-size: 93%;
            display: block;
          }
          article .media li a
            { text-decoration: none;
              color: #999999;
              text-transform: uppercase;
               padding: 5px 10px;
               display: block;
            }
            article .media li a:hover
              { background-color: #eee;
                color: #666666;
              }
            article .media li a:active
              { background-color: #666666;
                color: #dddddd;
              }
      article header a.blog-comment-number
           { float: right;
             width: 41px;
             height: 32px;
             color: #fff;
             text-decoration: none;
             font-weight: bold;
             position: relative;
             top: 0px;
             margin-left: 25px;
           }
           article header a.blog-comment-number:hover
             { color: #333;
               text-decoration: none;
             }
           article header a.blog-comment-number div
             { text-align: center;
               padding-top: 4px;
             }
      
    article.detail
      { border: 0;
      }
      article.detail .summary
        { color: #666666; 
          margin-top: 25px;  
        }
      article.detail.post time
        { font-size: 96%;
        }
      article.detail time
          { font-size: 100%;
            margin-bottom: 15px;
            display: block;
            color: #555;
            font-weight: bold;
          }
          article.detail time .event-sep
            { color: #999;
            }
          article.detail time .eventTime
            { color: #999;
              font-weight: normal;
            }
        article.detail .meta
          { margin-bottom: 5px;
          }
          article.detail .meta em
            { font-weight: bold;
              font-size: .9em;  
            }
         article.detail .rsvp a
           { background: #999;
             padding: 6px 12px;
             color: #fff;
             border-radius:5px;
             font-weight: bold;
             font-size: .9em;
             text-shadow: -1px -1px 1px #666;
             cursor: pointer;
             text-decoration: none;
           }
           article.detail .rsvp a:hover
             { background: #666666;
               color: #fff;
             }
           article.detail .rsvp a:active
             { background: #000;
             }
    .series_heading
      { float: left;
        width: 370px;
        margin-right: 10px;
      }
      .series_heading img
        { width: 370px;
          margin-bottom: 10px;
        }
      .series_heading p
        { color: #666666;
        }
.filters
  { margin-bottom: 25px;
    overflow: hidden;
    background: #f1f1f1;
    padding: 10px;
    padding-top: 15px;
    border-radius:3px;
    -moz-border-radius: 3px;
    border: #e5e5e5 solid 1px;
  }
  .filters h6
    { float: left;
      margin-right: 20px;
      margin-bottom: 0px;
      padding-top: 5px;
      font-size: 108%;
    }
#pagination
  { padding: 10px;
    background-color: #f1f1f1;
  }
  #pagination a
    { padding: 5px 8px;
     	text-decoration: none;
     	-webkit-border-radius: 2px;
     	-moz-border-radius: 2px;
     	border-radius: 2px;
     	color: #555555;
     	margin-right: 3px;
    }
   #pagination a:hover
     { background-color: #666666;
       color: #ffffff;
     }
   #pagination a#current
     { background-color: #666666;
       color: #fffeff;
     }
  #pagination a#off
    { color: #cccccc;
    }
  #pagination a#off:hover
    { background-color: transparent;
      color: #cccccc;
    }
  #pagination a#next
    { 	
    }
  #pagination a#previous
    { 
    }
/* @group Gallery */    
.photo
    { width: 200px;
      overflow: hidden;
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      background: #222;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -border-radius:5px;
      -webkit-box-shadow: 1px 1px 3px #999999;
    }

  .photo.end
    { margin-right: 0px;
    } 
    .photo a
      { display: block;
        overflow: hidden;
        margin: 0px;
        padding: 0px;
      }
    .photo img
      { float: none;
      	width: 200px;
      	margin: 0;
      	padding: 0;
      }
    .photo .title
      { clear: both;
        color: #222;
      	color: #fffeff;
      	padding: 0px 5px;
      	display: block;
      	width: 100%;
      	margin-bottom: 0px;
      }
      .photo .title p
        { margin: 0px !important;
          padding: 0px !important;
        }
  .gallery 
    { overflow: hidden;
    	background-color: #111;
    	width: 300px;
    	float: left;
    	margin-right: 20px;
    	margin-bottom: 20px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-border-radius:5px;
    	-webkit-box-shadow: 1px 1px 3px #999999;
    }
    .gallery > a
      { display: block;
        clear: both;
        overflow: hidden;
      }
    .gallery img
      { float: none;
      	margin: 0;
      	padding: 0;
      	width: 300px;
      }  
    .gallery .title
      { margin-top: -5px;
      	background-color: #111;
      	margin-bottom: 0;
      	padding: 5px;
      	border-top: 1px solid #313131;
      	display: block;
      	width: 100%;
      } 
      .gallery .title a
        { color: #ccc;
        	text-decoration: none;
        }
        .gallery .title a:hover
          { background-color: transparent;
          	text-decoration: none;
          	color: #fff;
          }
/* @end */
/* @group Events */

.cal-wrap
  { position: relative;
    margin-top: 55px;
    display: block;
    width: 650px;
  }
  #content .calendar
    { margin-bottom:25px; 
      border: 1px solid #e3e1d9; 
      border-collapse: collapse; 
      width:650px;
      border-right-style: none;
      margin-top: 25px;  
    }
    #content .calendar body
      { width:640px;
        text-align: right;
      }
      #sub #content .calendar caption
        { padding:0 0 12px 50px; 
          color: #555555; 
          font-weight: bold;
          font-size:153.9%; 
          text-align:left; 
          background: transparent url(/_img/caption_bg.gif) no-repeat left top;
          position: absolute;
          top: -35px;
          left: 0;
        }
        #content .calendar span
          { display:block; 
            width:21px; 
            height:18px; 
            text-indent:-9999em; 
            position:absolute; 
          }
        #sub #content span.calendar-next
          { background-position:right top; 
            top:0; 
            left:22px;
          }
        #sub #content span.calendar-prev
          { background-position:left top; 
            top:0; 
            left:0px;
          }
    #content .calendar th	
      {  padding:0; 
         background: #333333; 
         color:#fefefe; 
         font-size: 93%; 
         font-weight: bold; 
         line-height: 33px;
         text-transform:uppercase;
         text-align: center;
      }
    #sub #content .calendar td
      {  width: 80px; 
         height:80px; 
         padding: 5px; 
         border:1px solid #e3e1d9; 
         border-left:0; 
         text-align:right;
         border-top:0; 
         background:#fefefe; 
         color: #686762; 
         font-size:100%; 
         vertical-align:top;
      }
      #content .calendar td.linked-day
        { 
        }
        #content .calendar td.linked-day > a
          { color:#666666;
            font-weight:bold;   
          }
          #content .calendar td.linked-day > a:hover
            { color: #333333;
            }
      #content .calendar td a
        { text-decoration: none; 
        }
        
      #content .calendar td ul
        {  margin: .7em 0 0 .4em; 
           font-size: 100%; 
           list-style: none; 
           padding:6px;
           margin-right: -4px;
           display: block;
        }
        #content .calendar td li
          {  margin-bottom: .95em; 
             font-size: 85%; 
             line-height: 1.3; 
             text-align:left;
             list-style-type: none;
          }
          #content .calendar td li a
            {  text-decoration:none; 
               font-size:11px; 
            }
      #content .calendar td li a:hover
        {  color: inherit;        
           text-decoration:underline; 
        }
    #content .calendar td.empty
      {  background-color: #fafafa;
         background-image: none;
      }
.ui-tabs .ui-tabs-hide 
  {  display: none;
  }
#event-tabs .tabs-links
  {  overflow: hidden;
  }
#event-tabs .tabs-links li
    {  float: right;
       list-style: none;
       margin-right: 10px;
    }
    #event-tabs .tabs-links li a
      {  text-decoration: none;
         color: #333333;
         padding: 5px 10px 5px 10px;
         background-color: #f1f1f1;
         display: block;
         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         font-size: 100%;
         border: solid thin #dddddd;
      }
    #event-tabs .tabs-links li.ui-tabs-selected a
      {  background: #333333;
         color: #f1f1f1;
         border: solid thin #444444;
      }
.events  article time
  { float: left;
    display: block;
    background: #f1f1f1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    overflow: hidden;
    margin-right: 15px;
    border: 1px solid #f1f1f1;
  }
  .events article time .evtday
    { font-size: 189%;
      display: block;
      font-weight: bold;
      text-align: center;
      padding-top: 5px;
      padding-bottom: 5px;
      color: #666666;
    }
  .events article time .evtmonth
    { text-transform:uppercase;
      text-align: center;
      padding:  3px 10px;
      display: block;
      background-color: #333;
      color: #fff;
      -moz-border-radius-bottomleft: 2pxx;
      -moz-border-radius-bottomright: 2px;
      -webkit-border-bottom-left-radius: 2px;
      -webkit-border-bottom-right-radius: 2px;
    }
  .events article .meta
    { font-size: 108%;
      margin-top: 5px;
      color: #666;
    }
   .events  article .meta span
      { color: #333;
      }
    .events article .meta a
      { text-decoration: none;
      }
.events .group-heading
  { margin-bottom: 15px;
    margin-top: 20px;
  }
  
/* @end */
aside h5
    { margin-bottom: 8px !important;
      font-size: 116%;
      font-family: "Proxima Nova", "Helvetica", "Arial", sans-serif;
      font-weight: 600;
    }
aside p
  { margin-bottom: 10px;
  }
  aside ul.mcms_filter_list, aside.left ul[class*=list]
    { margin-bottom: 25px;
      margin-left: 0px;
    }
    aside ul.mcms_filter_list li, aside.left ul[class*=list] li
      { margin-bottom: 8px;
        font-size: 93%;
        list-style: none;
        list-style-image: none;
      }
      aside ul.mcms_filter_list li a, aside.left ul[class*=list] li a
        { text-decoration: none;
        }
        aside ul.mcms_filter_list li a:hover, aside.left ul[class*=list] li a:hover
          { color: #333;
          }

.social
  { margin: 0;
    margin-top: 7px;
    overflow: hidden;
    float: right;
  }  
.social li
  { float: left;
    list-style: none;
    margin-right: 15px;
  }
  .social li a
    { height: 17px;
      background: url(/_img/social-icons.png) no-repeat;
    }
    .social li a:hover
      { opacity: .5;
        filter:alpha(opacity=50);
      }
  .social li a#twitter
    { background-position: 0px 0px;
      width: 12px;
    }
  .social li a#facebook
    { background-position: -29px 1px;
      width: 9px;
    }
  .social li a#flickr
    { background-position: -50px 1px;
      width: 21px;
    }
  .social li a#youtube
    { background-position: -80px 1px;
      width: 17px;
    }
    
