@import url(../../common/css/flickr.css);
@import url(../../common/css/chapel.css);
@import url(../../common/css/bishopsdirectory.css);
@import url(../../common/css/jquery.lightbox-0.5.css);

/* ---------- Body ---------- */

body {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-weight: normal; 
  line-height: normal;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  width: 100%;
  background: #0f5576; url(http://assemblyofbishops.org/images/body-bg.jpg) repeat-x;
  background-size: cover;
}

.body-container {
    background: url(http://assemblyofbishops.org/images/body-bg.jpg) repeat-x;
    padding-bottom: 25px;
}

.content_wrapper {
	background: url(/assets/themes/AssemblyofBishops/images/Above1200px_lattice.png) repeat-y;
	width: 1135px;
	margin: 0 auto;
}

.inside_container {
  padding-left: 0;
  padding-right: 0;
  background-color: white;
  width: 1030px;
  margin: 0 auto;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

/* ---------- Header ---------- */
#header {
  height:178px;
  width:100%;
  z-index:-1;
  background: url(http://assemblyofbishops.org/images/marble-1024-wrap.jpg) center repeat-x;
}

#header-wrapper {
  background-image: url(http://assemblyofbishops.org/images/content-bg.jpg);
  background-position-x: center;
  background-repeat: no-repeat;
}

#header img {
	display: block;
	margin: 0 auto !important;
	padding-top: 30px;
}

#logo {
  height: 162px;
}

.container {
	padding-top: 15px;
}

/* ---------- Navigation ---------- */
.navbar {
  margin-bottom: 0px; 
}

.navbar navbar-default {
	height: 18px;
}

.nav {
  font-family: 'Georgia', serif !important;
  font-size: 13px;
  text-transform: uppercase;
  font-style: normal;
  line-height: 16px;
  letter-spacing: .09em;
  position: relative;
}

.navbar-nav>li {
  padding: 0 2px 0 2px;
  margin: 1px;
}

.navbar-nav>li>a {
  padding-top: 6px;
  padding-bottom: 6px;
}

.navbar-nav > li:hover > .dropdown-menu {
  display: block;
  color: #f9e7bd;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-default {
  background: #9f8953;
  border-top: 2px solid #cfc4a9;
  border-bottom: 2px solid #282e29;
  border-left: transparent;
  border-right: transparent;
  min-height: 20px;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #0066cc;
  background-color: #aaddf4;
}

.navbar-default .navbar-text {
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: normal;
  padding: 0 15px 0 8px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #0066cc;
  background-color: #aaddf4;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #9f8953;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #c5b898;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #0066cc;
  background-color: #aaddf4;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF !important;
}

.dropdown-menu { 
	width: 100%; 
	min-width: 200px;
	background-color: #0f5576; 
}

.dropdown-menu > li > a {
	white-space: normal;
	color: white;
	font-family: 'Arial', 'Helvetica', sans-serif;
    letter-spacing: 0.01em;
    font-size: 13px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0f5576;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #FFE6B2;
	background-color: transparent;
}

.dropdown-menu {
	background-color: #c5b898;
	opacity: 0.95;
	border: none;
	text-transform: none;
}

.dropdown-menu > li > a:hover {
	color: #9f8953;
	background-color: #c5b898;
}

.flex-direction-nav a:hover {
	color: #0f5576 !important;
	background-color: transparent;
}

.caret {
	display: none;
}	

#side_navigation_title a {
    font-size: 20px !important;
    color: #9f8953 !important;
    background-color: white !important;
    margin: 0px !important;
    padding: 0px !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.category a:hover {
	color: white !important;
}

/* ---------- Content Area ---------- */

h1 {
	font-size: 30px;
	line-height: 36px;
	border-bottom: 2px solid #9f8953;
    padding: 10px 0;
	margin: 10px 0;
	color: #0f5576;
	font-family: 'Arial', 'Helvetica', sans-serif !important;
    letter-spacing: 0.01em;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px !important;
}

h4 {
	color: #0f5576;
	font-family: 'Arial', 'Helvetica', sans-serif !important;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 15px;
}

#space_home {
	background-color: white;
	height: 15px;
}

#breadcrumbs {
    text-align: right;
    font-family: 'Arial', sans-serif;
    color: #003046;
    background-color: #ebebeb;
    padding: 5px 0 0 0;
    margin: 0px !important;
}

