/*
Theme Name: Motion
Description: White and gray clean layout for JSG
Author: Brian Zavala
Version: 10000.0
Tags: white, gray, two-columns, sticky-post, fixed-width, left-sidebar
*/



/************************************************
* Resets *
************************************************/
html,body,div,p,span,h1,h2,h3,h4,h5,h6,img,ul,ol,dl,li,dt,dd,blockquote,pre,form,fieldset,label,input,table,th,td,a {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	color: #4C4C4C;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

/************************************************
* General elements *
************************************************/
body {
	background: #e8e8e8;
	padding-bottom: 20px;
	font-family: Arial,Helvetica,"Lucida Sans Unicode","Lucida Grande",sans-serif;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	/*font-family: Palatino Linotype,Palatino,"Times New Roman",Times,serif;*/
	font-family: Arial,Helvetica,"Lucida Sans Unicode","Lucida Grande",sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	text-shadow: 0 1px 1px #bababa;
}
a {
	color: #BF5700;
	text-decoration: none;
}
a:hover {
}
a img {
	border: 0;
}

/************************************************
* Video Icon *
************************************************/
a.video{
  text-decoration:none;
  position:relative;
  display:block;
}

a.video div.video-icon{
  position:absolute;
  width:100%;
  text-align:center;
  height:110px;
}
a.video div.video-icon img {
	background: transparent !important;
	border: none !important;
	padding:0 !important;
	margin: 0 !important;
	vertical-align: middle;
}

a[href$=jpg], a[href$=jpeg], a[href$=jpe], a[href$=png], a[href$=gif] {
	text-decoration: none !important;
	border: 0 none !important;
	background: none !important;
}
blockquote {
	position: relative;
	width:225px;
	font-style: italic;
	font-size:12px;
	padding: 30px 10px;
	margin: 15px 0 15px 15px;
	float:right;
	text-align: left;
	border-left:8px solid #dddddd;
	quotes: "\201C" "\201D";
	color: #BF5700 !important;
}
blockquote p{
	color:#BF5700 !important;
	font-size:12px;
}
blockquote:before { content: open-quote; font-weight: bold; font-size:90px; position:absolute; top:25px; left:0;}
blockquote:after { content: close-quote; font-weight: bold; font-size:90px; position:absolute; bottom:-20px; right:20px; }
blockquote strong {display: block;text-align:right;}
sup,sub {height: 0;line-height: 1;vertical-align: baseline;_vertical-align: bottom;position: relative;}
sup {bottom: 1ex;}
sub {top: .5ex;}
hr {
	border: 1px solid #ddd;
}
table {
	margin: .5em 0;
}
table th {
	padding:.3em .4em;
	color: #BF5700;
	text-transform: uppercase;
	text-align: left;
}
table td{
	padding:.3em .4em;
	vertical-align: top !important;
}
div.search {
	width:710px;background:#e8e8e8;border:1px solid #ccc;padding:0;margin-bottom:20px;
}
div.search table {
	width:710px;padding:0;
}
table.search {
	width:710px;background:#e8e8e8;border:1px solid #ccc;padding:0;margin-bottom:20px;
}
table.search th, div.search table th{
	padding:0 .4em;
}
table.search td, div.search table td{
	padding:0 .4em .2em .4em;
}
table.search label, div.search table label {
	margin-right:15px;
	white-space:nowrap;
}
table td img {
	margin:0 !important;
}

/*fieldset {
	padding: 1.2em;
	border: 1px dashed #4C4C4C;
}
legend {
	padding: .2em .8em;
	font-size: 1.2em;
	text-transform: capitalize;
}*/
input,textarea,select {
	font-family: Arial,Helvetica,"Lucida Sans Unicode","Lucida Grande",sans-serif;
	margin: .2em 0;
	font-size: 1em;
	background: #fff;
	border:1px solid #ccc;
}
input.adminbar-input {
	margin: 0;
}
input,textarea {
	padding: .3em;
}
input.radio,input.checkbox {
	background: #f1f1f1;
	padding: 2px;
}
#form label {
	font-weight: bold;
	display: block;
}
/*form label.subscribe-label {
	display: inline;
}*/
.black {
	color:#000 !important;
}
.orange {
	color:#BF5700 !important
}
table.whiteBorder img{
	padding:4px !important;
	background:#fff !important;
	border:1px solid #ccc !important;
}
table.strip tr:nth-child(even), table.stripe tr:nth-child(even) {
	background: #e8e8e8;
}
table.strip th, table.stripe th {
	background:#fff;
}
table.strip td, table.stripe td {
	padding:5px;
}

