/* @override http://www.joshuahouse.org/_css/styles.css */

/* FONTS & OTHER FUN RESETS  .................... */
a:focus { outline: none !important; border: 0 !important;}

body {
	margin:0 auto;padding:0;
	font: 13px/133% Helvetica ;
	color: #000;
	background: #436070 url(../_img/bg_body.jpg) no-repeat center 460px;
}

#wrap {
	background: url(../_img/bg_wrap.png) repeat-x top;
}

#wrap-inner {
	background: url(../_img/bg_wrap_inner.jpg) no-repeat center top;
}
	
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ol, dl, address{ 
	margin: .7em 0;
	padding: 0; 
	line-height:163%;
}

h1, h2, h3, h4 {color: #9c2929;}
h1 {font-size:2em;}
h2 {font-size: 1.8em; text-transform: lowercase;}
h3 {font-size: 1.6em;}
h4 {font-size:1.2em;}
#default-sidebar h4, #dynamic-sidebar h4 {color: #000; text-transform: lowercase;}
h5 {font-size:1.2em;}
#default-sidebar h5, #dynamic-sidebar h5 {margin: 0;font-size: 1.1em;text-transform: lowercase;}

a {color: #9c2929;text-decoration:none;}
a:hover {color: #000;text-decoration:none;}

ul, ol {margin: 0px;padding: 0px 0 0 20px;}
li, dd { margin-left: 0em; }

form label{ cursor: pointer; }
fieldset{ border: none; }

blockquote {
	padding: 2px 10px 2px 10px ;
	margin: 5px 30px 5px 30px;
	border-left: 1px dotted #ccc;
}

.clearer{clear:both;}

#container {
	margin: 0 auto;
	padding: 0;
	width: 914px;
	background: url(../_img/bg_container_top.png) no-repeat center 90px;
}

#container:after, #navigation:after {content: "."; display: block;height: 0; clear: both; visibility: hidden;}

a img {
	border: 0;
}

/* SPECIAL SITE WIDE CLASSES  .................... */

p.meta {
	color: #333;
	font-style: italic;
	padding: 0;margin: 0;
}

p.subscribe {
	float: right;
	padding: 0 0 0 20px;
	margin: 0;
	background: url(/_img/feed.png) no-repeat center left;
}

p.subscribe a {
	color: #ff6600;
}

p.addThis{
  float: right;
  clear: right;
}

/* HEADER  .................... */

#header {
	float: left;
	margin: 0 0 0 14px;
	padding: 0;
	height: 90px;
	width: 885px;
	position: relative;
}

#header h1{
   float: left;
   width: 235px;
   height: 65px;
   background: url(/_img/bg_h1_a.png) no-repeat;
}

h1#logo a {
   display: block;
   height: 65px;
    text-indent: -9999px;	
}

.headline {
 	float: right;
	margin: 50px 0 0;
	font-size: 17px;	
	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
}

.headline a {
	color: #ff0000;
}

.headline a:hover {
	color: #000;
}

.headline p{
   margin: 0;
}

#social {
	position: absolute;
	top: 15px;
	right: 0;	
}

#social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	line-height: 1;
}

#social ul li {
	float: left;
	margin-right: 7px;
}

#social ul li img {
	vertical-align: middle;
	border: 0;
}

/* NAVIGATION  .................... */

#searchbox {
	float: right;
	position: relative;
	margin: -20px 30px 0 160px;
	padding: 0;
	z-index: 1003;
}

#searchbox input#search_term{
   height: 14px;
   border: none;
   background: url(/_img/bg_input_searchterm.gif) no-repeat;
   padding: 2px 3px;
   width: 140px;
   font-size: .8em;
}

#searchbox a#search_go{
   font-size: .9em;
   font-weight: bold;
   color: #fff;
}

#navigation {
	width: 875px;
	float: left;
	padding: 5px 0;
	height: 22px;
	margin-left: 19px;
}

ul#nav {
	background: url(/_img/bg_nav.png) repeat-x;
	float: left;
	display: inline;
	clear: both;
	width: 875px;
	height: 22px;
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	font-size: 12px;
	position: relative;
	z-index: 1001 !important;
}

