/*
Theme Name: CNG Theme
Description: Wordpress theme for CNG.
Version: 1.0
Author: Dustin Pfeifer
Author URI: http://dustinpfeifer.com/
*/


* {
	margin:0;
	padding:0;
}
.nocomments {display: none;}

body {
	background:#fdfdfd url(images/background.jpg) repeat-x top left;
	width:924px;
	text-align:center;
	margin:0 auto;
	font:12px/200% Helvetica, Arial, sans-serif;
}


/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	/* background:url(images/background-masthead.jpg) repeat-x top left; */
	height:103px;
	overflow:hidden;
	margin:0;
}

#masthead .logo {
	float:left;
	margin:0;
}

.header {
	margin:0;
	line-height:0;
}

#content {
	text-align:left;
	margin:15px 0;
}

	.leftcol {
		margin: 0px 15px 0 0;
		float:left;
		width:195px;
		}

#sidebar {
	float:left;
	width:265px;
}

	.blogimg {
		float: right;
		margin: 0 0 10px 10px;
		border: 2px solid #e0e0e0;
		}
		
	#tools {
		display: block;
		}
	#tools li {
		list-style-type: none!important;
		padding: 5px 0;
		border-bottom:1px solid #d8d8d8;}
		
		#tools .bottom {
		border-bottom:none!important;}

#main {
	float:right;
	width:633px;
}

#footer {
	text-align:left;
	font-size:10px;
	color:#a1a1a1;
	line-height:150%;
	padding:20px 0;
	position: relative;
	top: -25px;
	clear:both;
}

.footerleft {
	background:url(images/logo-footer.gif) no-repeat left center;
	padding:0 0 0 40px;
	float:left;
	width:330px;
}

.footerright {
	float:right;
	text-align: right;
	width:535px;
	position: relative;
/* 	top:-50px; */
}

.facebook {
	position: relative;
	top: 5px;
	}


/* Homepage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#home {
	text-align:left;
	height:130px;
	overflow:hidden;
}

#home .fade {
	width:924px;
	height:295px!important;
	overflow:hidden;
}
	#blenddiv {
	height: 300px!important;
	overflow: hidden;
	}

#home #featured {
	background:#6a6e78;
	float:left;
	width:616px;
	height:100px;
}

#home #featured p {
	margin:0;
	padding: 15px 15px 15px 15px;
	color:#fff;
	font-size:24px;
	line-height:24px;
}

#home #thumbs {
	list-style-type:none;
}

#home #thumbs li {
	display:block;
	float:left;
}

.featured {
	text-align:left;
	color:#fff;
	line-height:150%;
	position: relative;
top:-50px;
z-index: 20;
}

#feature {
	background:#67b1de;
	width:308px;
	float:left;
	margin:0;
}

#feature p {
	padding:10px 15px;
	line-height: 14px;
	font-size: .82em;
}

#feature a {
	color:#123046;
	font-size:10px;
	text-decoration:none;
}

.featureleft, .featureright {
	background:#67b1de;
	width:308px;
	float:left;
	margin:0;
}

.featureleft p, .featureright p {
	padding:10px 15px;
	line-height: 14px;
	font-size: .82em;
}

.featureleft a, .featureright a {
	color:#123046;
	font-size:10px;
	text-decoration:none;
}



#blendimage {
	height: 300px!important;
	}

/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#nav, #nav ul { /* all lists */
	padding:63px 0 0 150px;
	list-style: none;
}

#nav a {
	display:block;
/* 	float:left; */
	color:#6c7079;
	text-decoration:none;
	font-weight:bold;
	margin:10px 0 0;
	padding:0 10px;
	height:30px;
}

	#nav a:hover, #nav li.current_page_item a, #nav li.current_page_ancestor a {
		background:url(images/background-nav.jpg) repeat-x;
		color:#fff;
	}

#nav li { /* all list items */
	background:url(images/background-navlines.jpg) no-repeat right;
	display:block;
	float:left;
	height:40px;
	padding:0 10px 0 0;
	margin:0 0 0 10px;
}

	#nav li.search {
		background:none;
		padding:5px 0 0;
		float:right;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index:100;
	background: #d4d5d7 url(images/background-nav-dd.jpg) no-repeat top;
	width: 166px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:0 0 0;
	padding:19px 0 0;
	text-align:left;
}

	#nav li ul li {
		background:none;
		display:block;
		height:auto;
		float:none;
		border:1px solid #fff;
		border-width:0 0 1px 0;
		margin:0;
		padding:0;
	}
	
	#nav li ul a, #nav li.current_page_item ul a, #nav li.current_page_ancestor ul a {
		background:none;
		height:auto;
		color:#181818;
		font-weight:normal;
		display:block;
		float:none;
		padding:5px;
		margin:0;
	}
	
	#nav li ul a:hover, #nav li ul li.current_page_item a {
		background:#c6c6c8;
		color:#000;
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover {
    position: static;
}