table.strip2 tr:nth-child(odd), table.stripe2 tr:nth-child(odd) {
	background: #e8e8e8;
}
table.strip2 th, table.stripe2 th {
	background:#CECECE;
}
table.strip2 td, table.stripe2 td {
	padding:5px;
}


table.stripe3 th {
	background:#fff;
}
table.stripe3 td {
	border-top:1px solid #CECECE;
	padding:5px;
}

/************************************************
* General *
************************************************/
#wrapper {
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: left;
	width: 960px;
	position: relative;
}
.clear {
	clear: both;
}
.cleared {
	overflow: hidden;
	width: 100%;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.more {
	padding:10px 10px 0 0;
	list-style: none;
	margin:30px 0 0 -35px !important;
	text-align: right;
	font-size: .9em !important;
	border-top: 1px solid #eee;
}
.moreEvents {
	padding:10px 10px 0 0;
	list-style: none;
	margin:20px 0 0 0 !important;
	text-align: right;
	font-size: .9em !important;
	border-top: 1px solid #eee;
}

/************************************************
* QUICK LINKS *
************************************************/
#generalLinks {
	font-size:12px;
	color:#BF5700 !important;
	font-weight:bold;
	background:#FFF;
	padding: 0;
	height:28px;
	padding-top:3px;
}
#generalLinks a, 
#generalLinks a:link,
#generalLinks a:visited {
	color:#BF5700;
}
#generalLinks a:hover {
	color:#000;
}
#generalLinksWrapper {
	margin:0 auto;
	padding:0;
	width: 960px;
	position: relative;
	text-align:center;
}
#quickLinksClose {
	position: absolute;
	top:2px;
	right:5px;
}
#quickLinksClose a {
	display: block;
	font-size:12px;
	color:#000;
	font-weight:bold;
	background:#ebebeb;
	padding:4px 6px;
}
#quickLinks {
	width:100%;
	height:175px;
	background: #fff;
	background: -moz-linear-gradient(top, #f0f0f0, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff));
}
#quickLinksWrapper {
	margin: 0 auto 7px auto;
	padding:0;
	text-align: left;
	width: 960px;
	position: relative;
	border-bottom: 1px solid #ebebeb;
}
.links {
	width:450px;
	float:left;
	padding-right:5px;
}
.links ul {
	list-style: none;
	margin: 5px 0 0 0;
}
.links li {
	text-align: left;
    float: left;
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0 0 5px 0;
}
.links li a, .links li a:link, .links li a:visited {
	font-size:12px;
	color:#4C4C4C;
	padding: 0;
}
.links li a:hover {
	color:#000;
}
.links li:after{
    content: "/";
    font-weight: normal;
    font-size:13px;
    color:#E0E0E0;
    padding: 0 5px;
}
.links li:last-child:after{
    content: "";
}
#quickLinks h3,
#quickLinks h3 a,
#quickLinks h3 a:link,
#quickLinks h3 a:visited,
#quickLinks h3 a:hover {
	color:#000 !important;
}


/************************************************
* UT Header *
************************************************/
#ut_topbg {
	background:#fff;
	height:27px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	position:absolute;
	z-index: -1;
}
#ut_top{
	color:#000;
	position: relative;
	padding-top:1px;
}
#ut_mark{
	position: absolute; 
	top: 0; 
	left:0;
}
#ut_top #give {
	position: absolute;
	top:4px;
	right:190px;
	width: 170px;
	text-align: right;
	border-right: 1px solid #eee;
	font-size:12px;
	line-height: 18px;
	height:20px;
	padding-right:15px;
}
#ut_top #give a {
	/*color:#fff;*/
	color:#000;
	font-weight: bold;
	/*display:block;
	width:60px;
	height:17px;
	background:#BF5700;
	padding:1px 8px 1px 4px;*/
	float:right;
}
#ut_top #search {
	position: absolute;
	top:0;
	right:5px;
	width: 168px;
	text-align: right;
}
#ut_top #searchform input {
	padding: 3px;
}
#ut_top #searchbox {
	color: #bdbdbd;
	font-size:11px;
	font-weight:normal;
	border: none;color: #bdbdbd;background-color:#fff;width: 130px;height: 12px;position:absolute;top:3px;right:28px;padding:0;
}
#ut_top #search #input {width: 168px;height: 27px;background-image: url(images/search.gif);background-repeat: no-repeat;position:relative;}
#ut_top #search #imgsubmit {width: 16px !important;height: 15px !important;background-color: transparent !important;padding:0 !important;margin:0 !important;position:absolute;top:5px;right:2px;border:0 !important;}

