/*  
Theme Name: Plane Jane
Theme URI: http://jimmitchell.org/projects/themes/plane_jane v2
Description: Plane Jane v2 - A Fireballish theme for Wordpress
Version: 2.5
Author: Jim Mitchell
Author URI: http://jimmitchell.org/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/
img.floatLeft { 
    float: left; 
    clear: left; 
    margin:3px 5px 13px; 
}
/* info box */
.stb-container {
background-color:#FBFAC4;
width:150px;
float:right;
}
.stb-alert_box  {
    box-shadow: 3px 3px 3px #888888;
}

.stb-alert-caption_box {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.stb-alert-caption_box {
    background-color: #883910;
    /*background-image: url("../images/alert.png");*/
    border-color: #A05A3A;
    color: #FFFFFF;
}

.stb-alert-caption_box {
    background-position: left center;
    background-repeat: no-repeat;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px 1px 0;
    font-weight: bold;
    margin: 0px 10px 0;
    min-height: 20px;
    padding: 3px 5px 3px 25px;
    text-align: left;
}


/* form stuff */
select {
margin: 0 0 0 8px;
}



#fb_title {
	background: url(../../../images/fb_title.jpg) left no-repeat; 
	width: 350px;
	height: 64px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 20px 20px 0px 0px;
}

/* Search stuff ----------------------------------- */

#q {
	float: left;
	align: top;
	margin: 30px 0px 0px 200px;
	padding: 0px 0px 0px 0px;
}

#searchsubmit {
	float: right;
	background: #fff;
	margin: 30px 10px 0px 0px;
	padding: 0px;

}


/* html selectors --------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background: #475b8e;
	color: #000000;
	font: normal .9em Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
        font-color: #883910;
	margin: 0;
	padding: 0;
}

#main a:link, #main a:visited, #wide a:link, #wide a:visited, #wide_fb a:link, #wide_fb a:visited {
	color: #883910;
	text-decoration: none;
	border-bottom: 0px solid #5D6772;
	padding-bottom: 1px;
	padding-top: 0px;
}

a:hover {
	color: #dddddd;
	text-decoration: none;
	/* background: #4F5962; */
	padding: 0px 0 1px;
}


blockquote {
	border-left: 3px solid #5D6772;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	margin-bottom: 20px;
	line-height: 180%;
	font-style: italic;
}

code {
	font: 1.2em "Lucida Console", "Courier New", "Courier", monospace;
	padding: 8px;
	background: #4F5962;
	border: 1px solid #5D6772;
	display: block;
}

/* -- UTILITY : This id preloads theme images without the need for JavaScript -- */

#preloadImages {
	width: 0;
	height: 0;
	display: inline;
	background-image: url(images/back.png);
	background-image: url(images/comment.png);
	background-image: url(images/delicious.png);
	background-image: url(images/doc.png);
	background-image: url(images/external-link.png);
	background-image: url(images/folder.png);
	background-image: url(images/next.png);
	background-image: url(images/trackback.png);
	background-image: url();
}

/* page margins ---------------------------------- */

#blog, #page {
	background: #fff;
	width: 808px;
	padding: 0;
	margin: 0 auto;
	overflow: auto;
}

/* top background (white) --------------------------------- */
#topbkg {
	width: 800px;
	padding: 0;
	margin: 0;
	background: #ffffff;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
}

/* logo --------------------------------- */
#logo a {
	background: url(../../../images/nsac_logo.jpg) left no-repeat; 
	float: left;
	width: 387px;
	height: 70px;
	padding: 5px 0px 0px 0px;
	margin: 10px 0px 2px 5px;
	overflow: hidden;
	border: 0px;
text-decoration: none;
}

#logo a i { visibility: hidden; }


/* banner --------------------------------- */





#home_banner {
	background:  url(../../../images/photo_main.jpg) top left no-repeat;
	width: 800px;
	height: 180px;
	padding: 0;
	margin: 0;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	clear: both;
}
#about-us_banner {
	background:  url(../../../images/photo_about.jpg) top left no-repeat;
	width: 800px;
	height: 180px;
	padding: 0;
	margin: 0;

	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	clear: both;
}

#our-work_banner {
	background:  url(../../../images/photo_our-work_fbc.jpg) top left no-repeat;
	width: 800px;
	height: 180px;
	padding: 0;
	margin: 0;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	clear: both;

}

#our-work_banner_mktg-rd {
	background:  url(../../../images/photo_our-work_mktg-rd.jpg) top left no-repeat;
	width: 800px;
	height: 180px;
	padding: 0;
	margin: 0;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	clear: both;
}

