/************************************************************************/
/* NorthWest Bible Training Center  -- Joshua Richey Nov. 2009          */ 
/************************************************************************/

/* Type Styles */
/* -------------------------------------------- */
 
.typography * {
	font-family: Georgia, Times, serif; 
}

/* PARAGRAPHS */
/* -------------------------------------------- */
.typography p { 
 	color: #000;
 	line-height: 180%;
 	font-size: 14px;
	margin: 0 0 18px 0;
}

/* QUOTES */
/* -------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LINKS */
/* -------------------------------------------- */

.typography a { 
 	text-decoration: none; 
 		color: #335380;
}
	.typography a:hover { 
 		text-decoration: none;
  	color: #DAE6F5;
	}
	
.typography p a,.typography h3 a  { 
	border-bottom: 1px dotted #335380;
  }
.typography p a:hover, .typography h3 a:hover { 
	border-bottom: 1px solid #DAE6F5;
  }


/* HEADER STYLES */
/* -------------------------------------------- */

.typography h1,
.typography h2 { 
	color: #4EA3D7; 
	margin: 0 0 18px 0;
	font-weight: 300;
	font-family: Tahoma, Verdana, sans-serif;
}

.typography h1 {
	font-size: 24px;
}
.typography h2 { 
 	font-size: 20px; 
}	
.typography h3 {
	color: #fff;
	margin: 0 0 8px 0;
	font-weight: 300;
	clear: both;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
  }

#rightColContainer h3 {
  border-bottom: 1px solid #DAE6F5;
  margin:0 0 15px 0;
  padding:6px 0 8px;
  font-size: 16px;
  text-align: center;
  }
  

.typography h4 {
	color: #fff;
	margin: 0 0 8px 0;
	font-weight: 300;
	clear: both;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.typography h4 a {
    color: #fff;
    }
.typography h5 {
	color: #DAE6F5;
	margin: 0 0 15px 0;
	font-weight: 300;
	clear: both;
	font-size: 18px;
	font-weight: bold;
}
.typography h6 {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}


/* WYSIWYG EDITOR ALIGNMENT CLASSES */
/* -------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES */ 
/* -------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
		margin:0 15px 15px 0;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}


/* ETC. */
/* -------------------------------------------- */
hr {  
  height: 1px;
  border: none;
  border-bottom: 1px #DAE6F5 solid;
  margin: 15px 0  0px 0;
  }
h4.whiteh {
  color: #fff;
  margin: 30px 0 20px 0;
  display: block;
  }
  
  
p.ssCaptionText  {
  color: #fff;
  font-weight: bold;
  }
  
.UpcomingEventsWidget p strong a {
  line-height: 135%;
  display: block;
  margin-bottom: 10px;
  }  