.B_crumbBox {
	font-size: 12px !important;
	font-weight: normal !important;
	color: #003046;
	padding-right: 15px;
}

.B_homeCrumb {
	font-size: 12px;
	font-weight: normal;
	color: #003046;
}

.B_firstCrumb a:hover {
	color: #003046;
}

#sharethissection {
	margin-top: 15px;
	margin-bottom: 15px;
}

.homeNewsImage img {
	border: 1px solid black;
    max-width: 200px;
    max-height: 200px;
    float: left;
    margin-right: 10px;
}

#aboutbox-home {
    background: #fffcf5 url(http://assemblyofbishops.org/assets/images/graphics/acob_pentecost_icon.jpg) no-repeat center bottom;
    border: 1px solid #b9b8b3;
    max-width: 313px;
    height: 322px;
    font-size: 0.7em !important;
    position: relative;
    margin: 0 auto;
}

#aboutbox-home img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#aboutbox-home p {
	color: white;
	line-height: 1.1em !important;
}

#aboutbox-home div {
    padding: 10px 10px 1px 10px;
    position: absolute;
    bottom: 0;
}

#aboutbox-home a {
	color: white !important;
}

#column-left a {
	color: #0C5579;
	font-weight: normal;
}

#column-left {
	border-right: 1px solid #ccc;
}

#column-left h3, h3 a {
	font-family: 'Arial', 'Helvetica', sans-serif !important;
	font-size: 18px !important;
    color: #9f8953 !important;	
    font-weight: bold !important;
    padding-bottom: 10px;
    padding-top: 30px;
}

#column-left h3 a:hover {
	color: black !important;
}

#column-left p {
	font-family: Arial, Helvetica, sans-serif !important;
    letter-spacing: 0.01em;
    line-height: 1.5em;
    font-weight: normal;
}

#column-left ul {
	color: black;
	font-family: 'Arial', 'Helvetica', sans-serif !important;
}

#column-left ul a {
	color: #0C5579;
	font-weight: normal;
}

#column-left ul a:hover {
	color: black;
}

.read-more a {
	font-weight: normal;
    color: #0C5579;
 }

.RSS-feed a {
	font-weight: normal;
    color: #0C5579;
 }

.RSS-feed img {
	float: none !important;
	margin: 0 4px 0 0;
	padding-bottom: 8px !important;
 }

.flex-caption-background {
    position: absolute;
    left: 0px;
    top: 30px;
    background: #000;
    opacity: 0.9;
    width: 610px;
    height: 90px;
}

.flex-caption {
    margin: 0px !important; 
    background-color: transparent !important; 
    position: relative;
    padding: 10px;
}

.flex-caption-title {
    font-size: 1.2em !important;
    font: 18px;
    padding-bottom: 5px;
}

.flex-caption-title a {
	color: black !important;
}

.flex-caption-summary, .flex-caption-summary a {
    color: black;
    font: 14px normal Arial, sans-serif;
}

.flex-direction-nav a {
    height: 31px !important;
}

#column-right p {
	line-height: 2em;
}

#column-right h3 {
	font-family: 'Arial', 'Helvetica', sans-serif !important;
	color: white;
    background-color: #0f5576;
    padding: 7px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

#column-right a {
	font-weight: normal;
	color: #0C5579;
	line-height: 1.4em;
    display: block;

}

#ajaxSearch_form {
	top: 31px;
	width: 100%;  
	padding: 0 5px 0 5px;
}	
   
#ajaxSearch_input {
	margin: 20px 0 30px 0 !important;
    width: 155px;
    height: 25px;
    padding: 3px;
    font-size: 12px; 
    font-weight: normal; 
}
	
#ajaxSearch_submit {
	margin: 0px 0px 0px 8px !important;
	padding: 5px 5px 17px 5px;
	font-size: 11px;
	height: 20px;
	width: 48px;
	background-color: white;
	border: 1px solid #ccc;  
	border-radius: 5px;
}

#dividing_bar {
	background: #9f8953;
    border-top: 2px solid #cfc4a9;
    border-bottom: 2px solid #282e29;
    width: 100%;
    height: 18px;
    margin: 0 auto; 
}

.content-right ul {
	list-style: none;
	padding-left: 0px;
}

.content-right li {
	display: block;
	border-top: 1px solid #ccc;
	line-height: 1.4em;
    text-decoration: none;
    color: #0C5579;
}

