/*
Theme Name: Tracing Center
Theme URI: http://www.tracingcenter.org
Author: James DeW. Perry
Author URI: http://www.jdewperry.com/
Description: The WordPress theme for the Tracing Center's web site.
Version: 2.0
*/

body {
background: white;
margin:0;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
color: black;
font-size: 14px;
}

#wpadminbar {
   display: none;
}

#container {
   width: 960px;
   margin:0 auto;
}

#container hr {
   display: block;
   height: 2px; 
   border: 0; 
   box-shadow: inset 0 2px 2px -2px rgba(0,0,0,0.5);
   margin-bottom: 15px;
   clear: both;
}

/* Header Styles */

#header {
width: 960px;
height: 110px;
margin-top: 20px;
margin-bottom: 15px;
background: white;
}

#header .header-logo{
	width: 340px;
        height: 110px;
	float: left;
}

#header .header-container {
        position: relative;
	width: 620px;
	float: left;
        height: 110px;
	background: white;
        padding: 0px 0px 0px 0px;
}

#header .header-line-one {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 40px;
	width: 620px;
        padding: 0px 0px 0px 0px;
        font-size: 12px;
}

#header .header-line-one table {
        position: relative;
        float: right;
}

#header .header-line-one .tablecell1 {
        font-weight: normal;
	color: #4c7c82;
}

#header .header-line-one .tablecell1 a{
        text-decoration:none;
        color: #4c7c82;
}

#header .header-line-one .tablecell2 {
        font-weight: bold;
        color: #493b30;
}

#header .header-container .header-mini-nav{
        position: absolute;
        top: 45px;
        left: 40px;
        height: 20px;
	width: 580px;
        padding: 0px 0px 0px 0px;
        text-align: right;
        color: #493b30;
        font-size: 13px;
        font-weight: normal;
}

#header .header-container .header-mini-nav a{
        text-decoration:none;
        color: #493b30;
}

#header .header-container .header-programs {
	position: absolute;
        top: 65px;
        left: 0px;
        height: 50px;
	width: 620px;
        padding: 0px 0px 0px 0px;
        text-align: right;
        color: #493b30;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.8;
	background: white;
}

/* End Header Styles */

/* Sidebar Styles */

.sidebar {
    width: 280px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 5px;
    float:left;
    padding-bottom: 6px;
    background: white;
}

.sidebar .sideblock1 {
    float:left;
    width: 280px;
    min-height: 350px;
}

.sidebar .sideblock2 {
    float:left;
    width: 280px;
    min-height: 395px;
}

.sidebar .sideblock3 {
    float:left;
    width: 280px;
    min-height: 300px;
}

.sidebar .sidebar-title {
        margin-bottom: 10px;
        color: #493b30;
        font-size: 16px;
        font-weight: bold;
}

.sidebar .sidebar-graphic {
    display: block;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    width: 280px;
}

.sidebar .sidebar-text {
        font-size: 16px;
}

.sidebar .sidebar-text .colorblock-link a {
        color: #990000; 
        text-decoration: none; 
        font-weight: bold; 
        font-size: 12px;
}

.sidebar .sidebar-quote {
        font-size: 18px;
        color: #a6a6a6;
        margin-top: 5px;
        margin-left: 5px;
}

.sidebar .sidebar-tweets {
        display: block;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
	color: #589098;
	line-height: 1.7;
        font-size: 12px;
}

/* End Sidebar Styles */

.content {
    width: 620px;
    float:left;
    margin-top: 30px;
    margin-bottom: 5px;
    margin-left: 60px;
    background: white;
}

/* Homepage Styles */

.content .homeblockleft {
    float:left;
    width: 280px;
    min-height: 350px;
}

