
/*
----------------------------------------------------
                 MAIN FONT & BG COLOR
----------------------------------------------------
*/

body {
	color: #515151;
	background: #dce9f7 url(../images/style1/body_bg.png) repeat-x 0 top;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 80%;
}


/*
----------------------------------------------------
                 HEADER GRAPHIC
----------------------------------------------------
*/


#header {
/*	background: #f2f2f2 url(../images/style1/header_main.png) repeat-x 0 top;*/
/*
background: #fff url(../images/style1/mother.jpg) no-repeat 283px -42px;
background: #fff url(../images/style1/mummy.gif) no-repeat center center;*/
background: #fff url(../images/style1/niemtin-banner.png) no-repeat 0 top;
}

#logo-graphic h1 a {
	/*background: url(../images/style1/logo.png) no-repeat;*/
	background: url(../images/style1/niemtin-logo4.png) no-repeat;
}
#logo-graphic h1 a{
margin:5px 0px 0px 5px;
}
#newsflash, #header {
overflow:hidden;
}
/*
----------------------------------------------------
                 HEADER TEXT
----------------------------------------------------
*/
#logo-text h1 a {
	margin-top: 20px;
	margin-left: 10px;
	color: #222;
	letter-spacing: -2px;
	font-weight: bold;
	font-size: 34px;
}
#logo-text h2 {
	margin-left: 14px;
	font-size: 22px;
	color: #4081b2;
}


/*
----------------------------------------------------
                 PRIMARY LINK COLORS
----------------------------------------------------
*/
a {
	color: #246da5;
	text-decoration: underline;
}
a:hover {
	color: #2b84c8;
	text-decoration: none;
}

/*
----------------------------------------------------
                   READ MORE LINKS
----------------------------------------------------
*/

a.readon {
	text-decoration: none;
	background: url(../images/readon.png) no-repeat 0px 2px;
	font-size: 14px;
	line-height: 18px;
	padding: 0px 0px 0px 17px;
}
a.readon:hover {
	text-decoration: underline;
}


/*
----------------------------------------------------
                   HEADING STYLES
----------------------------------------------------
*/

.componentheading {
	color: #4a4a4a;
	line-height: 1.35em;
	border-bottom: 1px solid #eee;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 2.5666em;
	letter-spacing: -2px;
	font-weight: bold;
}

/* CONTENT HEADINGS */
table.blog td.contentheading {
	font-size:1.8666em;
	line-height: 1.1em;
	letter-spacing: -1px;
	color: #444;
	border-bottom: 1px solid #f5f5f5;
}
/* CONTENT HEADINGS */
td.contentheading {
	font-size:26px;
	line-height: 1.1em;
	letter-spacing: -2px;
	color: #336699;
	padding-bottom:5px;
	
}
/* CONTENT HEADINGS (LINKED) */
a.contentpagetitle {
	text-decoration: none;
	line-height: 1.1em;
	color: #246da5;
}
a.contentpagetitle:hover {
	color: #121517;
}


/* NEWSFLASH MODULE */

#newsflash td.contentheading,
#newsflash a.contentpagetitle {
	font-size: 1.3em;
	line-height: 1.5em;
	letter-spacing: normal;
}

#newsflash a {
	color: #1e69a3;
}

#newsflash a:hover {
	color: #000;
}

#newsflash p, #newsflash td {
	padding: 0;
	margin: 0px;
	color: #6e6e6e;
}


/* HEADINGS H1-H6 */

h1 {
	color: #3a3a3a;
	font-weight: normal;
	font-style: normal;
	font-size: 2.3em;
	line-height: 1em;
	letter-spacing: -1px;
}

h2 {
	color: #1b5e92;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 1em;
	letter-spacing: -1px;
}

h3 {
	color: #787878;
	font-weight: normal;
	font-style: normal;
	font-size: 1.7em;
	line-height: 1em;
	letter-spacing: -1px;
}

h4 {
	color: #666;
	font-weight: normal;
	font-style: normal;
	font-size: 1.4em;
	line-height: 1em;
	letter-spacing: -1px;
}
.contentheading{
  border-bottom:3px solid #ccc;
  font-size:20px;
  font-weight:bold;
  padding-bottom:5px;
}

p.info {
    background: #F8FAFC url(../images/info.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #B5D4FE;
    border-bottom: 2px solid #B5D4FE;
}

p.warn {
    background: #FFF7C0 url(../images/warn.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F7D229;
    border-bottom: 2px solid #F7D229;
}

p.alert {
    background: #FBEEF1 url(../images/exc.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FEABB9;
    border-bottom: 2px solid #FEABB9;
}