/************************************************
* Header *
************************************************/
.offscreen {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
#top{
	background: url(images/topBg.gif) no-repeat;
	width:550px;
	height:28px;
	position: absolute;
	top:27px;
	right:0;
}
#top .top_menu {
	width: 550px;
	margin-left:15px;
}
#top .top_menu li {
	float: left;
	padding: 0 3px 3px 6px;
	line-height:24px;
	margin: 0 6px 0 0;
}
#top .top_menu li a {
	color: #BF5700;
	font-size:13px;
}
#top .top_menu li a:hover {
	color: #000;
}
#header, .primary_menu {
	width: 100%;
}
#header {
	overflow: hidden;
	height:125px;
}
#header #logo {
	position:absolute;
	top: 48px;
	left:0;
	width: 290px;
}
.primary_menu {
	position: absolute;
	top:92px;
	left:208px;
	width: 750px;
	text-align: left;
	font-family: Arial,Helvetica,"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-weight: bold;
}
.primary_menu li {
	float: right;
	margin: 0;
}

.primary_menu li a {
	margin: 0;
	font-size:17px;
	color: #4C4C4C;
	padding: 2px 10px;
}
.primary_menu li a:hover {
	color: #000;
	text-decoration: none;
}
.primary_menu li:first-child a {
	padding-right:0px
}

/************************************************
* Feature Images *
************************************************/
#feature {
	position: relative;
	width:960px;
	height:360px;
	padding:0;
	margin:0;
}
#slideshow {
	width: 960px;
	height: 360px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#slideshow div a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}
#navBg {
	position:absolute; 
	bottom:0; 
	left:0; 
	z-index:998; 
	width: 960px; 
	height: 85px; 
	background: #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity:0.4;
}
#nav { 
	position:absolute; 
	bottom:0; 
	left:0; 
	z-index:999; 
	width: 960px; 
	height: 80px; 
}
#nav li { width: 50px; float: left; margin: 9px 12px 0 12px; list-style: none }
#nav a { width: 50px; padding: 2px; display: block; border: 1px solid #ccc; }
#nav a.activeSlide { background: #88f }
#nav a:focus { outline: none; }
#nav img { border: none; display: block }
.clipout_thumb{position:relative;width:50px;height:50px;}
.clipin_thumb{position:absolute;clip:rect(0px 50px 50px 0px);top:0px;left:0px;}

