/* @override http://www.brehmcenter.com/css/styles.css */

* {
   margin: 0;
   padding: 0;
   line-height: 1;
}

body{
   background: #eee none center top;
   font-size: 62.5%;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
   margin: 0 auto;
   background: url(/images/bg_container.gif) repeat-y center top;
}

a{
   overflow: hidden;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* =Header
---------------------------------------------------------------------
*/

#header{
   position: relative;
   width: 982px;
   height: 133px;
	background-image: url(/images/bg_header.gif);
	background-color: #5f5f5f;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

#header{
   position: relative;
   width: 982px;
   height: 133px;
	background-image: url(/images/bg_header.gif);
	background-color: #5f5f5f;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

#header h1{
   float: left;
   width: 281px;
   height: 95px;
   background: url(../images/bg_h1.gif) no-repeat;
   text-indent: -9999px;
	margin: 10px 0 36px 24px;
}

#header h1 a{
   display: block;
   width: 281px;
   height: 90px;
}

#header #searchForm2{
	position: absolute;
	right: 24px;
	height: 25px;
	bottom: -22px;
}

#header #login{
	position: absolute;
	top: 10px;
	right: 225px;
	color: #000;
	z-index: 2;
}


#header #searchForm2 fieldset{
	width: 200px;
}

#header #searchForm2 #search_term2{
	float: left;
	display: inline;
	height: 15px;
	width: 130px;
}


#header #searchForm2 a#search_go2{
	text-indent: -9999px;
	background: url(../images/bg_search_go.gif) no-repeat;
	width: 56px;
	display: block;
	float: right;
	height: 25px;
}

#header p#login{
	position: absolute;
	top: 10px;
	right: 250px;
	color: #000;
	z-index: 2;
}
#header #login a{
	color: #000;
}


/* =Navigation
---------------------------------------------------------------------
*/
#nav{
   clear: left;
   float: left;
   width: 958px;
   margin: 0 0px;
   padding: 12px 12px 0;
   background: #1b1a1b url(../images/nav_bg.png) repeat-x 0 4px;
   list-style: none;
   position: relative;
	top: -20px;
}

#nav li{
    float: left;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	height: 24px;
}

#nav li a{
   margin: 1px 10px 1px 0;
   padding: 7px 20px 6px 12px;
   text-decoration: none;
   color: #fff;
	text-shadow: #000 1px 1px 2px;
	text-transform: capitalize;
	background: url(../images/nav_sep.gif) no-repeat right 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

#nav li.current a{
	text-decoration: none;
	color: #ed1b23;
}

#nav li a:hover{
   color: #ed1c24;
   text-decoration: none;
   cursor: pointer;
}

#nav .current ul,
#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 140px; /* Needs to be same as other 150px value */
   list-style: none;
   line-height: 1;
	margin-top: 9px;
	
	padding: 0 10px 10px;
	background: url(../images/nav_li-ul-bg.png) no-repeat left bottom;
}

#nav li.last a{
	background-image: none !important;
	margin-right: 0;
	padding-right: 0;
}

#nav li li{
   font-size: 1em;
   font-weight: bold;
   text-indent: 0;
   text-transform: uppercase;
   clear: both;
	height: 100%;
	display: block;
	width: 130px;
	text-align: center;
	border-bottom: 1px dotted #999694;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	cursor: pointer;
}

#nav li li:hover, #nav li li.hover{
	background-color: #ddd;
}

#nav li li:hover a, #nav li li.hover a{
	color: #ee1b24 !important;
	text-shadow: none;
}

#nav li li.current a, #nav li li a, #nav li li a:hover{
	text-decoration: none;
	border-style: none;
	text-shadow: none;
	color: #000 !important;
	background-image: none;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	
}

#nav li li a:hover, #nav li.current li a:hover{
	background-color: transparent;
	color: #ee1b24 !important;
	text-shadow: none;
}

#nav li li.last{
	border-bottom-style: none;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li ul ul{
   display: none;
}

#nav li li a, #nav li.current li a{
   padding: 0;
   color: #FFF;
}


#nav li li.current a{
   color: #424242;
	text-decoration: none;
}

