/*
Theme Name: ANCC_Theme
Theme URI: http://allnationschristiancenter.org/
Description: The theme for All Nations Christian Center
Version: 1.0
Author: Ndoma Manyo
Author URI: http://ndomanyo.net/
Tags: gray, fixed width, two columns

	This theme was designed and built by Ndoma Manyo,
	whose blog you will find at http://ndomanyo.net/
*/



/* Template Theme */
* {
	margin: 0;
	padding: 0;
}

body{
	font-size:80%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#C1D9DE;
	text-align: center;
	background-color:#deffff;
	background-image: url(images/other/bg.png);
	background-repeat: repeat-x;
	}
	
a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
	
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

a:hover{
	text-decoration: underline;
	color: #C1D9DE;
}

ul {
        list-style-type: none;
}


hr.a {
	width: 100%;
	height: auto;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	margin: 0px;
	padding: 0px;
	}		
	
	
#prayerpoint{
	position: relative;  
	width: 480px;
	margin: 0 auto; 															
	padding: 15px;
}

.leaders1{        /*centering a div  */
	margin-left: auto; 
	margin-right: auto; 
	width: 140px;
	text-align: center;
	
	
}

.leaders2{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 520px;
	height: 120px;
	border-bottom: 1px dashed #ffffff;
}

.leaders2 img{
	margin-right: 5px;
}

.kat{
	float: left;
	margin: 0px;
	padding: 0px;
}

.ira{
	float: right;
	margin: 0px;
	padding: 0px;
}


.leaders-unused{
	padding: 0px; 
	margin-left: 210px; 
	float: left; 
	margin-top: 0px;
	text-align: center;
	width: 140px;
}

.pcenter
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.imagecenter{
	border: 1px solid #FFFFff;
	margin: 4px 0 0 65px;
	padding: 0;
}

#praise{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 10px;
}

#praise img{
	border: 1px solid #FFFFff;
}


h1{
	margin: 4px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

h2{
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}

h3{
	margin: 0 0 5px 0;
	font-size: 11px;
	font-weight: bold;
}

	
.twoColFixRtHdr #container {
	width: 745px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;	
	margin-bottom: 4px; 
} 

.twoColFixRtHdr #header h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}

.twoColFixRtHdr #hold{
	width: 745px;
	background-color: red;
	display:table-row;	
	height: 100%;	
	background-color: #808080;
}

.twoColFixRtHdr  #sidebar  {
	float: right;
	width: 180px;
	height: 100%;
	display:table-cell;	
	background-color: #808080;
}

.twoColFixRtHdr #content {
	border-right: 4px solid #afcccf;
	padding-top: 17px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	width: 540px;
	display:table-cell;
} 

.twoColFixRtHdr #content p{
	text-align: justify;
	margin-bottom: 8px;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#808080;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.rightlinks{
	margin: 5px 0 5px 0;
	padding:0 0 6px 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #dfe8ed;
}

.imagelinks{
	height: 120px;
	width: 168px;
	/*	border: 1px #99CC33;  */
	margin: 0px;
	padding: 0px;
	border: 1px solid #DFE8ED;
}

.imageright{
	border: 1px solid #FFFFff;
	float: right;
	margin-left: 6px;
	margin-bottom: 2px;
	padding: 0px;
	margin-top: 0px;
}


.imageleft{
	border: 1px solid #FFFFff;
	float: left;
	margin: 0 6px 2px 0;
	padding: 0px;
}


.imagecenter{
	border: 1px solid #FFFFff;
	margin: 4px 0 0 65px;
	padding: 0;
}

#imgpic{
	width: 100%;
	height: 212px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/1notes.jpg);
	background-repeat: repeat;
}

#praise{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 300px;
}

.img1{	
	border: 1px solid #dfe8ed;
	margin-right: 10px;
}


.imgl{	
	border: 1px solid #dfe8ed;
	margin-right: 10px;
	float: left;
}

.imgr{	
	border: 1px solid #dfe8ed;
	margin-left: 10px;
	float: right;
}

.pjust
{
	text-align: justify;
}

.pjust1
{
	text-align: justify;
	margin:0;
	padding: 0;
}

.pcenter
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.pright
{
	text-align: right;	
}



.showLink{
	text-decoration: underline;
	padding:0 12px 0 0;
	text-align: right;
	font-weight: bold;
	color: #330000;
	margin: 0;
}

.hold2{
	width: 525px;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.list1{
	float: left;
	width: 200px;
	margin: 0;
	padding: 15px 0 0 0;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	height: 400px;
}


#hw{
	margin:0;
	padding:0;
}

.hold3{
	margin:0;
	padding:0;
	height: 1000px;
}

.tt{
	margin:0;
	padding: 2px 0;
}

