/*************************************
 * THIS IS A FIRST-LEVEL HEADER
 *************************************/

/*
 * AND THIS IS A SECOND-LEVEL HEADER
 */

/*** Hello, I'm a third-level header ***/

/*
 * Long comment long comment long comment long comment long comment long comme
 * long comment long comment long comment you get the picture.
 */

/* One-liner comment. */

/*--------------- and now for some actual CSS. ----------------*/


/*
 * Google Fonts
 * 
 * font-family: 'Rokkitt', serif;
 */


/*************************************
 * BODY/PAGE/CONTAINERS
 *************************************/
body {
  margin: 0;
  padding: 0;
}

		body.html {
			background: #414040 url(../images/body_bg.gif) repeat 0 0;
		}

#page-wrapper {
}

#page {
	width: 100%;
	text-align: center;
}

#navigation {
	width: 1025px;
	margin: 0 auto !important; padding: 0;
	display: block;
	float: none;
	border-bottom: 10px solid #e4a234;
	clear: both;
}

	#navigation .block-inner .content { padding: 0; }

#main-wrapper {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0; padding: 0;
}

	#main {
		width: 1025px;
		margin: 0 auto;
		
	}
	
	body.one-sidebar #main {
		background-color: #313030;
		padding-bottom: 2em;
	}
	
	


#content {
	width: 1024px;
	margin: 0; padding: 0;
}
	
	body.one-sidebar #content {
		width: 745px;
	}

#content .section { /* padding/margin okay here. */
}

#sidebar-first {
}

.region-sidebar-first { /* padding/margin okay here. */
}

#sidebar-second {
	width: 250px;
	margin-right: 20px;
	padding-top: 2em;
}

.region-sidebar-second { /* padding/margin okay here. */
}


/*************************************
 * HEADER
 *************************************/
#header {
	width: 100%; height: 135px;
  background: #414040 url(../images/header_bg.gif) repeat-x 0 0;
  margin: 0 0 20px 0; padding: 0;
  text-align: center;
}

#header .section {
	position: relative;
	width: 1025px; height: 135px;
	margin: 0 auto;
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
  position: absolute;
  bottom: 0; left: 0; z-index: 10;
  width: 569px; height: 111px;
}

h1#site-name,
div#site-name /* The name of the website */ {}

#site-name a:link,
#site-name a:visited,
#site-name a:hover,
#site-name a:focus {
	display: block;
	width: 569px; height: 111px;
	background: transparent url(../images/arg_logo.gif) no-repeat 0 0;
  text-indent: -9999px;
}

#site-slogan /* The slogan (or tagline) of a website */ {
	text-indent: -9999px;
	position: absolute;
	top: -9999px;
}

.region-header /* Wrapper for any blocks placed in the header region */ {
  clear: both; /* Clear the logo */
}


/*************************************
 * MENUS
 * Note: almost all of these apply to both top-nav AND left-col menus. Top-only
 * styles appear at the bottom of this section.
 *************************************/

/* Mike's New Menus -------- */

#block-system-main-menu .block-inner { padding: 0; }
#block-system-main-menu .block-title,
#block-system-main-menu .menu li.expanded .menu { display: none; }


/* The List */
#block-system-main-menu .menu {
	float: left;
	width: 100%;
}

#block-system-main-menu ul li.collapsed,
#block-system-main-menu ul li.expanded,
#block-system-main-menu ul li.leaf {
	list-style-image: none;
	list-style-type: none;
}

	/* List Item */
	#block-system-main-menu ul li {
		float: left;
		width: 230px; height: 65px;
		margin: 0 .5em 0 0; padding: 0;
		
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		-webkit-border-radius: 10px 10px 0px 0px;
		border-radius: 10px 10px 0px 0px;
		
		background-color: #625f5f; /* Old browsers */
		background: -moz-linear-gradient(top,  #625f5f 0%, #3b3939 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#625f5f), color-stop(100%,#3b3939)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #625f5f 0%,#3b3939 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #625f5f 0%,#3b3939 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #625f5f 0%,#3b3939 100%); /* IE10+ */
		background: linear-gradient(top,  #625f5f 0%,#3b3939 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#625f5f', endColorstr='#3b3939',GradientType=0 ); /* IE6-9 */
	}
	
		/* LI Hover */
		#block-system-main-menu ul li:hover, 
		#block-system-main-menu ul li.over {
			background: #e4a234; /* Old browsers */
			background: -moz-linear-gradient(top,  #e4a234 0%, #efc756 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4a234), color-stop(100%,#efc756)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #e4a234 0%,#efc756 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #e4a234 0%,#efc756 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #e4a234 0%,#efc756 100%); /* IE10+ */
			background: linear-gradient(top,  #e4a234 0%,#efc756 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4a234', endColorstr='#efc756',GradientType=0 ); /* IE6-9 */
		}
	
	
	/* The Link */
	#block-system-main-menu ul li a {
		display: inline-block;
		margin: 0;
		padding: 1em .5em 0 1.4em;
		background: url(../images/nav_arw.png) no-repeat 16px 25px;
		font-size: 1.5em;
		color: #E9B445;
		font-family: 'Rokkitt', serif;
		text-decoration: none;
	}
		
		/* Context: Energy & Climate */
		#block-system-main-menu ul li.first a {
			padding: 12px 1em 0 1.7em;
			background-position: 18px 15px;
		}
		
		/* Link Hover */
		#block-system-main-menu ul li:hover a, 
		#block-system-main-menu ul li.over a,
		#block-system-main-menu ul li a:hover {
			background-color: transparent;
 			color: #fff;
		}


		/* Active */
		#block-system-main-menu ul li.active-trail {
			background: #efc756; /* Old browsers */
			background: -moz-linear-gradient(top,  #efc756 0%, #e4a234 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efc756), color-stop(100%,#e4a234)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #efc756 0%,#e4a234 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #efc756 0%,#e4a234 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #efc756 0%,#e4a234 100%); /* IE10+ */
			background: linear-gradient(top,  #efc756 0%,#e4a234 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc756', endColorstr='#e4a234',GradientType=0 ); /* IE6-9 */

		}
		
			/* Active Link */
			#block-system-main-menu ul li.active-trail a,
			#block-system-main-menu ul li.active-trail a:hover,
			#block-system-main-menu ul li.active-trail:hover a {
				color: #FFF;
				text-shadow: 0px 1px 7px #313030;
				filter: dropshadow(color=#313030, offx=0, offy=1);
			}
		
		/* End: Mike's Menu --------- */
		
		/* Looking for the navigational css?  Look in old_nav.css. */
/*************************************
 * CONTENT
 *************************************/
/*
 * FONTS
 * Based on the following articles:           
 * - http://clagnut.com/blog/348/
 * - http://www.alistapart.com/articles/howtosizetextincss
 *
 * Check out this handy em font size calulator!
 * http://riddle.pl/emcalc/
 */
body {
  font-size: 62.5%; /* This makes our base font size exactly 10px. */
}

#page,
#skip-link {
  /* Use a 14px font size with a 23px line height */
  font-size: 1.4em;   /* 10px x 1.2 = 14px */
  line-height: 1.7em; /* 14px x 1.7 = 23px */
}

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
  font-family: Arial, Helvetica, sans-serif;
}

