/* @override http://www.nesbittresearch.com/home/wp-content/themes/thesis_16/custom/custom.css?102709-235902 */

/* @override http://www.nesbittresearch.com/home/wp-content/themes/thesis_16/custom/custom.css?102709-234437 */

/* @override 
	http://localhost:8888/nesbittresearch/wordpress/wp-content/themes/thesis_16/custom/custom.css?082909-153638
	http://localhost:8888/nesbittresearch/wordpress/wp-content/themes/thesis_16/custom/custom.css?102409-202012
	http://localhost:8888/nesbittresearch/wordpress/wp-content/themes/thesis_16/custom/custom.css?102709-33625
	http://localhost:8888/nesbittresearch/wordpress/wp-content/themes/thesis_16/custom/custom.css?102709-34337
*/

/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

 

/* Layout */

body.custom{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #999999;
	}

body.custom a{
	outline:none;
	}

body.custom .page #content_box{
	padding: 50px 125px; 
	width: 708px; 
	}


.custom .teasers_box{
	width: 700px;
	overflow: hidden;
	}

.custom .teaser{
	width: 300px;
	}

.custom #sidebars{
	display: none; 
	}
	
.custom #content{overflow: visible;
	}
	
.custom #content_area.full_width {		
		
	}
	
.custom #content_area.full_width .page{		
	
	}


/* Site-Wide Styles */

.custom a{
	text-decoration: none;	
	}

.custom a:hover{ 
	color: #ee2372;
	}
	
.custom .pink-highlight{
	color: #ee2372;
	}
	
.custom .orange-highlight{
	color: #d75528;
	}

.custom #archive_info h1{
	color: #007fbd;
	} 

.custom h2.entry-title a{
	color: #007fbd;
	text-transform: capitalize;
	font-weight: bold;
	}

.custom h2.entry-title a:hover{
	color: #ee2372;
	}

.custom h3{
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	}
 
.custom .comments_closed{
	display: none;
	}

.custom .post_box.top{

	}

.custom .post_box.top .headline_area{
	padding-bottom: 1em;
	}


/* Header */

.custom #header_area.full_width .page{
	padding-top: 0;
	border: none; 
	}
	
.custom #header_area.full_width .page #header{
	border: none;
	width:934px;
	float:left;
	}


/* Logo */ 

.custom #logo{
	display: block;
	width: 105px;
	height: 63px;
	float:left;
	}

.custom #logo a{
	text-indent: -9999px;
	display: block;
	background: url(images/SFS%20logo%2019k.png) no-repeat;
	height: 63px;
	width: 105px;
	}



/* Navigation */


.custom #header_area.full_width .page{
	}
	
.custom #header_area.full_width .page ul.menu{
	border: none;
	background: none;
	float: right;
	display: inline;
	margin-right: 30px;
	}

.custom #header_area.full_width .page ul.menu li{
	border: none;
	background: none;
	}

.custom #header_area.full_width .page ul.menu li a{
	border: none;
	background: none;
	letter-spacing: 0;
	color: #9a9a9a;
	font-size: 2em;
	}
	
.custom #header_area.full_width .page ul.menu li.tab a{
	font-size: 1.719em;
	margin-top: 13px;
	text-transform: none;
	}


.custom #header_area.full_width .page ul.menu li a:hover{
	background-color: #cccccc;
	color: white;
	background: #99999;}

.custom #header_area.full_width .page ul.menu li ul.submenu{
	border: none;
	background: none;
	}

.custom #header_area.full_width .page ul.menu li ul.submenu li{
	border: none;
	background: none;
	} 

.custom #header_area.full_width .page ul.menu li ul.submenu li a{
	border: none;
	background: none;
	letter-spacing: 0;	
	color: #9a9a9a;
	margin-top: 0px;
	font-size: 1.1em;
	}

.custom #header_area.full_width .page ul.menu li ul.submenu li a:hover{
	color: #ee2372;
	}
	
/* Call Today Banner Styles */

.custom #header_area.full_width .page ul.menu li.call-today a {
	font-size: 1.25em;
	margin-top: 13px;
	text-transform: none;
	background: none;
	}
	