.featured_post_clipout_thumb{float:left;border: 1px solid #eee;position:relative;width:98px;height:98px;margin:0 10px 5px 0;}
.featured_post_clipin_thumb{position:absolute;clip:rect(0px 90px 90px 0px);top:20px;left:15px;}

.release_post_clipout_thumb{float:left;border: 1px solid #eee;position:relative;width:98px;height:98px;margin:0 10px 5px 0;}
.release_post_clipin_thumb{position:absolute;clip:rect(0px 90px 90px 0px);top:5px;left:5px;}


/* Photo Gallery */
.clipout{border:1px solid #dddddd;position:relative !important;width:100px;height:100px;padding:0 !important;margin:0 !important;-moz-border-radius:4px !important;-khtml-border-radius:4px !important;-webkit-border-radius:4px !important;border-radius:4px !important;background:#f3f3f3}
.clipin{position:absolute;top:9px;left:10px;width:92px;height:90px;overflow:hidden;padding:0 !important;margin:0 !important;}
.small_thumb{margin:5px 10px !important}

.caption {
	position: absolute;
	top:70px;
	left:15px;
	z-index:2;
	width: 355px; 
	height: 60px;
}
.caption h2 {
	font-weight: bold;
	font-size: 1.6em;
	padding-bottom: 5px;
	color: #ffffff;
	text-shadow: 0 1px 1px #000;
}
.caption p.subtitle {
	font-weight: normal;
	font-size: .9em;
	color: #ffffff;
}
.captionBg {
	position: absolute;
	top:60px;
	left:0;
	z-index:1;
	width: 380px; 
	height: 100px; 
	background: #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity:0.4;
}

/************************************************
* Content *
************************************************/
#main {
	padding: 0 0 15px 0;
	background: #fff;
	-moz-box-shadow: 1px 1px 10px #bababa;
	-webkit-box-shadow: 1px 1px 10px #bababa;
	box-shadow: 1px 1px 10px #bababa;
}
#main.noPadding{
	padding:0 0 15px 0;
}
.noLeftPadding {
	padding-left: 0 !important;
}
#contentTop {
	background:#454545;height:39px;margin:0;line-height:25px;padding-left:15px;border-top:1px solid #454545;
}
#content {
	float: left;
	overflow: hidden;
	width: 640px;
	margin-bottom: 25px;
}
#content.subpage {
	width:725px;
	padding: 0 0 0 15px;
}
#content.subpageNoPadding {
	width:765px;
	border-top:9px solid #BF5700;
}
#content.subpage-wide {
	width:930px;
	padding: 15px 0 0 15px;
}
#content.full {
	width: 960px;
}
#body{
	margin: 25px 0 0 18px;
}
.post {
	padding: 0;
}
.padding {
	padding:5px 15px 15px 15px;
}
#pagefeatures {
	font-size:12px;
}
#pagefeatures a{
	font-weight: bold;
	font-size:13px;
}
.category-in-the-news {
	padding: 0 0 10px 0 !important;
}
.sticky {
	padding: 10px;
	margin-bottom: 35px;
}
#breadcrumbs {
	margin: 5px 0 20px 0;
	font-size:11px;
	color:#999;
}
#breadcrumbs span.current{
	color:#fff;
}
#breadcrumbs.gray, #breadcrumbs.gray span.current{
	color:#4C4C4C;
}
#breadcrumbs a,
#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:hover {
	color:#999 !important;
}
#content h1 {
	margin-top:15px;
	color: #BF5700;
	font-size: 1.8em;
	text-transform: uppercase;
	margin-bottom:15px;
}
.noImage {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
#content a {
	text-decoration: underline;
}
a.button {
	background:#ddd;
	/*border-radius:3px;*/
	color:#000;
	width:80px;
	font-size:11px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	padding: 4px 6px;
	text-align:center;
	text-transform:uppercase;
	text-decoration: none !important;
	width:auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
a.button_round {
	background:#ddd;
	/*border-radius:3px;*/
	color:#000;
	width:80px;
	font-size:11px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	padding: 4px 6px;
	text-align:center;
	text-transform:uppercase;
	text-decoration: none !important;
	width:auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#content a:hover {
	/*background: #ddd;*/
	text-decoration: none;
	color: #BF5700;
}
.divider {
	padding: 0 0 10px 0 !important;
	margin: 0 !important;
}
.posttop h2 a {
	font-size: 1.1em;
	color:#000;
}
.posttop h2 a:hover {

}
.postmetatop {
	overflow: hidden;
	width: 100%;
	font-size: 0.7em;
	padding-top: 8px;
	line-height: 1.5em;
}
.postmetatop .date {
	font-style: italic;
}
.postcontent {
	color: #404040;
	margin: 0;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-right:10px;
}
.postcontent h1, .posttop h1 {
	padding: .8em 0;
	font-size: 1.5em;
}
.postcontent h2 {
	padding: .8em 0;
	font-size: 1.45em;
	color:#000;
}
.postcontent h3 {
	padding: .8em 0;
	font-size: 1.25em;
	color:#BF5700;
}
.postcontent h4 {
	padding: .8em 0;
	font-size: 1.1em;
}

.postcontent h5 {
	padding: .8em 0;
	font-size: 1em;
}
.postcontent h6 {
	padding: .8em 0;
	font-size: .9em;
}
.postcontent p {
	padding: .6em 0 .2em 0;
}
.postcontent img {
	padding: 4px;
	-moz-border-radius:4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#f3f3f3;
	border:1px solid #dddddd;
	margin:10px;
}
.postcontent table img, table.grayBorder img, #quickLinksWrapper table img {
	padding: 4px !important;
	-moz-border-radius:4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#f3f3f3;
	border:1px solid #dddddd !important;
	margin:0;
}
.postcontent a img {
	/*background: none;*/
	border-bottom: 0;
}
.postcontent ul,.postcontent ol {
	padding: .4em 0 .5em 2em;
}
.postcontent ul li {
	list-style: disc;
}
.postcontent ol li {
	list-style: decimal;
}
.postmetabottom {
	overflow: hidden;
	width: 100%;
	padding: 3px 0 5px 0;
	font-size: 0.8em;
	line-height: 1.1em;
	margin-top: 5px;
	border-top: 1px solid #eee;
}
.postmetabottomnews {
	overflow: hidden;
	width: 100%;
	padding:0;
	margin-top: 0;
	border-top: 1px solid #eee;
}
.postmetabottom .categs {
	line-height: 20px;
	float:left;
	width:300px;
}
.postmetabottom .tags {
	line-height: 20px;
	/*float:left;*/
	width:650px;
	margin-bottom:0px;
}