pre,
code,
kbd,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace;
}

/*
 * BLOCK-LEVEL ELEMENTS
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl,
hr, table, fieldset {
  margin: 1em 0;
}

hr {
  height: 1px;
  border: 1px solid #666;
}

/* 
 * HEADINGS 
 */
/* 
 * A guide to headings you may spot in the wild:
 * h1#site-name - The title of the site
 * h1.title - The title of the page
 * h2.node-title - Title of a piece of content when it is given in a list of content
 * h2.block-title - Block title
 * h2.title - Comment section heading
 * h2.comment-form - Comment form heading
 * h3.title - Comment title
 */
/*h1, h2, h3, h4, h5, h6 {
  color: #391580;
}*/

h1 {
  font-size: 2.286em; /* 14px base size x 2.286em = 32px */
  margin: 0.5em 0;    /* So, 16 px on either side. */
  font-weight: normal;
  color: #666;
	font-family: 'Rokkitt', serif;
}

	body.page-node-12 #page-title,
	body.page-node-13 #page-title,
	body.page-node-38 #page-title,
	body.page-node-15 #page-title { display: none; }

h2 {
  font-size: 1.857em; /* 14px base size x 2.857em = 26px */
  margin: .5em 0;     /* 26px x .5em = 13px */
  font-weight: normal;
  color: #666;
	font-family: 'Rokkitt', serif;
}

h3 {
  font-size: 1.429em; /* 14px base size x 1.429em = 20px */
  margin: .5em 0;     /* 10px */
  font-weight: normal;
  color: #666;
	font-family: 'Rokkitt', serif;
}

h1 a,
h2 a,
h3 a {
  font-weight: normal;
  text-decoration: none;
}

h4,
h5,
h6 {
  font-size: 1.2em;
  margin: 1.364em 0;
  color: #FFF;
  margin: .5em 0;
}

p {
	color: #FFF;
	margin: 0 0 1em 0;
}
	
	p.intro {
		font-size: 1.2em;
		color: #FFF;
	}

/*
 * LISTS
 */
ul,
ol {
  margin-left: 0; /* LTR */
}

.item-list ul /* Drupal overrides */ {
  margin: 1.5em 0;
  padding: 0; /* LTR */
}

ul ul, ul ol,
ol ol, ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul {
  margin: 0;
}

li { 
  margin: 0;
  padding: 0;
  text-align: left;
}

.item-list ul li,
ul.menu li,
li.expanded,
li.collapsed,
li.leaf /* Drupal override */ {
  margin: 0;
  padding: 0;
}

	/* hides bullets on tabs when editing a node */
	/* also on all contextual links */
	div.vertical-tabs .vertical-tabs-list li,
	.contextual-links-wrapper ul.contextual-links li {
		list-style-image: none;
	}

/* Plain unordered lists that show up in regular blocks and nodes. */
.node .content ul, .sidebar .content ul {
  padding-left: 2em;
  list-style-type: none;
  list-style-image: url('../images/arw_blue_pointer.png');
  color: #FFF;
}