#nav li.current li a{
	text-decoration: none;
}
                              

#sidebar #sidenav ul{
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

#sidebar #sidenav li{
	padding: 8px;
	background-color: #d6d6d6;
	margin-bottom: 0;
	border-bottom: 1px solid #c2c2c2;
	cursor: pointer;
}

#sidebar #sidenav li a{
	text-decoration: none;
}

#sidebar #sidenav li.current{
	background-color: #f5f5f5;
	padding-right: 0;
	font-weight: bold;
}

#sidebar #sidenav li.current a{
	color: #5e5e5e;
}

#sidebar #sidenav li:hover, #sidebar #sidenav li.hover{
	background-color: #ed1b23;
}

#sidebar #sidenav li:hover a, #sidebar #sidenav li.hover a{
	color: #fffeff;
}

#sidebar #sidenav li ul{
	margin-top: 10px;
}

 #sidebar #sidenav li.current:hover, #sidebar #sidenav li.current.hover{
	background-color: #f5f5f5;
}

#sidebar #sidenav li.current:hover a, #sidebar #sidenav li.current.hover a{
	color: #000;
}

#sidebar #sidenav li ul li{
	padding-left: 10px;
	font-size: 1em;
	position: relative;
}
#sidebar #sidenav li.current ul li{
	font-weight: normal;
	font-style: normal;
	color: #000;
}

#sidebar #sidenav li.current ul li a{
	color: #000;
}

#sidebar #sidenav li.current ul li:hover a, #sidebar #sidenav li.current ul li.hover a{
	color: #fffeff;
	font-weight: normal;
	font-style: normal;
}


/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   width: 940px;
   margin: 20px auto;
   padding: 0 20px;
 
}

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

/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   padding: 19px 0;
   background: url(/images/bg_content-wrap.gif) repeat-y right top;
}

#content-wrap:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

body.no-sidebar #content-wrap{
   background: none;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
   float: left;
   width: 710px;
   margin-right: 30px;
}

body#home #content{
   width: 460px;
   margin-right: 20px;
}

body.no-sidebar #content{
   float: none;
   width: auto;
}

#content-header{
   margin-bottom: 25px;
}

#content h2{
   margin-bottom: 1.5em;
   padding-bottom: 4px;
   background: url(/images/bg_content_h3.gif) no-repeat left bottom;
   color: #ed1c24;
   font-size: 1em;
   font-weight: bold;
   text-transform: uppercase;
}

#content h2 a{
   color: #ed1c24;
   text-decoration: none;
}

#content h3{
   margin-bottom: .6em;
   color: #ed1c24;
   font-size: 2.4em;
}

#content h4{
   margin-bottom: .75em;
   color: #e51b1e;
   font-size: 1.6em;
}

#content h5{
   margin-bottom: .5em;
  color: #e51b1e;
   font-size: 1.4em;
}

#content h6{
   margin-bottom: .5em;
   color: #e51b1e;
   font-size: 1.2em;
}

#content p,
#content li{
   margin-bottom: 2em;
   color: #000;
   font-size: 1.2em;
   line-height: 1.5;
   text-align: justify;
}

#content td{
  color: #000;
}

#content p.byline{
   color: #AAA;
   font-size: 1em;
   font-style: italic;
}

#content ul,
#content ol{
   margin: 0 0 2em 3em;
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   list-style: none;
}

#content ul#byline li{
   font-size: 1.1em;
}

#content li{
   margin: 0;
}

#content li li{
   font-size: 1em;
}

#content blockquote{
   margin-left: 3em;
   color: #DDD;
   font-size: 1.2em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #000;
}

#content p.byline a{
   color: #DDD;
}

#content img{
   float: left;
   margin: 4px 10px 5px 0;
   border: 1px solid #DDD;
}

#content #text{
   clear: both;
   color: #FFF;
}

#content .sermonbox{
   margin-bottom: 20px;
}

#content .sermonbox h3{
   margin-bottom: 5px;
}

#content .sermonbox p{
   padding: 0;
   margin: 0;
}

#content .sermonbox p.sermonlink{
   margin-top: 10px;
}