ul#nav li {
	float:left;
	display: inline;
	list-style-type: none;
	position:relative;
	margin: 0;
	padding: 0;
}

ul#nav a { 
	display: block;
	padding: 0 15px;	
	margin: 0;
	line-height: 22px;
	color: #fff;
	border-bottom: none;
}

ul#nav a {
	text-decoration: none;
}

ul#nav li:hover{
   visibility: inherit;
}

ul#nav li.current a {
	background: #f6ecec;
	color: #ff0000;
}

ul#nav li a:hover,
ul#nav li:hover a,
ul#nav li.sfHover a {
	color: #ff0000;
	text-decoration: none;
	background: url(/_img/nav-hover.png) repeat-x;
}

ul#nav li ul { /* second-level lists */
	position: absolute;
	font-size: .9em;
	background: #fff;
	top:0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style:none;
	z-index:1000;
	padding:0;margin:0;
	text-transform: none;
}

ul#nav li ul li{
	float:none;
	background:transparent;
	margin: 0;padding: 0;
}

ul#nav li:hover ul, ul#nav li.sfHover ul { /* lists nested under hovered list items */
	left: 0;top:22px;
	margin:0; padding:0;
}

ul#nav li ul li a,
ul#nav li:hover ul li a,
ul#nav li.sfHover ul li a,
ul#nav li.current ul li a{
	background:#436070;
	padding:4px 13px;
	line-height: 140%;
	display: block;
	color:#fff; 
	z-index:1000;
	min-width: 120px;
	_width: 120px;
}

ul#nav li ul li a:hover{
	color: #ff0000;
	background: none;
}

/* MAIN SECITON  .................... */

#main {
	float: left;
	display: inline;
	width: 914px;
	height: 364px;
	margin: 0;
	padding-bottom: 34px;
	position: relative;
	background: url(../_img/bg_container_btm.png) no-repeat center bottom;
}

#main-inner {
	width: 914px;
	height: 364px;
	background: url(../_img/bg_container_rep.png) repeat-y center;
}

#rotation {
	width: 875px;
	height: 364px;
	margin-left: 19px;
}

#billboard {
	width: 875px;
	height: 364px;
	position: relative;
}

#rotator {
	width: 875px;
	height: 364px;
	overflow: hidden;
}

#rotator img {
	display: block;
	border: 0;
	float: none;
	padding: 0;
	margin: 0;
}

#billboard #rotatorbtns { 
	position: absolute;
    z-index: 1001;
    bottom: 10px;
	right: 10px;
}

#billboard #rotatorbtns a { 
	display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    text-indent: -9999em;
    background: url(../_img/pag_dots.png) no-repeat 0 0;
}

#billboard #rotatorbtns a.activeSlide  { 
	background-position: 0 100%;
}

ul#home-rotator{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#quick-links {
	margin: 0;
	padding: 0 !important;
	list-style: none;
	position: absolute;
	top: 170px;
	left: 0;
	z-index: 1000 !important;
	width: 308px;
	height: 168px;
	background: url(/_img/bg_quicklinks.png) no-repeat 0 0;
}

#links-secondary ul#quick-links{
   	left: -10px;
	top: 20px;
}

ul#quick-links li{
   height: 44px;
   width: 308px;
   position: absolute;
   left: 0;
   padding: 0 !important;
   margin: 0 !important;
}

ul#quick-links li span{
   height: 44px;
}

ul#quick-links li a{
   height: 44px;
   width: 308px;
   display: block;
   text-indent: -9999px;
   cursor: pointer;
   z-index: 1001;
   padding: 0 !important;
}

ul#quick-links li a:hover{
   background: url(/_img/bg_quicklinks.png) no-repeat 0 0;
}

ul#quick-links li#im-new {top: 0; z-index: 1010;}
ul#quick-links li#service-times{top: 34px; z-index: 1006;}
ul#quick-links li#whats-happening{top: 61px; z-index: 1002;}
ul#quick-links li#messages{top: 96px; z-index: 1003;}
ul#quick-links li#music {top: 122px; z-index: 1004; height: 45px;}