/* Numbered lists only */
ol          { list-style-type: decimal; padding-left: 2em; color: #FFF; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

dl {
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 2em; /* LTR */
  padding: 0;
}

/*
 * TABLES
 */
table {
  border-collapse: collapse;
  border: 1px solid #313030;
  width: 100%;
}

th, thead tr * {
  text-align: left;
  padding: 10px;
  border-bottom: none;
}

tbody {
  border-top: none;
}

thead {
  
  
}

tfoot {
}

caption {
}

colgroup {
}

col {
}

tr {
}

td {
  padding: 10px;
  border: 1px solid #313030;  
  color: #FFF;
  background-color: #606060;
}

thead td {
	font-size: 1.5em;
	font-family: 'Rokkitt', serif;
	background: #a1b5c5; /* Old browsers */
	border: 0;
	padding: 5px 10px;
	background: -moz-linear-gradient(top,  #a1b5c5 0%, #65879f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1b5c5), color-stop(100%,#65879f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a1b5c5 0%,#65879f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a1b5c5 0%,#65879f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a1b5c5 0%,#65879f 100%); /* IE10+ */
	background: linear-gradient(top,  #a1b5c5 0%,#65879f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1b5c5', endColorstr='#65879f',GradientType=0 ); /* IE6-9 */
}

/* 
 * BLOCKQUOTES & CITATIONS 
 */

blockquote {
  padding: 1em;
  margin-bottom: 0;
  color: #FFF;
	font: normal 1.3em 'Rokkitt', serif;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 10px 10px 0px;
	border-radius: 10px 10px 10px 10px;
	
	background: #a2b6c5; /* Old browsers */
	background: -moz-linear-gradient(top,  #a2b6c5 0%, #64869f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2b6c5), color-stop(100%,#64869f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a2b6c5 0%,#64869f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a2b6c5 0%,#64869f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a2b6c5 0%,#64869f 100%); /* IE10+ */
	background: linear-gradient(top,  #a2b6c5 0%,#64869f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2b6c5', endColorstr='#64869f',GradientType=0 ); /* IE6-9 */


}

	.field-name-body blockquote p {
		margin: 0;
	}
  
.citation {
	background: url(../images/cite.gif) no-repeat center 0;
  padding: 25px 1.5em 1em 1em;
  margin-top: 0;
  display: inline-block;
  text-transform: uppercase;
  font: normal 1.3em 'Rokkitt', serif;
}

/*
 * FORMS
 */
/*** Basic form elements ***/
form {
  margin: 0;
  padding: 0 2.5em;
  text-align: left;
}

fieldset {
  padding: 0.5em;
}

legend {
}

label {
	font: normal 1.3em 'Rokkitt', serif;
	color: #FFF;
	margin-bottom: .5em;
}

input {
	font-size: 1em;
	padding: 5px;
	border: 1px solid #000;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	
	font-size: 1.2em;
	color: #000;
}
	
	/* Focus State */
	input:focus {
		outline: none;
		border: 1px solid #E9B445;
		background: #FFF;
	}

select {
	font-size: 1em;
	padding: 5px;
	border: 1px solid #CCC; /* This color should be edited */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	
	/* Focus State */
	select:focus {
		border: 1px solid #E9B445;
		background: #FFF;
	}

optgroup {
}

option {
}

textarea {
	font-size: 1em;
	padding: 5px;
	background-color: #FFF; /* This color should be edited */
	border: 1px solid #CCC; /* This color should be edited */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
		
		/* Focus State */
		textarea:focus {
			border: 1px solid #E9B445;
			background: #FFF;
		}

button {
}

/*** Drupal's form HTML ***/
.field /* Wrapper for any field. */ {
}

/*** Field types (Core) ***/
.field-type-text {
}

.field-type-text-long {
}

.field-type-text-with-summary {
}

.field-type-image {
}

.field-type-file {
}

.field-type-taxonomy-term-reference {
}

.field-type-number-integer {
}

.field-type-number-decimal {
}

.field-type-number-float {
}

.field-type-list-text {
}

.field-type-list-boolean {
}

.field-type-list-integer {
}

.field-type-list-float {
}

/*** Field types (Contrib) ***/
.field-type-datetime /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */ {
}

.field-type-node-reference {
}

.field-type-user-reference {
}


/*** Named fields ***/
.field-name-body {
}

.field-name-field-image {
}

.field-name-field-tags {
}

.field-name-field-FIELDNAME /* Underscores in field name are replaced with dashes. */ {
}

/*** More complex field HTML ***/
.form-item /* Wrapper for a form element (or group of form elements) and its label */ {
  margin: 1.5em 0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error /* Highlight the form elements that caused a form submission error */ {
  border: 1px solid #c00;
}

.form-item label /* The label for a form element */ {
  display: block;
  font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */ {
  display: inline;
  font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */ {
  color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */ {
  font-size: .9em;
  color: #FFF;
}

.form-checkboxes .form-item,
.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
  margin: 0; /* Drupal core uses "0.4em 0" */
}

.container-inline div,
.container-inline label /* Inline labels and form divs */ {
  display: inline;
}

.tips /* Tips for Drupal's input formats */ {
}

.form-submit /* The submit button */ {
	font: bold 1.3em 'Rokkitt', serif;
	color: #333;
	padding: 5px 10px;
	border: 1px solid #CCC; /* This color should be edited */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px 1px 1px #FFFFFF;
filter: dropshadow(color=#FFFFFF, offx=0, offy=1);

}

	.form-submit:hover /* The submit button:hoover */ {
		background: #839eb2;
		color: #FFF; /* This color should be edited */
		border: 1px solid #333; /* This color should be edited */
	}
	
	.form-submit:active /* The submit button:active */ {
		
	}


/*
 * HYPERLINKS
 */
a {
  color: #E9B445;
  text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover,
a:focus {
  color: #ab7b17;
  text-decoration: underline;
}

a:active {
}


/*************************************
 * IMAGES
 *************************************/

img {
  border-bottom: 12px solid #839eb2;
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

img.file-icon {
	border: 0;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.with-caption img {
	border-bottom: 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;

}

.admin-menu-icon a img {
	border: 0;
}



.picture {
  padding: 5px;
}
.picture-left {
  float: left;
  margin: 0 18px 6px 0;
}
.picture-right {
  float: right;
  margin: 0 0 6px 18px;
}
.picture img {
  display: block;
}

.picture .caption {
  font-style: italic;
  display: block;
  color: #FFF;
  margin-top: 0;
  padding: .5em;
	font-size: .9em;
  background-color: #839eb2;
  
  -moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

/*************************************
 * BLOCKS
 *************************************/

/*
 * GENERAL BLOCK STYLES
 * not to be confused with Captain Zapp Brannigan.
 */
.block { /* All blocks. 
  margin-bottom: 1em;*/
}

.block.first /* The first block in the region */ {
}

.block.last /* The last block in the region */ {
}

.block.odd /* Zebra striping for each block in the region */ {
}

.block.even /* Zebra striping for each block in the region */ {
}

h2.block-title /* Block title */ {
}

.block .content /* Block's content wrapper */ {
	text-align: left;
	padding: 0 2em;
}

	#block-system-main .content { 
		padding-top: 1em; 
		padding-bottom: 1em;
	}
	
	.front #block-system-main .content,
	.sidebar-second #block-system-main .content { 
		padding-top: 0; 
		padding-bottom: 0;
	}

	.block .content .node .content,
	#sidebar-second .block .content,
	.front .block .content,
	#block-views-interior-page-block.block .content { padding: 0; }

.region-header .block, .block-banners {
  padding: 0;
  margin: 0;
}
.region-content .block-block .content {
  color: #51433A;
  font-size: .85em;
  line-height: 1.75em;
}

/* 
 * PLAIN BLOCK (This class, given by default, can be replaced with "promotion"
 * or "announcement" in stock Hydra themes.)
 */
.plain {
}

.plain .block-inner {
  padding: .6em 1em;
}

.plain h2.title {
}

.plain p  {
}

.plain a {
}

/*
 * PROMO BLOCK
 */

.promotion {
  margin-bottom: 1em;
  
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
  background: #ffcc06; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffcc06 0%, #f2a800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc06), color-stop(100%,#f2a800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffcc06 0%,#f2a800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffcc06 0%,#f2a800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffcc06 0%,#f2a800 100%); /* IE10+ */
	background: linear-gradient(top,  #ffcc06 0%,#f2a800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc06', endColorstr='#f2a800',GradientType=0 ); /* IE6-9 */
	text-align: center;
}

.promotion .block-inner {
}

.promotion .content a,
#sidebar-second .block-views.promotion .views-row a {
  color: #fff;
  font: normal 1.6em 'Rokkitt', serif;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: .6em 0;
  text-shadow: 0px 1px 1px #b36f02;
	filter: dropshadow(color=#b36f02, offx=0, offy=1);
	background: url(../images/promo_arw.png) no-repeat right center;
}

#sidebar-second .block-views.promotion .views-field {
	background-image: none;
}

/* 
 * GENERAL ANNOUNCEMENT BLOCK
 */
.announcement {
  background-color: #4c4b4b;
  margin-bottom: 1em;
  
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.announcement .block-inner {
  padding: 1em;
  text-align: left;
}

.announcement h2.block-title {
	font: bold 1.4em/15px 'Rokkitt', serif;
	color: #839eb2;
	text-align: left;
	background: url(../images/arw_blue.png) no-repeat 0 2px;
	margin: 0 0 .5em 0; padding: 0 0 0 15px;
	text-align: left;
	text-transform: uppercase;
}

.announcement h3 {
	font: bold 1.2em/15px 'Rokkitt', serif;
	color: #839eb2;
	text-align: left;
	margin: 0; padding: 0 0 0 20px;
	text-align: left;
}

.announcement p,
.views-field-field-research-tactics .field-content  {
	font-size: .9em;
	line-height: 1.5em;
	color:#FFF;
	margin: 0 0 1em 0;
}

.announcement .content a {
}


.announcement ul li {
	list-style-type: none;
	list-style-image: url('../images/small_2_yellow_arw.gif');
	color: #FFF;
}



	.announcement ul li a {
		font-size: 1em;
		font-weight: normal;
		color: #e9b445;
		text-decoration: none;
	}
	
		.announcement ul li a:hover {
			text-decoration: underline;
		}
		
		/* Active */
		.announcement ul li.active-trail a {
			font-weight: bold;
		}
		
/* 
 * LINK LIST BLOCK
 */
	
#sidebar-second .block-views {
	margin-bottom: 2em;
	text-align: left;
}



/*	.link_list .block-inner {
		padding: 1em;
		text-align: left;
	}
	
	.link_list .block-title {
		font: bold 1.4em/15px 'Rokkitt', serif;
		color: #606060;
		text-align: left;
		text-transform: uppercase;
		margin: 0; padding: 0;
	}


	#sidebar-second .link_list ul {
		padding-left: 0;
		margin: 0;
	}*/
	
		#sidebar-second .block-views .views-field {
			color: #FFF;
			padding: .45em 0;
			background: url(../images/link_list_li_bg.gif) repeat-x 0 bottom;
		}
			/* No underline for Tactics or Stratgey */
			#sidebar-second .block-views .views-field-field-research-strategy,
			#sidebar-second .block-views .views-field-field-research-tactics,
			#sidebar-second .block-views .view-contact-info .views-field {
				background-image: none;
			}
		
			#sidebar-second .block-views .views-row a {
				display: inline-block;
				font-size: 1em;
				font-weight: normal;
				color: #e9b445;
				text-decoration: none;
				background: url(../images/small_2_yellow_arw.gif) no-repeat 0 8px;
				padding-left: 12px;
			}
			
				#sidebar-second .block-views .views-row a:hover {
					text-decoration: underline;
				}



/*************************************
 * VIEWS
 *************************************/

/* Single row in an unformatted view. */
div.views-row {
  /* float: left; */
  width: 100%;
  clear: both;
}


/*************************************
 * FOOTER
 *************************************/
 
#footer {
  width: 100%;
  margin: 0; padding: 90px 0 10px;
  text-align: center;
  border-top: 15px solid #7b1c1a;
	background: #000 url(../images/footer_bg.gif) no-repeat center 10px;
}

	#footer .region {
		width: 1025px;
		margin: 0 auto; 
	}
	
	/* Blocks */
	#footer .block {
		float: right;
		font-size: .85em;
		color: #858585;
		text-align: left;
		margin: 0; padding: 0;
	}
	
	#footer .block .content {
		padding: 0;
	}
	
		
		/* Copyright info */
		#block-block-7 {
			clear: right;
		}
		
			#footer #block-block-7 .block-inner {
				padding: 0;
			}
	
	
		#footer .block p {
			margin: 0;
		}
		
			#footer .block p a {
				font-size: 1em;
				font-weight: normal;
				color: #FFF;
				text-decoration: underline;
			}
				
				#footer .block p a:hover {
					color: #FFF;
					text-decoration: none;
				}
			
			/* Utility */
			
			#footer #design_credit {
				width: 1025px;
				margin: 0 auto; padding: 0;
			}
			
			#footer #design_credit #utilities {
				float: right;
				margin: 0; padding: 0;
				font-size: .85em;
				color: #858585;
			}
			
			#footer #design_credit #utilities #credit {
				font-size: 1em;
				background: #000 url(../images/dl_credit_logo.gif) no-repeat 0 0;
				padding: .25em 0 .25em 20px;
			}
			
				#footer #design_credit #utilities a {
					font-size: 1em;
					color: #999;
					text-decoration: none;
				}
				
					#footer #design_credit #utilities a:hover {
						color: #FFF;
						text-decoration: none;
					}
					
					
					#footer #design_credit #login {
						background: url(../images/global_nav_pipe_bg.gif) no-repeat left center;
						margin: 0 0 0 .5em; padding: 0 0 0 .75em;
					}