/*subnav */

#subnav {
	list-style-type:none;
	border-top:1px solid #d8d8d8;
	margin:10px 0;	
}

#subnav li {
	line-height:150%;
	border-bottom:1px solid #d8d8d8;
	padding:15px 0;
}

#subnav p {
	display:block;
	margin:0;
}

#subnav p span.left {
	float:left;
	margin:0 15px 0 0;
}

#subnav p span.right {
	float:right;
	margin:0 0 0 15px;
}


/* footer */

#footernav {
	margin:10px 0;
	padding:0;
	list-style-type:none;
}

#footernav li {
	display:inline!important;
	width: 490px;
}

#footernav a {
	margin:0 0 0 5px;
	}


/* Formatting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:10px 0;
}

small {
	padding:10px 0;
	line-height: 12px;
}

a {
	color:#56a1d5;
}

a img {
	border:none;
}

.list {
	margin: 10px 0 0 15px;
	}

.imgright {
	float:right;
	margin: 10px 0 15px 15px;
	}

.imgleft {
	float:left;
	margin: 5px 15px 15px 0;
	}
	
	.stroke {
		border: 1px solid #f1f1f1;
		}

span {
	color:#56a1d5;
	font-size:18px;
	font-weight:bold;
}

h1, h2 {
	margin:10px 0 0;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

#searchform input {
	display:block;
	float:left;
	background:none;
	border:1px solid #afb1b4;
	font-size:12px;
	height:15px;
	padding:5px
}

input#searchsubmit {
	margin:0 0 0 5px;
	height:27px;
	cursor:pointer;
}

.search-entry {
	margin:0 0 20px;
}

.search-entry p {
	margin:0;
}

/* Glossary
````````````````````````````````````````````````````````````````````````*/

	dl {margin: 10px 0 0 0;}
	
	dt {
		margin: 2px 0 2px 0;
		font-weight: bold;}
	
	dd {
		margin: 0 0 14px 0;
		}
	
	#glossary {
		margin: 15px 0 0 0;	
	}
	
	#glossaryslider {
	    width: 540px;
	    margin: 0 auto;
	    position: relative;
	    padding: 0px;
	}
	
	.glossaryscroll {
	    width: 540px;
	    height: 100%;
	    overflow: auto;
	    overflow-x: hidden;
	    position: relative;
	    clear: left;
	}
	
	.glossaryscrollContainer div.panel {
	    padding: 20px;
	    width: 520px;
	}

	
	ul.letternav {
	    list-style: none;
	    margin: 30px 50px 0px 50px;
	    padding: 2px 0 5px 0;
	    border-top: 1px solid #d8d8d8;
	    line-height: 200%;
	    text-align: center;
	}
	
	ul.letternav li {
	    display: inline;
	    margin: 7px 0px 0 0;
	}
	
	ul.letternav a {
	    padding: 7px 3px 6px 3px;
	    color: #000;
	    text-decoration: none;
	}
	
	ul.letternav a:hover {
		background: #68b1de url(../images/point-blue.gif) no-repeat center top;
		color: white;
	}
	
	ul.letternav a:active {
	    background: #86C768 url(../images/point-green.gif) no-repeat center top;
	}
	
	ul.letternav a.selected {
	    background: #86C768 url(../images/point-green.gif) no-repeat center top;
	}
	
	ul.letternav a:focus {
	    outline: none;
	}
	
	#glossaryslider .scrollButtons {
	    position: absolute;
	    top: 23px;
	    cursor: pointer;
	}
	
	#glossaryslider .scrollButtons.left {
	    left: -35px;
	}
	
	#glossaryslider .scrollButtons.left:hover {
		filter:alpha(opacity=60);
		-moz-opacity:.60;opacity:.60;
	}
	
	#glossaryslider .scrollButtons.right {
	    right: -35px;
	}
	
	#glossaryslider .scrollButtons.right:hover {
		filter:alpha(opacity=60);
		-moz-opacity:.60;opacity:.60;
	}
	
	.hide {
	    display: none;
	}