ul#quick-links li#im-new a:hover{
   background-position: -308px 0;
   z-index: 1010;
}

ul#quick-links li#service-times a:hover{
   background-position: -308px -44px;
   z-index: 1010;
}
ul#quick-links li#whats-happening a:hover{
   background-position: -308px -90px;
   z-index: 1010;
}
ul#quick-links li#messages a:hover{
   background-position: -308px -135px;
   z-index: 1010;
}
ul#quick-links li#music a:hover{
   background-position: -308px -180px;
   z-index: 1010;
}

#quicklinks{
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
}

#links-secondary #quicklinks{
   top: 300px;
   left: -20px;
   bottom: auto;
}

/* BOTTOM SECITON  .................... */

#bottom {
	float: left;
	display: inline;
	margin: -29px 0 0 14px;
	padding: 30px;
   width: 825px;
   min-height: 350px;
   background: #436070;
}

#updates {
	float: left;
	width: 375px;
}

#updates h3 {
	text-transform: uppercase;
	color: #c3c3c3;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #5d7f92;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 1;
}

#tweets {
	
}

#tweets .tweet {
	padding: 10px 0;
	border-bottom: 1px solid #5d7f92;
	overflow: hidden;
}

#tweets .tweet .image {
	float: left;
	width: 45px;
}

#tweets .tweet .image img {
	width: 45px;
	border: 0;
	display: block;
	margin: 0;
}

#tweets .tweet p {
	margin: 0;
	color: #c3c3c3;
	font-size: 10px;
	padding-left: 55px;
}

#tweets .tweet span {
	color: #fff;
}

#tweets .tweet a {
	color: #98c2ed;
}

#tweets .tweet a:hover {
	color: #000;
}

#agenda {
	float: right;
	display: inline;
	width: 375px;
	margin: 0;
}

#sidecal-outer{
position: relative;
margin: 0 0 15px 0;padding: 0;
}

#agenda table.calendar{
	clear: both;
	margin: 0;padding: 0;
	width: 100%;
}

#agenda table.calendar caption{
	padding: 3px 0;margin: 0 0 0 2px;
	text-transform: uppercase;
	color: #c3c3c3;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	border-bottom: 1px solid #5d7f92;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#agenda table.calendar caption span.calendar-prev{
	color: #c3c3c3;
	margin-right: 8px;
}

#agenda table.calendar caption span.calendar-next{
	color: #c3c3c3;
	margin-left: 8px;
}

#agenda table.calendar th{
	padding: 5px 0;margin: 0;
	color: #c3c3c3;
	text-transform: lowercase;
}

#agenda table.calendar td{ 
	font-size: .8em;
	width: 35px;	
	padding:1px;
	height: 35px;
	text-align: center;
	background: #626e7a;
	color: #c3c3c3;
	text-align: center;
	border: 4px solid #436070;
}

#agenda table.calendar td.linked-day{
	background: #5d7f92;
	color: #fff;
}
#agenda table.calendar td a{}
#agenda table.calendar td.linked-day a{ color: #fff;}

#agenda table.calendar td.linked-day:hover{
	
}

#extras {

}

#extras h2, #extras h3, #extras h4, #extras h5, #extras h6{
	color: #b39696;
	text-align: right;
	font-size: 14px;
	margin-bottom: 0;
}

#extras p {
	color: #c3c3c3;
	text-align: right;
	font-size: 10px;
	margin-bottom: 0;
}

#traildiv{
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 999;
   visibility: hidden;
   padding: 5px;
   	background: url(/_img/bottom-center-bg.png);
}

#traildiv ul{
   padding: 10px 10px 10px 10px;
   margin: 0px;
	background: #5d7f92;
   font-size: 1em;list-style: disc;
   color: #fff;
	list-style:none;
	width: 200px;
}

#traildiv li{
	color: #383838;
	margin: 0 0 6px 0 ;
	padding: 0;
}

#traildiv a{
   	color: #fff;
   text-decoration: none;
}

