/* @override http://nlifc.org/style.css */

/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    andy budd
email:     info@andybudd.com
website:   http://www.andybudd.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/* Remove the dot from all ordered lists */
ul{
	list-style-type: none;
}

/* Remove padding and margin */
* {
  margin: 0px;
	padding: 0px;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  color: white;
}

#footer h4{
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
/* =Headings
-----------------------------------------------------------------------------*/


/* =Links
-----------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #808080;	
}

a:hover {
	color: white;
}

/* =Containers
-----------------------------------------------------------------------------*/
#wrapper {
	width: 966px;
	margin: 0 auto;
}

/* =Branding
-----------------------------------------------------------------------------*/
body {
	background-color: #18052e;
	background-image: url(images/bg.jpg);
}

#header {
	width: 962px;
	height: 210px;
	margin-bottom: 20px;
}

#header .logo{
	width: 270px;
	height: 210px;
	float: left;
	display: inline;
}

#header .social_networking {
	width: 652px;
	height: 35px;
	padding-top: 56px;
	padding-bottom: 16px;
	float: right;
	display: inline;
}

#header .social_networking img {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

#google_translate_element {
	float:right;
	display:inline;
	text-align:right;
}

#header .newsfeed {
	width: 652px;
	height: 5px;
	float: right;
	display: inline;
	margin-right: 20px;
	}


/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav {
	width: 692px;
	height: 98px;
	float: right;
	display: inline;
	background-color: #3f3f3f;
}

#mainNav p{
	margin-top: 48px;
	font-size: .65em;
	color: #bda6d1;
	padding-left: 20px;
	padding-right: 10px;
}

#mainNav .about{
	width: 210px;
	height: 98px;
	float: left;
	display: inline;
	background-image: url(images/mainNav_06.jpg);
}

#mainNav .kbuilders {
	width: 260px;
	height: 98px;
	float: left;
	display: inline;
	background-image: url(images/mainNav_08.jpg);
}

#mainNav .contact {
	width: 202px;
	height: 98px;
	float: left;
	display: inline;
	background-image: url(images/mainNav_10.jpg);
}

#mainNav .divider {
	width: 10px;
	height: 98px;
	float: left;
	display: inline;
}
/* =Breadcrumb
-----------------------------------------------------------------------------*/

#breadcrumb {
	width: 460px;
	float: right;
	display: inline;
}

/*Script provided by MindPalette*/
#breadcrumb .mp_backlinks{
	font-size: .85em;
	color: #7c619c;
	text-transform: uppercase;
}
/* =Feature Content
-----------------------------------------------------------------------------*/
.slideshow {
	width: 962px;
	height: 461px;
	padding: 1px;
	margin-bottom: 20px;
	float: left;
}

/* My Comment */

.slideshow img {
	border: 0px;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#main {
	width: 962px;
	float: left;
	display: inline;
	padding: 1px;
	margin-bottom: 20px;
}

#main .hotlink1{
	width: 150px;
	height: 320px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#main .hotlink2{
	width: 150px;
	height: 320px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#main .hotlink3{
	width: 150px;
	height: 320px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#main .story {
	width: 460px;
	float: left;
	display: inline;
	padding-right: 15px;
}

#main .story img {
	float: left;
	display: inline;
	margin-right: 20px;
	clear: both;
}

/* =Content for detail pages
-----------------------------------------------------------------------------*/

#detail {
	width: 962px;
	padding: 1px;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

#detail .story {
	width: 962px;
	float: left;
	display: inline;
	clear:both;

}
.story h3 {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #dbb989;
}

#detail .story .img {
	float: left;
	display: inline;
	margin-right: 20px;
	width:482px;
}

#detail .story .copy {
	float: right;
	display: inline;
	margin-right: 20px;
	width:440px;
}

/* Photo Credit Link */
.photocredit {
	width: 482px;
	float: left;
	display: inline;
}

#detail .story li {
	width: 430px;
	float: left;
	display: inline;
	margin-bottom: 3px;
	background-color: #100023;
	line-height: 1.9em;
	padding-left: 10px;
}

/* =Content for listing pages
-----------------------------------------------------------------------------*/
#list {
	float: left;
	display: inline;
	width: 962px;
	padding: 1px;
	margin-bottom: 20px;
}

#list .story {
	width: 470px;
	height: 150px;
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;

}

#list .story img {
	float: left;
	display: inline;
	margin-right: 20px;
}

/* Media*/
#media {
	width: 460px;
	background-color: silver;
	height: 72px;
	padding: 1px;
	float: right;
	margin-right: 20px;
	inline:;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 962px;
	height: 172px;
	padding: 1px;
}

#footer ul {
	line-height: 1.8em;
}

#footer li {
	font-size: 1em;
	color: #808080;	
}

#footer h4 {
	color: #7c619c;
}
#footer .footerNav_left{
	width: 140px;
	height: 170px;
	float: left;
	display: inline;
	margin-right: 10px;
	padding-left: 10px;
}

#footer .footerNav_center{
	width: 150px;
	height: 170px;
	float: left;
	display: inline;
	margin-right: 10px;
}

#footer .footerNav_right{
	width: 150px;
	height: 170px;
	float: left;
	display: inline;
	margin-right: 10px;
}

#footer .footer_contact{
	width: 470px;
	height: 170px;
	float: left;
	display: inline;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/
#readmore{
	text-transform: uppercase;
	float: left;
	display: inline;
	color: #7c619c;
	margin-top: 10px;
}

#title {
	width: 950px;
	margin-left: 10px;
	float: left;
	display: inline;
}

/* =Rss Feed
-----------------------------------------------------------------------------*/
.cnnclass{
width: 652px;
padding: 45px;
margin-bottom: 1em;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.cnnclass a{
text-decoration: none;
}

.bbcclass{
	width: 652px;
	height: 45px;
	display:block;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
	-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/*padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 10px;*/
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
	font-weight: bold;
	text-transform: none;
	padding: 5px 15px;
}

.rsstitle a:hover {
	color: #100023;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
text-transform: uppercase;
padding-left: 15px;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}

/* Events Page */

#events {
	width:  962px;
	padding: 1px;
	float: left;
	display: inline;
	
}

#events .listing{
	width:  470px;
	padding: 1px;
	margin-right: 10px;
	float: left;
	display:  inline;
}

#events .listing h4 {
	line-height: 2em;
}

# facebook {
	width: 490px;
	float: right;
	padding-left: 10px;
	display: inline;
}
