/*
Theme Name: EquipMin_Theme
Theme URI: http://www.equipmin.com/
Description: The theme for Equip Ministry International.
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 */*{
	padding: 0;
	margin: 0;
}

body  {
	background: #f7f7f7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6d585a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
}

ul {
        list-style-type: none;
}

a {
	color: #cf103d;
	text-decoration: none;
}

a:hover {
	color: #cf103d;
	text-decoration: none;
}

a:visited {
	color: #cf103d;
	text-decoration: none;
}

.titleh3 {
	height: 38px;
}

.titleh3 p{
	font-size: 17px;
	font-weight: bold;
	color: #cf103d;
}

.titleh3 img{        
        height: 20px;       
        width: 20px;        
        margin-bottom: 10px;
}

.titleh2 {
	padding-top: 5px;
	font-size: 13px;
	background-color: #dddddd;
	height: 20px;
	text-align: center;
	font-weight: bold;
	color: #cf103d;
}

.titleh22 {
	padding-top: 5px;
	font-size: 13px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	color: #cf103d;
}

.titleh1 {
	padding: 5px 0 0 15px;
        margin-bottom: 12px;
	font-size: 17px;
	background-color: #dddddd;
	height: 25px;
	font-weight: bold;
	color: #cf103d;
}

.myImg {
	border: 1px solid #dddddd;
}

.twoColFixLtHdr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	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: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
} 

.twoColFixLtHdr #header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cf103d;
} 

.twoColFixLtHdr #myMenu {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cf103d;
} 

.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	display: inline;
	margin: 11px 0 40px 10px;
}

.twoColFixLtHdr #sidebar p {
	padding: 7px 11px;
	border-bottom: 1px solid #dddddd;
}

.twoColFixLtHdr #content {
	margin: 7px 2px 0 0;
	padding: 4px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	float: right;
	width: 615px;
} 
.twoColFixLtHdr #content p {
	padding-bottom: 9px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cf103d;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cf103d;
	height: 45px;
} 

.p1 {
	padding: 5px 0;
	font-size: 10px;
	float: right;
	color: #a5b5cb;
}

.p2 {
	padding: 5px 0;
	font-size: 10px;
	float: left;
	color: #a5b5cb;
}

.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;
}

.btmDivsCont {
	height: 142px;
	border-top: 1px solid #cf103d;
	margin-top: 10px;
	padding-top: 7px;
}

.btmDivs {
	font-size: 11px;
	text-align: center;
	width: 198px;
	background-color: #EBEBEB;
	height: 140px;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	cursor: pointer;
}

.btmDivs p{
	margin-bottom: 5px;
}

.btmDivs img{
	border: 1px solid #858383;
}

.fltcorrect {
       float: none;
}


.imgright {
	float: right;
	border: 1px solid #dddddd;
        margin-left: 10px;
}

.imgleft {
	float: left;
	border: 1px solid #dddddd;
        margin-right: 10px;
}

.imgright2 {
	float: right;
	border: 1px solid #cf103d;
        margin-left: 10px;
}

.imgleft2 {
	float: left;
	border: 1px solid #cf103d;
        margin-right: 10px;
}


.boldcolor {
	color: #cf103d;
	font-weight: bold;
}



/* menu styles */
#navcontainer {
	background-color: #a5b5cb;
	border-bottom: 1px solid #cf103d;
}

#navcontainer ul {
	padding: 10px;
	list-style-type: none;
	background: transparent url(../images/menu/light.jpg) repeat-x top left;
	color: #C60;
	width: 100%;
	height:16px;
	padding:5px 0 5px 0;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
}

#navcontainer ul li { 
	margin: 0;
	height:30px;
	display: inline; 	
}

#navcontainer ul li a {
	text-decoration: none;
	color: #C00;
	padding: 6px 25px 6px 25px;
	border-left: 1px solid #cf103d;
}

#navcontainer ul li a.addBorder {
	border-right: 1px solid #cf103d;
}

#navcontainer ul li a:hover, #navcontainer ul li a.current {
	margin: 0;
	padding: 6px 25px 6px 25px;
	height: 30px;
	color: #FFF;
	background-color: #cf103d;
}

#mySlideshowBox {
	height: 241px;
	background-color: #dddddd;
}

#mySlideLinks {
	height: 18px;
	background-color: #dddddd;
	margin-bottom: 7px;
}

#mySlideshow img {
	padding: 10px 0 0 7px;
}

.myPRight {
	float: right;
	margin-right: 1px
}

.myPMiddle {
	text-align: center;
}

.myPLeft {
	float: left;
	margin-left: 15px
}


/*for gallery page */
.formstcl {
  padding: 5px 0 5px 15px; 
  margin: 10px 0;
  background: #f9f7f7;
}

.formstcl img{
  margin-right: 15px; 
  margin-left: 20px;
  border: 1px solid #dddddd;
}

.formstcl img:hover{
  border: 1px solid #cf103d;
}

.formstcl a{
  font-size: 13px;
}

/*album page */
#albpage {
  border: 1px solid #C0CAD5; 
  padding: 10px; 
  width: 515px;
  margin: 0 auto;
}

#albpage td {
  width: 150px;
  padding: 5px 9px;
  text-align: center;
  vertical-align: middle; 
}

#albpage img {
  background: white;
  padding: 2px;
  border: solid 1px #ccc; 
}

#albpage img:hover {
  border: solid 1px #cf103d; 
}

#morepix {
  width: 540px;
  margin: 0 auto;
  padding: 7px 0;
}
	

.pageList {
  list-style: none;
}

.pageList li {
  display: inline;
  font-size: 12px;
}


/* photo page */
#phfrm {
  border: 1px solid #e3e2e2; 
  background: #edebeb;
}

#phpage {
  padding: 10px; 
  width: 515px;
  margin: 0 auto;
}

#phpage img {
  border: solid 1px #ccc; 
  margin: 5px auto;
}

/* bible school page */
.bibsch {
  float:right; 
  margin: 0 5px 0 5px; 
}

.donate{
   float:right; 
   width: 216px;
   margin-left: 20px;
   border-left: 1px solid #ddd;
   padding-left: 10px;
}

.donate img{
    margin: 0 0 5px 56px;
}

.donatehr {
    border:0; 
    color: #ddd;
    background-color:#ddd;
    height:2px;
    margin:10px 0;
}

/* newsletters page styles */
.holder
{
	margin-bottom: 60px;
}

.lc {
	float: left;
	width:100px;
	padding-left: 160px;
}

.rightColumn {
	float: right;	
	width:200px;
	padding-right: 130px;
}

/* video styles */
.vholder
{
	margin-bottom: 60px;
	height:220px;
}

.vlc {
	float: left;
	width:222px;
	padding: 177px 0 0 10px;
}

.vrc {
	float: right;	
	width:350px;
	padding-right: 10px;
}

/*for our team page */
.team {
	padding: 6px 3px 3px 6px;
	background: #f9f7f7;
	margin-bottom: 15px;
}

.team img{
	margin-right: 13px;
	border: 1px solid #cf103d;
}

.team h2{
  font-size: 13px;
  color: #cf103d;
}