#agenda table.calendar td.linked-day:hover a{
	height: 16px;
	padding-top: 5px;
}

#center {
	width: 274px;
	float: left;
	background: url(/_img/bottom-center-bg.png) no-repeat;
	margin: 0 10px 0 0;
	padding: 0;
}

#center ul {
	list-style: none;
	margin: 0;padding: 0;
}

#center ul li {padding: 7px; margin: 0;}
#center ul li a {display: block; margin:0;}
#center ul li a img{display: block; margin:0;}

#see-service {float: left;width: 350px; margin-left: 4px;}
#see-service.new {
  float: left;
  width: 340px;
  height: 187px;
  margin-top: 2px;
  margin-left: 0;
  border: 4px solid #658AB1;
}

#footer {
	float: left;
	display: inline;
	width:835px ;
	margin: 0 0 0 34px;
	padding: 0;
	border-top: 1px solid #5d7f92;
	padding: 10px 0;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 7px 0;
	height: 17px;
}

#footer ul li {
	float: left;
	padding: 0px 20px 0 0;
	text-transform: lowercase;
	font-size: 11px;
}

#footer li.address {
	float: left;
	margin:0;padding:0;
}

#footer li.address a img{
  margin-left: 10px;
}

#footer ul li a {
	color: #fff;
	display: block;
}

#footer ul li a:hover {
	text-decoration: underline;
}


/* PAGES FORMATTING .................... */

#container-inner{
   width: 914px;
   float: left;
   background: url(../_img/bg_container_btm.png) no-repeat center bottom;
   padding-bottom: 34px;
}

#page-background {
	width: 914px;
	float: left;
	background: url(../_img/bg_container_rep.png) repeat-y center;
}

#page-container {
	width: 875px;
	min-height: 500px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: url(../_img/bg_sidebar_new.png) repeat-y 196px;
	overflow: hidden;
}

.oneCol #page-container, #blogs #page-container {
	background: none;
}

#message #page-container {
	background: url(../_img/bg_sidebar_new.png) repeat-y 165px;
}

#default-sidebar {
	float: left;
	display: inline;
	width: 191px;
	padding:0;
	margin: 0;
}

#secondary-nav{
   padding: 20px 10px 10px 0;
}

#secondary-nav ul{
   padding: 0;
   list-style: none;
   position: relative;
   z-index: 1;
}

#secondary-nav ul li a{
   font-size: 1.2em;
   font-weight: bold;
   text-transform: lowercase;
   padding: 0 10px 0 14px;
   line-height: 22px;
   display: block;
   color: #575a5d;
   width: 142px;
   margin-bottom: 5px;
}

#secondary-nav ul li a:hover{
   color: #f00;
}

#secondary-nav ul li.current a{
   background: url(../_img/bg_subnav_on.png) no-repeat;
   width: 172px;
   color: #fff;
}

#page-right {
	margin: 0px 0px 0px 0px;	
	float: left;
	width: 660px;
}

#blogs #page-right {
	width: 684px;
}

.oneCol #page-right {
	width: 875px;
}

#page-header {
	margin: 0;
	padding: 0;
	width: 875px;
	overflow: hidden;
}

#page-header img#page_header_image {
	z-index: 1;
}

#page-content {
	padding: 20px 20px 0 40px;
	z-index: 1;
	position: relative;
}

.oneCol #page-content {
	padding-right: 20px;
	padding-left: 20px;
}

#blogs #page-content {
	padding: 10px 10px 0 10px;
}

#message #page-content {
	padding-right: 0;
}

#page-content h2 {
	color: #9c2929;
	font-size: 30px;
	margin: 0 0 10px 0;padding: 0;
}

#page-content h4 {
	margin: 0;padding: 0;
}



/* SPECIAL SIDEBARS  .................... */

#dynamic-sidebar {
	float: left;
	display: inline;
	width: 191px;
	min-height: 565px;
	_height:565px;
	padding:0px;
	margin: 6px 6px 0 6px;
	position: relative;
}

#message #dynamic-sidebar {
	width: 165px;
	margin: 0;
}