#our-work_banner_c-e {
	background:  url(../../../images/photo_our-work_c-e.jpg) top left no-repeat;

	width: 800px;
	height: 180px;
	padding: 0;
	margin: 0;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	clear: both;
}

#our-work_banner_r-e {
	background:  url(../../../images/photo_our-work.jpg) top left no-repeat;
	width: 800px;
	height: 180px;
	padding: 0;
	margin: 0;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	clear: both;
}

#our-work_banner_fo-fc {
	background:  url(../../../images/photo_our-work_fo-fc.jpg) top left no-repeat;
	width: 800px;
	height: 180px;
	padding: 0;
	margin: 0;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	clear: both;
}

#our-work_banner_fbc {
	background:  url(../../../images/photo_our-work_fbc.jpg) top left no-repeat;
	width: 800px;
	height: 180px;
	padding: 0;
	margin: 0;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	clear: both;
}

#our-work_banner_meet {
	background:  url(../../../images/photo_our-work_meet.jpg) top left no-repeat;
	width: 800px;
	height: 180px;
	padding: 0;
	margin: 0;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	clear: both;
}


#publications_banner {
	background:  url(../../../images/photo_publications.jpg) top left no-repeat;
	width: 800px;
	height: 180px;
	padding: 0;
	margin: 0;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	clear: both;

}

#press_banner {
	background:  url(../../../images/photo_press.jpg) top left no-repeat;
	width: 800px;



	height: 180px;

	padding: 0;




	margin: 0;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	clear: both;

}

#take-action_banner {
	background:  url(../../../images/photo_take-action.jpg) top left no-repeat;
	width: 800px;
	height: 180px;
	padding: 0;
	margin: 0;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	clear: both;

}

#blog_banner {
	background:  url(../../../images/photo_blog.jpg) top left no-repeat;
	width: 800px;
	height: 180px;
	padding: 0;
	margin: 0;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	clear: both;

}

#registration_banner {
	background:  url(../../../images/photo_registration.jpg) top left no-repeat;
	width: 800px;
	height: 180px;
	padding: 0;
	margin: 0;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	clear: both;
}

#donate_banner {
	background:  url(../../../images/photo_donate.jpg) top left no-repeat;
	width: 800px;
	height: 180px;
	padding: 0;
	margin: 0;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	clear: both;
}

#banner h1 {
	padding: 45px 0 0 0px;
	font-size: 2.26em;
	color: #dddddd;
}

#banner h3 {
	padding: 3px 0 0 0px;
	color: #999999;
	font-size: 1.06em;
	font-style: normal;
}

/* navigation --------------------------------- */

#menu {
	font-family: Georgia, Times New Roman, Times, serif;
        background: #b5bf00;
        width: 800px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}


#menu a:hover {

	background: #ffffff;
	color: #b5bf00;
}

#nav, #nav li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav {
	width: 800px;
	}

#nav li {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 0px;
	text-align: center;
}

#nav a {
	padding: 6px 12px 5px;
	margin: 0;
	width: auto;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	background: #b5bf00;
	border-bottom-style: none;
}

#nav a:link {
	padding: 6px 12px 5px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	border-bottom: 0px solid #5D6772;
	/* padding-bottom: 1px;
	padding-top: 0px; */
}

#nav a:visited {
	color: #fff;
	background: #b5bf00;
}
#nav a:hover {
	background: #ffffff;
	color: #b5bf00;
}

#nav li.current_page_item a {
	background: #ffffff;
	color: #b5bf00;
}

#nav li.current_page_parent a {
	background: #ffffff;
	color: #b5bf00;
}

#nav li.current-page-ancestor a {

	background: #ffffff;
	color: #b5bf00;
}


/* sidebar --------------------------------- */

#side {
	width: 208px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #883910;
	border-left: 4px solid #ffffff;
	overflow: hidden;

}

#side h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-top: 15px;
	padding-left: 5%;
	color: #fff;
}

#side ul, #recentcomments {
	list-style: none;
	font-size: 12px;
	width: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-top: 1px solid #ffffff;


}

#side ul.sidelist {

	padding-bottom: 15px;
}

#side ul a, .recentcomments {
	padding: 5px 0;
	width: 95%;
	padding-left: 5%;
	text-align: left;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	overflow: auto;
}

#side ul ul {
	border: none;
	padding: 0;
	margin: 0;
}


#side ul ul a {
	width: 90%;
	padding-left: 10%;
}