/*************************************
 * DRUPAL ELEMENTS
 *************************************/
/*
 * BREADCRUMBS
 */
.breadcrumb {
  padding-bottom: 0; /* Undo system.css */
	margin-top: .75em;
 	text-align: left;
 	text-transform: uppercase;
 	color: #666;
 	font-size: .9em;
 	padding: 0 2em;
}

	/* Hides Breadcrumbs */
	.breadcrumb h2,
	body.page-node-12 .breadcrumb,
	body.page-node-13 .breadcrumb,
	body.page-node-38 .breadcrumb,
	body.page-node-15 .breadcrumb { display: none; }

/*
 * UNPUBLISHED CONTENT
 */
.node-unpublished div.unpublished,
.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */ {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

/*
 * MESSAGES
 */
div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
  position: relative;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.messages .dismiss {
  position: absolute;
  height: 16px;
  width: 16px;
  right: 0;
  top: 0;
}

div.messages .dismiss a {
  display: block;
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

/*
 * LINKS (list of links beneath node teasers, and full node pages.)
 */
ul.inline {
  display: block;
  clear: both;
}

ul.inline li {
  display: inline;
}

ul.links /* List of links */ {
}

ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
}

ul.links li {
  padding: 0 1em 0 0; /* LTR */
}

/* 
 * PAGERS
 */

.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  padding: 0;
}

.item-list .pager li /* Each page number in the pager list */ {
  padding: 0 0.5em;
}

/*
 * TABS
 */
div.tabs {
  margin: 0 0 5px 0;
}

ul.primary {
  margin: 0;
  padding: 0 0 0 10px; /* LTR */
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  line-height: normal;
  background: url(../images/tab-bar.png) repeat-x left bottom;
}

ul.primary li {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

ul.primary li a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0 0 0 5px; /* width of tab-left.png */
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  color: #777;
  background-color: transparent;
  background: url(../images/tab-left.png) no-repeat left -38px;
}

ul.primary li a .tab {
  display: block;
  height: 20px; /* 24px (parent) - 4px (padding) */
  margin: 0;
  padding: 4px 13px 0 6px;
  border-width: 0;
  line-height: 20px;
  background: url(../images/tab-right.png) no-repeat right -38px;
}

ul.primary li a:hover,
ul.primary li a:focus {
  border-width: 0;
  background-color: transparent;
  background: url(../images/tab-left.png) no-repeat left -76px;
}

ul.primary li a:hover .tab,
ul.primary li a:focus .tab {
  background: url(../images/tab-right.png) no-repeat right -76px;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  border-width: 0;
  color: #000;
  background-color: transparent;
  background: url(../images/tab-left.png) no-repeat left 0;
}

ul.primary li.active a .tab,
ul.primary li.active a:hover .tab,
ul.primary li.active a:focus .tab {
  background: url(../images/tab-right.png) no-repeat right 0;
}

ul.secondary {
  margin: 0;
  padding: 0 0 0 5px; /* LTR */
  border-bottom: 1px solid #c0c0c0;
  list-style: none;
  white-space: nowrap;
  background: url(../images/tab-secondary-bg.png) repeat-x left bottom;
}

ul.secondary li {
  float: left; /* LTR */
  margin: 0 5px 0 0;
  padding: 5px 0;
  border-right: none; /* LTR */
}

ul.secondary a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
  text-decoration: none;
  color: #777;
  background: url(../images/tab-secondary.png) repeat-x left -56px;
}