#content .sermonbox p.eventtime{
   margin-bottom: 0;
}

/* article */

#content .article{
   margin: 0 0 25px 25px;
}

#content .article p{
   margin-bottom: 0;
}

/* media box */

#content #mediabox{
   float: right;
   width: 125px;
   padding: 5px 5px 0;
   border: 1px solid #F00;
   list-style: none;
}

#content #mediabox li{
   margin-bottom: 5px;
   font-size: 1.1em;
   font-weight: bold;
}

#content #mediabox li a{
   display: block;
   height: 16px;
   padding-left: 20px;
   background-repeat: no-repeat;
}

#content #mediabox li#mb_print a{
   background-image: url(/images/mb_print.gif);
}

#content #mediabox li#mb_video a{
   background-image: url(/images/mb_video.gif);
}

#content #mediabox li#mb_download a{
   background-image: url(/images/mb_download.gif);
}

#content #mediabox li#mb_notes a{
   background-image: url(/images/mb_notes.gif);
}

#content #mediabox li#mb_jukebox a{
   background-image: url(/images/mb_jukebox.gif);
}

#content #mediabox li#mb_podcast a{
   background-image: url(/images/mb_podcast.gif);
}

/* Featured Resource */

#content #featured-resource{
   float: left;
   width: 460px;
   margin-bottom: 35px;
}

#content #featured-resource h3{
   margin-bottom: .15em;
}

#content #featured-resource h3 a{
   color: #ed1c24;
   text-decoration: none;
}

#content #featured-resource h3 a:hover{
   text-decoration: underline;
}

#content #featured-resource p{
   font-size: 1.1em;
}

#content #featured-resource span{
  display: block;
  height: 300px;
  overflow: hidden;
  width: 461px;
  margin-bottom: 10px;
}

/* Read More */

#content #read-more{
   float: left;
   margin-bottom: 35px;
}

#content #read-more h2{
   margin-bottom: 0;
   background: none;
}

#content #read-more ul{
   float: left;
   width: 460px;
   margin: 0;
   border: 1px solid #FC0;
   border-left: 0;
   border-right: 0;
}

#content #read-more li{
   float: left;
   list-style: none;
   text-indent: -9999px;
}

#content #read-more li a{
   display: block;
   height: 28px;
   padding: 0 10px 0 11px;
   background-repeat: no-repeat;
   background-position: center top;
}

#content #read-more li#read-more_articles a{
   width: 70px;
   background-image: url(/images/bg_read-more_articles.gif);
}

#content #read-more li#read-more_books a{
   width: 49px;
   background-image: url(/images/bg_read-more_books.gif);
}

#content #read-more li#read-more_film-reviews a{
   width: 103px;
   background-image: url(/images/bg_read-more_film-reviews.gif);
}

#content #read-more li#read-more_movie-study-guides a{
   width: 154px;
   background-image: url(/images/bg_read-more_movie-study-guides.gif);
}

#content #read-more li a:hover{
   background-color: #f00;
   background-position: center bottom;
}

/* Member pages */

ul#options{
   float: left;
   margin: 0 0 20px;
}

ul#options li{
   float: left;
   margin-right: 10px;
   padding-right: 10px;
   border-right: 1px solid #666;
   font-size: 1.1em;
   list-style: none;
   line-height: 1;
}

ul#options li.last{
   margin: 0;
   padding: 0;
   border: 0;
}

/* Blog */

#blog{
   clear: left;
}

/* Calendar */

#content table.calendar{
   margin: 0 auto;
   border: 1px solid #000000;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
}

#content table.calendar caption{
   margin: 0 auto;
   padding-bottom: 10px;
   color: #999;
   font-size: 1.5em;
}

#content table.calendar caption span{
   color: #f00;
}

#content table.calendar th{
   padding: 10px 0;
   background: #999;
   color: #000;
   font-size: 1.3em;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #000000;
   border-left: 0;
   border-top: 0;
   background: #fff;
   color: #000;
   font-size: 1em;
   font-weight: bold;
   vertical-align: top;
}

#content table.calendar td.empty{
   background: #cccccc;
}

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