span.arrow {
	background: url(../images/list-arrow.png) no-repeat 0 4px;
	padding-left: 14px;
}



/* CODE  */
pre {
	background: #F6F6F6;
	border: 1px dotted #c4c4c4;
	color: #000;
	display: block;
	padding: 5px;
	white-space: normal;
	font: 1em "Courier New", Courier, monospace;
}



p.quote:first-letter{text-transform: uppercase;}
p.quote {
	color: #424242;
	/*font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;*/
	font-family: Helvetica,Arial,sans-serif;
	letter-spacing:0.1em;
	text-align:center;
	margin: 24px auto;
	text-transform: lowercase;
	line-height: 125%;
	font-size: 1.26666em;
	font-variant: small-caps;
	border-bottom: 4px solid #eee;
	border-top: 4px solid #eee;
	padding:  5px;

}


ul li span.small {
	font-variant: normal;
	font-size: .8em;
	text-transform: none;
	line-height: .5em;
}

/*
----------------------------------------------------
            INNER CONTENT MAIN BG COLOR
----------------------------------------------------
*/


#wrap {
	background: #FFF;
	}
	


/*
----------------------------------------------------
                "S1" MODULE SUFFIX
----------------------------------------------------
*/


/* "S1" TEXT COLOR */
div.moduleS1 {
	color: #51504a;
}



/* "S1" LINK COLOR */
div.moduleS1 a,div.moduleS1 a:hover,
div.moduleS1 a.latestnewsS1,div.moduleS1 a.latestnewsS1:hover,
div.moduleS1 a.mostreadS1,div.moduleS1 a.mostreadS1:hover {
	color: #1e69a3;
}
/* "S1" MODULE HEADING COLOR */
div.moduleS1 h3 {
	color: #fff;
	font-size: 1.2em;
	letter-spacing:normal;
	line-height: .75em;
}


/*
----------------------------------------------------
                 "S2" MODULE SUFFIX
----------------------------------------------------
*/


/* "S2" TEXT COLOR */
div.moduleS2 {
	color: #51504a;
}
/* "S2" LINK COLOR */
div.moduleS2 a,div.moduleS2 a:hover,
div.moduleS2 a.latestnewsS2,div.moduleS2 a.latestnewsS2:hover,
div.moduleS2 a.mostreadS2,div.moduleS2 a.mostreadS2:hover {
	color: #1e69a3;
}
/* "S2" MODULE HEADING COLOR */
div.moduleS2 h3 {
	color: #fdfeff;
	font-size: 1.2em;
	letter-spacing:normal;
	line-height: .75em;
}


/*
----------------------------------------------------
                 "S3" MODULE SUFFIX
----------------------------------------------------
*/


/* "S3" TEXT COLOR */
div.moduleS3 {
	color: #51504a;
}

/* "S3" LINK COLOR */
div.moduleS3 a,div.moduleS3 a:hover,
div.moduleS3 a.latestnewsS3,div.moduleS3 a.latestnewsS3:hover,
div.moduleS3 a.mostreadS3,div.moduleS3 a.mostreadS3:hover
 {
	color: #1e69a3;
}

/* "S3" MODULE HEADING COLOR */
div.moduleS3 h3 {
	color: #fff;
	font-size: 1.2em;
	letter-spacing:normal;
	line-height: .75em;

}

/*
----------------------------------------------------
           "bdr" MODULE SUFFIX (default)
----------------------------------------------------
*/

/* "bdr" TEXT COLOR */
div.module,div.modulebdr {
	color: #333;
	margin-bottom:20px;
}


/* "bdr" LINK COLOR */
div.module a,div.modulebdr a,
div.module a:hover,div.modulebdr a:hover,
div.module a.latestnews,div.modulebdr a.latestnewsbdr,
div.module a.latestnews:hover,div.modulebdr a.latestnewsbdr:hover,
div.module a.mostread,div.modulebdr a.mostreadbdr,
div.module a.mostread:hover,div.modulebdr a.mostreadbdr:hover {
	color:#246da5;
}

/* "bdr" MODULE HEADING COLOR */
div.module h3, div.modulebdr h3 {
	color: #242b30;
	font-size: 1.2em;
	letter-spacing:normal;
	padding:15px 0px 0px 15px;
	font-weight:bold;
}
div.module table td{padding:0px 5px 0px 10px;}
/*
----------------------------------------------------
               PATHWAY/BREADCRUMBS
----------------------------------------------------
*/
.path {
	background-color: #f5fbff;
	border: 1px solid #ddf1ff;
	margin: 8px;
	padding: 8px;
	font-size: 1.13333em;
}