.content-right li a {
    text-decoration: none;
    color: #0C5579;
    padding: 5px;
    display: block;
}

.content-right li:hover > a {
    color: white;
    background-color: #002537;
    display: block;
    width: 100%;
}

.content-left img {
	max-width: 100%;
	margin: 0 7px 10px 0;
}

.imgLeft {
    float: left;
    margin: 0 5px 5px 0;
}

.imgLeftBorder {
    float: left;
    margin: 0 7px 3px 0;
    padding: 0;
    border: 1px solid #9f8953;
}

/* Bishops Directory */

.bishopBlock, .bishopBlockNoPhoto { width: 45% !important; float:left; }
.bishopphoto	{	width: 40%; border: 1px solid #ccc; padding: 4px; margin: 4px;		}

.officerBlock	{	width: 45% !important; float: left;	}

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

footer {
  position: relative;
}

.footer-container	{	position: relative; max-width: 1200px; margin: 0 auto; }
.footer-container a {	color: #fff; text-decoration: none;	}
.footer-container p {	color: #fff!important; }
p.print_footer	{	display: none !important;	}


/* ---------- Parish Directory ---------- */

input {
	line-height: normal;
	font-size: 12px;
}

.pdSearchBox	{	float:left; width: 280px; border: 1px solid #aaaaaa; background-color: #eeeeee; padding: 5px;	}
.pdSearchOr		{	float:left; width: 30px; height: 100px;	margin: 10px 0 0 5px;}

.search_field	{	padding: 3px 0; clear: both;	}
.search_field label	{	float: left; width: 100px;	}
.search_field input, .search_field select {	float: left; width: 150px;	}

#search_panel {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.search_column {
    float: left;
    margin: 0 0 0 10px;
}

.search_column form {
	margin: 0;
	padding: 0;
}

.search_panel, #jurisdiction_list {
    margin: 0;
    margin-bottom: 10px;
}

.search_panel h3, #jurisdiction_list h3 {
	font-weight: normal;
    background: #e5e5e5;
	color: #0f5576;
	padding: 6px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0 0 10px 0;
    padding: 6px !important;
}

.pdsearchbutton   { 
	background-color: #0f5576;
	color: white; 
	padding: 4px;
	float: right;
 }
 
.panel_header {
    margin: 0;
    padding: 0;
}

#gmap_legend {
    margin: 0;
    display: none;
}

#gmap_legend ul {
    list-style-type: none;
    padding-left: 20px;
    margin: 0px;
}

#gmap_legend li {
	float: left; 
	margin: 0 10px;
	padding: 0 10px;
}

.legend_img {
    float: left;
    width: 30px;
    margin: 0;
    border: none !important;
}

.legend_text {
    float: left;
    margin-top: 15px;
}

#or {
    margin-left: 10px;
    font-size: 12pt;
}

.submit_field {
    width: 150px;
    margin: 0 auto;
}

.search_field {
    padding: 3px;
}

#parish_search .search_field {
    position: relative;
    width: 95%;
}

#parish_search .search_field input, #parish_search .search_field select {
    position: absolute;
    left: 90px;
    height: 20px;
    width: 60%;
}

#proximity_search .search_field {
    position: relative;
    width: 95%;
}

#proximity_search .search_field input, #proximity_search .search_field select {
    position: absolute;
    left: 100px;
}

#jurisdiction_form { 
	width: 200px;
	margin: 0 auto;
}

.scheck a	{	color: navy; text-decoration: none;	}

.scheck  { float: left; width: 95px; margin: 0; padding: 0; }

.check_toggle a {
    padding: 3px 5px 3px 5px;
    border: 1px solid #333;
    background-color: #eee;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.check_toggle input[type="button"] {
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
	height: 20px;
	padding: 0px 3px 0px 3px;
}

.submit_field input[type="submit"] {
	font-size: 12px;
	padding: 0px 3px;
}

.submit_field input[type="button"] {
	font-size: 12px;
	padding: 0px 3px;
}

.parish_count_panel {
    margin: 0;
    padding: 0;
    text-align: center;
}	
	
#output_panel {
    height: 500px;
    overflow-y: scroll;
}

.output_parish {
    border: 1px solid #aaa;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding-left: 5px;
    background-color: #eee;
    margin: 5px;
}