#content table.calendar td ul{
   margin: .5em .5em 0 .5em;
   font-size: 100%;
   list-style: none;
}

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

#content table.calendar td li a{
   font-weight: normal;
   text-decoration: underline;
}

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

#content .search-results{
   clear: left;
}

/* Article comments */

#content #comments .comment{
   margin-bottom: 25px;
}

#content #comments p{
   margin-bottom: .25em;
   color: #AAA;
}

#content #comments label{
   display: block;
   margin-bottom: .25em;
   color: #FFF;
   font-size: 1.6em;
   font-weight: bold;
}

#content #comments textarea{
   width: 400px;
   height: 200px;
   margin-bottom: 10px;
   padding: 5px;
   border: 1px solid #AAA;
   background: #DDD;
   color: #000;
   font-size: 1.2em;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#content #comments input#comment-submit{
   border-top: 1px solid #FFFFCC;
   border-right: 1px solid #CC9900;
   border-bottom: 1px solid #CC9900;
   border-left: 1px solid #FFFFCC;
   padding: 2px;
   background: #f00;
   color: #fff;
   font-size: 1.2em;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   float: left;
   width: 180px;
}

body#home #sidebar{
   width: 220px;
   margin-right: 20px;
}

#sidebar h2{
   margin-bottom: .35em;
   color: #ed1c24;
   font-size: 1em;
   font-weight: bold;
   text-transform: uppercase;
}

#sidebar h3{
   color: #FFF;
}

#sidebar p{
   margin-bottom: 1em;
   color: #000;
   font-size: 1.1em;
   line-height: 1.35;
}

#sidebar h3 p{
	padding-bottom: 0;
	margin-bottom: 0;
}

#sidebar ul{
   margin-left: 10px;
}

#sidebar li{
   margin-bottom: .5em;
   color: #FFF;
   font-size: 1.1em;
}

#sidebar a{
   color: #000;
}

#sidebar a:hover{
   text-decoration: none;
}

/* News */

#sidebar #news{
   height: 292px;
   margin-bottom: 25px;
   border: 1px solid #999;
  background: #ecedee url(../images/event_list-bg.png) repeat-x;
	padding: 8px;
}

#sidebar #news .news-item{
   padding: 9px 9px;
	border-bottom: 1px dotted #58595b;
}

#sidebar #news .news-item.last{
	border: none !important;
}

#sidebar #news .news-item h3{
   margin-bottom: .15em;
   color: #FFF;
   font-size: 1em;
   font-weight: bold;
}

#sidebar #news .news-item h3 a{
   color: #000;
   text-decoration: none;
}

#sidebar #news .news-item h3 a:hover{
   text-decoration: underline;
}

#sidebar #news .news-item p{
   color: #000;
   font-size: 1em;
   line-height: 1.35;
	font-weight: normal;
	font-style: normal;
}

#sidebar #news .news-item p.date{
   font-style: italic;
}

/* Institutes */

#institutes li{
   margin-bottom: 3px;
   /*text-indent: -9999px;*/
   font-size: 1.3em;
   font-variant: small-caps;
   letter-spacing: .05em;
   text-align: left;
   list-style: none;
	text-indent: 10px;
}

#institutes li a{
   display: block;
   /*height: 28px;*/
   padding: 7px 0 8px;

   background-repeat: no-repeat;
   background-position: 9px top;
   background-color: #999;
   color: #FFF;
   text-decoration: none;
	border: 1px solid #ccc;
}

/*#sidebar #institutes li#institutes_reel-spirituality a{
   background-image: url(/images/bg_institutes_reel-spirituality.gif);
}

#sidebar #institutes li#institutes_virtual-faith a{
   background-image: url(/images/bg_institutes_virtual-faith.gif);
}

#sidebar #institutes li#institutes_emerging-church a{
   background-image: url(/images/bg_institutes_emerging-church.gif);
}

#sidebar #institutes li#institutes_fred-bock a{
   background-image: url(/images/bg_institutes_fred-bock.gif);
}

#sidebar #institutes li#institutes_ljo a{
   background-image: url(/images/bg_institutes_ljo.gif);
}*/

#institutes li a:hover{
   background-color: #f00;