/*
----------------------------------------------------
                        FOOTER
----------------------------------------------------
*/

/*TEXT*/


#footer {
	background-color: #1e69a3;
	color: #fff;
}

/*LINKS*/
#footer a, #footer #mainlevel li a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #efefef;
}
#footer a:hover,
#footer #mainlevel li a:hover,
#footer #mainlevel li a#active_menu {
	color: #ccc;
	text-decoration: underline;
}

/*
----------------------------------------------------
                    IMAGE STYLES
----------------------------------------------------
*/

img.left {float:left;margin-right:5px;background-color:#f4f4f4;border:1px solid #eaeaea;padding:4px;margin-top:5px;}
img.right {float:right;margin-left:5px;background-color:#f4f4f4;border:1px solid #eaeaea;padding:4px;margin-top:5px;}
img.pad {float:none;margin:0px auto;background-color:#f4f4f4;border:1px solid #eaeaea;padding:4px;margin-top:5px;}


/*
----------------------------------------------------
                    JOOMLA! STYLES
----------------------------------------------------
*/

li.latestnews,
li.latestnewsS1,
li.latestnewsS2,
li.latestnewsS3,
li.latestnewsbdr,
li.mostread,
li.mostreadS3,
li.mostreadS1,
li.mostreadS2,
li.mostreadbdr {
	background: url(../images/style1/bullet.gif) no-repeat 0em .35em;
}

ul.menu-sidenav li,
a.mainlevel-sidenav {
	background: url(../images/style1/bullet.gif) no-repeat 0 .15em;
	padding-left: 14px;
}

.createdate,.modifydate,.small {
	color: #99a1a7;
	font-size: 1em;
	line-height: 1em;
	text-transform: lowercase;
}

/*Header for table content*/

td.sectiontableheader {
	color: #FFF;
	background: #222;
	line-height: 100%;	
}
/*Alternating table rows*/

tr.sectiontableentry1 td,td.sectiontableentry1 {
	background-color: #fff;
	border-bottom: 1px solid #f4f4f4;
}

tr.sectiontableentry2 td ,td.sectiontableentry2 {
	background-color: #fff;
	border-bottom: 1px solid #f4f4f4;
}

/* Article Overflow */

div.blog_more {
	border-top: 1px solid #e6e6d4;
}

div.blog_more ul li a {
	border-bottom: 1px solid #eee;
    background: url(../images/style1/list-arrow.png) no-repeat 4px 10px;
    text-indent: 14px;
}

div.blog_more ul li a:hover {
	background-color: #f4f4f4;
}

/* Article TOC Table */

table.contenttoc {
	color: #330;
	border: 1px solid #d6d6d6;
}
table.contenttoc th {
	background-color: #ececec;
	color: #4f4f4f;
}

div.mosimage_caption {
	font-size: 0.9em;
	color: #666;
}

a.pagenav {
	font-size: 1em;
	color: #336699;
}
span.pagenav{
  color:#339966;
  font-size:16px;
  font-weight:bold;
}

/*
----------------------------------------------------
             STRUCTURAL TEMPLATE IMAGES
----------------------------------------------------
*/

.menuleft {
	background: url(../images/style1/menuleft.png) no-repeat left top;
}
.menuright {
	background: url(../images/style1/menuright.png) no-repeat left top;
}
.ftr-left {
	background: url(../images/style1/ftr-left.png) no-repeat left bottom;
}
.ftr-right {
	background: url(../images/style1/ftr-right.png) no-repeat left bottom;
}

div.module,div.modulebdr {background: url(../images/style1/topright_bdr.png) 100% 0 no-repeat;}
div.module div, div.modulebdr div {background: url(../images/style1/topleft_bdr.png) 0 0 no-repeat;}
div.module div div, div.modulebdr div div  {background: url(../images/style1/botright_bdr.png) 100% 100% no-repeat;}
div.module div div div, div.modulebdr div div div  {background: url(../images/style1/botleft_bdr.png) 0 100% no-repeat;}

div.moduleS1 {background: url(../images/style1/topright_light.png) 100% 0 no-repeat;}
div.moduleS1 div {background: url(../images/style1/topleft_light.png) 0 0 no-repeat;}
div.moduleS1 div div {background: url(../images/style1/botright_light.png) 100% 100% no-repeat;}
div.moduleS1 div div div {background: url(../images/style1/botleft_light.png) 0 100% no-repeat;}

div.moduleS2 {background: url(../images/style1/topright_mid.png) 100% 0 no-repeat;}
div.moduleS2 div {background: url(../images/style1/topleft_mid.png) 0 0 no-repeat;}
div.moduleS2 div div {background: url(../images/style1/botright_mid.png) 100% 100% no-repeat;}
div.moduleS2 div div div {background: url(../images/style1/botleft_mid.png) 0 100% no-repeat;}

div.moduleS3 {background: url(../images/style1/topright_dark.png) 100% 0 no-repeat;}
div.moduleS3 div {background: url(../images/style1/topleft_dark.png) 0 0 no-repeat;}
div.moduleS3 div div {background: url(../images/style1/botright_dark.png) 100% 100% no-repeat;}
div.moduleS3 div div div {background: url(../images/style1/botleft_dark.png) 0 100% no-repeat;}



/* @group TOPNAV CUSTOMIZATION */


/*
----------------------------------------------------
               SUCKERFISH MENU COLORS
----------------------------------------------------
*/


#nav ul li a {
/* NAV UP COLOR */	color: #fff;
	background: url(../images/style1/nav_left_up.png) no-repeat left center;
}

#nav ul li a:hover,
#nav ul li:hover a,
#nav ul li.iehover a {
/* NAV OVER COLOR */	color: #044c84;
	background: url(../images/style1/nav_left_over.png) no-repeat left center;
}

#nav li#current a,
#nav li#current a:hover,
#nav li#current:hover a,
#nav li#current.iehover a {
/* NAV ACTIVE COLOR */	color: #303030;
	background: url(../images/style1/nav_left_active.png) no-repeat left center;
}
#nav li#current,
#nav li#current:hover,
#nav li#current.iehover {
	background: url(../images/style1/nav_right_active.png) no-repeat right center;
}