.custom #header_area.full_width .page ul.menu li.call-today a:hover {
	color: #feb054;
	background: none;
}
	
.custom #header_area.full_width .page ul.menu li.call-today a h1 {
	font-size: 1.25em;
	color: #cc0066;
	}
.custom #header_area.full_width .page ul.menu li.call-today a p{
	text-transform: none;
	font-size: 1em;
	margin-top: .25em;
	}
	 

/* Fancy Fading Home Page Styles */

.custom.homepage #content .headline_area{
	display: none;
	}

.custom.homepage #content .format_text{
	min-height: 450px;
	}

.custom.homepage #content p#intro-paragraph{
	width: 500px;
	}

.custom.homepage #content p#intro-paragraph a{
	text-decoration: none;
	font-weight: bold;
	color: #9a9a9a;
	}

.custom.homepage #content p#intro-paragraph a:hover{
	color: #007fbd;
	}

.custom h2.keywords{
	font-size: 6em;
	margin-top: 10%;
	text-align: center;
	}

.custom h2.keywords a{
	text-decoration: none;
	color: black;
	}

.custom h2.keywords a.showknow.active, .custom h2.keywords a.showknow:hover{
	color: #ee2372;
	}

.custom h2.keywords a.shownow.active, .custom h2.keywords a.shownow:hover{
	color: #feb054;
	}

.custom h2.keywords a.showwin.active, .custom h2.keywords a.showwin:hover{
	color: #9ed82c; 
	}
	
.custom h2.keywords a.showwin{
	margin-left: 10%;
	}

.custom #know-content a{
	color: #ee2372;
	text-decoration: none;
	}

.custom #now-content a{
	color: #feb054;
	text-decoration: none;
	}

.custom #win-content a{
	color: #9ed82c;
	text-decoration: none;
	}

.custom #know-content a:hover{
	color: #feb054;
	text-decoration: none;
	}

.custom #now-content a:hover{
	color: #9ed82c;
	text-decoration: none;
	}

.custom #win-content a:hover{
	color: #ee2372;
	text-decoration: none;
	}

.custom #know-content h3, .custom #now-content h3, .custom #win-content h3{
	margin-top: 0.5em;
	font-size: 2em;
	border-bottom: none;
	}
  

/* Main Content */

.custom #content .headline_area h1{
	margin-right: 25px;
	margin-top: 20px;
	font-size: 7em;
	display: block;
	float: left;
	height: 175px;
	width: 336px;
	color: black;
	text-transform: capitalize;
	font-weight: bold;
	}
		
.custom #productgraph {
/*
	position: relative;
	top: -175px;
	left: 350px;
*/
	display: block;
	height: 175px;
	width: 300px;
	font-size: 1.175em;
	color: gray;
	margin-bottom: 50px;
	float: left;
	}
	
.custom #content h2{
	color: black;
	font-weight: bold;
	line-height: 1.571em;
/* 	font-size: 2em; */
	}

.custom #content h3 {
/* 	font-size: 1.5em; */
	color: black;
	}
	
.custom #content h4, .custom #content h5{
	font-weight: normal;
	}
	
.custom #content h5, .custom #content h6{
	letter-spacing: normal;
	text-transform: none;
	}

.custom.homepage #content h3{
	color: #9a9a9a;
	}

	


/* About Page Styles */

.custom ul#belief-list{
	list-style-type: none;
	margin-left: 0;
	}
	

	
/* Call Today Banner Styles */

.custom #call-today{
	float: right;
	top: 300px;
	position: static;
	width: 360px;
	}
	
/* Custom Product Page Specific styles */

.custom.government #content .headline_area h1{
	font-size: 5em;
	}

.custom.a501cs-associations #content .headline_area h1{
	font-size: 5em;
	}

.custom.government div#features-list h3{	
	font-size: 1.35em;
	width: 115%;
	}
	
.custom.imagine #productgraph {
	height: 275px;
	width: 350px;
	margin-left: -25px;
	margin-bottom: 50px;
	}	
	
.custom.learn div#features-product{
	width: 302px;
	}
	

/* Services and Features Lists */

