﻿body 
{
    background-color: #b5c5c3;
    color: #fff;
    margin:0px;
    padding:0px;
    font-family:Arial, Tahoma, Verdana;
    font-size:12px;
}
a 
{
    color: Blue;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}
p 
{
/*    text-indent: 15px; */
/*    text-align:justify;*/
}
h1 
{
    font-size: 18px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}

div.page
{
    width: 840px;
    height:100%;
    margin: 0 auto;
}
.top
{
    height:197px;
    background-repeat: repeat-x;
    background-image: url("../img/top_bg.gif");    
}
.top a:hover 
{
    text-decoration: none;
}
.top a
{
    display: block;
    width:856px;
    height:197px;
    background-repeat:no-repeat;
    background-position:top;
    background-image: url("../img/top.gif");    
    margin: 0 auto;
}
 
div.centerWrapper
{
    width: 840px;
    float:left;
    height:100%;
}
.site0 .centerWrapper { background-color: #e5e2dd; color: #7b776d; }
.site1 .centerWrapper { background-color: #b3bdc1; }
.site3 .centerWrapper { background-color: #e68768; }
.site2 .centerWrapper { background-color: #e4d29b; }
.site4 .centerWrapper { background-color: #b7c8af; }
.site5 .centerWrapper { background-color: #f1efed; color: #878686 !important;}


.site0 #ctl00_divLeft a, .site0 #language a,.site0 .print a,.site0 .login a,
.site5 #ctl00_divLeft a, .site5 #language a,.site5 .print a,.site5 .login a {
	color: #7B776D;
}

.site1 #ctl00_divLeft a, .site1 #language a,.site1 .print a,.site1 .login a,
.site2 #ctl00_divLeft a, .site2 #language a,.site2 .print a,.site2 .login a,
.site3 #ctl00_divLeft a, .site3 #language a,.site3 .print a,.site3 .login a,
.site4 #ctl00_divLeft a, .site4 #language a,.site4 .print a,.site4 .login a {
	color: white;
}

#language { padding-top: 16px; }

a.site 
{
    text-align: center;
    font-size: 18px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-decoration: none; 
}

a.site:hover
{
    text-decoration: none !important; 
}

.site0 .site, .site0 .menu { background-color: #bebcb8 }
.site1 .site, .site1 .menu { background-color: #90979a }
.site3 .site, .site3 .menu { background-color: #c6745a }
.site2 .site, .site2 .menu { background-color: #b0a278 }
.site4 .site, .site4 .menu { background-color: #95a28e }
.site5 .site, .site5 .menu { background-color: #b1afae }


.menu 
{
    background-image: url("../img/menu_bg.png");
    width: 840px;
    background-repeat: no-repeat;
    margin: 0 auto;
    height: 52px;
}
.menu ul 
{
    margin-left: 200px;
    width: 440px;
}
.mainMenu 
{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 450px;
}
.mainMenu td 
{
    width: 150px;
    text-align: center;
}
/*
.mainMenu li
{
    padding: 0 10px 0 10px;
    margin: 0 auto;
    float: left;
}
*/
.mainMenu a
{
    color: #69898f;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.mainMenu a:hover 
{
    text-decoration: underline;
}

.subMenu 
{
    text-align: center;/**/
    padding: 8px;
    font-weight: bold;
}
.site0 .subMenu { background-color: #d6d3ce; }
.site1 .subMenu { background-color: #9ca4a7; }
.site3 .subMenu { background-color: #dd8264; }
.site2 .subMenu { background-color: #d5c491; }
.site4 .subMenu { background-color: #abbba3; }
.site5 .subMenu { background-color: #ceccca; }

.subMenu a 
{
    color: #FFF;
    text-decoration: none;
}
.subMenu a:hover 
{
    text-decoration: underline;
}
.subMenu ul
{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
}
.subMenu li
{
    padding: 0 10px 0 10px;
    float: left;
}


.subMenu2 a 
{
    color: #4F4F4F;
    text-decoration: none;
}
.subMenu2 a:hover 
{
    text-decoration: underline;
}
.subMenu2 ul
{
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.subMenu2 li
{
    padding: 0 10px 0 10px;
}


.left 
{
    width: 176px;
    float: left;
    padding: 30px 0 0 5px; 
}
.left .unpublish {
    width: 10px;
    margin: 1px 3px 0 0;
    float: left;
}
.middle 
{
    width: 440px;
    float: left;
	margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
}
.middle .article p {
	text-align: justify;
}
.middle .article img
{
    border: 8px solid #fff;
    margin-right: 15px;
    margin-bottom: 15px;
}
.middle .article ul li {
	margin-left: -20px;
	margin-bottom: 8px;
}
.middle .article ul li a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
}
.middle .article ul li a:hover {
	color: black;
}
.right 
{
    width: 160px;   
    float:left;
    padding: 15px;
}
.right a 
{
    display: block;
}
.title 
{
    wfont-size: 18px;
    text-align: left;
    font-weight: bold;
}
div.leftMenu 
{
    width: 167px;
	border: 1px solid gray;
	background: white;
}
.leftMenu h3
{	
	font-weight: 14px;
    wbackground-image: url("../img/menu_left_bg1.png");
    background-repeat: no-repeat;
    height: 15px;
    padding: 10px 0 0 0;
    margin: 0px;
    text-align: center;
}
.leftMenu h3 a 
{

    text-decoration: none;
    color: #696A57;
}
.leftMenu span 
{
    text-align: center;
    display: block;
}

.leftMenu div
{
    wbackground-image: url("../img/menu_left_bg2.png");
    background-repeat: repeat-y;
    padding: 0 7px 0 0px ;
}
.leftMenu div.bottom
{
    wbackground-image: url("../img/menu_left_bg3.png");
    height: 20px;
    background-repeat: no-repeat;
}
.leftMenu div a 
{
    display: block;
    padding-left: 25px;
    margin-left: 10px;
    margin-top: 10px;
    padding-top: -2px;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial Black;
    text-decoration: none;
    background-position: left;
    background-repeat: no-repeat;
}
.leftMenu div a:hover
{
    text-decoration: underline;
}
.leftMenu div a.add 
{
    background-image: url("../img/add.png");   
    color: #96b394;
}
.leftMenu div a.delete 
{
    background-image: url("../img/delete.png");   
    color: #700202;
}
.leftMenu div a.publish 
{
    background-image: url("../img/publish.png");   
    color: #700202;
}
.leftMenu div a.unpublish 
{
    background-image: url("../img/unpublish.png");   
    color: #700202;
}
.leftMenu div a.edit
{
    color: #3c59a2;
}
.church 
{
    background-color: #fff;
    width: 211px;
    height: 370px;
    color: #A2A6A7;
    padding: 8px;
    margin: 20px;
    float:left;
}
.church h2
{
    margin-bottom: 0;   
}
.church a 
{
    color: inherit;
}
.church img 
{
    border: 0;
}
.bottomImg 
{
    background-color: #B5C5C3;
}
.videoInterview 
{
    background-image: url("../Img/video_bg.png");
    background-repeat: no-repeat;
    width: 440px;
    height: 55px;
    padding-top: 40px;
    text-align: center;
    color: White;
    font-weight: bold;
    font-size: 14px;
    display: block;
}
.videoInterview img
{
    border: 0 !important;
    margin: 0 !important;
}
.video
{
    border: 8px solid  white;
}
div.bottomPage
{
    background-image: url("../Img/bottom2_bg.png");
    background-repeat: no-repeat;
    width: 840px;
    height: 159px;
    float: left;
}

.site0 .bottomPage { background-color: #e5e2dd; }
.site1 .bottomPage { background-color: #b3bdc1; }
.site2 .bottomPage { background-color: #e4d29b; }
.site3 .bottomPage { background-color: #e68768; }
.site4 .bottomPage { background-color: #b7c8af; }
.site5 .bottomPage { background-color: #f1efed; } 

#language 
{
    text-align: right;
    margin-bottom: 15px;
}
#language a
{
    display: inline;
    color: Black;    
}
#language a:hover 
{
    color: Black;
}
.subContent a
{
    display: block;
    color: Black;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 7px;    
    margin-left: 17px;
}
.login
{
    text-align: right;
    margin-bottom: 15px;
}
.login a
{
    display: inline;
/*    color: #7B776D;    */
}

.draft 
{
    background-image: url("../Img/draft.png");
    display: inline-block;
    width: 24px;
    height: 20px;
	 margin-bottom: -3px;}
.draft span 
{
    display: none;
}
.print 
{
    margin-bottom: 10px;
    text-align: right;
}
.print a {
/*	color: #7B776D;*/
}

.print img
{
     border: 0px;
	 margin-right: 4px;
	 margin-bottom: -2px;
}

/* ADMIN */
.adminCI input[type=text].title
{
    border: 1px dashed red;
    width: 440px;
    color: #fff;
    background-color: inherit;
    margin: 15px 0 15px 0;
}
.adminCI textarea
{
    width: 434px;
}
.editMenu a
{
    display: block;
    
}
a.selected
{
    text-decoration:none;
    font-weight: bold;
}
.videoAdmin 
{
    width: 150px;  
}
.kyber 
{
    clear: both;
    text-align: center;   
    padding-top: 8px;
    letter-spacing: 1px;
    color: Black;
   margin-bottom: 5px;
}
.kyber img 
{
   border: 0;
   vertical-align:middle;
}