ul.secondary a .tab {
  display: block;
  height: 18px; /* 24px (parent) - 6px (padding) */
  margin: 0;
  padding: 3px 8px;
  line-height: 18px;
}

ul.secondary a:hover,
ul.secondary a:focus {
  background: url(../images/tab-secondary.png) repeat-x left bottom;
}

ul.secondary a.active,
ul.secondary a.active:hover,
ul.secondary a.active:focus {
  border: 1px solid #c0c0c0;
  color: #000;
  background: url(../images/tab-secondary.png) repeat-x left top;
}


/*************************************
 * COMMENTS
 *************************************/
#comments /* Wrapper for the list of comments and its title */ {
  margin: 1.5em 0;
}

#comments h2.title /* Heading for the list of comments */ {
}

#comments h2.comment-form /* Heading for the comment form */ {
}

.comment /* Wrapper for a single comment */ {
}

.comment-preview /* Preview of the comment before submitting new or updated comment */ {
  background-color: #ffffea; /* Drupal core will use a #ffffea background. See #1110842 */
}

.comment.new /* A new comment since the user last viewed the page. */ {
}

.comment.first /* The first comment in the list of comments */ {
}

.comment.last /* The last comment in the list of comments */ {
}

.comment.odd /* An odd-numbered comment in the list of comments */ {
}

.comment.even /* An even-numbered comment in the list of comments */ {
}

.comment-unpublished /* Unpublished comments */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. See also the div.unpublished declaration in the nodes.css. */ {
}

.comment-by-anonymous /* A comment created by an anonymous user */ {
}

.comment-by-node-author /* A comment created by the node's author */ {
}

.comment-by-viewer /* A comment created by the current user */ {
}

h3.comment-title /* Comment title */ {
}

.new /* "New" marker for comments that are new for the current user */ {
  color: #c00;
}

.comment .user-picture /* The picture of the comment author */ {
}

.comment .submitted /* The "posted by" information */ {
}

.comment .content /* Comment's content wrapper */ {
}

.comment .user-signature /* The user's signature */ {
}

.comment ul.links /* Comment links. See also the ul.links declaration in the pages.css. */ {
}

.indented /* Nested comments are indented */ {
  /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
}


/*************************************
 * WYSIWYG EDITOR
 *************************************/
/*
 * "FORMAT" DROPDOWN
 */
.defaultSkin .mceMenu .mceText {
  font-family: Arial, Helvetica, sans-serif !important;
}

.defaultSkin .mce_h2 span.mceText,
.defaultSkin .mce_h3 span.mceText,
.defaultSkin .mce_h4 span.mceText {
  color: #391580;
}

.defaultSkin .mce_h2 span.mceText,
.defaultSkin .mce_h3 span.mceText {
  font-weight: normal !important;
}

.defaultSkin .mce_h2 span.mceText {
  font-size: 26px !important;
}

.defaultSkin .mce_h3 span.mceText {
  font-size: 20px !important;
}

.defaultSkin .mce_h4 span.mceText {
  font-size: 17px !important;
}

/*
 * EDITING AREA
 */
body.mceContentBody,
body.mceContentBody td,
body.mceContentBody pre { /* These last two are to override TinyMCE's default css. Which sucks. */
  font-size: .875em;
}



/*************************************
 * MISCELLANEOUS
 *************************************/
/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

body.admin-menu #toolbar {
  margin-top: 21px;
}


/*************************************
 * MODALS
 *************************************/
#simplemodal-overlay {
  background-color: #000;
}
#simplemodal-container {
  background-color: #fff;
  box-shadow: 0 0 12px #000;
}
.simplemodal-close {
  padding: .75em;
  font-size: 1.2em;
  text-align: right;
  font-style: italic;
  text-transform: lowercase;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
}
.simplemodal-close a {
  font-weight: normal;
  text-decoration: none;
}


.front .region-content {
  float: left;
  clear: both;
  width: 100%;
}
/* rewritten below under HOMEPAGE
.front .region-content .block {
  float: left;
  width: 33%;
}*/

#block-views-landing-page-block-1 {
  width: 100%;
  clear: both;
}
.front #block-system-main {
  /*clear: left;*/
}


/*
 * Global Nav
 */

#block-menu-menu-global-links {
	position: absolute;
	top: 0; right: 10px; z-index: 2;
	margin: 0; padding: 0;
}

	#block-menu-menu-global-links h2 { display: none; }

	#block-menu-menu-global-links ul {
		list-style-type: none;
		margin: 0; padding: 0;
	}
	
		#block-menu-menu-global-links ul li {
			list-style-type: none;
			list-style-image: none;
			float: left;
			margin: 0; padding: 0 .65em;
			border: none;
			background-color: transparent;
			background: url(../images/global_nav_pipe_bg.gif) no-repeat right center;
		}
		
			#block-menu-menu-global-links ul li.last {
				background: none;
			}
		
			#block-menu-menu-global-links ul li a {
				color: #FFF;
				text-decoration: none;
				font-size: .8em;
				margin: 0; padding: 0;
				line-height: 24px;
			}
			
				ul.nice-menu-down .menuparent a {
					padding-right: 0;
				}
				
			/* Drops! */
			#block-menu-menu-global-links ul li ul {
				border-top: none;
				text-align: left;
			}
			
			#block-menu-menu-global-links ul li ul li a {
				background-color: #000;
				padding: 0 .5em;
			}
			
/*
 * Search in Header
 */
#block-search-form {
	position: absolute;
	top: 40px; right: 0; z-index: 1;
	margin: 0;
	width: 221px; height: 28px;
}

	#block-search-form h2 { display: none; }

	#block-search-form #search-block-form {
		display: block;
		position: relative;
		width: 221px; height: 28px;
		background: url(../images/search_bg.gif) no-repeat 0 0;
		padding: 0;
	}
	
	/* text field */
	#block-search-form #search-block-form #edit-search-block-form--2 {
		position: absolute;
		top: 0px; left: 5px; z-index: 1;
		margin: 0; padding: 0;
		width: 180px; height: 24px;
		border: none;
		background: transparent;
		color: #FFF;
		font-size: 1em;
	}
	
		#block-search-form #search-block-form #edit-search-block-form--2:focus {
			outline: none;
		}
	
	/* button */
	#block-search-form #search-block-form  .form-submit {
		position: absolute;
		top: 5px; right: 10px; z-index: 1;
		display: block;
		width: 16px; height: 16px;
		background: url(../images/search_button_bg.gif) no-repeat 0 0;
		border: none;
		text-indent: -9999px;
	}
	