/************************************************
* Tabs *
************************************************/
#news{
	float: left;
	width: 440px;
}
#spotlights{
	float: left;
	width: 483px;
	position: relative;
}
#spotlights a img, #spotlights a:link img, #spotlights a:visited img {  
    background: #fff;  
    padding: 4px;  
    border: solid 1px #eee;  
    text-align: center;  
    display: block;  
}  
  
#spotlights a:hover img, #spotlights a:active img {  
    background: #eee;  
}  
  
#spotlights a img {  
    display: inline;  
    border: none;  
    border: solid 1px #eee;
    margin-bottom:4px;
}  
#spotlightDivider{
	width:1px;
	height: 100%;
	border-right: 1px solid #eee;
	position: absolute;
	top:0;
	left:249px;
}
.spotlight{
	overflow:hidden;
	float:left;
	margin:0 40px 20px 20px;
	height:152px;
}
.spotlightEven{
	margin-right: 0;
	margin-left: 0;
}
.lastSpotlights{
	margin-bottom:0;
}
.spotlightTitle{
	width: 199px;
	font-weight: bold;
	color: #BF5700;
	font-size: .9em;
	margin-bottom:5px;
}
.spotlightCaption{
	width: 199px;
	font-size: .7em;
}

/* root element for tabs  */
ul.tabs { 
	list-style:none !important; 
	margin:0 !important; 
	padding:0;	
	height:41px;
	width:415px;
	background: #eee;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style:none !important;
	border-right:1px solid #fff;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: #eee;
	font-size:16px;
	font-weight: bold;
	display:block;
	height: 40px;  
	line-height:40px;
	/*width: 132px;*/
	text-align:center;	
	text-decoration:none !important;
	color:#4C4C4C;
	padding:0 15px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.wide {
	width:100% !important;
}
ul.wide a {
	font-size:12px !important;
	padding: 0 10px;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background: #eee;
	color:#BF5700;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: #fff !important;	
	border:1px solid #dedede;
	border-bottom: 1px solid #fff;
	cursor:default !important; 
	color:#BF5700 !important;
	padding: 4px 15px 0 15px;
	margin-top:-5px;
}
ul.wide a.current, ul.wide a.current:hover, ul.wide li.current a {
	padding: 4px 10px 0 10px !important;
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;	
}
.panes {
	height:95%;
}
.paneContent{
	width:395px;
	position: relative;
	margin-top:5px;
	line-height: 18px;
	font-size: 12px !important;
}
.paneContent h2{
	font-size:1.3em;
	margin: 0 0 5px 0 !important;
	padding:0 !important;
	color:#BF5700;
}
/*.paneContent p{
	line-height: 18px;
	font-size: 12px;
}*/
.paneContent ul{
	list-style: disc !important;
	margin-left:35px;
}
.paneContent ul li{
	margin: 0 0 15px 0;
	line-height: 17px;
}
.news ul{
	margin: 0 0 15px 25px !important;
	padding-left:0 !important;
	line-height: 17px;
}
.paneContent table {
	border-collapse:collapse;
}
.wide .paneContent {
	width:97% !important;	
	height:95% !important;
	line-height: 1.5em;
	font-size: 1em !important;
}
/*.wide .paneContent p {
	font-size: 12px;
	line-height: normal;
	margin-bottom:12px;
}*/
.wide .paneContent ul li {
	margin: 0 0 5px 0 !important;
	line-height: 1.5em !important;
}
.wide .paneContent p:first-child, 
.wide .paneContent div:first-child,
.wide .paneContent table:first-child,
.wide .paneContent h2:first-child,
.wide .paneContent h3:first-child,
.wide .paneContent h4:first-child {
  margin-top:0px !important;
  padding-top:0px !important;
}
.wide .paneContent table tr td:first-child div.wp-caption
{
	margin-top:2px !important;
	padding-top:5px !important;
}
.paneLinks {
	margin: 15px 0 0 0;
}

.paneContent .event {
	padding:0;
	margin:0;
}
.paneContent .eventDate {
	height:52px;
	margin: 0;
	padding: 5px 0 0 0;
	width:50px;
	background:#eee;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
table.eventListing .eventDate2 {
	height:75px;
	margin: 0;
	padding: 5px 0 0 0;
	width:60px;
	background:#eee;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.paneContent .eventDate .month, table.eventListing .eventDate2 .month {
	text-transform:uppercase;
	color:#999;
	font-weight:bold;
	font-size: 1em;
}
.paneContent .eventDate .day, table.eventListing .eventDate2 .day {
	color:#BF5700;
	font-size:2.5em;
	line-height: 1em;
}
.paneContent .eventDate .year, table.eventListing .eventDate2 .year {
	color:#999;
	font-weight:bold;
	font-size: 1em;
}
.paneContent .eventInfo {
	width:330px;
	height:63px;
	font-size:15px !important;
	line-height:normal;
	font-weight:bold;
	color:#BF5700;
	font-family: Arial,Helvetica,"Lucida Sans Unicode","Lucida Grande",sans-serif;
}
.paneContent .eventInfo span {
	font-size:12px !important;
	font-weight:normal;
}
.paneContent .eventInfo a, .paneContent .eventInfo a:link, .paneContent .eventInfo a:visited, .paneContent .eventInfo a:hover{
	text-shadow: 0 1px 1px #bababa;
}


/************************************************
* Navigation *
************************************************/
#navigation {
	overflow: hidden;
	width: 100%;
	line-height: 1.7em;
	margin-bottom: 20px;
}

/************************************************
* Gallery and Images *
************************************************/
.gallery a, .recent_images a {
	background: none;
	border: 0;
}

/************************************************
* Sidebar *
************************************************/
#parentBg {
	background: #BF5700; /*#8A8A8A;*/
	width: 220px;
	height: 49px;
	line-height: 49px;
	margin: 0 0 10px 0;
	/*-moz-box-shadow: 0 3px 4px #e1e1e1;
	-webkit-box-shadow: 0 3px 4px #e1e1e1;
	box-shadow: 0 3px 4px #e1e1e1;*/
	/* For IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#e1e1e1')";*/
	/* For IE 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#e1e1e1');*/
}
#sidebar {
	float: left;
	overflow: hidden;
	width: 175px;
	font-size: 0.9em;
	line-height: 1.4em;
	/*margin: -15px 0 30px -15px;*/
	margin: 0 0 30px 0;
	padding: 0 20px 20px 0;
	position: relative;
	background: url(images/subnavFade.png) no-repeat;
	background: url(images/subnavFade.png) no-repeat, -moz-linear-gradient(top, #f0f0f0, #ffffff);
	background: url(images/subnavFade.png) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff));
	min-height: 520px;
	height: auto;
}
#sidebarPadding {
	padding:15px;
	font-size: 12px;
	line-height: normal;
}
#sidebarPadding span {
	font-size: 11px;
}
#sidebar h6 {
	font-weight: bold;
	font-size: 1.1em;
	margin:0;
	color: #fff;
	padding-left:20px;
	display:inline;
	display:inline-table;
	display:inline-block;
    vertical-align:middle;
}
#sidebar h6 a {
	color:#fff;
}
#sidebar ul#wig-events {
	list-style: disc;
	list-style-position: inside;
	margin:5px 0 0 15px;
	padding-left: 1em;
	text-indent: -1em;
}
#sidebar ul#wig-events li a {
	display: block;
	padding: 5px 0;
	color:#BF5700;
}
#sidebar ul#wig-events li {
	line-height: 1.2em;
	padding: 0;
	margin: 0;
}
#sidebar ul#wigs ul {
	margin-left:10px;
	margin-top:10px;
}
#sidebar ul#wigs ul li {
	line-height: 1.6em;
}
#sidebar ul#wigs ul li a {
	font-weight:bold;
}
#sidebar ul#wigs ul li a small {
	font-weight:normal !important;
	color:#4C4C4C;
}
#sidebar ul#subnav, 
#sidebar ul#menu-news, 
#sidebar ul#menu-events,
#sidebar ul#wigs, 
ul#menu-outreach, 
ul#menu-alumni,
ul#menu-support,
ul#menu-psw,
ul#menu-news
{
	margin-left:10px;
}
#sidebar ul#subnav li a, 
#sidebar ul#menu-news li a,
#sidebar ul#menu-events li a,
#sidebar ul#menu-outreach li a,
#sidebar ul#menu-alumni li a,
#sidebar ul#menu-support li a,
#sidebar ul#menu-psw li a,
#sidebar ul#menu-news li a
{
	display: block;
	padding: 7px 7px 7px 12px;
	border-bottom: 1px solid #eee;
	color:#4C4C4C;
	font-weight: bold;
}
#sidebar ul#subnav li a:hover, 
#sidebar ul#menu-news li a:hover,
#sidebar ul#menu-events li a:hover,
#sidebar ul#menu-outreach li a:hover,
#sidebar ul#menu-alumni li a:hover,
#sidebar ul#menu-support li a:hover,
#sidebar ul#menu-psw li a:hover,
#sidebar ul#menu-news li a:hover
{
	color:#000;
}
#sidebar ul#subnav ul li, 
#sidebar ul#menu-news ul li,
#sidebar ul#menu-events ul li,
#sidebar ul#menu-outreach ul li,
#sidebar ul#menu-alumni ul li,
#sidebar ul#menu-support ul li,
#sidebar ul#menu-psw ul li,
#sidebar ul#menu-news ul li
{
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	font-size:0.813em;
}
#sidebar ul#subnav ul li a,
#sidebar ul#menu-news ul li a {
	padding: 4px 0 4px 20px;
	line-height: 1.4em;
	color:#BF5700;
}
#sidebar h3 {
	color:#000;
	margin: 20px 0 0 10px;
	font-size:1.1em;
}
#sidebar ul#wigs h3 {
	color:#000;
	margin:25px 0 0 0;
	font-size:1.1em;
}