.content .homeblockleft a:link {color: #990000; text-decoration: none; font-weight: bold; font-size: 12px;}

.content .homeblockright {
    float:left;
    width: 280px;
    min-height: 350px;
    margin-left: 60px;
}

.content .homeblockright a:link {color: #990000; text-decoration: none; font-weight: bold; font-size: 12px;}

.content .homeblocktwothree1 {
    float:left;
    width: 620px;
    min-height: 395px;
}

.content .homeblocktwothree1 a:link {color: #990000; text-decoration: none; font-weight: bold; font-size: 12px;}

.content .homeblocktwothree2 {
    float:left;
    width: 620px;
    min-height: 300px;
}

.content .homeblocktwothree2 a:link {color: #990000; text-decoration: none; font-weight: bold; font-size: 12px;}

.content .colorblock {
    margin-bottom: 8px;
}

.content .programtext {
    margin-top: 7px;
    margin-bottom: 12px;
    font-size: 16px;
}

.content .recentposts {
}

.content .recentposts .recentposts-title {
        color: #0070c0;
        font-weight: normal;
        text-decoration: none;
        font-size: 16px;
}

.content .recentposts .recentposts-title a {
        color: #0070c0;
        font-weight: normal;
        text-decoration: none;
        font-size: 16px;
}

.content .recentposts-text {
        font-size: 16px;
}

/* End Homepage Styles */

/* Subpage Styles */

a {color: #990000; text-decoration: none;}

a:hover {color: #990000; text-decoration: underline;}

img {
    border: none;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

blockquote {
	margin: 0px;
	padding: 0 0 0 25px;
	font-style:italic;
}

.wp-caption p.wp-caption-text {
    font-size:xx-small;
    font-style:italic;
    vertical-align:top;
    line-height: 17px;
    padding: 0px 10px 0px 5px;
}

.content .sub-navigation {
	float: right;
	margin: 0px 0px 30px 20px;
	width: 215px;
	padding: 14px 15px 5px 15px;
	border-left: 1px solid #b6aca2;
	font-weight: bold;
	letter-spacing: 1px;
}

.content .sub-navigation ul {list-style: none; margin: 0px 0px 0px 15px; padding: 0px;}
.content .sub-navigation ul li {padding: 5px 0px;}
.content .sub-navigation ul ul {padding: 4px 15px; font: 9px;}

/* End Subpage Styles */

/* Blog Styles */

.content .content_blog {
}

.content .content_blog h2 {
        color: #493b30;
        font-size: 16px;
        font-weight: bold;
}

.content .content_blog h2 a {
        color: #493b30;
        text-decoration: none;
}

/* End Blog Styles */

/* Footer Styles */

#footer {
	position: relative;
	float:left;
	width: 960px;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #4c7c82;
	line-height: 1.7;
	background: white;
	clear:both;
}

#footer a {color: #000000; text-decoration: none;}

#footer .footer-block-one {
	position: absolute;
	top: 0px;
        left: 5px;
        height: 190px;
	width: 267px;
	background: white;
        padding: 10px 10px 10px 10px;
}

#footer .footer-block-one .footer-header {
        color: black;
        font-weight: bold;
}

#footer .footer-block-one .footer-link a {
        color: #4c7c82;
}

#footer .footer-block-one .footer-block {
        font-style: italic;
}

#footer .footer-search {
        padding: 0px 0px 0px 0px;
}

#footer .footer-search .searchbox {
        margin-top: 10px;
}

#footer fieldset {
     border: none;
}

#footer #search {
     color: #a6a6a6;
     font-style: italic;
     font-size: 12px;
}

#footer .arrow {
     padding: 0px 0px 0px 0px;
     vertical-align: middle;
}

#footer .footer-block-two {
	position: absolute;
	top: 0px;
        left: 332px;
        height: 190px;
	width: 284px;
	background: #FFFFFF;
        padding: 10px 10px 10px 10px;
}

#footer .footer-block-two .footer-header {
        color: black;
        font-weight: bold;
}

#footer .footer-block-three {
	position: absolute;
	top: 0px;
        left: 680px;
        height: 190px;
	width: 250px;
	background: #FFFFFF;
        padding: 10px 10px 10px 10px;
}

#footer .footer-block-three .footer-header {
        color: black;
        font-weight: bold;
}

#footer .footer-block-three table {
        padding: 10px;
}

#footer .footer-block-three .footer-link a {
        color: #4c7c82;
}

#credit {
	float: left;
        margin-top: 0px;
        margin-bottom: 20px;
	width: 960px;
	padding: 7px;
	font: 10px Verdana;
        color: #999;
	text-align: left;
}

#credit a {color: #999; text-decoration: none;}
#credit a:visited {color: #999; text-decoration: none;}
#credit a:hover {text-decoration: underline;}

/* End Footer Styles */