border: 1px solid #f00;
}

/* Recent Resources */

#sidebar .recent-resources{
   padding: 7px 10px 15px;
   background: #999;
}

#sidebar .recent-resources h3{
   margin-bottom: .75em;
   color: #fff;
   font-size: 1.2em;
   font-weight: bold;
}

#sidebar .recent-resources h5{
   margin-bottom: .75em;
   font-size: 1em;
   font-weight: normal;
   font-style: italic;
   line-height: 1.25;
}

#sidebar .recent-resources h5 a{
   color: #ccc;
}

/* Recent Resources */

#sidebar #recent-resources{
   clear: both;
}

#sidebar #recent-resources h2{
   margin-bottom: 1.5em;
   padding-bottom: 4px;
   background: url(/images/bg_content_h3.gif) no-repeat left bottom;
   color: #ed1c24;
   font-size: 1em;
   font-weight: bold;
   text-transform: uppercase;
}

#sidebar #recent-resources .resource{
   clear: both;
   float: left;
   width: 220px;
   margin-bottom: 15px;
}

#sidebar #recent-resources .resource h3{
   margin-bottom: .3em;
   font-size: 1.4em;
   line-height: 1.25;
}

#sidebar #recent-resources .resource h3 a{
   text-decoration: none;
}

#sidebar #recent-resources .resource h3 a:hover{
   text-decoration: underline;
}

#sidebar #recent-resources .resource p{
   margin-bottom: 0;
   font-size: 1.1em;
}

#sidebar #recent-resources .resource img{
   float: left;
   margin: 0 10px 10px 0;
}

/* Member search */

#sidebar #searchForm{
   margin-bottom: 10px;
}

#sidebar #searchForm input#search_term{
   float: left;
   width: 114px;
   margin-right: 4px;
   padding: 2px;
   border: 1px solid #808080;
   font-size: 1.1em;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#sidebar #searchForm a#search_go{
   float: left;
   display: block;
   width: 56px;
   height: 19px;
   background: url(/images/bg_search_go_members.gif) no-repeat;
   text-indent: -9999px;
}

/* Friend */

#sidebar .friend{
   float: left;
   height: 100px;
   margin: 0 10px 10px 0;
   font-size: 1.1em;
}

#sidebar .friend img{
   float: none;
   display: block;
   margin: 0 auto 2px;
   border: 0;
}

#sidebar .friend a{
   display: block;
   padding-bottom: 3px;
   text-decoration: none;
   text-align: center;
}

#sidebar .friend-request{
   float: left;
   margin-bottom: 10px;
   padding: 3px 5px 5px;
   border: 1px solid #DDD;
}

#sidebar .friend-request h3{
   color: #FFF;
   font-size: 1.1em;
}

#sidebar .friend-request blockquote{
   font-size: 1.2em;
   margin: 15px 10px 15px 20px;
   color: #FFF;
   font-style: italic;
   line-height: 1.25;
}

#sidebar .friend-request p{
   margin-bottom: 0;
   line-height: 1;
}

#sidebar #blogSidebar .box{
	padding: 5px;
	border: 1px solid #000;
	margin-bottom: 5px;
	background: #ccc url(../images/blogSb-box.jpg) repeat-x;
	color: #000f76;
}

#sidebar #blogSidebar .box h5{
	background-image: url(../images/blogSb-h5.jpg);
	color: #fffeff;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
}

#sidebar #blogSidebar .box ul{
	margin-left: 0;
	padding: 5px;
	list-style-type: none;
	background-color: #fffeff;
}
#sidebar #blogSidebar .box li{
	color: #000;
}

#sidebar #blogSidebar #blog_list_archive li{
	background: url(../images/blogSb-triangle.jpg) no-repeat left 50%;
	padding-left: 10px;
	margin-left: -5px;
}

#sidebar #blogSidebar #blog_list_archive li a{
	text-decoration: none;
}


#sidebar #blogSidebar #blog_list_archive li a:hover{
	text-decoration: underline;
}

#sidebar #blogSidebar #blog_list_recent li{
	background: url(../images/blogSb-disc.jpg) no-repeat 0 center;
	padding-left: 10px;
}