.custom div#features-list{
	width:796px;
	clear: both;
	}

.custom div#features-list div{
	width: 202px;
	float: left;
	margin-right: 60px;
	}

	
.custom div#features-list ul li{
	list-style-type: circle;
	list-style: circle;
	}
	
	
.custom div#features-list ul li, .custom div#features-list p{
	color: #666666;
	font-size: 1em;
	}
	

.custom div#features-list div:last-child{
	margin-right: 0px;
	}
	
.custom div#features-list h3{	
	font-size: 1.5em;
	width: 115%;
	}
	

.custom div#features-list h4{	
	font-family: "Lucida Grande", Verdana, Arial;	
	width: 115%;
	font-size: 1.2em;	
	margin-top: 10px;
	margin-bottom: 5px;
	color: #999999;
	min-height: 66px;
	}
	
.custom div#features-list h5{
	font-family: "Lucida Grande", Verdana, Arial;	
	width: 125%;
	font-size: 1.1em;	
	margin-top: 10px;
	margin-bottom: 5px;
	color: #999999;
	min-height: 66px;
	}
	
	
.custom ul#communities-services-list{
	overflow: visible;
	margin-left: 0;
	list-style-type: none;
	}

.custom ul#communities-services-list li{
	text-align: justify;
	float:left;
	margin-right: 40px;
	font-size: 0.8em;
	}
	
.custom ul#communities-services-list li h3{
  	text-align: justify;
  	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  	font-style: normal;
  	font-weight: normal;
  	color: black;
  	width: 105%;
	}

.custom ul#communities-services-list li:last-child{
	text-align: justify;
	margin-right: 0px;
	}


.custom ul#big-techniques-list{
	overflow: hidden;
	margin-left: 0;
	list-style-type: none;
	}

.custom ul#big-techniques-list li{
	float:left;
	width: 200px;
	margin-right: 40px;
	}

.custom ul#big-techniques-list li:last-child{
	margin-right: 0px;
	}

.custom ul#big-techniques-list li ul{
	font-size: 0.8em;
	list-style-type: none;
	list-style-position: outside;
	}


.custom ul#big-techniques-list li ul li{
	margin-bottom: 1em;
	line-height: 1.5em;
	list-style-type: disc;
	}

.custom ul#big-techniques-list li ul li:first-child{
	list-style-type: none;
	margin-left: -1.3em;
	}

 
/* Clients List */

.custom ul#client-list{
	list-style: square;
	}

.custom ul#client-list li{
	float: left;
	width: 270px;	
	margin-right: 60px;
	}
	


/* Style for blog page */

.custom.cat_blog #archive_info h1{
	font-size: 4em;
	}




/* Hide archives headline on blog Page */


.custom.cat_blog #archive_info p{
	display: none;
	}




/* Hide Comments on Case Studies Page */

.custom.cat_case-study p.to_comments{
	display: none;
	}
	
	
/* Hide on all pages except the case studies page */

.custom #feature_box{
	display: none;
	}

.custom.cat_case-studies #feature_box{
	display: block;
	padding: 0;
	background: #fff;
	}
	
	
	

/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.custom .anythingSlider { 
	width: 660px; 
	height: 500px;   
	position: relative;  
	margin: 0px 0px 15px;
	border-bottom: 1px solid #eee;
	}
	
.custom .anythingSlider .wrapper { 
	width: 580px; 
	overflow: auto; 
	height: 500px; 
	margin: 0 40px; 
	position: absolute; 
	top: 0; 
	left: 0; 
	}
	
.custom .anythingSlider .wrapper ul { 
	width: 9999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background: #fff; 
	margin: 0; 
	}
	
.custom .anythingSlider ul li { 
	display: block; 
	float: left; 
	padding: 0;  
	height: 495px; 
	width: 580px; 
	margin: 0; 
	}
	
.custom .anythingSlider .arrow { 
	display: block; 
	height: 200px; 
	width: 67px; 
	background: url(images/arrows.png) no-repeat 0 0; 
	text-indent: -9999px; 
	position: absolute; 
	top: 135px; 
	cursor: pointer; 
	}
	