/* CSS Menu Maker - Platinum Tabbed Dropdown Menu, as heavily modified by me */

@charset 'UTF-8';
/* Starter CSS for Flyout Menu */
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: 620px;
}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu ul li {
  float: none;
}
#cssmenu ul ul {
  margin-top: 1px;
}
#cssmenu ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #493b30;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}
#cssmenu a:hover {
  background: #f6f6f6;
  position: relative;
  top: 0;
}
#cssmenu ul {
  background: white;
  list-style: none;
}
#cssmenu > ul {
  padding-top: 5px;
  width: 100%;
}
#cssmenu > ul > li {
  float: right;
  padding: 0px;
  position: relative;
}
#cssmenu > ul > li:hover > a {
  background: white;
  position: relative;
}
#cssmenu > ul > li a {
  line-height: 35px;
}
#cssmenu > ul > li a:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#cssmenu .has-sub:hover ul {
  display: block;
}
#cssmenu .has-sub a {
  display: block;
  position: relative;
}
#cssmenu .has-sub > a:after {
  content: '';
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRCQjdBNUNENDkzMTExRTI4NENBRkFDOUM5MUY0QzI2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRCQjdBNUNFNDkzMTExRTI4NENBRkFDOUM5MUY0QzI2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEJCN0E1Q0I0OTMxMTFFMjg0Q0FGQUM5QzkxRjRDMjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEJCN0E1Q0M0OTMxMTFFMjg0Q0FGQUM5QzkxRjRDMjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4qSqkdAAAAtUlEQVR42nyOPQ6DMAyF3bSIKXeplGP0IL1EpU5dkZiQeoDegBt0ZO4BOjORABL5oX4RZCniDZbl99nPh6ZpjkR0pn19TlxclmW7lHOOANZSykue55uQtZbatiXBfdV1Hc3zvAnCY12FUqrm02Xf93/QOI40TdOLmadYZoUxhkIICUKC1hpthRJB3viy8ViMKCR470v23glcdB+GIT7PACEBSauZQN70eBrP4zIn3JC0+j8BBgCxDV02ZQEC4wAAAABJRU5ErkJggg==);
  -webkit-transform: rotate(360deg);
}
#cssmenu .has-sub ul {
  background: white;
  border: 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none;
  padding: 0px;
  position: absolute;
  left: 50%;
  top: 34px;
  margin-left: -70px;
  width: 140px;
  z-index: 1;
}
#cssmenu .has-sub ul li:hover > a {
  background: #dddddd;
  color: #ae0001;
  border-color: #e5e5e5 transparent transparent transparent;
}
#cssmenu .has-sub ul a {
  line-height: 160%;
  padding: 8px 0;
}
#cssmenu .has-sub .has-sub a:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgwRkJGQzk4NDkzMTExRTI4M0U0QzE5NjJFN0U3RjNFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgwRkJGQzk5NDkzMTExRTI4M0U0QzE5NjJFN0U3RjNFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODBGQkZDOTY0OTMxMTFFMjgzRTRDMTk2MkU3RTdGM0UiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODBGQkZDOTc0OTMxMTFFMjgzRTRDMTk2MkU3RTdGM0UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6DuTwoAAAAtUlEQVR42nyOsQ3CMBBFj4CVyktkAvZgEJZAoqKNoMoEjMAGzEDnhtKyGztxYzvmznIsIUX5kq2T/rv7fyeE2APAEbb1OeAXGGObVAgBCHxxzk9t265C3ntQSkGD82CMgZTSKkge6pwB7HmXUibn3N/TWif0nsQ0ZbEfxxHmea6XyLTW0jjQl8Gu675o3IqRNU0TxBgf6L0rWHTFuFweAaAESlrMCuJmpNJUni5jwoWSFv8nwAA0tXChxwneNwAAAABJRU5ErkJggg==);
  -webkit-transform: rotate(360deg);
}
#cssmenu .has-sub .has-sub ul {
  background: #dddddd;
  left: 100%;
  top: 0;
  margin-left: 0;
}
#cssmenu .has-sub .has-sub ul a {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu .has-sub .has-sub ul a:after {
  background-image: none;
}
#cssmenu .has-sub .has-sub ul a:hover {
  background: #bfbfbf;
}

/* End CSS Menu Maker */