#side ul ul ul a {
	width: 85%;
	padding-left: 15%;

}

#side ul ul ul ul a {
	width: 80%;
	padding-left: 20%;
}

#side ul a:hover {
	background: #ffffff;
	color: #883910;
}
#side li.current_page_item a{
	background: #ffffff;
	color: #883910;
}


#side ul li.current_page_ancestor.page_folder a {
	text-decoration: bold;

}


#side p {
	font-size: 11px;
}

#side ul .subnav a:hover {
	background: #fff;
	color: #883910;
}

#side .current_ancestor a {
	color: #fff;
	background: #b5bf00;
}

#side li .current a {
	color: #883910;
	background: #fff;
}

#side .current a {
	color: #883910;
	background: #fff;
}

#side ul .subnav a {
	color: #fff;
	background: #b5bf00;
}


#side ul ul ul .subnav a {
	color: #883910;
	background: #b5bf00;
}
#side ul ul .current a {
	color: #883910;
	background: #fff;
}

#side ul ul li .current a {
	color: #883910;
	background: #fff;
}


#side ul ul .subnav a {
	color: #883910;
	background: #b5bf00;
}

#rss a {  background:  url(../../../images/rss_logo.jpg) no-repeat;
	width: 180px;
	height: 25px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 4px 4px;
	overflow: hidden;
	text-decoration: none;
	clear: left;
}

#facebook a {  
	width: 180px;
	height: 39px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 4px 4px;
	overflow: hidden;
	text-decoration: none;
	clear: left;
}


#rss a i {
visibility: hidden;
}

#takeaction a {  background:  url(../../../images/takeaction.jpg) no-repeat;
	width: 180px;
	height: 25px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 4px 4px;
	overflow: hidden;
	text-decoration: none;
	clear: left;
}

#takeaction a i {
visibility: hidden;
}


/* main content --------------------------------- */

#main {
        background: #ffffff;
	width: 572px;
	padding: 0px 10px 0px 10px;
	float: right;
	border-left: 4px solid #ffffff;
	overflow: auto;

}

#main p, #wide p, #wide_fb p {
	text-align: left;
	color: #000000;
	font: normal 1em Helvetica, Arial, sans-serif;
	line-height: 160%;

}

#main ul, #wide ul, #wide_fb ul, #main ol, #wide ol, #wide_fb ol, #main li, #wide li, #wide_fb li {
	font: normal 1em Helvetica, Arial, sans-serif;
	line-height: 160%;
}

#main h2, #wide h2, #wide_fb h2 {
	margin: 0px 0px 3px 0px;
	font-size: 1.46em;
	color: #883910;
}

#main h2 a, #wide h2 a, #wide_fb h2 a {
	color: #883910;
	border: none;
}

#main h2 a:hover, #wide h2 a:hover, #wide_fb h2 a:hover {
	border-bottom: 0px solid #883910;
}

#main h3, #wide h3, #wide_fb h3 {
	font-size: 1em;
	font-weight: bold;
	color: #5D5858;
	padding-bottom: 5px;
        padding-top: 10px;
}

#main a:link, #wide a:link, #wide_fb a:link {
	color: #883910;
	text-decoration: none;
	border-bottom: 0px solid #5D6772;
	padding: 0px;
	margin: 0px;
}



#main a:hover, #main a:visited, #wide a:hover, #wide a:visited, #wide_fb a:hover, #wide_fb a:visited {
	color: #b5bf00;
	text-decoration: none;
	/* background: #4F5962; */
	padding: 0px;
}

#wide {
	width: 569px;
	padding: 0px 10px 0px 10px;
	float: left;
	border-left: 4px solid #ffffff;
	border-right: 0px solid #ffffff;
	overflow: auto;
}

#wide_fb {
	width: 780px;
	padding: 0px 10px 0px 10px;
	float: left;
	border-left: 4px solid #ffffff;
	border-right: 0px solid #ffffff;
	overflow: auto;
}

a.extlink, a.extlink {
	padding-right: 12px;
	padding-top: 0px;
	background: #474F57 url(images/external-link.png) no-repeat right center;
}

#main ul, #main ol, #wide ul, #wide ol, #wide_fb ul, #wide_fb ol {
	line-height: 160%;
}

#main h2.pagetitle, #wide h2.pagetitle, #wide_fb h2.pagetitle {
	font-size: 1.36em;
	margin: 15px 0 3px 0;
	color: #883910;
}