#nav ul li:hover li a,
#nav ul li.iehover li a,
#nav ul li#current:hover li a,
#nav ul li#current.iehover li a,
#nav ul li:hover ul ul li a {
/* LEVEL 2 NAV UP COLOR */	color: #fff;
	background-image: none;
}


#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul,
#nav li.iehover ul, 
#nav li li.iehover ul, 
#nav li li li.iehover ul,
#nav li li li li.iehover ul,
#nav ul li:hover li a,
#nav ul li.iehover li a,
#nav ul li:hover ul ul li a,
#nav ul li.iehover ul ul li a {
/* LEVEL 2 NAV UP BG COLOR */	background-color: #2b72a9;
}

#nav li ul li a:hover,
#nav li ul li ul li a:hover,
#nav li li:hover,
#nav ul li li.iehover,
#nav li li.iehover a,
#nav ul li li:hover a,
#nav ul li li:hover,
#nav ul li li.iehover,
#nav ul li li#current a:hover,
#nav li.haschild ul li#current.iehover,
#nav li.haschild ul li#current:hover,
#nav ul li.haschild li#current a:hover
{
/* LEVEL 2 NAV OVER BG COLOR */	background-color: #0a5c99;
/* LEVEL 2 NAV OVER TEXT COLOR */	color: #ffffff;
background-image: none;
}

#nav ul li#current ul li a,
#nav ul li#current ul li,
#nav ul li#current ul li a:hover,
#nav ul li#current ul li.hover
#nav ul li#current ul li.iehover,
#nav ul li.haschild li#current a {
/* LEVEL 2 ACTIVE TEXT COLOR */	color: #ffffff;
}

#nav li li {
/* LEVEL 2 SEPARATOR */	border-bottom: 1px solid #3080be;
}

#nav li ul {
	width: 173px;
/* SUBLEVEL BLOCK OUTLINE */
	border-right: 1px solid #266597;
	border-left: 1px solid #266597;
	border-top: none;
}

/* END TOPNAV CUSTOMIZATION */
#nav li, #nav {background: url(../images/style1/nav_bg.png) repeat-x 0 bottom;font-weight: bold;}
#nav li {background: url(../images/style1/nav_right_up.png) no-repeat right center;}
#nav ul li:hover,#nav ul li.iehover {background: url(../images/style1/nav_right_over.png) no-repeat right center;}
#nav ul li:hover li a,#nav ul li.iehover li a {background-image: none;}
#nav ul ul a {width: 170px;}
#nav li li,#nav li.haschild ul li#current:hover,#nav li.haschild ul li#current.iehover {width: 173px;}

#showcase td.moduleuser6 h3{padding:10px 0px 10px 10px;font-weight:bold;}
#showcase td.moduleuser6 td{padding:0px 8px 0px 15px;}
#newsflash .kinhthanh{float:right;}


#wrap #newsflash div.caukinhthanh{
color:#336699;
font-size:16px;
font-weight:bold;
}
ul.annhan,p.camta{margin-left:15px;}