.widget table {
	width: 100%;
}
.widget_text a, h3 a.rsswidget {
	display: inline !important;
}

/************************************************
* Footer *
************************************************/
.footer a {
	color:#4C4C4C;
}
.footer a:hover {
	color:#000;
}
.footer {
	clear: both;
	overflow: hidden;
	width: 100%;
	font-size: 0.75em;
}
.footer .foot1 {
	float: left;
	width: 285px;
	margin: 20px 20px 0 20px;
}
.footer .foot2 {
	float: left;
	width: 285px;
	margin: 53px 20px 0 15px;
}
.footer .foot3 {
	float: left;
	width: 285px;
	margin: 53px 0 0 10px;
}
.footer h5 {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 1.1em;
	color:#BF5700;
}
.footer ul li {
	line-height: normal;
	margin-bottom: 1em;
}
#credits {
	clear: both;
	overflow: hidden;
	width: 940px;
	/*height: 70px;*/
	margin-top: 15px;
	padding:0 10px;
	font-size: 0.73em;
	line-height: 1.8em;
	border-top: 2px solid #eee;
}
#credits a {
	color: #4C4C4C;
}
#credits a:hover {
	color: #000;
}
#credits #creditsleft {
	float: left;
	width: 121px;
	padding:30px 0 0 5px;
}
#credits #creditsmiddle {
	float: left;
	width: 400px;
	padding:20px 0 0 35px;
}
#credits #creditsright {
	float: right;
	width: 360px;
	padding: 30px 10px 0 0;
	text-align: right;
}
#credits #creditsright a{
	margin-right:5px;
}
#credits #creditsright a:last-child{
	margin-right:0;
}
ul#themes {
	list-style: none;
	margin:0 0 0 15px;
	padding:0;
	height: 42px;
}
ul#themes li {
	display: block;
	width: 140px;
	height:42px;
	float:left;
	margin: 0 18px 0 0;
	padding:0;
}
ul#themes li.lastTheme{
	margin-right:0 !important;
}
ul#themes li a {
	display: block;
	width: 140px;
	height:37px;
	float:left;
	text-align: center;
	font-size: 12px;
	line-height: 36px;
	color: #fff;
	font-weight:bold;
}
ul#themes li a:hover {
	color:#fff;
}
ul#themes li a.doubleLine {
  line-height: 1.15em;
  padding-top:5px;
  height: 32px;
}
.climate-carbon-geobiology {
	background:#56c0b1;
}
.solid-earth-tectonic-processes {
	background:#7f3500; /*00bacc*/
}
.surface-hydrologic-processes {
	background:#ff7919; /*00747f*/
}
.marine-geosciences {
	background:#00747f; /*BF5700*/
}
.energy-geosciences {
	background:#00bacc; /*7f3500*/
}
.planetary-sciences {
	background:#BF5700; /*ff7919*/
}