#dynamic-sidebar ul {
	display: block;
	margin: 5px 0px;
	padding: 0 0 0 15px;
	position: relative;
	z-index: 1000;
}


#dynamic-sidebar p {margin: 0;padding: 0px 6px;line-height: 100%;}

/* SMALL GROUPS TYPES  .................... */

body.smallgroups #secondary-nav ul li a{
   font-size: 1em;
}

.section {padding: 0 15px;margin: 0;}

#small-group-legend{
   padding: 15px;
}

#small-group-legend h3{
   color: #000;
   font-size: 1.1em;
}

ul#small-groups-types {
	margin: 0;padding: 0 0 0 14px;
	list-style: none;
}

ul#small-groups-types li{
   	padding: 10px 0 10px 25px;
   	margin: 0;
   	text-transform: lowercase;
   	font-weight: bold;
   	font-size: 1.1em;
}

ul#small-groups-types li.red {
	background: url(/_img/icon-red.png) no-repeat center left;
}

ul#small-groups-types li.blue {
	background: url(/_img/icon-blue.png) no-repeat center left;
}

ul#small-groups-types li.purple {
	background: url(/_img/icon-purple.png) no-repeat center left;
}

ul#small-groups-types li.green {
	background: url(/_img/icon-green.png) no-repeat center left;
}
ul#small-groups-types li.yellow {
	background: url(/_img/icon-yellow.png) no-repeat center left;
}
/* STAFF TEMPLATE FORMATTING .................... */

ul#staff-directory {
	list-style: none;
	padding: 0;margin: 0 0 0 0px;
	float: left;
}

ul#staff-directory li {
	float: left;
	margin: 0 14px 10px 0 ;
}

ul#staff-directory li p {
	margin: 0;padding: 3px 0 ;
	line-height: 140%;
}

/* =Sermons
---------------------------------------------------------------------
*/

#embed-video {
	width: 620px;
	margin-bottom: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E3E3E3;
}

#embed-video p {
	line-height: 1.1;
	padding-top: 10px;
}

#sermons-filtering{
   padding: 0 10px;
}

#sermons-filtering select{
   margin-bottom: 20px;
   width: 120px;
}

#dynamic-sidebar #message-filters ul{
   margin: 10px 0 20px;
}

#message-filters ul li a{
   color: #000;
   display: block;
}

#message-filters ul li a:hover{
   color: #f00;
}

ul#sermon-directions,
ul#feed-legend {
	list-style: none;
	display: block;
	margin: 0;padding: 0;
}

ul#feed-legend{
   border-bottom: 1px dotted #E3E3E3;
   padding-top: 10px !important;
}

ul#sermon-directions li {
	height: 46px;
	margin: 0;
	padding: 0 0 0 50px;
	line-height: 46px;
}

ul#feed-legend li{
   width: 90px;
   height: 46px;
}

ul#sermon-directions li#dir-listen {
	background: url(/_img/sermon_play.png) no-repeat;
}
ul#sermon-directions li#dir-play  {
	background: url(/_img/sermon_download.png) no-repeat;
}
ul#sermon-directions li#dir-video {
	background: url(/_img/sermon_video.png) no-repeat;
}

ul#sermon-directions li#dir-pdf {
	background: url(/_img/sermon_pdf.png) no-repeat;
}

#dynamic-sidebar ul#feed-legend li a{
   height: 35px;
   display: block;
   padding: 16px 0 0 50px;
   color: #000;
}

#dynamic-sidebar ul#feed-legend li a:hover{
   color: #f00;
}

ul#feed-legend li#itunes a{
   background: url(/_img/bg_feed_itunes.png) no-repeat;
}

ul#feed-legend li#rss a{
   background: url(/_img/bg_feed_rss.png) no-repeat;
}

.sermonblock {
	width: 100%;
	float: left;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #E3E3E3;
}

ul.sermonmeta {
	width: 500px;
	float: left;
	margin: 5px 0 5px;
	padding: 0;
	font-size: .9em;
	list-style: disc;
}

ul.sermonmeta li {
float: left;
	list-style: disc;
	padding: 0;margin: 0 0 0 20px;
}

