/* heading objects */
h1, h2, h3 {
	font-family:"Arial Black",Arial,Helvetica,san-serif !important;
	font-weight:bold !important;
}
h1 {
	font-size:31px !important;
	line-height:31px;
	text-transform:uppercase !important;
	color:#000;
	margin:0 0 10px 0;
}
h2 {
	font-size:27px !important;
	line-height:27px;
	text-transform:uppercase !important;
	color:#555 !important;
	margin:0 0 10px 0;
}
h3 {
	font-size:21px !important;
	color:#999 !important;
	margin:0 0 10px 0;
}

/* text objects */
p {
	font-size:11px;
	color:#000;
	margin:0 0 16px;
}
div.t_text {
	padding:0 0 15px 0;
}
/* needed for firefox cms editor */
body.t_text {
	font-family:Arial, Helvetica, sans-serif;
}
.t_text {
	font-size:11px;
	color:#000;
}
.t_text a {
	color:#851054;
	text-decoration:none;
}
.t_text a:hover {
	text-decoration:underline;
}
.t_text ul {
	padding:0;
	margin:0 0 0 16px;
	list-style-type:square;
}
.t_text li {
	margin:4px 0;
}

.t_imgborder {
	border:solid 1px black;
}
.t_lightboximage {
	padding:5px;
	border:solid 1px #999;
	margin-bottom:10px;
}
.t_image div {
	color:#777;
	font-style:italic;
	padding:5px 0;
}
.t_image {
	margin-bottom:10px;	
}
.t_objecttable .t_image {
	margin-bottom:0;	
}

/* table objects */
.t_texttable {
	border-top:solid 1px #777;
	background-color:#FFF;
	color:#000;
	margin-bottom:10px;
}
.t_texttable th {
	border-bottom:solid 1px #777;
	background-color:#652b80;
	color:#FFF;
	font-weight:normal;
	font-size:12px;
	padding:3px;
	text-align:left;
	vertical-align:top;
}
.t_texttable td {
	border-bottom:solid 1px #777;
	font-size:11px;
	padding:4px;
	vertical-align:top;
}
.t_texttable .r1 {
	background-color:#eee;
}
.t_texttable .r0 {
	background-color:#ddd;
}
.t_objecttable {
	background-color:#000;
	margin-bottom:10px;
}
.t_objecttable td {
	background-color:#fff;
	vertical-align:top;
}

/* file download objects */
.t_downloadicon {
	float:left;
}
.t_downloaddesc {
	padding-left:32px;
	padding-bottom:10px;
	font-size:11px;
	color:#777;
	line-height:15px;
}
a.t_downloadtitle {
	font-size:11px;
	font-weight:bold;
	color:#851054;
	text-decoration:none;
}
a.t_downloadtitle:hover {
	text-decoration:underline;
}
.t_downloadinfo {
	font-size:10px;
	color:#ccc;
}

/* form fields */
.t_fTitle {
	font-size:11px;
	color:#652b80;
}
.t_fThankyou {
	font-size:11px;
	font-weight:bold;
	color:#851054;
	margin-bottom:16px;
}
.t_fErrorMsg {
	font-size:11px;
	font-weight:bold;
	color:#cc0000;
	margin-bottom:16px;
}
.t_fInput {
	font-family:Verdana,Arial,Helvetica,san-serif;
	font-size:11px;
	color:black;	
}
.t_fButton {
	font-family:Verdana,Arial,Helvetica,san-serif;
	font-size:11px;
	color:black;	
}

/* text/image overlay */
.t_overlay {
   position:relative;
   margin-bottom:10px;
}

/* prayer points */
.t_prayerpoint {
	font-size:8pt;
	line-height:12pt;
	color:#000;
	margin-bottom:20px;
}
.t_prayerdate {
	font-weight:bold;
	color:#851054;
}
.t_prayercountry {
	font-weight:bold;
}
.t_prayercountryprofile {
	margin:16px 0;
	color:#851054;
}
.t_prayercountryprofile a {
	color:#851054;
}

/* rotating banners */
.t_rbWrap {
	position:relative;
	height:280px;
}
.t_rbBG {
	position:absolute;
	top:0; left:-40px;
	width:840px;
	height:240px;
	padding:20px;
	background:#000 url(../images/rotating-banner-bg.jpg) top left;
}
.t_rbNav {
	float:left;
	width:198px;
}
a.t_rbNavLink {
	display:block;
	background:#000;
	margin-bottom:4px;
}
a.t_rbNavLink:hover, a.t_rbNavLinkOn {
	background:#000 url(../images/nav/bullet.jpg) right no-repeat;
}
.t_rotatingBanner {
	position:relative;
}
.t_banner {
	position:absolute;
	top:0;left:0;	
}
.t_bannerNums {
	position:absolute;
	top:10px;right:10px;
	z-index:1000;
}
.t_bannerNum {
	border:solid 1px #999;
	background-color:#000;
	float:left;
	margin-left:5px;
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}
.t_bannerNum a {
	display:block;
	width:15px;
	height:15px;
	padding:2px;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
.t_bannerNumOn {
	-moz-opacity:.99; filter:alpha(opacity=99); opacity:.99;
}

/* faqs */
.t_faq {
	margin-bottom:16px;	
}
.t_faqanswer {
	margin-top:5px;	
}
a.t_faqquestion {
	font-weight:bold;
	color:#652b80;
	text-decoration:underline;
	cursor:help;
}
a.t_faqquestion:hover {
	color:#851054;
}

/* list box */
.t_listbox {
	background:#212121;
	color:#fff;
	padding-bottom:15px;
}
.t_listbox a {
	background:#212121;
	color:#fff;
}
.t_listbox h1 {
	text-align:center;
	color:#fff !important;
	font-size:22px !important;
	line-height:22px !important;
	padding:5px;
	background:#653397 url(../images/heading-bg.gif) top repeat-x;
}
.t_listboxitem, .t_listboxmore {
	clear:both;
	padding:10px;
}
.t_listboximage {
	float:left;
	margin:0 15px 15px 0;
	padding:7px;
	background:url(../images/list-box-image-bg.jpg) top left no-repeat;
}
.t_listboxtext {
	margin-left:100px;
	color:#fff;
}


/* event listing */
.event-listing-object h1 {
	text-align:center;
	color:#fff !important;
	font-size:22px !important;
	line-height:22px !important;
	padding:5px;
	background:#653397 url(../images/heading-bg.gif) top repeat-x;
}
.event-listing-object h2 {
	color:#fff !important;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
}
.event-listing-object a, .event-listing-object p, .event-listing-object .t_text {
	color:#fff !important;
}
.event-listing-object {
	background:#212121;
	color:#fff;
}
.event-listing {
	clear:both;
	padding:10px;
}
.event-listing-thumb {
	float:left;
	margin:0 15px 15px 0;
}
.event-listing-info {
	margin-left:100px;
	color:#fff;
}
.event-listing-details {
	padding-bottom:5px;
	font-style:italic;
}