#sidebar #blogSidebar #blog_list_recent li a{
	text-decoration: none;
	line-height: 1.2em;
}
#sidebar #blogSidebar #blog_list_recent li a:hover{
	text-decoration: underline;
}

#sidebar #blogSidebar .events li{
	line-height: 1.6em;
}

#sidebar #blogSidebar .events li .blogdate{
	text-align: right;
	background-color: #f00;
	color: #fff;
	font-size: 1.1em;
	position: relative;
	left: -10px;
	padding: 2px 4px 2px 10px;
}

#sidebar #subscribe{
	
}

#sidebar #subscribe .boxWrap{
	width: 115px;
	margin-right: auto;
	margin-left: auto;
}

#sidebar #subscribe a.rss{
	display: inline-block;
	background: url(../images/rss2.png) no-repeat;
	width: 32px;
	height: 31px;
	text-indent: -9999em;
	margin-right: 5px;
}

#sidebar #subscribe a.twitter{
	display: inline-block;
	background: url(../images/twitter.png) no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9999em;
	margin-right: 5px;
}

#sidebar #subscribe a.fb{
	display: inline-block;
	background: url(../images/facebook.png) no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9999em;

}

/* institutes subnav */

ul#institutes-subnav{
   margin: 0 0 25px;
}

ul#institutes-subnav ul{
   margin: 0;
}

ul#institutes-subnav li{
   display: none;
   font-size: 1em;
   list-style: none;
}

ul#institutes-subnav li a{
   display: block;
   height: 0;
   text-indent: -9999px;
   text-decoration: none;
}

ul#institutes-subnav li.current{
   display: block;
   font-weight: bold;
   text-transform: uppercase;
}

ul#institutes-subnav li li.current a{
   height: auto;
   padding-bottom: 3px;
   text-indent: 0;
}

ul#institutes-subnav li.current li.current li{
   display: block;
   margin: 0 0 0 10px;
   font-size: 1.1em;
   font-weight: normal;
   text-transform: none;
}

ul#institutes-subnav li.current li.current a{
   color: #f00;
}

ul#institutes-subnav li.current li.current li a{
   color: #FFF;
   text-decoration: underline;
   line-height: 1.25;
}

ul#institutes-subnav li.current li.current li a:hover{
   text-decoration: none;
}

ul#institutes-subnav li.current li.current li li{
   display: none;
}

/* =Events
---------------------------------------------------------------------
*/

#events{
   float: left;
   width: 217px;
}

#events h2{
   color: #f00;
   font-size: 1em;
   font-weight: bold;
   text-transform: uppercase;
	margin-bottom: .5em;
}

/* Calendar */
#calwrap{
	background: #c5c5c8 url(../images/bg_home-calendar.png) repeat-x;
	border: 1px solid #999;
	padding: 10px;
}

#calwrap h2{
	text-transform: uppercase;
	color: #fffeff;
	font-size: 1.3em;
	text-shadow: #bdbdbd 2px 2px 0;
}
#traildiv{
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 999;
   visibility: hidden;

   color: #FFF;
	background-color: rgba(255,254,255,0.9);
	padding: 5px;
	border: 1px solid #999;
	width: 150px;
}
 
#traildiv ul{
   padding: .75em;
   padding-bottom: 0;
   border: 1px solid #999;
   background: rgba(187,187,189,0.95);
   font-size: 1.1em;
}
 
#traildiv li{
   color: #d9003c;
   margin-left: 1em;
   margin-bottom: 5px;
	border-bottom: 1px dotted #676365;
	padding-bottom: 5px;
}

#traildiv li.last{
	border-bottom-style: none;
}
 
#traildiv a{
   color: #000;
   text-decoration: none;
	line-height: 14px;
}

#calwrap  table tbody{
	background: url(../images/cal_tbody-bg.png) repeat-x;
}

#event-calendar{
   margin-bottom: 0px;
}

#events table.calendar{
   display: block;
   margin: 0;
   border-collapse: collapse;
}

#events table.calendar caption{
   background: #000;
   color: #FFF;
   font-size: 1.1em;
   font-weight: bold;

	padding: 6px;
}