/*************************************
 * HOMEPAGE
 *************************************/
	body.front #page-title { display: none; }
	
	body.front #content {
		background: transparent url(../images/home_content_bg.gif) no-repeat 0 285px;
	}

	#block-views-landing-page-block-1 .block-inner { padding: 0; }
		
	body.front .view-landing-page .views-view-grid {
		list-style-type: none;
		margin: 0; padding: 0;
		text-align: left;
	}
	
		body.front .view-landing-page .views-view-grid li {
			display: block;
			width: 243px; height: 261px;
			position: relative;
			float: left;
			margin: 0 6px; padding: 0;
			border-bottom: 10px solid #e9b445;
			
			list-style-type: none;
			list-style-image: none;
		}
		
		
		/* The Headers -------- */
		body.front .view-landing-page .views-view-grid li .views-field-link-title {
			height: 50px;
			margin: 0; padding: 0;
			
			background-color: #625f5f; /* Old browsers */
			background: -moz-linear-gradient(top,  #625f5f 0%, #3b3939 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#625f5f), color-stop(100%,#3b3939)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #625f5f 0%,#3b3939 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #625f5f 0%,#3b3939 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #625f5f 0%,#3b3939 100%); /* IE10+ */
			background: linear-gradient(top,  #625f5f 0%,#3b3939 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#625f5f', endColorstr='#3b3939',GradientType=0 ); /* IE6-9 */
			
			-moz-border-radius-topleft: 10px;
			-moz-border-radius-topright: 10px;
			-moz-border-radius-bottomright: 0px;
			-moz-border-radius-bottomleft: 0px;
			-webkit-border-radius: 10px 10px 0px 0px;
			border-radius: 10px 10px 0px 0px;
		}
		
			body.front .view-landing-page .views-view-grid li .views-field-link-title a {
				display: block;
				width: 243; height: 50px;
				margin: 0; padding: 15px 1em 0 1.5em;
				
				font-size: 1.5em;
				color: #e9b445;
				font-family: 'Rokkitt', serif;
				text-decoration: none;

				background-image: url(../images/nav_arw.png);
				background-repeat: no-repeat;
				background-position: 18px 18px;
			}
			
				/* Context: Energy & Climate */
				body.front .view-landing-page .views-view-grid li.col-1 .views-field-link-title a {
					padding: 6px 1em 0 1.7em;
					background-position: 18px 8px;
					line-height: .9em;
				}
				
				
				/* Hover States */
				
				body.front .view-landing-page .views-view-grid li .views-field-link-title:hover {
					background: #efc756; /* Old browsers */
					background: -moz-linear-gradient(top,  #efc756 0%, #e4a234 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efc756), color-stop(100%,#e4a234)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  #efc756 0%,#e4a234 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  #efc756 0%,#e4a234 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  #efc756 0%,#e4a234 100%); /* IE10+ */
					background: linear-gradient(top,  #efc756 0%,#e4a234 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc756', endColorstr='#e4a234',GradientType=0 ); /* IE6-9 */
				}
				
				body.front .view-landing-page .views-view-grid li .views-field-link-title:hover a,
				body.front .view-landing-page .views-view-grid li .views-field-link-title a:hover {
					color: #FFF;
					background-image: url(../images/nav_arw.png);
					background-repeat: no-repeat;
					background-position: 18px 18px;
				}
				
				/* Context: Energy & Climate */
				body.front .view-landing-page .views-view-grid li.col-1 .views-field-link-title a:hover {
					background-position: 18px 7px;
				}
				
		/* The Copy -------- */
		body.front .view-landing-page .views-view-grid li .views-field-description {
			position: absolute;
			bottom: 0; left: 0; z-index: 1;
			height: 85px;
			padding: .5em;
			background-color: #000;
			background-color: rgba(0, 0, 0, .65);
			color: rgba(0, 0, 0, .65);
			color: #FFF;
			overflow: hidden;
		}
		
		body.front .view-landing-page .views-view-grid li .views-field-field-background-image,
		body.front .view-landing-page .views-view-grid li .views-field-field-background-image img {
			width: 243px; height: 211px;
		}
		
			body.front .view-landing-page .views-view-grid li .views-field-field-background-image img {
				border-bottom: 0;
				-webkit-border-radius: 0px;
				-moz-border-radius: 0px;
				border-radius: 0px;
			}
		
		
		/*Lower COntent Blocks --------- */
		
		.front .region-content .block {
		  float: left;
		  width: 33%;
		  text-align: left;
		}
			
			/*Lower COntent Blocks 
			body.front #block-system-main { width: 33%; }*/
			
			#block-block-8 { width: 34%; }
			
			#block-block-10 { 
				float: right;
				width: 33%;
		  }
		
			.front .region-content .block .block-inner {
			  padding: 1em;
			}
			
			.front .region-content .block h3 {
				color: #FFF;
			  font-size: 1.6em;
				line-height: 1.4em;
			}
			
			.front .region-content .block p {
				color: #FFF;
			  font-size: 1em;
			  line-height: 2em;
			  margin: 0;
			}
			
			.front .region-content .block p a,
			.region-content .cols-3 li .views-field-view-node a {
				font-size: 1em;
				color: #e9b445;
				text-decoration: none;
				font-weight: normal;
				background: url(../images/small_yellow_arw.gif) no-repeat right center;
				padding-right: 10px;
			}
			
				.front .region-content .block a:hover,
				.region-content .cols-3 li .views-field-view-node a:hover {
					text-decoration: underline;
				}
			
			
			/* BLOCK: James G. Anderson */
			.front .region-content .block .node-title {
				
			}
			
				.front .region-content .block h2 {
					font: bold 1.6em/1em 'Rokkitt', serif;
					color: #e9b445;
					text-decoration: none;
					text-transform: uppercase;
					background: url(../images/yellow_arw.png) no-repeat 0 center;
					margin: .5em 0 1em; padding: 0 0 0 20px;
				}
				
					.front .region-content .block h2 a {
						font-weight: bold;
						font-size: 1.2em;
						color: #e9b445;
						text-decoration: none;
					}
				
			.front .region-content #node-11 .field-name-field-person-title { display: none; }
			
			.front .region-content #node-11 .field {
				float: right;
				width: 170px;
				font-size: 1.2em;
				line-height: 1.6em;
				color: #FFF;
				margin-bottom: 1em;
				clear: right;
			}
			
				.front .region-content #node-11 .field p {
					margin: 0;
					line-height: 1.2em;
					font-size: 1.2em;
				}
			
			.front .region-content #node-11 .field-type-image {
				float: left;
				width: 125px;
			}
				
				.front .field-name-field-photo {
					margin: 0;
				}
			
			.front .region-content .field a {
				font-size: 1em;
				color: #e9b445;
				text-decoration: none;
				font-weight: normal;
			}
			
				.front .region-content .field a:hover {
					text-decoration: underline;
				}
				
			
			
			.front .region-content #node-11 ul.links.inline { display: none; }
			
			
			
			
			
			
/*************************************
 * INTERIOR PAGE: First Level
 *************************************/

#block-views-interior-page-block .block-inner {
	margin: 0; padding: 0;
}


.not-front #block-system-main .block-inner {
	background-color:  #313030;
}





/* 3 Column Blockity Layout --------- */

.region-content .cols-3 {
	margin: 0; padding: 0;
	list-style-type: none;
	display: block;
	width: 100%; height: auto;
}