table.showseries3 tr.seriesHeading, 
table.showseries3 tr.sermonResult{
display:none;
}
table.showseries3{text-align:center;margin:20px 0px;}
table.seriesmain th{
border-bottom:2px dotted #DDDDDD;
color:#336699;
font-size:18px;
padding:5px;

}

.maincol .mainColumns .column1,
.maincol .mainColumns .column2{
float:left;
width:48%;
margin-bottom:10px;

}
.mainColumns .column1{margin-right:10px;}
.mainColumns .column1 .moduletables1{
border-right:2px dotted #ddd;
}
.moduletables1 h3{
background-color:#336699;
color:#fff;
padding:5px;
font-size:18px;
font-weight:bold;
width:30%;
}
#bottom h3{
border-bottom:1px dotted #336699;
color:#336699;
font-size:18px;
margin:0 10px;
padding-bottom:5px;
width:86%;
}
#bottom ul{
margin:10px 5px 10px 10px;
}
#bottom ul.tinvui li.passed{
background:transparent url(../../../images/smilies/emoticon_smile.png)no-repeat scroll 0px 0px;
padding-left:17px;
padding-right:3px;
margin-top:5px;
}
#bottom ul.annhan{
list-style-type:square;
margin-left:26px;
}
.mainColumns .column1{margin-right:10px;}
.mainColumns .column1 .moduletables1{
border-right:2px dotted #ddd;
}
.moduletables1 h3{
background-color:#336699;
color:#fff;
padding:5px;
font-size:18px;
font-weight:bold;
width:30%;
}
#bottom h3{
border-bottom:1px dotted #336699;
color:#336699;
font-size:18px;
margin:0 10px;
padding-bottom:5px;
width:86%;
}
#bottom ul{
margin:10px 5px 10px 10px;
}
#bottom ul.tinvui li.passed{
background:transparent url(../../../images/smilies/emoticon_smile.png)no-repeat scroll 0px 0px;
padding-left:17px;
padding-right:3px;
margin-top:5px;
}
#bottom ul.annhan{
list-style-type:square;
margin-left:26px;
}

.mainbody table td.rightcol div.module{
margin-top:7px;

}
.mainbody table td.rightcol{*height:400px;}
div.column1 .jv-tabswrap div.jv-tab-content {
*width:98%;
}
div.column1 .jv-tabswrap div.jv-tab-content ul{*width:97%;}
span.phungsu-verse{
margin-bottom:15px;
color:#37040a;
font-size:16px;
margin-left:60px;
}
div.jv-tab-subcontent{
width:540px;
}
div.KTinfo{_margin-top:-15px;}

ol.audiosermons {margin-top:25px;width:850px;}
ol.audiosermons li{
height:45px;
}
ol.audiosermons li div.text{width:260px;float:left;}

/*--------------------------kim: layout bible quiz answer page----------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

td.maincol .heading,
.bibleQuizLists .contentheading{
border-bottom:3px solid #ddd;
color:#336699;
font-size:16px;
font-weight:bold;
padding-bottom:4px;
margin-bottom:10px;
}
.quizSession fieldset {
float:left;
border:1px solid #ccc;
width:30%;
padding:5px;
line-height:30px;
margin-right:7px;
}
.quizSession{
 margin:10px 0px 20px 0px;
 border-bottom:2px dotted #ccc;
}

.quizSession legend{color:#339966;}
.quizAnswers fieldset{
  border:1px solid #ccc;
  padding:5px;
}
.quizAnswers legend{
  font-weight:bold;
  color:#339966;
}
.quizAnswers table{
background-color:#E7E7E7;
border-spacing:1px;
color:#666666;
width:100%;
}
.quizAnswers table th{
background:#F0F0F0 none repeat scroll 0 0;
border-bottom:1px solid #999999;
border-left:1px solid #FFFFFF;
color:#666666;
text-align:center;
padding:4px;
}
.quizAnswers table tbody tr td{
border:1px solid #FFFFFF;
height:25px;
font-size:12px;
padding-left:5px;
}
/*--------------------------*/
#jquarksNav h5{
  color:#336699;
  border-bottom:3px solid #ccc;
  padding-bottom:5px;
  font-size:16px;
}
#jquarksNav .contentheading{font-size:15px;}

/*----------start layout for donation module-----------------*/
.ntdonation{
}
.ntdonation ul li{
  background: transparent url(../images/style1/bullet.gif) no-repeat scroll 0 0.35em;
  padding-left:14px;
}
.ntdonation ul li span.name{
  margin-right:15px;
}
.ntdonation ul li span.location{
  font-size:10px;
  color:#448844;
  font-style:italic;
}
/*--------------------------------------------------------------*/




/* @end */