/* Legal
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#legal {
		font-size: 95%;
		color: #454545;
		}
	
	#legal ol {
		list-style: upper-roman;
		margin: 15px 0 0 15px;
		}
		
	#legal ol li {
		margin: 0 0 30px 0;
		}
		
	#legal ul {
		list-style: disc;
		margin: 10px 0 0 15px;
		}
		
	#legal ul li {
		list-style: disc;
		margin: 0 30px 10px 15px;
		}				
	
	#legal ol ol {
		list-style: decimal;
		margin: 0 30px 10px 30px;
		}
		
	#legal ol ol li {
		list-style: decimal;
		margin: 0 0 10px 0;
		}	
	
	#legal .caps {
		text-transform: lowercase;
		font-variant: small-caps;
		font-size: 125%;
		}
		
	#legal address {
		font-style: normal;
		margin: 0 15px 0 15px;
		color: #777;
		}
		
	#legal .underline {
		text-decoration: underline;
		}	
		
		
/* Accordion Styles */


#firstpane {
	margin:10px 0 0 0;
	width:633px;
	}
	
	.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	clear:left;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #68b1de url(images/left.png) no-repeat center right;
    border-top: 1px solid #e0e0e0;
}

#firstpane table td {
	vertical-align: top;
	margin-top: none;
	padding: 0!important;
	}

.expanded {
	background: transparent url(images/down.png) no-repeat center right;
	}
	
.menu_body {
	margin: 10px 0;
}


.menu_body a:hover {
	color: #333;
	border-bottom: 1px solid #e0e0e0;
}

.menu_body p {
	margin: 0 15px 0 0;
	padding: 0 0 15px 0;
	}

/*Cforms*/

.form {
	float: right;
	width: 275px;
	}
	
.cf-ol li {
	margin: 0;
	list-style-type:none;
	
	
}

	.cf-ol {	
		display:inline
		list-style-type:none;
	}

#cformsform input, #cformsform select, #cformsform textarea {

	
}

#cformsform, #cforms2form {
	margin: 25px 0;
	}

	#cformsform legend, #cforms2form legend  {
	    color: #2d7c4f;
	    background: #ece7e3;
	    font-family: Helvetica, arial, sans-serif;
	    padding: 10px;
		}




#cf_field_1, #cf_field_2, #cf_field_3, #cf_field_4, #cf_field_5, #cf_field_6, #cf_field_7, #cf2_field_2, #cf2_field_3, #cf2_field_4, #cf2_field_5, #cf2_field_6   {
	
	border:3px solid #e0e1e3;
	margin:5px 0;
	padding:5px; 
	font-size:10px;
	width:250px;
	color:#333;
	}
	
#cf_field_1:hover, #cf_field_2:hover, #cf_field_3:hover, #cf_field_4:hover, #cf_field_5:hover, #cf_field_6:hover, #cf_field_7:hover,  #cf2_field_2:hover, #cf2_field_3:hover, #cf2_field_4:hover, #cf2_field_5:hover, #cf2_field_6:hover    {
	border:3px solid #e0e1e3;
	margin:5px 0;
	padding:5px; 
	font-size:10px;

	color:#333;
	}

#cformsform label span, #cforms2form label {
	color: #333;
	font-size: 11px!important;
	margin:5px 0;

}


span.reqtxt, span.emailreqtxt, .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}
	
.cform input.sendbutton	{ 
	background:#e0e1e3;
	float: right;
	width:275px;
	padding:10px;
	font-size:14px;
	border:none;
	font-style:italic;
	cursor:pointer;
	color: #fff;
	/* float:left; */
}

.cf-sb {
	float:left;
}

.cform input.sendbutton:hover { 
	background:#68b1de;
	color:#fff;
}
.linklove { display:none;}	
	
/* My Snippet
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#my-snippet-widget-3, .widget {
	list-style-type: none;
	}

div .snippet-content {
	list-style-type: none;
	}
/*Tooltip
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tooltip{
	font-size: 13px;
	font-weight: normal;
	position:absolute;
	padding:2px 5px;
	color:#fff;
	max-width: 150px;
	display:none;
	background:#56a1d7;
	border: 1px solid #56a1d7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*Find Me On*/
.footerright h2 {display: none;}

.findmeon-bookmarks .networks {
	position: relative;
	margin:0;
	padding:0;
	float: right;
/*
	top: 7px;
	right: -35px;
*/
	}
	
	.networks .findmeon-facebookpages {
	padding: 0 0 0 0!important;
	}
	
	
	.icons-right {
		float: right;
		}
	

/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */