/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face
{
	font-family : "NeoSansStd-Medium";
	src: url('/NeoSansStd-Medium.otf');
}

@font-face
{
	font-family : "NeoSansStd-Light";
	src: url('/NeoSans Light.otf');
}

@font-face
{
	font-family : "NeoSans-Medium";
	src: url('/NeoSans Medium.otf');
}

.roster_slider a
{
	font-family: 'NeoSansStd-Medium';	
	text-transform: uppercase;
}

.bluestrip {
	position: relative; 
	left: 0px; 
	width: 100%; 
	height:33px; 
	background-image: url(/bluetopbanner_01.jpg); 
	border: 0px none #000000;
	background-repeat: repeat-x;
	overflow: hidden;
}

#popupmap {
	display: none;
	position: absolute;
	left: 560px;
	top: 70px;
	width: 150px;
	border: 1px solid #000000;
	background-color: #FFF;
	padding: 14px;
	z-depth: 10001;
}

#popupmap ul 
{
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.topsearch
{

	position: absolute;
	right: 0px;
	top: 35px;
	width: 300px;
	float: right;
	text-align:right;
	

}

#s
{
	width: 100px;
}

.widgettitle
{
	height:0px;
}

.entry-content
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: rgb(102, 102, 102);
}

.entry-content h1
{
	border-bottom: medium double rgb(216, 216, 216);
	padding-bottom: 5px;
	color: #777;
	font-family : "NeoSansStd-Light";
}

.entry-content ul
{
	padding-left: 20px;	
//	list-style: inside;
}

.authorpagecontent ul
{
	display: table;	
}

#maptoggle {

	float: left;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;


	padding: 4px 7px;
	background: -moz-linear-gradient(
		top,
		#25a9e1 0%,
		#0758a3);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#25a9e1),
		to(#0758a3));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px solid #000000;
	-moz-box-shadow:
		2px 2px 7px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		2px 2px 7px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	box-shadow:
		2px 2px 7px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0.4),
		0px 0px 0px rgba(255,255,255,0.3);

}

td
{
	//height:250px;
	vertical-align:top;
	margin-left: 10px;
	margin-right: 10px;
}

.featurebox1
{
	width: 240px;
	float:left;	
	margin-right: 60px;
}

.bottom-featured-post
{
	
	max-width: 300px;
	
	
}

.bottom-featured-post img
{
	clear:both;
	display:block;
	float:none;
	width: 100%;
	//margin-left: 10px;
	margin-right: 10px;
}

.bottom-featured-post .featureimage
{
	height: 200px;
	overflow: hidden;

}

.bottom-featured-post h1
{
	font-size: 18px;
	display: block;
	height: 60px;
	max-height: 60px;
	width: 250px;
	//overflow: hidden;
	background-color: #20A4DB;
	color: #ffffff;
	padding: 10px;
	text-transform: uppercase;
	font-family: 'NeoSansStd-Medium';
	font-weight: lighter;
}

.bottom-featured-post h1 a
{
	color: #fff;
	
}

.bluebutton {

	float: right;
	font-size: 17px;
	font-family: 'NeoSansStd-Medium';
	color: #ffffff;

	padding: 7px 17px;
	background: rgb(7, 88, 163);
	background: -moz-linear-gradient(
		top,
		#25a9e1 0%,
		#0758a3);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#25a9e1),
		to(#0758a3));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px solid #000000;
	-moz-box-shadow:
		2px 2px 7px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		2px 2px 7px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	box-shadow:
		2px 2px 7px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0.4),
		0px 0px 0px rgba(255,255,255,0.3);

}


.attachment-post-thumbnail 
{
	float:right;
	margin:5px;
}



h3 {

	background-color: #27A5DE;
	color: #FFF;
    font-family: 'NeoSansStd-Medium';
	font-size: 20px;
	font-weight: normal;
	padding: 25px 5px;
	margin: 5px 0px;
	border: 0px solid #000000;
	width: 50%;
}

/* =Structure
-------------------------------------------------------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 10%, #ffffff 90%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f4f4f4), color-stop(10%,#ffffff), color-stop(90%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #f4f4f4 0%,#ffffff 10%,#ffffff 90%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #f4f4f4 0%,#ffffff 10%,#ffffff 90%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #f4f4f4 0%,#ffffff 10%,#ffffff 90%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(to right, #f4f4f4 0%,#ffffff 10%,#ffffff 90%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */
	
	border-top: 33px solid #0758A3;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

a {
    color: #27A5DE;
    text-decoration: none;
}

#page {
	display: block;

	position: relative; 
	//top: 34px; 
	width: 960px; 
	text-align: left;
	float: middle;
	//border: 1px solid #ddd;
	font-family: 'NeoSansStd-Light';
	
	margin-left:auto;
	margin-right:auto; 


}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;


}
#content {
	margin: 0 280px 0 0;

}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
	padding-top: 10px;
}



/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

.entry-title {

	background: white url(/CFIarticleicon_14.png) left top no-repeat;
    padding-left: 91px;
	//padding-bottom: 60px;
	padding-top: 20px;
	font-family: 'NeoSansStd-Medium';
	//text-transform:uppercase;
	min-height: 92px;
}

.authorpagecontent .entry-title
{
	//margin-left: 190px;	
	margin-top: -20px;
	margin-left: -15px;
}

.authorpagecontent .entry-title a
{
	margin-left: -135px;	
	font-weight: lighter;
	width: 300px;
	display: block;
	float:left;
	font-size: 21px;
}

.authorpagephoto
{
	float: left;
	margin-left: 10px;
	margin-top: 125px;
	margin-right: 15px;
}


/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */

#access {
//	background: #eee;
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
	border-bottom: double #DDD;
	font-family: 'NeoSansStd-Medium';
	color: #6491B4;
	
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	//border-bottom: double #DDD;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	color: #6491B4;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;

}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
	//border-bottom: 2px solid #777;
}
#access ul ul a:hover {
	//background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}

#access li.current-menu-item
{
	border-bottom: 2px solid #777;
}



#access2 {
//	background: #eee;
	display: block;
	position: absolute;
	left:560px;
	top:30px;
	//float: left;
	margin: 0 auto 1em;
//	width: 100%;
	font-family: 'NeoSansStd-Medium';
	color: #FFFFFF;

	background: rgb(7, 88, 163);
	background: -moz-linear-gradient(
		top,
		#25a9e1 0%,
		#0758a3);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#25a9e1),
		to(#0758a3));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px solid #000000;
	-moz-box-shadow:
		2px 2px 7px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		2px 2px 7px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	box-shadow:
		2px 2px 7px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0.4),
		0px 0px 0px rgba(255,255,255,0.3);

	
}
#access2 ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access2 li {
	float: left;
	position: relative;
	//border-bottom: double #DDD;
}
#access2 a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	color: #FFF;
}
#access2 ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;

}
#access2 ul ul ul {
	left: 100%;
	top: 0;
}
#access2 ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
	color:#222;
}
#access2 li:hover > a,
#access2 ul ul :hover > a {
	background: #dedede;
	//border-bottom: 2px solid #777;
}
#access2 ul ul a:hover {
	//background: #cecece;
}
#access2 ul li:hover > ul {
	display: block;
}

#access2 li.current-menu-item
{
	border-bottom: 2px solid #777;
}




/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	//clear: both;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 200px;
}
input[type=text],
input#s {
	margin: 0px 10px;
	width: 150px;
}
textarea {
	width: 80%;
}

.constant-contact-signup input
{
	margin: 0px;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
	display: none;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
	//clear:both;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
	clear: both;
	display: block;
	//height: 200px;
}

#bottomblue
{
	display: block;
	width: 100%;
	//background: #0758A3;
	background-color: #20A4DB;
	padding-top: 20px;
	margin-top: 20px;
	height: 190px;
}

div .tweet
{
	padding-bottom: 10px;	
}

.widget-area 
{

	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}

.widget-area ul
{
	list-style: none inside none;	
	//margin-left: -40px;
}

.widget_recent_entries ul
{
	list-style: none inside none;	
	margin-left: -40px;
}

.related_post
{
	list-style: none inside none;	
	margin-left: -40px;
}

.branchby
{
	font-size: 18px;	
}


