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

#topcontent
  { height: 287px;
    position: relative;
  }
#billboard
  { position: relative;
    width: 940px;
    height: 318px;
  }
#rotator
  { width: 940px;
    height: 318px;
    background: #555;
    overflow: hidden;
  }
  .overlay
    { position: absolute;
      z-index: 50;
      right: 0;
      top: 50px;
      background-color: #111;
      background-color: rgba(1,1,1,.8);
      width: 439px;
      height: 129px;
      padding: 20px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      -moz-border-radius-topleft: 5px;
      border-bottom-left-radius:5px;
      border-top-left-radius:5px;
    }
    .overlay h5
      { font-size: 153.9%;
        font-weight: normal;
        margin-bottom: 10px;
      }
    .overlay p
      { font-size: 116%;
        line-height: 1.4;
        color: #999;
      }
  #btns
    { position: absolute;
      z-index: 50;
      left: 470px;
      top: 219px;
      background-color: #111;
      background-color: rgba(1,1,1,.8);
      padding:2px 5px;
      -webkit-border-bottom-left-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      -moz-border-radius-bottomright: 5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px
    }
    #btns a
      { display: inline-block;
        padding:0px 6px;
        line-height:12px;
        background-color:#b0afb0;
        text-indent: -999em;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius:2px;
        margin-right: 10px;
      }
      #btns a:last-child
        { margin: 0px;
        }
      #btns a.activeSlide
        { background-color: #fff;
        }
#feature
  { width: 940px;
    height: 68px;
    position: relative;
  }
  #feature h6
    { text-transform:uppercase; 
      padding-top:12px;  
      margin-bottom: 5px;     
    }
  #feature h3
    { font-size: 182%;
      line-height: 1em;
      margin-bottom: 5px;
      font-weight: normal;
    }
    h3 a
      { text-decoration: none;
        font-family: "Proxima Nova", "Helvetica", "Arial", sans-serif;
      }
      #feature h3 a:hover
        { text-decoration: underline;
        }
  #feature .meta-time
    { width: 46px;
      height: 70px;  
      position: absolute; 
      top: 0px;
      left: 0px;
      margin-left: -47px;
      z-index: 3000;
      display: block;
    }
  #feature time
    { font-size: 174%;
      padding-top: 15px;
      display: block;
      font-weight: 700;
      font-family: "Proxima Nova", "Helvetica", "Arial", sans-serif;
      text-align: center;
      color: #fff;
    }
    #feature time span
      { display: block;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 60%;
        margin-bottom: 0px;
      }
  #feature p
    { font-size: 93%;
      line-height: 140%;
    }
  #feature .media 
    { padding: 0;
      margin: 0;
      overflow: hidden;
      margin-top: 5px;
      position: absolute;
      bottom: 20px;
      right: 17px;
    }
    #leftcol .media, #rightcol .media{
    	overflow: hidden;
    	margin-left: 0px;
    	margin-top: 15px;
    }
    #leftcol a.more{ 
  		margin-left: 10px !important;
 	}
    #feature .media li, #leftcol .media li, #rightcol .media li
      { float: left;
        list-style: none;
        list-style-image: none;
        font-size:93% ;
      }
     #leftcol .media li, #rightcol .media li{
     	margin-right: 6px;
     }
      #feature .media li a, #leftcol .media li a, #rightcol .media li a
        { padding: 5px 10px;
          font-family: "Proxima Nova", "Helvetica", "Arial", sans-serif;
          font-weight: normal;
          text-transform: uppercase;
          color: #eee;
          text-decoration: none;
          display: block;
          line-height: 1;
          padding-top: 7px;
          margin-left: 10px;
        }
        #leftcol .media li a, #rightcol .media li a{
        	margin-left: 0px;
        }
        #feature .media li a:hover, #leftcol .media li a:hover, #rightcol .media li a:hover
          { color: #fff;
            background-position: bottom center;
          }
  #home #leftcol article, #home #rightcol article{
  	overflow: hidden;
  	padding-left: 10px;
  }
  #home #leftcol .event{
  	padding: 0px;
  }

  #feature .more
    { color: #e7e7e7;
      text-decoration: none;
      position: absolute;
      bottom: 58px;
      left: 117px;
      font-weight: 700;
      font-size: 123.1%
      font-family: "Proxima Nova","Helvetica", "Arial",sans-serif;
    }
    #feature .more:hover
      { color: #fff;
      }       
  #subcontent
    { height: 310px;
      overflow: hidden;
    }
  #subcontent .first
    { width: 342px;
    }
  #subcontent .second
    { width: 380px;
      height: 310px;
      padding: 25px;
    }
.event
  { clear: both;
    margin-top: 25px;
    display: block;
    overflow: hidden;
  }  
.event .datewrap
  { background-color: #f9f7f0;
    width: 84px;
    height: 58px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
  }   
.event .datewrap a[title='Log In']
  { display: block;
    width: 20px;
    height: 56px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-indent: -9999em;
    background-color: #414141;
  }
.event time
  { display: block;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-family: "Proxima Nova","Helvetica", "Arial",sans-serif;
    font-weight: 700;
    line-height: 20px;
  }
  .event time span
    { display: block;
      margin-top: 1px;      
      line-height: 18px;
      font-size: 13px;
      text-transform: uppercase;
      color: #333;
    }
  .event h3
    { font-family: "Proxima Nova","Helvetica", "Arial",sans-serif;
      font-weight: 600;
      margin-bottom: 0px;
      line-height: 1.2em;
    }
    .event h3 a
      { color: #342b26;
        text-decoration: none;
      }
      .event h3 a:hover
        { text-decoration: underline;        
        }
.post
  { padding-bottom: 10px;
    margin-bottom: 10px;
  }
.post time
  { margin-bottom: 5px;
    display: block;
  }
.post a:hover
  { text-decoration: underline;  
  }
.quicklinks
  { width: 165px;
  }
  .qlink
    { padding: 10px 15px;
      margin-bottom: 0px;
      cursor: pointer;
      border-bottom: 1px solid #eae7de;
    }
    .qlink > div
      { overflow: hidden;
      }
      .qlink a
        { font-family: "Proxima Nova","Helvetica", "Arial",sans-serif;
          font-weight: 700;
          text-decoration: none;
        }
      .qlink p
        { overflow: hidden;
          height: 30px;
        }

#mrss,
#rss
#allrss
