@charset "UTF-8";
/* CSS Document */

/*Table of Contents
- Container - Hair
- Quicklinks List . Podcast List
- Sidebar Find Parish
- OneCol
- TwoCol
- ThreeCol
- TwoCol-No Sidebar
- Search Results
- Collage Landing
*/

/*Container - Hair*/
#container #hair form{
	
	 float:right;
}
#container #hair form input{
	border:1px solid #999;
	width:150px;
}
#container #hair button {
    background: none repeat scroll 0 0 #51642D;color:#fff;width:2.5em;font-size:0.85em;
	margin:0; padding:0;
}

/*Quicklinks List . Podcast List*/

ul.quicklinks_list {text-align:center;}
ul.quicklinks_list li{
	display:inline-block;	
	margin:0px 2px;
}

ul.podcast_list {text-align:center;width:140px;}
ul.podcast_list li{
	display:inline-block;	
	margin:0px;
}

/*Sidebar*/

#sidebar #find-parish button{
	background:#BE9B2F;color:#fff;width:2.5em;font-size:0.85em;
	margin:0; padding:0;	
}

/*OneCol*/
#trunk.oneCol #sidebar {
	display:none;
}
#trunk.oneCol #content{
	width:100%;
}
#trunk.oneCol #content-sidebar{
	display:none;
}
#trunk.oneCol #content #content-main {
	padding: 0 8px;
    width: 98%;
}
/*TwoCol*/
#trunk.twoCol #sidebar {
	display:visible;
}
#trunk.twoCol #content{
	width:72%;
}
#trunk.twoCol #content #content-main {
	width:98%;
}
#trunk.twoCol #content-sidebar{
	display:none;
}
/*ThreeCol*/
#trunk.threeCol #sidebar {
	display:visible;
}
#trunk.threeCol #content{
	width:72%;
}
#trunk.threeCol #content-sidebar{
	display:visible;
}
/*TwoCol-No Sidebar*/
#trunk.twoCol_nosidebar #sidebar {
	display:none;
}
#trunk.twoCol_nosidebar #content{
	width:100%;
}
#trunk.twoCol_nosidebar #content-sidebar{
	display:visible;
	width: 22%;
}

/* Search Results */
.searchresults .twoCol form {text-align:center;margin-bottom:15px;}
.searchresults .twoCol input {width:400px;margin-top:10px;}
.searchresults .twoCol hr {width:570px; margin:0;background-color:#ccc;border:none;height:1px;}
.searchresults .twoCol p {color:#999;font-size:10px;margin-left:10px;}

.searchresults .twoCol .search_content {width:550px;margin-left:10px;float:left;margin-top:20px;}
.searchresults .twoCol .search_content .search_image{float:left;}
.searchresults .twoCol .search_content .search_text{float:right;}
.searchresults .twoCol .withphoto .search_text{width:470px;}
.searchresults .twoCol .nophoto .search_text{width:100%;}
.searchresults .twoCol .search_content .search_text p {margin:0 !important;padding:0;font-size:12px;}
.searchresults .twoCol .search_content .search_text .result_title a{color:blue !important;font-size:14px;border-bottom:none !important;text-decoration:underline;font-weight:normal !important;}
.searchresults .twoCol .search_content .search_text .result_description{color:black;}
.searchresults .twoCol .search_content .search_text .result_link a{color:green !important;border-bottom:none !important;font-weight:normal !important;}

.searchresults .twoCol .search_pagination{float:left;margin:20px 0 0 160px;width:100%;}
.searchresults .twoCol .search_pagination ul{list-style:none;}
.searchresults .twoCol .search_pagination ul li{display:inline;padding:0 3px;}
.searchresults .twoCol .search_pagination ul li a{border-bottom:none !important;text-decoration:underline;font-weight:normal !important;}

.searchresults .twoCol #search_footer{float:right;margin-right:30px;}

/*Collage Landing*/
.collage .page_title .row5 ul {margin:0 !important;padding:0 !important;}
.collage .page_title .row5 ul li{
	display:inline;
	list-style:disc;
}

ul.ekflexmenu_submenu_items_hidden  li { display:none !important; }