.custom .anythingSlider .forward { 
	background-position: 0 0; 
	right: -25px;  
	}
	
.custom .anythingSlider .back { 
	background-position: -67px 0; 
	left: -25px; 
	}
.custom .anythingSlider .forward:hover { 
	background-position: 0 -200px; 
	}
	 
.custom .anythingSlider .back:hover { 
	background-position: -67px -200px; 
	}

.custom #thumbNav { 
	position: relative;  
	top: 501px; 
	text-align: center; 
	}
	
.custom #thumbNav a { 
	color: #fff; 
	font: 11px/18px; 
	Georgia, Serif; 
	display: inline-block; 
	padding: 2px 8px; 
	height: 18px; 
	margin: 0 5px 0 0; 
	background: #007fbd url(images/cellshade.png) repeat-x; 
	text-align: center; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	 }
	 
.custom #thumbNav a:hover { 
	background-image: none; 
	}
	
.custom #thumbNav a.cur { 
	background: #007fbd; 
	}
 

.custom #start-stop { 
	background: green; 
	background-image: url(images/cellshade.png); 
	background-repeat: repeat-x; 
	color: white; 
	padding: 2px 5px; 
	width: 40px; 
	text-align: center;  
	position: absolute; 
	right: 45px; 
	top: 323px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	display: none;
	}
	
.custom #start-stop.playing { 
	background-color: red; 
	}
	
.custom #start-stop:hover { 
	background-image: none; 
	}

/* Prevents */

.custom .anythingSlider .wrapper ul ul { 
	position: static; 
	margin: 0; 
	background: none; 
	overflow: visible; 
	width: auto; 
	border: 0;
	} 
	
.custom .anythingSlider .wrapper ul ul li { 
	float: none; 
	height: auto; 
	width: auto; 
	background: none; 
	}		

 
	
/* For Specific Slides */

.custom .textSlide { 
	padding: 0px 20px; 
	}

.custom .textSlide p{ 
	font-size: 0.9em;
	}

.custom .textSlide h2 { 
	}
	
.custom .textSlide h3 { 
	margin-top: 1em;
	}
	
.custom .textSlide h4 { 
	text-transform: uppercase; 
	margin: 10px 0; 
	}
	
.custom .textSlide ul { 
	list-style: disc; 
	margin: 0 0 0 25px; 
	}
	
.custom .textSlide ul li { 
	display: list-item; 
	}

.quoteSlide { 
	padding: 30px; 
	}
	
.quoteSlide blockquote { 
	}
	
.quoteSlide p { 
	}	
	
	
 
/* Footer */

.custom #footer_area{
	background: #efefef;
	}

.custom #footer_area.full_width{
	}

.custom #footer_area.full_width .page{
	background: transparent;
	}

.custom #footer{
	background: transparent;
	border: none;
	padding: 0px 125px;
	}
 
 
/* Footer Widget Area */ 

.custom #footer ul.sidebar_list{
	overflow: hidden;
	text-align: left;
	}

.custom #footer ul.sidebar_list li.widget{
	float: left;
	width: 190px;
	margin-right: 60px;
	display: block;
	}

.custom #footer ul.sidebar_list li.widget a{
	text-decoration: none;
	border-bottom: none;
	display: block;
	} 

.custom #footer ul.sidebar_list li.widget a:hover{
	color: #007fbd;
	}
	
.custom #footer ul.sidebar_list li:last-child{ 
	margin-right: 0px;
	}


.custom #footer ul.sidebar_list li.widget h3{
	color: #007fbd;
	text-transform: capitalize;
	margin-bottom: 0.5em;
	}
	
button.btn, a.btn, input[type=submit].btn {
	padding: 6px 10px;
	-webkit-border-radius: 2px 2px;
	border: solid 1px rgb(153, 153, 153);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
	color: #333;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	line-height: 1;
}


/* Copyright Area */

.custom #footer-attribution{
	background: #007fbd; 
	color: #fff;
	padding: 2em;
	text-align: center;
	font-size: 1em;
	}

.custom #footer-attribution a{
	background: #007fbd; 
	color: #fff;
	}


#id{
	}

.class{
	}