/************************************************
* FIND AN EXPERT *
************************************************/

.researcher {
  padding: 10px;
}

.researcherThumbnail {
  float:left;
  min-width: 100px;
}

.researcherInfo {
  margin-left: 10px;
  float:left;
}

.contact {
  display: none;
  margin-left: 25px;
}

.researcherDetail {
  float:left;
  min-width: 200px;
  margin-left: 15px;
}

.row0 td,
.row0 th {
  background-color:#e8e8e8;
  padding:10px;
}
.row1 td,
.row1 th {
  background-color:#fff;
  padding:10px;
}
ul.paging {
  width:750px;
  list-style:none;
  margin:13px 0 10px 0;
  padding:0;
  overflow:auto;
}
ul.paging li {
  float:left;
  margin:0 10px 5px 0;
  padding:0;
}
ul.paging li a,
ul.paging li a:link,
ul.paging li a:visited,
ul.paging li a:active {
  float:left;
  width:22px;
  margin:0;
  padding:0;
  border:solid 1px #D6EAF3;
  font-size:11px;
  text-align:center;
  text-decoration:none;
}
ul.paging li.on a,
ul.paging li.on a:link,
ul.paging li.on a:visited,
ul.paging li.on a:active,
ul.paging li a:hover {
  color:#fff;
  background-color:#007db6;
  border:solid 1px #007db6;
}
#featureColumn {
	width:485px;
	margin:0;
	float: left;
}