.output_parish:hover {
    cursor: pointer;
    background-color: #c5c5c5;
}

.output_parish p {
    margin: 3px;
}

.parish_more_info {
    margin: 0px;
    display: none;
}

#gmap_wrapper {
    height: 515px;
    margin-top: 9px;
}

#gmap_wrapper div { /* override #content div style */
    margin: 0px;
    padding: 0px;
}

#gmap {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
}

#gmap_wrapper img {
	float: none !important;
	max-width: none !important;
}

.geo_info {
    display: none;
}

.parish_title {
    font-weight: bold;
}

.parish_info_window p {
    margin: 0px;
    padding: 0px;
    width: 230px;
    height: auto;
    font-size: 13px;
}

.parish_info_window a {
    font-size: 13px;
}

.parish_jurcode {
	display: none;
}

#disclaimer {
	margin-top: 20px;
}

/* ---------- Media ----------- */
@media (max-width: 1200px) {
	.inside_container { width: 830px;  }
	.content_wrapper { width: 940px; background: url(/assets/themes/AssemblyofBishops/images/1200px_lattice.png) repeat-y;  }
	#proximity_search .search_field input, #proximity_search .search_field select { position: static;  }
	.bishopBlock, .bishopBlockNoPhoto { width: 300px !important; float:left; }
	.officerBlock	{	width: 100% !important; 	}
}

@media (max-width: 991px) {
	.inside_container { width: 640px;  }
	.content_wrapper { width: 720px; background: url(/assets/themes/AssemblyofBishops/images/991px_lattice.png) repeat-y; }
	#searchTop .search_submit { margin: 0px 0px 10px 0px !important;  } 
	#gmap_wrapper { margin-bottom: 15px;  }
	#parish_search .search_field { position: relative; width: 75%;  }
	.search_panel h3, #jurisdiction_list h3 { text-align: center;  }
	.homeNewsImage img { max-width: 100%; float: none; margin: 0 auto; display: block; margin-bottom: 10px;  }
	label { display: inline-flex;  }
	#EmailForm label { width: 100% !important;  }
	.bishopBlock, .bishopBlockNoPhoto { width: 300px !important;  }
	
}

@media (min-width: 768px) {
  .navbar { border-radius: 0;  }
}

@media (max-width: 767px) {
	.inside_container { width: 97%; padding-right: 15px; padding-left: 15px;  }
	.content_wrapper { width: 98%;  }
	#column-left { border-right: none; border-bottom: 1px solid #ccc; padding-bottom: 20px;  }
	#column-right { padding-top: 20px;  }
	.dropdown-menu { opacity: 1.0;  }
	.container { padding-left: 10px; padding-right: 10px;  }
	.flex-caption-summary, .flex-caption-summary a { color: black !important;  }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #fff;  }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #0066cc; background-color: #aaddf4;  }
    .navbar-nav>li { border-bottom: 1px solid white;  }
    #breadcrumbs { background-color: white;  }
    .content_wrapper { background: none; }
    #parish_search .search_field input, #parish_search .search_field select { position: absolute;  }
    #proximity_search .search_field input, #proximity_search .search_field select { position: absolute;  }
    #jurisdiction_form { width: 400px;  }
    .submit_field { width: 60%; float: left;  }
}

@media (max-width: 650px) {
	body {	background-size: contain; }
}

@media (max-width: 560px) {
	#header img { padding-top: 38px;  }
}

@media (max-width: 500px) {
	#header_titles 		{	padding: 0 5px; margin: 15px 0 0 0; width: 60% !important; }
	#header_titles h1 	{ 	font-size: medium; }
	#header_titles h4	{ 	font-size: x-small;}
	.container { padding-left: 0px; padding-right: 0px;  }
	.flex-caption-title { font-size: 1.0em !important;  }
	.inside_container { padding-right: 5px; padding-left: 5px;  }
	#jurisdiction_form { width: 300px;  }
}

@media (max-width: 470px) {
	#header img { padding-top: 48px;  }
}

@media (max-width: 400px) {
	.bishopBlock, .bishopBlockNoPhoto { width: 100% !important;  }
}

@media (max-width: 380px) {
	#header img { padding-top: 58px;  }
	#jurisdiction_form { width: 200px;  }
}

@media (max-width: 350px) {
	#proximity_search .search_field input, #proximity_search .search_field select { position: static;  }
}