ul.mediabox {
	float: left;
	list-style: none;
	margin: 0;padding: 0 0 15px;
}

ul.mediabox li {
	float: left;
}

ul.mediabox li a:link, ul.mediabox li a:visited{
   	border: none;
	display: block;
   	width: 36px;
   	height: 36px;
   	text-indent: -9999px;
   	text-align: center;
   	padding: 0px; margin: 0;
}

ul.mediabox li.sl_download a {
background: url(/_img/sermon_download_small.png) no-repeat;}

ul.mediabox li.sl_listen a {background: url(/_img/sermon_play_small.png) no-repeat;}

ul.mediabox li.sl_download-notes a {background: url(/_img/sermon_pdf_small.png) no-repeat;}

ul.mediabox li.sl_watch-video a {background: url(/_img/sermon_video_small.png) no-repeat;}

.sermoninfo h3 {
	margin: 0;padding: 0;
	line-height: 110%;
	font-size: 1.2em;
}

.sermoninfo h3 a {
	color: #000;
}


.sermoninfo {
	width: 500px;
	float: left;
	margin: 0;
	padding: 10px 0 0;
}

.sermoninfo p {
	margin: 0;padding: 0;
}


#sermon-text {
	float: left;
	clear: left;
	width: 684px;
	border-top: 1px dotted #ccc;
	margin: 0px 0 ;
	padding-top: 10px;
}

#dynamic-sidebar ul#listen-pages,
#default-sidebar ul#listen-pages{
   margin: 0;
}

#dynamic-sidebar ul#listen-pages li,
#default-sidebar ul#listen-pages li{
   margin: 0 0 5px;
}

#dynamic-sidebar ul#listen-pages li a,
#default-sidebar ul#listen-pages li a{
   font-size: 1.2em;
   font-weight: bold;
   text-transform: lowercase;
   padding: 7px;
}

body#music ul#listen-pages li#music a,
body#message ul#listen-pages li#messages a{
   background: url(/_img/bg_secondarynav_li_current.png) no-repeat;
   width: 168px;
   height: 24px;
   padding-left: 22px;
   margin-left: -15px;
   color: #fff;
}

#pagination a#off{
   display: none;
}

#pagination a{
   float: left;
   display: block;
   padding: 5px;
   color: #000;
}

#pagination a:hover{
   text-decoration: underline;
}

#pagination a#current{
   color: #f00;
   text-decoration: none;
   cursor: ;
}

#blog-pag {
	padding: 4px 10px;
	background: #9c2929;
	overflow: hidden;
	margin: 0 10px 0 75px;
}

#blog-pag #pagination {
	line-height: 1;
	margin: 0;
}

#blog-pag #pagination a{
	padding: 0 5px;
   color: #b8b8b8;
}

#blog-pag #pagination a:hover {
   color: #fff;
}

/* =BLOGS
------------------------------- */

.blog-author {
	font-size: .4em;
	color: #000;
}

.post {
	margin: 10px 0;
}

#sidebar-blog h5,
#sidebar-blog h6{
   padding: 0 4px;
}

#sidebar-blog h4{
   padding: 0 10px;
   font-size: 1.4em;
   line-height: 1.2;
}

#sidebar-blog .recent-post h5{
   font-size: 1em;
   text-transform: none;
   line-height: 1.4;
   padding: 0;
}

#sidebar-blog .recent-post h5 a{
   color: #000;
   display: block;
}

#sidebar-blog .recent-post{
   margin-bottom: 10px;
   padding: 0 10px;
}

#sidebar-blog .recent-post.current{
   width: 179px;
   background: url(/_img/bg_blog-sidebar_h5_a_current.png) no-repeat;
   margin-left: -5px;
   height: 33px;
   padding: 5px 10px;
}

#sidebar-blog .recent-post.current h5 a,
#sidebar-blog .recent-post.current h6{
   color: #fff;
}

#dynamic-sidebar ul#blog_list_archive,
#dynamic-sidebar ul#blog_list_categories,
#dynamic-sidebar ul#blog_list_category{
   padding-left: 20px;
}

