/* @override http://www.catholicdirectory.com.au/findachurch/style.css */

/* @override http://87.106.200.241/mobile_directory/style.css */

/* -----
	Author:			Mohammed Munawar Ahmed
	Company:		Mobifreaks.com
	Company URL:	http://www.mobifreaks.com
	Mail Us:		support@mobifreaks.com 
	License:		Creative Commons 3.0 Unported
	License URL:	http://creativecommons.org/licenses/by/3.0/
	
	Attribution Required:
	User should provide backlink to mobifreaks.com / source page from which you downloaded this mobile template [or] keep the link the text "Design by mobifreaks.com" on the footer
	NOTE: links with relation no follow, no index will not be considered as a healthy backlink. link should be clickable and visible to naked eye.
----- */

/*
fonts
*/
@font-face {
    font-family: 'BebasRegular';
    src: url('fonts/BEBAS___-webfont.eot');
    src: url('fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BEBAS___-webfont.woff') format('woff'),
         url('fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
http://meyerweb.com/eric/tools/css/reset/
v2.0|2011-01-26
License:none(publicdomain)
*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
.post,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/*
HTML5 element reset
*/

.post,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	display:block;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1;
}

html {
	background-color: #1d1d1d;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a{
	text-decoration:none;
	color: #b3b3b3;
	font-size: 0.9em;
}

p.title_top {
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
	color: #fef5f9;
	font-weight: bold;
	text-shadow: #f0c125 -1px -1px 0;
}
h1{
	font-size:36px;
}
h2{
	font-size:24px;
}
h3{
	font-size:18px;
}
h4{
	font-size:16px;
}
h5{
	font-size:14px;
}
h6{
	font-size:12px;
}
/*
wrapper

.wrap{
	width:320px;
	margin:0 auto;
}*/
/*
global classes
*/
.float-left,
.menu-show,
.menu-hide{
	float:left;
}
.clear-both{
	clear:both;
}
.pos-relative,
.search{
	position:relative;
}
/*
header
*/
.header{
	padding: 0;
}
.header{
	background:#1d1d1d;
}
	.top-bar{
		position:relative;
		background:#2d2d2d;
		border-bottom:1px solid #3d3d3d;
		border-top:1px solid #3d3d3d;
	height: 52px;
	z-index: 1;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}	
	.menu{
		display:block;
		margin: 0 auto;
	font-size: .8em;
}
	.menu ul{
		margin:0;
		padding:0;
		width: 360px;
		height: 47px;
}

.menu ul li {
	float: left;
	padding: 0;
	margin: 0;
}

li.li_home {
	background: #2d2d2d url(images/li_home.png) no-repeat 0 7px;
	text-indent: 26px;
	padding: 0;
	float: left;
	width: 36px;
	height: 40px;
}

li.li_nearby {
	background: #2d2d2d url(images/li_nearby.png) no-repeat 0 7px;
	float: left;
	height: 40px;
}

li.li_nearby a {
	line-height: 25px;
	display: block;
	padding: 10px 0 0 30px;
}

li.li_lookup {
	background: #2d2d2d url(images/li_lookup.png) no-repeat 0 7px;
	float: left;
	height: 40px;
}

li.li_lookup a {
	line-height: 25px;
	display: block;
	padding: 10px 0 0 30px;
}
	.menu a{
		display:block;
		color: #b3b3b3;
		text-shadow:0 0 5px #000;
		outline:none;
	padding: 18px 5px 18px 10px;
	font-weight: bold;
	text-transform: uppercase;
}
	.menu a:hover{
		/*background:#eee#00a8ff;
		-moz-box-shadow:inset 0 5px 20px rgba(0,0,0,.5);
		-webkit-box-shadow:inset 0 5px 20px rgba(0,0,0,.5);
		box-shadow:inset 0 5px 20px rgba(0,0,0,.5);*/
		color:#777;
	}
	.search{
		margin: 0 20px 10px 0;
	padding: 0 5px 20px;
	z-index: auto;
}
	.search input[type=text]{
		border: 1px solid #c7c7c7;
		padding:5px 25px 5px 10px;
		color:#aaa;
			-webkit-box-shadow: 0 8px 6px -6px #dcdcdc;
	   -moz-box-shadow: 0 8px 6px -6px #dcdcdc;
	        box-shadow: 0 8px 6px -6px #dcdcdc;
	display: block;
	margin-top: 0;
	width: 180px;
	margin-bottom: 10px;
}
	.search input[type=submit]{
		background:url(images/search-but.png) no-repeat;
		width:20px;
		height:20px;
		border:none;
		cursor:pointer;
	margin-top: 8px;
	left: 196px;
	position: relative;
}
	.search input[type=text],
	.search input[type=submit]{
		outline:none;
		font-size: 18px;
	}
.logo{
	background: #c7b246 url(images/_header.png);
	display:block;
	height: 145px;
}

p.title {
	padding-top: 26px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 21px;
	text-shadow: #b3a13e 1px 1px 0;
	padding-right: 20px;
}
.logo a{
	display:block;
	padding:20px;
	text-align:center;
	width: 121px;
	float: left;
	height: 100px;
}
/*
content
*/
.content{
}
.title h2{
	border-top:1px solid #3d3d3d;
	background:#1d1d1d;
	padding:10px 20px;
	font-size:24px;
	color:#3d3d3d;
}
.post{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:20px;
	color:#3d3d3d;
	border-bottom:1px solid #eee;
}
.post-info{
	line-height:1.3em;
	font-size:10px;
	color:#7d7d7d;
}
.post-info span{
	color:#ddd;
}
.post-info a{
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6{
	font-family:'BebasRegular', Arial, sans-serif;
	font-weight:normal;
	line-height:1.3em;
	word-spacing:.2em;
	padding:0 0 10px 0;
	background:none;
}
.post h1 a,
.post h2 a,
.post h3 a,
.post h4 a,
.post h5 a,
.post h6 a{
	display:block;
}
.post h1{
	font-size:2.6em;
}
.post h2{
	font-size:2em;
}
.post h3{
	font-size:1.6em;
}
.post h4{
	font-size:1.2em;
}
.post figure,
.post dd,
.post dt,
.post pre,
.post p{
	padding:0 0 10px 0;
}
.post p,
.post ol,
.post ul,
.post dd,
.post figcaption,
.column{
	line-height:1.8em;
}
.post ol,ul{
	margin:0 0 0 30px;
	padding:10px;
}
.post ol{
	list-style:decimal;
}
.post ul{
	list-style:disc;
}
.post pre{
}
.post code{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	line-height:1.8em;
}
.post blockquote{
	display:block;
	border-left:1px dotted #7d7d7d;
	margin:0 0 10px 0;
}
.post blockquote p{
	padding:5px 10px;
}
.post blockquote p:first-letter{
	float:left;
	padding:10px 10px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}
.post b,strong{
	font-weight:bold;
}
.post em,
.post i{
	font-style:italic;
}
.post a{
	color: #c7b246;
}
.post a:hover{
	color:#5d5d5d;
}
.post dl{
}
.post dt{
	font-weight:bold;
}
.post dd{
	margin:0 0 0 20px;
}
.post figure, .main_image figure{
	text-align:center;
}
.post figure img{
	max-width:100%;
}
.post figcaption{
	color:#8d8d8d;
	font-size: 1em;
}
/*
footer
*/
.footer{
	background: #1d1d1d none no-repeat;
	text-align:center;
	color: #7d7d7d;
	line-height: 1.8em;
	padding: 0;
	height: 120px;
	font-size: .7em;
}
	.bot-bar{
		font-size: 1em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		position:relative;
		background:#1d1d1d;
		border-top:1px solid #3d3d3d;
		padding:10px;
		color:#aaa;
	}
.footer a{
	color:#009cff;
}
.license{
	display:inline-block;
	text-align:center;
	padding:10px 0;
	opacity:.3;
}
.license:hover{
	opacity:1;
}

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

div.main_image {
	background: #000 url(images/door_bk.png) repeat-x;
}

div.post {
	background-color: #f3f3f3;
}

ul.lookup {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.lookup li {
	border-bottom: 1px solid #fffeff;
	border-top: 1px solid #d8d8d8;
	background: url(images/li_church.png) no-repeat 0 12px;
	padding-left: 37px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* -------------- Button Base -------------- */
.button, .buttonbar a {
    cursor: pointer;
    text-decoration: none;
    display: block;
    position: relative;
    background-repeat: repeat-x;
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #ededed 0%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#cccccc));
    background-image: -webkit-linear-gradient(top, #ededed 0%,#cccccc 100%);
    background-image: -o-linear-gradient(top, #ededed 0%,#cccccc 100%);
    background-image: -ms-linear-gradient(top, #ededed 0%,#cccccc 100%);
    background-image: linear-gradient(top, #ededed 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cccccc',GradientType=0 );    
    
    text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd; border-left: 1px solid #bbbbbb; border-right: 1px solid #bbbbbb; border-bottom: 1px solid #aaa;
    
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    -webkit-box-shadow: inset 0 1px rgba(255,255,255, .8), inset 1px 0 rgba(255,255,255, .4), inset -1px 0 rgba(255,255,255, .4); 
    -moz-box-shadow: inset 0 1px rgba(255,255,255, .8), inset 1px 0 rgba(255,255,255, .4), inset -1px 0 rgba(255,255,255, .4); 
    box-shadow: inset 0 1px rgba(255,255,255, .8), inset 1px 0 rgba(255,255,255, .4), inset -1px 0 rgba(255,255,255, .4); 
    
    -webkit-transition: .08s ease box-shadow, .2s linear background-position;
    -moz-transition: .08s ease box-shadow, .2s linear background-position;
    transition: .08s ease box-shadow, .2s linear background-position;
    
    -webkit-user-select: none; -moz-user-select: none; user-select: none;
    -webkit-background-clip: border; background-clip: border;
    
    -moz-outline: none; outline: none;
	width: 74px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ADDED BY DOM */

div.wrap {
}

ul.lookup_listing {
	background: #fcfff4;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #fff;
	margin: 0 0 15px;
}

ul.lookup_listing li {
	list-style-type: none;
	border-bottom: 1px dotted #ededed;
	background-color: #ffffff;
}

li.sml_email {
	font-size: .9em;
}

 li span {
	display: inline-block;
	width: 92px;
	font-size: 0.85em;
}

p.intro_description {
	font-size: 11px;
}

p.small_p {
	font-size: 0.8em;
	margin: 0;
	padding: 5px;
}

p.small_p a {
	text-decoration: underline;
}

.search p {
	color: #7f7f7f;
	margin: 0;
	padding: 0;
}

.search ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.search ul li {
	border-bottom: 1px solid #dbdbdb;
	padding-left: 10px;
}