@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
.topiccontent {
	width: 712;
}
.topicheader {
	padding-bottom: 20px;
	width: 712;
}
.topicmenuframe {
	float: right;
	width: 170px;
	padding-right: 10px;
	padding-left: 32px;
}
.topicmenuheader {
	font-size:20px;

}

.topicmenu ul#topicmenulist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.topicmenu ul li {
	list-style:none;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;

}

.topicmenu ul li a {
	font-size: 16px;
	text-decoration:none;
	line-height:25px;
	font-weight: bold;
}

.topicbody {	
	width:480px;
	float:left;	
}
.headerbold {
	font-size:18px;
	color:#000;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

/* Magazine Page Styles */
.mag-change-address  th {
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e7e7e7;
	margin: 15px 0 10px;
	display: block;
	text-align: left;
}
.mag-change-address label>span {
	color:#ff4200;
}
.mag-change-address small {
	display: block;
	font-size: 75%;
}
.mag-change-address .ui-btn-inner{
	text-align:center;
}
.mag-change-address label, .mag-change-address input {
	display: block;
	width: 100%;
}
.mag-change-address label {
	font-weight: bold;
}
.mag-change-address input {
	margin-bottom:10px;
}
.magazine-image {
	 height:auto;
	 width:100%;
	 max-width:116px;
	 margin: 4px 10px 10px 0; 
	 float: left;
}

/* Portals */
.topic-pop-container {
    background-color: #f6dfcb; 
    float: left; 
    clear: none;
}
.topic-pop-content {
    width: 300px; 
    padding-left: 25px;
    padding-top: 25px;
}
.topic-pop-content-wide {
	width: 450px;
	padding-left:25px;
}
.topic-pop-logo {
    float: right; 
    clear: none; 
    margin-right: 100px; 
    width: 215px;
}
#main .topic-pop-content blockquote {
    width:100%;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    padding:25px; 
    display: block; 
    margin:0; 
    background-color: #ffffff;
}
.portals-of-prayer img {
    width:100%;
    height:auto;
}
/* RSS Feeds */

.feedEkList{list-style:none outside none;background-color:#FFFFFF; padding:4px 6px; color:#3E3E3E;}
.feedEkList li{border-bottom:1px solid #D3CAD7; padding:5px;}
.feedEkList li:last-child{border-bottom:none;}
.itemTitle a{font-weight:bold; text-decoration:none }
.itemTitle a:hover{ text-decoration:underline }
.itemDate{font-size:11px;color:#AAAAAA;} 

/* Form Elements */

.form label {
  display: block;
  margin-bottom:5px; 
}
.form input {
  display: inline-block;
  margin-bottom:10px;
}

.form input[type="text"] {
	width: 100%;
  max-width: 350px;
}
.form label, .form input, .form button, .form select, .form textarea {
line-height: 20px;
}
.form select {
background-color: #ffffff;
border: 1px solid #cccccc;
}
.form select, .form input[type="file"] {
height: 25px;
line-height: 25px;
margin-bottom: 10px;
}
.form input[type="radio"], .form input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
width: auto;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.form-group {
  display: block;
  clear: both;
  margin-bottom: 15px;
}
/* 
ACB replaced by new jquery form validation
.form label.required:before {
  content: "*";
  margin-right:3px;
  color:red;
} */

.form-group-col3 {
	float:left;
	width: 70%;
	margin-right: 10px;
}

.form-group-col2 {
	float:left;
	width: 45%;
	margin-right: 10px;
}

.form-group-col1 {
	float:left;
	width: 25%;
	margin-right: 10px;
}
.form-group-col1 img.magazine-image {
	max-width: 100px;
	max-height: 130px;
}
.form-group .checkbox-header {
	font-size: 16px;
	font-weight: bold;
}

.form hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
  clear: both;
  display: block;
}
.form input[type="submit"] {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #3c6fbb;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #E8EFFF;
	background-image: -moz-linear-gradient(top, #E8EFFF, #D1DBF1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#D1DBF1));
	background-image: -webkit-linear-gradient(top, #E8EFFF, #D1DBF1);
	background-image: -o-linear-gradient(top, #E8EFFF, #D1DBF1);
	background-image: linear-gradient(to bottom, #E8EFFF, #D1DBF1);
	background-repeat: repeat-x;
	border: 1px solid #a6bde0;
	border-color: #a6bde0 #a6bde0 #96ACCE;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #96ACCE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE8EFFF', endColorstr='#ffD1DBF1', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.form input[type="submit"]:hover{
	color: #3c6fbb;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	background-color: #D1DBF1;
}
/*rss feed*/
    .blog-feed {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    .post-title {
    font-size: 16px;
 	line-height: 22px;
	margin-bottom: 10px;
    }
	.post-content img {
    max-width: 580px;
    margin-left: 30px;
    margin-bottom: 20px;
	}
    .blog-feed li {
    list-style-type: none;
    margin-top: 1em;
    border-left: 5px solid #d0d4d6;
    padding: 1em;
    }
    .post-time {
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    color: #626262;
	 padding: 20px 30px 0;
    }
    .blog-feed ul > :first-child {
    background-color: #f3f9fc;
    }
/* ACB styles added for mobile display */
.cph-desktop { display:inline; }
.cph-mobile { display:none; }

/****** ACB Nate's Styles for Form Validation ****/
    .form-error {display:block;  color:#d13a3a;}
    label.required:after {content: '*'; color:#d13a3a; margin-left: 3px;}
    p.required:before {content: '*'; color:#d13a3a; margin-right: 3px;}
    .form1 input.error {line-height: 1; border-color: #d13a3a !important;}
   .form-group {margin-bottom:20px;}

@media (max-width: 37.5em) {
  .cph-desktop     { display: none; }
  .cph-mobile { display: inline-block; }
}
/* end styles added for mobile display */
/* CPH Mobile About CPH Pages  */
	
-->
</style>