.tt td{
	text-align: center;
	font-size:9px;
	border: 1px solid #ffffff;
}

.bld{
	font-weight: bold;
	
}
	
#newsevents{
	
	border-bottom: 1px solid #ffffff;
	margin-bottom: 50px;
}

#newsevents img{
	margin-right: 10px;
}

.MinPg {
	border: 1px solid #595454;
	background: #7A8182;
	width: 520px;
	padding: 10px;
	margin-bottom: 20px;
}

.MinPg ul {
	margin-left: 25px;
}


/* styles for the link page */
.linkContent {
	padding: 8px 8px 26px 8px;
	width: 515px;
	text-align: justify;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 4px;
	border-bottom: 1px solid #ffffff
}

.linkholder
{
	padding:10px;
	margin:0 auto;
	width:515px;
	height: 70px;  
}


.linkleft {
	float: left;
	margin:	0px 0px 0px 5px;
	padding: 0;
}

.linkright {
	border: 0;
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
	width: 360px;
}

.cont{
	text-align: center;
}

.rightdiv {
       border-bottom: 1px solid #afcccf;
       width: 100%;
}

.rightdiv p{
       padding: 7px 0 7px 7px;
}

.cont p{
	text-align: center;
	margin-left: 20px;
}


/* menu styles */
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_two */

.menu2 {
	padding:0 0 0 20px; 
	margin:0; 
	list-style:none; 
	height:25px; 
	background:#fff url(images/menubar/button1.gif); 
	position:relative; 
	border:1px solid #000; 
	border-width:0 1px; 
	border-bottom:1px solid #444;
	}
	
.menu2 li {
	float:left;
	}
	
.menu2 li a {
	display:block; 
	float:left; 
	height:25px; 
	line-height:25px; 
	color:#aaa; 
	text-decoration:none; 
	font-size:11px; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bold; 
	text-align:center; 
	padding:0 0 0 8px; 
	cursor:pointer;
	}
	
.menu2 li a b {
	float:left; 
	display:block; 
	padding:0 16px 0 8px;
	}
	
.menu2 li.current a {
	color:#C1D9DE; 
	background:url(images/menubar/button3.gif);
	}
	
.menu2 li.current a b {
	background:url(images/menubar/button3.gif) no-repeat right top;
	}
	
.menu2 li a:hover {
	color:#fff; 
	background:#000 url(images/menubar/button4.gif);
	}
	
.menu2 li a:hover b {
	background:url(images/menubar/button4.gif) no-repeat right top;
	}
	
.menu2 li.current a:hover {
	color:#fff; 
	background:#000 url(images/menubar/button3.giff); 
	cursor:default;
	}
	
.menu2 li.current a:hover b {
	background:url(images/menubar/button3.gif) no-repeat right top;
	}

/* styles for album*/
#items{
	margin: 3px 0 0 4px; 
	height: 180px;
}

#items .item {
	display:inline; 
	color:#000; 
	text-decoration:none; 
	width:78px; 
	height:76px; 
	float:left; 
	margin:2px 5px; 
	position:relative; 
	cursor:default;
        overflow: hidden;


}
#items .item img:hover{border: 1px solid #ddd;}
#items .item img {
	max-height:75px; 
	border:1px solid #9e9d9d; 
}

#large{
	border: 1px solid #DFDFDF;
	width: 530px;  
	height: 430px;
 
	margin:0 auto;	
	background-color: #cccccc;
	text-align:center;
	font-family:tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif; 
	font-size:12px;
}
#large .info{
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding:10px;
	color:#ccc;
}
#items  p{display:none;
color: red;}
#large .item {
	margin-top:8px;
	margin-bottom:20px;
	border-width: 1px;
	cursor: default;
	text-align:center;
}
#large .item img{
	border:1px solid #dddddd; 
	max-width:500px;
	max-height: 390px;
}



/* gallery styles  */
#gal{
	width: 490px;
	border: solid 1px #C1D9DE; 
	height: 500px;
        margin:0 auto 10px auto;
}

.threealbs {
	width: 466px;
	height: 130px;
	margin: 13px 0 0 20px;
	}

.alb {
  height: 110px;
  padding: 6px;
  float: left;
  border: 1px solid #C1D9DE; 
  margin-right: 12px;
  text-align: center;
}

.alb:hover {
  border: 1px solid #deffff; 
 }

.alb p{
  font-family: tahoma, tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  text-align: center;
}

.alb img {
  background: white;
  margin-bottom: 3px;
  border: solid 1px #deffff; 
}

.alb img:hover {
  border: solid 1px #C1D9DE; 
}

.alb a {
	text-decoration: none;
	color: #C1D9DE;
}

.novosti{
color: #66FFFF;
font-size:120%;
font-family:"Lucida Grande", sans-serif;
}