.widget-area ul li
{
	padding-bottom: 10px;	
}

#tertiary
{
    float:left;
    left:0;
    display:inline;
    width: 100%;

}

.widget-area h1
{
	width: 100%;
	font-family: 'NeoSansStd-Light';
//	position:relative;
//	display:inline-block;
//	margin-top: 16px;
	margin-bottom: 5px;
//	display:block;
	border-bottom:2px solid #d5d5d5;
	clear:both;
	color: #666;
}

#calendar-2 h1
{
	display: none;
}

.articlelisting
{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #d5d5d5;
	min-height: 330px;
	clear:both;
}

.widget_nav_menu
{
	margin: 0; 
	padding: 0; 
//	list-style-type: none; 
//	list-style-image: none; 
	font-size: 12px;
	color: #FFF;
}

.widget_nav_menu a
{
	color: #FFF;
}

.widget_nav_menu li
{
	float: left;
	width: 130px;  
	display: block;
}

.widget_nav_menu li li
{
	display: inline; 
	margin-left: -40px;
}

/* slider backgrounds 
			"announcement" => "#0B5AA5", 
			"debate" => "#F58E22", 
			"educationalmaterial" => "#3FB549", 
			"eventcategory" => "#20A4DB", 
			"mediaadvisory" => "#A04C9D", 
			"press-release" => "#A04C9D", 			
			"policycategory" => "#B72D2C",
			"videocategory" => "#3FB549"*/
			
.bg_announcement, .bbg_announcement h1
{
	background-color: #0B5AA5 !important;
}

.bbg_announcement
{
	position: relative;	
}

.bbg_announcement .fcallout
{
	background-image: url(/calloutDAnnouncement.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	left: 25px;
	top: 77px;
	width: 42px;
	height: 40px;
}


.bg_debate, .bbg_debate h1
{
	background-color: #F58E22 !important;
}

.bbg_debate
{
	position: relative;	
}

.bbg_debate .fcallout
{
	background-image: url(/calloutDDebate.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	left: 25px;
	top: 77px;
	width: 42px;
	height: 40px;
}


.bg_educationalmaterial, .bbg_educationalmaterial h1
{
	background-color: #3FB549 !important;
}

.bbg_educationalmaterial
{
	position: relative;	
}

.bbg_educationalmaterial .fcallout
{
	background-image: url("/calloutDEducational Material.png");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	left: 25px;
	top: 77px;
	width: 42px;
	height: 40px;
}


.bg_eventcategory, .bbg_eventcategory h1
{
	background-color: #20A4DB !important;
}

.bbg_eventcategory
{
	position: relative;	
}

.bbg_eventcategory .fcallout
{
	background-image: url("/calloutDEvent.png");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	left: 25px;
	top: 77px;
	width: 42px;
	height: 40px;
}


.bg_mediaadvisory, .bbg_mediaadvisory h1
{
	background-color: #A04C9D !important;
}

.bbg_mediaadvisory
{
	position: relative;	
}

.bbg_mediaadvisory .fcallout
{
	background-image: url("/calloutDMedia Advisory.png");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	left: 25px;
	top: 77px;
	width: 42px;
	height: 40px;
}


.bg_press-release, .bbg_press-release h1
{
	background-color: #A04C9D !important;
}

.bbg_press-release
{
	position: relative;	
}

.bbg_press-release .fcallout
{
	background-image: url("/calloutDPress Release.png");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	left: 25px;
	top: 77px;
	width: 42px;
	height: 40px;
}

.bg_policycategory, .bbg_policycategory h1
{
	background-color: #B72D2C !important;
}

.bbg_policycategory
{
	position: relative;	
}

.bbg_policycategory .fcallout
{
	background-image: url("/calloutDPolicy.png");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	left: 25px;
	top: 77px;
	width: 42px;
	height: 40px;
}



.bg_videocategory, .bbg_videocategory h1
{
	background-color: #3FB549 !important;
}

.bbg_videocategory
{
	position: relative;	
}

.bbg_videocategory .fcallout
{
	background-image: url("/calloutDVideo.png");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	left: 25px;
	top: 77px;
	width: 42px;
	height: 40px;
}