#events table.calendar caption span{
	padding-left: 5px;
	padding-right: 5px;
}

#events table.calendar td{
   border-top: 0;
   border-left: 0;
   color: #FFF;
   font-weight: bold;
   text-align: center;
	padding: 6px 7px 6px 6px;
}

#events table.calendar td.empty{
   background: #000;
	border-bottom: 1px solid #000;
}

#events table.calendar td.linked-day{
   padding: 0;
}

#events table.calendar td a{
   display: block;
   padding: 6px 2px;
   background: #ed1b23;
   color: #000;
   text-decoration: none;
}

#events table.calendar caption .calendar-next{
	color: #fffeff;
}

#events table.calendar th{
	font-size: 1.2em;
	padding-top: 2px;
	background-color: #fffeff;
	padding-bottom: 2px;
	font-weight: normal;
	font-style: normal;
}
#event-calendar td{
	border-right: 1px solid #fffeff;
	border-bottom: 1px solid #fffeff;
}
#event-calendar tr.first-row td{
	border-right: 1px solid #fffeff;
	border-bottom: 1px solid #fffeff;
}

#event-calendar tr td.last-td{
	border-right: 1px solid #323232 !important;
}
#event-calendar tr.last-row td{
	border-bottom: 1px solid #000 !important;
}

/* Upcoming Events */

#events #upcoming-events{
   margin-bottom: 10px;
	padding: 10px;
	background: #ecedee url(../images/event_list-bg.png) repeat-x;
	margin-top: 10px;
	border: 1px solid #999;
}

#events #upcoming-events .event{
	margin-bottom: 5px;
	padding-bottom:5px;
	border-bottom: 1px dotted #58595b;
}

#events #upcoming-events .event a{
	color: #000;

	line-height: 1.3em;
}

#events #upcoming-events .event h3{
   margin-bottom:0;
   color: #fff;
   font-size: 1.1em;
	width: 120px;
	float: right;
	
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin-left: 0;
}

#events #upcoming-events .event.last{
	border-bottom-style: none;
}

#events .event .date{
	float: left;
	display: inline;
	color: #000;
	text-transform: uppercase;
}

#events .event h3 a{
   color: #fff;
   text-decoration: none;
}

#events .event h3 a:hover{
   text-decoration: underline;
}

#events .event p{
   margin-bottom: 1em;
   color: #ccc;
   font-style: italic;
}

/* Past events */

#past-events p{
   margin-bottom: 25px;
   text-indent: -9999px;
}

#past-events a{
   display: block;
   width: 180px;
   height: 30px;
   background: url(/images/bg_past-events.gif) no-repeat;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
   width: 942px;
   margin: 0 auto;
   padding: 40px 20px;
   border-top: 1px solid #ccc;
}

#footer-inner{
   float: right;
   width: 210px;
   padding-left: 240px;
   background: url(/images/bg_footer-inner.gif) no-repeat;
}

#footer p{
   margin-bottom: 1em;
   color: #999;
   font-size: 1em;
   font-weight: bold;
   line-height: 1.25;
}

#footer a{
   color: #000;
}

#footer ul{
   width: 150px;
}

#footer ul li{
   margin-bottom: 1em;
   font-size: 1.2em;
   font-weight: bold;
   list-style: none;
}

#footer ul li ul{
   width: auto;
}

#footer ul li a{
   color: #ed1c22;
   text-decoration: none;
}

#footer ul li li{
   margin: .25em 0 0;
   font-size: .8333em;
   font-weight: normal;
}

#footer ul li li a{
   color: #AAA;
}

#footer li li ul{
   display: none;
}

/* @group Booklist */

#content #text .book{
	margin-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

#content #text .book a{
	color: #ed1c24;
	text-decoration: none;
}

#content #text .book a:hover{
	text-decoration: underline;
}

#content #text #pagination{
	text-align: center;
}

#content #text #pagination a{
	margin-right: 10px;
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

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

#content #text #pagination a#off{
	color: #ccc;
}

#content #text #pagination a#current{
	color: #414141;
}

#content #text .backtolist{
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 25px;
	clear: both;
}

/* @end */