/* Hides Blockity Layout on interior pages */
.one-sidebar #block-views-interior-page-block { display: none;}


/*  
 CLEARFIX
 * These are te styles form the class .clearfix.
 * */
.interior-page-view .cols-3:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

	.interior-page-view .cols-3 li {
		float: left;
		position: relative;
		margin: 0 1px 1px 0; padding: 1em 0 0;
		list-style-type: none;
		list-style-image: none;
		display: inline-block;
		width: 340px; height: 375px;
		text-align: left;
		text-align: center;
		background-color: #313030;
	}
	
		.interior-page-view .cols-3 li.col-2 { width: 342px; }
		.interior-page-view .cols-3 li.col-3 { 
			margin: 0 0 1px 0;
			clear:right; 
		}
	
	
	.interior-page-view .cols-3 li .views-field {
		position: relative;
		z-index: 1;
		width: 288px;
		margin: 0 auto;
		padding: 0 0 1em;
		text-align: left;
	}
	
	
	.interior-page-view .cols-3 li .views-field-nothing {
		position: absolute;
		top: 0; left: 0; z-index: 0;
		width: 100%; height: 100%;
		background-color: #313030;
		margin: 0; padding: 0;
	}
	
	/* Background images for empty LIs  */
	.interior-page-view .cols-3 li.col-2 { background: url(../images/Background_NASA_1024.jpg) no-repeat -341px 0; }
	.interior-page-view .cols-3 li.col-3 { background: url(../images/Background_NASA_1024.jpg) no-repeat right 0; }
	
		
		/* Title Link */
		.interior-page-view .cols-3 li .views-field-link-title {
			height: 60px;
		}
		
			.interior-page-view .cols-3 li .views-field-link-title a {
				font: bold 1.6em/1em 'Rokkitt', serif;
				color: #e9b445;
				text-decoration: none;
			}
		
				.interior-page-view .cols-3 li .views-field-link-title a:hover {
					text-decoration: underline;
				}
		
		/* This keeps the height of the LI consistant - MikeH*/
		.interior-page-view .cols-3 li .views-field-body {
			overflow: hidden;
			height: 105px;
		}
		
		.interior-page-view .cols-3 li .views-field-body .field-content {
			font-size: 1em;
			color: #FFF;
			margin: 0;
		}
		
		.interior-page-view .cols-3 li .views-field-body .picture,
		.interior-page-view .views-view-grid li .views-field-body p .colorbox-inline { display: none; }
		
	/* Link style fir this P is at
	 		.front .region-content .block p a,
	 		.region-content .cols-3 li .views-field-body p a

	 * */
	
	
	/* Mike Testing ---------
	
	.page-node-13 #block-system-main h2 {
		margin-top: 0;
	}
	.page-node-13 .region-content .cols-3 {
		margin: 0; padding: 0;
		list-style-type: none;
		display: block;
		width: 340px; height: auto;
		float: right;
	}
	
		.page-node-13 .interior-page-view .cols-3 li {
			height: auto;
			background-color: #333;
			cursor: pointer;
		}
		
		.page-node-13 .interior-page-view .cols-3 li.col-2 { width: 340px; }
		
		.page-node-13 .interior-page-view .cols-3 li .views-field-link-title {
			height: auto;
		}

		.page-node-13 .interior-page-view .cols-3 li .views-field-body,
		.page-node-13 .interior-page-view .cols-3 li .views-field-view-node,
		.page-node-13 .interior-page-view .cols-3 li .views-field-field-photo-1 {
			display: none;
		}	 */
		
	
	/*************************************
 * INTERIOR PAGE: Second Level
 *************************************/
	
	#page-title {
		font: bold 2em/1em 'Rokkitt', serif;
		color: #666;
		text-align: left;
/*    background: url(../images/arw_grey.png) no-repeat 0 7px;*/
		margin: 1em; /*padding: 0 0 0 15px;*/
		text-transform: uppercase;
	}
	
	body.one-sidebar .field-name-field-background-image,
	.field-name-field-photos, 
	.field-name-field-photo {
		float: left;
		margin: 0 2em 0 0;
	}
	
		/* Publications */
		.field-name-field-links-publication {
			text-align: left;
			margin-bottom: 2em;
		}
		
		
		/* CLEAN UP - these styles are all the same! */
		.field-name-field-links-person .field-label,
		.field-name-field-links-publication .field-label,
		.field-name-field-project-full-name {
			font-size: 1.857em; /* 14px base size x 2.857em = 26px */
		  margin: .5em 0;     /* 26px x .5em = 13px */
		  font-weight: normal;
		  color: #666;
			font-family: 'Rokkitt', serif;
			text-align: left;
		}
		
		
		/* PUBLICATIONS page ---------- */
		.view-id-publications .views-row {
			margin-bottom: 3em;
			padding-bottom: 2em;
			/*border-bottom: 1px solid #CCC;*/
			background: url(../images/link_list_li_bg.gif) repeat-x 0 bottom;
		}
		
		/* THe Date */
		.view-id-publications .views-field-field-publication-citation-date,
		.field-name-field-publication-citation-date {
			font: normal 1.3em 'Rokkitt', serif;
			color: #FFF;
			margin-bottom: 1em;
		}
		
			.view-id-publications .views-field-field-publication-citation-date .field-content {
				display: inline;
			}
		
		/* Peoples List */
		.view-id-publications .item-list ul {
			padding-left: 2em;
			list-style-image: url(../images/arw_blue_pointer.png);
		}
		
		
		/* The Sort */
		.view-id-publications #views-exposed-form-publications-page {
			padding: 0;
		}
		.view-id-publications .views-exposed-form {
			margin-bottom: 2em;
			padding: 1em 2em;
			background-color: #262626;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
		
		
		/* Pager */
		.pager a,
		.pager a.active {
			color: #FFF;
			font: normal 1.2em 'Rokkitt', serif;
		}
		
			.pager .pager-current	{
				color: #E9B445;
			}
		
		
		
		/* Projects */
		
		
		.field-name-field-project-date-range {
			font-size: 1.4em; /* 14px base size x 2.857em = 26px */
		  margin: .5em 2em;     /* 26px x .5em = 13px */
		  font-weight: normal;
		  color: #666;
			font-family: 'Rokkitt', serif;
			text-align: left;
			margin: 1em 0;
		}
		
		/* Projects > Tech Docs */
		.field-name-field-project-technical-doc {
			text-align: left;
			margin-bottom: 2em;
		}
		
		
		.field-name-field-project-technical-doc .field-label {
			font-size: 1.857em; /* 14px base size x 2.857em = 26px */
		  margin: .5em 0;     /* 26px x .5em = 13px */
		  font-weight: normal;
		  color: #666;
			font-family: 'Rokkitt', serif;
			
		}
		
		/* People */
		.field-name-field-person-title {
			text-align: left;
			margin: .5em  0;
			color: #666;
			font: bold 1.4em 'Rokkitt', serif;
		}
		
		
		/* Photos Block - Projects & Instruments - 2/10/12 */
		#block-views-research-areas-block-7 .block-inner,
		#block-views-research-areas-block-10 .block-inner {
			padding: 0;
		}
		
			#sidebar-second #block-views-research-areas-block-7.block-views .views-field,
			#sidebar-second #block-views-research-areas-block-7.block-views .views-row a,
			#sidebar-second #block-views-research-areas-block-10.block-views .views-field,
			#sidebar-second #block-views-research-areas-block-10.block-views .views-row a {
				background-image: none;
				padding: 0;
				margin: 0 5px 0 0;
			}
			#sidebar-second #block-views-research-areas-block-7.block-views .views-row a:link,
			#sidebar-second #block-views-research-areas-block-7.block-views .views-row a:active,
			#sidebar-second #block-views-research-areas-block-7.block-views .views-row a:visited,
			#sidebar-second #block-views-research-areas-block-7.block-views .views-row a:hover,
			#sidebar-second #block-views-research-areas-block-10.block-views .views-row a:link,
			#sidebar-second #block-views-research-areas-block-10.block-views .views-row a:active,
			#sidebar-second #block-views-research-areas-block-10.block-views .views-row a:visited,
			#sidebar-second #block-views-research-areas-block-10.block-views .views-row a:hover {outline: none;}
				
				#sidebar-second #block-views-research-areas-block-7.block-views .views-row a img {
					border-bottom: 12px solid #839EB2;
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;
					border-radius: 10px;
				}
				
					#sidebar-second #block-views-research-areas-block-7.block-views .views-row a:hover img {
						border-color: #E4A234;
					}
				
				#block-views-research-areas-block-7 {}
		
	

	/*************************************
 * SEARCH RESULTS
 *************************************/