#spotlightColumn {
	background:#f8f8f8;
	width:225px;
	float:left;
	padding: 3px 15px 15px 15px;
	margin:0;
}
/*
#spotlights {
	float: none;
	width: 220px;
	position: relative;
	border-top: 1px solid #ddd;
	padding-top:20px;
	margin-top:10px;
}

#spotlights a:hover img, #spotlights a:active img {  
    background: #fff;  
}  
  
#spotlights a img {  
    display: inline;  
    border: none;  
    border: solid 1px #eee;
    margin:0 0 2px 0;
    padding:0;
    -moz-border-radius:0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}  
.spotlight{
	overflow:hidden;
	float:none;
	margin:0;
	height:155px;
}
.spotlightEven{
	margin-top:10px;;
}
.spotlightTitle{
	width: 210px;
	font-weight: bold;
	color: #BF5700;
	font-size: 1em;
	margin-bottom:0;
}
.spotlightCaption{
	width: 210px;
	font-size: .8em;
	margin-bottom:5px;
	line-height: normal;
}
*/

/************************************************
* TOOLTIPS *
************************************************/
.title-tooltip{ position:absolute;  z-index:999; left:-9999px; background-color:#fff; border:1px solid #4C4C4C;padding:5px; min-width: 200px;max-width:400px;}
.title-tooltip p{font-size:12px;text-align:left;margin:0; padding:0 5px; color:#000;padding:2px 7px;}

/************************************************
* WP related *
************************************************/
.alignleft {
	float: left;
	margin: 5px 15px 7px 0 !important;
}
.alignright {
	float: right;
	margin: 5px 0 7px 15px;
}
.aligncenter,div.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
img.alignleft {
	float: left;
	margin: 5px 15px 5px 0 !important;
}
img.alignright {
	float: right;
	margin: 5px 0 5px 15px !important;
}
img.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
table.alignright {
	text-align: left;
	-moz-border-radius:4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#f3f3f3;
	border:1px solid #dddddd;
}
table.alignright td{
	padding:10px;
}
table.alignright td h2, table.alignright td h3, table.alignright td h4{
	margin-top:0 !important;
	padding-top:0 !important;
}
.wp-caption {
	text-align: center;
	padding: 4px 0 0 0;
	-moz-border-radius:4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#f3f3f3;
	border:1px solid #dddddd;
}
div.wp-caption img {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px !important;
	padding: 0 4px 5px;
	margin: 0;
	font-weight: normal !important;
}
#themes, #themes tr, #themes td {
	padding:0;
	margin:0;
}
#themes td {
	padding:0 4px 0 0;
	
}
#themes td a{
	display:block;
	font-weight:bold !important;
}
#themes td img {
	background: none !important;
	border:none !important;
}
/*#themes  {
	
	color:#BF5700;
	font-size:13px !important;
	line-height: 12px !important;
	padding: 0 0 10px 0 !important;
}*/
.gallery-caption{
  text-align: center;

}

.form-allowed-tags{
  display: none;
}
.help_required{display:none}