#sidebar-blog h5 a:hover{
   color: #9c2929;
}

#sidebar-blog h6{
   font-size: 1em;
   font-weight: normal;
   text-transform: lowercase;
   margin: 0;
   padding: 0;
   line-height: 1.2;
}

#dynamic-sidebar ul{
   list-style: none;
   padding: 0 0 0 5px;
}

#dynamic-sidebar ul li{
   margin-bottom: 7px;
   font-size: 1em;
}

#dynamic-sidebar #secondary-nav ul li{
   margin-bottom: 0;
}

/* blog updates */

.post {
	margin: 0;
	border-right: 1px solid #e2e2e2;
}

.post .date {
	float: left;
	width: 50px;
	padding-right: 15px;
	text-align: center;
	color: #9c2929;
	text-transform: lowercase;
	line-height: 1.2;
}

.post .date span {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.post .detail {
	float: left;
	width: 564px;
	padding-left: 15px;
	border-left: 1px solid #e2e2e2;
}

.post h2.blogposttitle {
	line-height: 1.2;
	margin-bottom: 10px;
	text-transform: none;
}

.post .meta {
	color: #787878;
	font-weight: bold;
	line-height: 1;
	font-style: normal;
	margin-bottom: 20px;
}

.post .share {
	margin: 15px 0 35px 0;
	padding: 15px 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}

.post .share div {
	margin-bottom: 7px;
}

.post .share .st_sharethis {
	font-size: 10px !important;
	color: #9c2929 !important;
}

.post .share .commnum {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.post .share a.blog-comment-number {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url(../_img/bg_comment_number.png) no-repeat;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin-right: 5px;
}
	  
.post .share a.blog-comment-number:hover { 
	color: #333;
}
		
.post .share a.blog-comment-number div { 
	text-align: center;
	font-size: 10px;
}

.post #comments {
	padding-bottom: 15px;
}

.post .comment p {
	color: #666;
}

.post #comments form label { 
	display: block;
    clear: both;
    font-size: 100%;
    margin-bottom: 5px;
}

.post #comments form input  {
	padding: 3px;
    border: 1px solid #ddd;
 }
  
.post #comments form textarea  { 
	width: 90%;
    height: 100px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 100%;
    color: #666666;
    border-radius:4px;
    -moz-border-radius: 4px;
    background-color: #fafafa;
	font-family: Arial, Helvetica, sans-serif;
}

.post .previous {
	padding: 2px 10px;
	background: #9c2929;
}

.post .previous a {
	color: #ccc;
	text-decoration: none;
}

.post .previous a:hover {
	color: #fff;
}

#blog-filter {
	float: left;
	display: inline;
	width: 171px;
	padding-left: 20px;
}

#blog-filter h3 {
	border-bottom: 0;
	line-height: 1.2;
}

#blog-filter select {
	width: 120px;
}


/* I'M NEW TEMPLATE
------------------------------- */

#dynamic-sidebar ul#second-nav {
	margin: 0 0 20px;
	padding: 0;
}

#new-graphic {
	width: 304px;
	float: left;
	position: relative;
}

#new-graphic img {
	position: absolute;
	z-index: 0;
	top: -20px;
	left: -30px;
}

#rotatortwo {
	float: right;
}

#video_player{
   position: absolute;
   right: -16px;
   top: 14px;
}

#services_map {
	float: left;
	margin: 40px 0 0 20px;
	padding: 0;
}

ul#expect-list {
	position: relative;
	list-style: none;
	margin: 245px 0 0 120px;
	z-index: 1;
	zoom:1;
}

ul#expect-list li {
	width:252px;
	height:52px;
	background: url(/_img/links/link-expect.png) no-repeat;display: block;
	margin:0 0 -14px 0;padding: 20;
}

ul#expect-list a {
	display: block;
	text-indent: -9999px;
	width:252px;
	height:52px;
}

/* Large Event Calendar *?

/* Calendar */

#calendar{
   padding:  10px 0;
}
#calendar table.calendar{
	width: 100%;
	margin-bottom: 25px;
	border: 1px solid #436070;
	border-right: 0;
	border-bottom: 0;
	border-collapse: collapse;
}