body.page-search #content {

}


/* The Form  */
#search-form {
	display: block;
	width: 500px; height: auto;
	position: relative;
	margin: 0 auto 2em; padding: 0;
}

	#search-form #edit-basic {
		height: auto;
	}

	#search-form .form-type-textfield {
		width: 450px; height: 80px;
		position: relative;
		margin: 0; padding: 0;
	}
	
		#search-form .form-item-keys label {
			display: block;
			width: 100%;
			text-align: center;
			
			font: bold 1.8em 'Rokkitt', serif;
			color: #666;
		}
		
		#search-form .form-type-textfield #edit-keys {
			float: left;
			display: block;
			width: 450px;
			text-align: left;
			background: #4C4B4B;
			border: 1px solid #CCC;
			
			font-size: 1.4em;
			color: #FFF;
		}
		
		#search-form .form-type-textfield #edit-keys:focus {
			-webkit-box-shadow: inset 1px 1px 2px 2px #333;
			-moz-box-shadow: inset 1px 1px 2px 2px #333;
			box-shadow: inset 1px 1px 2px 2px #333;
			outline: none;
			border: 1px solid #FFF;
		}
		
		#search-form #edit-submit {
			float: right;
			display: block;
			width: 24px; height: 24px;
			background: url(../images/large_search_button.gif) no-repeat 0 0;
			border: none;
			text-indent: -9999px;
			margin-top: 7px;
		}
		
		html.js #search-form fieldset.collapsed {
			display: block;
			width: 100%;
			clear: both;
			margin: 1em 0;
		}
		
			
		
		
		
		/* The Results  --------- */
		body.page-search #content h2 {
			font: bold 2em 'Rokkitt', serif;
			color: #FFF;
			clear: both;
		}
		
		/* Results List ---------- */
		body.page-search #content ol.search-results {
			width: 100%;
			margin: 0; padding: 0;
		}
		
			body.page-search #content ol.search-results li {
				margin: 0; padding: 2em 1em;
				text-align: left;
				border-bottom: 1px solid #292929;
			}
			
				body.page-search #content ol.search-results li.hoovered {
					background: #292929;
				}
			
			body.page-search #content ol.search-results li h3 a {
				font: bold 1.4em/15px 'Rokkitt', serif;
				color: #e9b445;
				text-decoration: none;
				text-align: left;
				background: url(../images/yellow_arw.png) no-repeat 0 center;
				margin: 0 0 .5em 0; padding: 0 0 0 20px;
				text-align: left;
			}
			
				body.page-search #content ol.search-results li h3 a:hover {
					text-decoration: underline;
				}
		
			
			body.page-search #content ol.search-results li .search-snippet-info {
				padding: 0;
			}
			
			body.page-search #content ol.search-results li p {
				font-size: 1.2em;
				color: #FFF;
			}
			
				body.page-search #content ol.search-results li p strong {
					color: #839eb2;
				}
			
			body.page-search #content ol.search-results li p.search-info {
				display: none;
			}
			
			body.page-search .content ul {
				text-align: left;
				color: #FFF;
			}
			
				
			
			body.page-search #content ul li {
				list-style-type: none;
				list-style-image: url(../images/small_2_yellow_arw.gif);
				margin-bottom: .75em;
			}


/* TinyMCE Editor Styles --------- */
.mceContentBody { 
	background-color: #313030; 
}

	#tinymce p {
		color: #FFF;
	}
	

/*************************************
 * OUR TEAM
 *************************************/

.view-id-people h3 {
	clear: left;
	width: 100%;
}

.view-id-people .item-list {
	margin: 0 0 2em;
}


.view-id-people .item-list ul {
	list-style: none;
	margin: 0; padding: 0;
}

.view-id-people .views-row {
	display: inline;
	float: left;
	width: 150px;
	text-align: center;
	margin: 10px 0;
}

	/* THe Photo */
	.view-id-people .views-field-field-photo a:hover img {
		outline: none;
		border-color: #E4A234;
	}

/* Our Team Photo */
#block-block-22 {
	position: absolute;
	top: 10em; right: 0; z-index: 1;
}

/*************************************
 * Color Box Thumbnails
 *************************************/
/* Inline link from WYSIWYG ---------- */
/* The Link */
.colorbox-inline img,
.mceIframeContainer body#tinymce p .colorbox-inline img {
	/*width: 250px;
	max-width: 250px;
	height: auto;*/
	outline: none;
}

.colorbox-inline:hover img {
	outline: none;
	border-color: #E4A234;
}

/* Overrides the div.picture inline style */
.colorbox-inline .picture[style] {
	width: auto !important;
}

/* The image in the overlay */

#colorbox .cboxPhoto {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


/* Gallery THumb from Content Type ---------- */
.field-name-field-gallery-thumb .field-label {
	font-size: 1.857em;
	margin: .5em 0;
	font-weight: normal;
	color: #666;
	font-family: 'Rokkitt', serif;
}

.field-name-field-gallery-thumb .field-item {
	float: left;
	width: auto;
	margin: 5px;
}

.field-name-field-gallery-thumb .field-item .colorbox:hover img {
	outline: none;
	border-color: #E4A234;
}