#main_side1 a {
	background:  url(../../../images/mainside_fb_pg.jpg) no-repeat;
	width: 211px;
	height: 167px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 4px 0px 0px;
	border-top: 2px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	border-right: 0px solid #ffffff;
	overflow: hidden;
	text-decoration: none;
}

#main_side1 a i { visibility: hidden; }

#main_side2 a {
	background:  url(../../../images/mainside_donate.jpg) no-repeat;
	width: 211px;
	height: 167px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 4px 0px 0px;
	border-right: 0px solid #ffffff;
	overflow: hidden;
	text-decoration: none;
}

#main_side2 a i { visibility: hidden; }

#main_side3 a {
	background:  url(../../../images/mainside_blog.jpg) no-repeat;
	width: 211px;
	height: 167px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 4px 4px 0px 0px;
	border-right: 0px solid #ffffff;
	overflow: hidden;
	text-decoration: none;
clear: right;
}

#main_side3 a i { visibility: hidden; }

.meta {

	font-size: 9px;
	border-top: 1px solid #5D6772;

	margin: 15px 0 30px 0;
	padding-top: 5px;
}

.meta span {
	padding-left: 14px;


	padding-top: 0px;
	background: #fff url(images/doc.png) no-repeat left center;
}

.meta span.tags {
	background-image: url(images/folder.png);
}


.meta span.comments {
	background-image: url(images/comment.png);





}


.meta span.trackback {
	background-image: url(images/trackback.png);
}

.meta span.delicious {
	background-image: url(images/delicious.png);
}



.postnav {

	width: 100%;
	float: left;
	font-size: .8em;
	list-style: none;
	margin: 0;










	padding: 0;
}






.postnav li.left {
	display: block;
	float: left;
}

.postnav li.right {
	display: block;
	float: right;
}

#mo_archive, #cat_archive {
	margin-bottom: 25px;
	float: left;
}

#mo_archive ul, #cat_archive ul {
list-style: none;
}

/* images --------------------------------- */

#main p img, #wide p img {
	padding: 0;
	max-width: 100%;
	}

.img_border {
	padding: 3px;
	margin: 3px;


	border: solid 1px #5D6772;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, .img_right {
	margin-left: 6px;
	margin-bottom: 2px;
	padding-top: 6px;
	display: inline;
	}

img.alignleft, .img_right {

	margin-right: 6px;
	margin-bottom: 2px;
	padding-top: 6px;
	display: inline;
	}

.alignright, .img_right {
	float: right;
	}
	
.alignleft, .img_left {
	float: left
	}


/* End Images */


/* comments & trackbacks --------------------------------- */

.comment_area, .trackback_area {
	padding: 0;
	margin-bottom: 30px;
}

.comment_area ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment_area li {
	margin-bottom: 35px;
}

.comment_area form li {
	margin-bottom: 0;
}

.comment_area p {
	padding: 0;
	margin-bottom: 0;
}

.commenter {
	border-bottom: 1px solid #5D6772;
	font-weight: bold;
	color: #dddddd;
	padding-left: 0;
	margin-left: 0;
}

.comment_info {
	font-size: .8em;
	font-weight: normal;
	color: #999999;
}

.comment_number {
	font-family: georgia, times, serif;
	font-size: 2.46em;
	color: #4F5962;
	margin-left: 0;
	margin-right: 10px;
}

.submit {
	font-weight: bold;
	font-size: 1.16em;
	color: #gggggg;
	padding-left: 0;
}

.submit .nsjalapeno--clicktocall--button-call {
font-weight: bold;
	font-size: 1.16em;
	color: #gggggg;
	padding-left: 0;


}

.comment_area textarea {
	width: 95%;
}

.trackback_area ol {
	list-style: none;
	padding: 5px;
	padding-left: 15px;
}

.trackback_area li {
	line-height: 180%;
}

/* footer --------------------------------- */

#foot {
	background: #b5bf00;
	width: 800px;
	border-top: 0px solid #5D6772;
	border-left: 4px solid #ffffff;


	border-right: 4px solid #ffffff;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	clear: both;
}

#foot p {
	padding: 2px 0;
	font-size: 10px;
	color: #ffffff;
	line-height: 130%;
	margin: 0;
	text-align: center;
}

/* get rid of smiley -------------------------- */

img#wpstats{width:0px;height:0px;overflow:hidden;}


/* misc stuff --------------------------------- */

ul.linklist, ul.linklist ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}

ul.linklist {
	padding-left: 25px;
	padding-bottom: 25px;

}