#calendar table.calendar caption{
   padding: 10px 0;
   font-size:2.2em;
   font-weight: bold;
   color: #9c2929;
   text-transform: uppercase;
   
}

#calendar table.calendar caption span{
   color: #9c2929;
   margin: 0 15px;
}

#calendar table.calendar th{
   padding: 7px 0px;
	background: #436070;
   margin-bottom: 1px;
   border-right: 1px solid #436070;
   border-bottom: 1px solid #436070;
   color: #FFFFFF;
 }

#calendar table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #436070;
   border-left: 0;
   border-top: 0;
   font-size: 1em;
   vertical-align: top;
}

#calendar table.calendar td.empty{

}

#calendar table.calendar td a{
   text-decoration: none;
}

#calendar table.calendar td ul{
   margin: 10px 0px 0px 0px;
   font-size: 12px;
   list-style: none;
   padding: 0;
}

#calendar table.calendar td li{
   margin-bottom: .75em;
   font-size: 1.1em;
   line-height: 1.2;
   padding-left: 8px;
}

p#calendar-download{
	float: right;
	display: inline;
	margin-top: 46px;
}

p#calendar-download a span{
   display: block;
   font-size: 1em;
   font-weight: bold;
   text-transform: lowercase;
   background: url(/_img/bg_secondarynav_li_current.png) no-repeat;
   width: 172px;
   color: #fff;
   padding: 6px 10px 13px 12px;
   margin-left: -12px;
}

ul#cal-back{
   margin-top: 15px;
   list-style: none;
}

#calendar-customside{
   margin: 20px 0;
   padding: 0 10px;
}


/* ARTICLES FORMATTING
------------------------------- */

ul#article-archive {
	list-style: none;
	padding: 0;margin: 0;
}

ul#article-archive li {
	border-bottom: 1px solid #fff;
	padding: 10px 0 10px 0;
	margin: 0;
}

ul#article-archive li h3 {
	margin: 0;padding: 0;
	line-height: 110%;
	font-size: 1.2em;
}


/* DATE SELECT BOX
------------------------------- */

p.sort_label {
	font-weight: bold;
}

p.event-time {
	margin: 0;
}


#eventcategories {
	margin: 0 0 20px 10px;
	padding: 0;
}

ul#select_day {
	width: 151px;
	padding: 0; margin: 0px;
	text-transform: capitalize;
}

ul#select_day li {
	width: 150px;
	list-style-type: none;
	position:relative;
	margin: 0px;padding: 0px;
	background: #fff;
}

ul#select_day a:link { 
	display: block;
	width: 150px;
	padding: 7px 10px;	margin: 0;
	color: #000;
	border-bottom: none;
}

ul#select_day a:hover {
	background: none;
}

ul#select_day li ul { /* second-level lists */
	position: absolute;
	font-size: .9em;
	background: #fff;
	top:0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style:none;
	z-index:1000;
	padding:0;margin:0;
	text-transform: none;
}

ul#select_day li ul li{
	float:none;
	background:transparent;
	margin: 0;padding: 0;
}

ul#select_day li:hover ul, ul#select_day li.over ul { /* lists nested under hovered list items */
	left: 0;top:31px;
	margin:0; padding:0;
}

ul#select_day li ul li a{
	width: 150px; 
	padding:4px;
	text-indent: 5px;
	z-index:1000;
}

ul#select_day li ul li a:hover{
	color: #000;
	background: none;
}

/* = Small Groups  
---------------------------------------------------------------------
*/

#smallgroup-sort{
   padding: 0 15px;
}

#smallgroup-sort h3{
   font-size: 1em;
   text-transform: lowercase;
   color: #000;
}

#smallgroup-sort select#eventcats{
   width: 130px;
}

.eventbox{
   margin-bottom: 10px;
   padding-bottom: 10px;
   border-bottom: 1px dotted #97B4CD;
}

div#feedback{
  position: fixed;
  right: 5px;
  bottom: 0px;
}




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