ul.linklist h2 {
	font-size: 1.18em;
	margin: 15px 10px 10px 10px;
}

ul.linklist a {

	padding: 0.2em 0;


	margin-left: 20px;
	padding-left: 0;
	line-height: 180%;



}

#searchform {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

.lh100 {
	line-height: 100%;
	padding: 5px 0;
}

.cloud {
	padding: 0;
	width: 169px;
	margin: 0;
	margin-bottom: 15px;
	border: none;
	display: block;
}

.cloud a {
	border-bottom: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.cloud img {
	margin: 3px;
	margin-top: 0;
}

.flickr {
	color: #4488CC;
}

.flickr span {
	color: #CC6666;
}

.contactform {
	padding: 0 10px;
	margin: 0 20px;
}
/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}

#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;


	z-index:100;



	top: 0px;




	left: 0px;
	background-color:#000;

}

#TB_window {
	position: absolute;
	background: #ffffff;

	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{

	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;

}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}

/*--------------------------------------------------------Google CSS */

/** 
 * CSS styles for the Custom Search Engine overlay built on top of AJAXSearch
 * API
 */ 

.cse-closeResults { 
  float: right;
}

.cse-closeResults a {
  padding: 3px 5px;
  border: 1px solid #666;
  color:  #000;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.cse-closeResults a:hover {
  background: #ddd;
  border: 1px solid #000; 
}

.cse-overlay-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
}

.cse-overlay {
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  width: 600px;
  background-color: #FFF;
  border: 1px solid #333;
  font-size: small;
}

/**
 * Custom AJAXSearch styles
 */

.gsc-resultsHeader,
.gs-visibleUrl-short,
.gs-watermark
 { display: none; }

.gs-visibleUrl {
  color: #008000;
}

.gs-visibleUrl-long { 
  overflow: hidden;
}

.gs-title { 
  font-size: medium;
}

.gsc-trailing-more-results,
.gsc-webResult,
.gs-divider {
  margin-bottom: 1em;
}

.gs-divider {
  margin-bottom: 1em;
  text-align: center;
  color: #676767;
}


/**
 * Default AJAXSearch styles largely from
 * http://www.google.com/uds/css/gsearch.css
 */

/* control inputs
 * .gsc-search-box : the container that hosts the text input area
 * .gsc-input : the text input area
 */
form.gsc-search-box {
  font-size: 13px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  margin-left : 0px;
  width: 300px;
}

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-search-box {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
  margin-bottom : 2px;
}

table.gsc-search-box td {
  vertical-align : middle;
}

table.gsc-search-box td.gsc-input {
  padding-right : 2px;
}

td.gsc-search-button {
  width : 1%;
}

/**
 * undo common generic table rules
 * that tend to impact branding
 */
table.gsc-branding td,
table.gsc-branding {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border : none;
}

table.gsc-branding {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
}

td.gsc-branding-text {
  vertical-align : top;
}

td.gsc-branding-text div.gsc-branding-text {
  padding-bottom : 2px;
  text-align : right;








  color : #676767;
  font-size : 11px;
  margin-right : 2px;

}

td.gsc-branding-img-noclear {
  width : 51px;
  vertical-align : bottom;
}

td.gsc-branding-img {
  width : 65px;
  vertical-align : bottom;
}

table.gsc-branding-vertical td.gsc-branding-text div.gsc-branding-text {
  margin-right : 0px;
  text-align : center;
}

table.gsc-branding-vertical td.gsc-branding-img-noclear {
  text-align : center;
}


div.gsc-branding-img,


div.gsc-branding-img-noclear,
img.gsc-branding-img,
img.gsc-branding-img-noclear {
  padding-top : 1px;
}

img.gsc-branding-img,
img.gsc-branding-img-noclear {
  margin : 0 0 0 0;
  padding-right : 0;
  padding-left : 0;
  padding-bottom : 0;
  border : none;
  display : inline;

}

a.gsc-branding-clickable {
  cursor : pointer;
}

input.gsc-search-button {
  margin-left : 2px;
}

/*
 * Given that this is sitting in a variable width tabel cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
input.gsc-input {
  padding-left : 2px;
  border-style : solid;
  border-width : 1px;
  border-color : #BCCDF0;
  width : 99%;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom : 0px;
  display : inline;
}

.gsc-results .gsc-cursor {
  display : inline;
}

.gsc-results .gsc-cursor-box {
  margin-bottom : 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color : #000000;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color : #A90A08;
  font-weight : bold;
  text-decoration: none;
}

