body {
    float: left;
    width: 100%;
}
body {
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Century Gothic','Questrial',sans-serif;
    font-size: 14px;
}
#page {
    display: block;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
}
#page #primary {
    display: inline;
    float: left;
    margin: 0 10px;
    overflow: hidden;
    width: 700px;
}
#page #sidebar {
    display: inline;
    float: left;
    margin: 0 10px;
    overflow: hidden;
    width: 220px;
}
.assistive-text {
    position: absolute;
    text-indent: -999em;
}
a:link {
    color: #1B3F8B;
    text-decoration: none;
}
a:visited {
    color: rgba(27, 63, 139, 0.6);
    text-decoration: none;
}
a:hover {
    color: #0A1836;
    text-decoration: underline;
}
a:active {
    color: #0A1836;
    text-decoration: underline;
}
header#branding {
    background: url("../images/TCDS_logo6.png") no-repeat scroll right center transparent;
    margin: 30px 0 0;
    min-height: 200px;
}
header#branding #site-title {
    font-size: 5em;
    font-weight: normal;
    padding: 50px 0 0 1em;
    text-indent: -1em;
    text-transform: lowercase;
    width: 6.5em;
}
header#branding #site-title a:link, header#branding #site-title a:visited, header#branding #site-title a:hover, header#branding #site-title a:active {
    color: #1B3F8B;
    text-decoration: none;
}
aside {
    margin: 2em 0;
}
aside nav li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
    border-top: 1px solid rgba(0, 0, 0, 0.45);
    display: block;
    font-size: 1em;
    margin: 0.5em 0;
    padding: 0.5em 1em;
    width: 70%;
}
aside nav li a:hover {
    background: none repeat scroll 0 0 #E6E6E6;
    text-decoration: none;
}
aside .recent-posts-widget li {
    clear: both;
    margin: 1em 0;
    width: 100%;
}
aside .recent-posts-widget li a {
    display: table;
}
aside .recent-posts-widget li a img {
    display: table-cell;
}
aside .recent-posts-widget li a span {
    display: table-cell;
    padding-left: 1em;
    vertical-align: middle;
}
aside #recentcomments li {
    margin: 1em 0;
}
#nav-single {
    margin: 2em 0;
}
#nav-single .relatedposts {
    margin: 2em 0;
}
#nav-single .relatedposts article {
    display: inline-block;
    vertical-align: middle;
    width: 19%;
}
#nav-single .relatedposts article a {
    display: block;
    text-align: center;
}
.index-pages {
    margin: 2em 0;
}
.index-pages a.page-numbers {
    border: 1px solid #1B3F8B;
    padding: 0.5em;
}
.nav-previous a {
    display: inline-block;
    text-align: left;
    width: 49.5%;
}
.nav-next a {
    display: inline-block;
    text-align: right;
    width: 49.5%;
}
.blog article, .archive article {
    margin: 3em 0;
}
.entry-meta {
    margin: 1em 0;
}
.share-buttons {
    margin: 1em 0;
}
h1, h2, h3, h4, h5, h6 {
    color: rgba(0, 0, 0, 0.8);
    display: block;
    font-weight: normal;
}
h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
}
h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
}
h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
}
h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}
h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
h6 {
    font-size: 1em;
    font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}
.entry-content p {
    line-height: 1.4em;
    margin: 0 0 1.5em;
}
.entry-content .left {
    float: left !important;
}
.entry-content p .left {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}
.entry-content .right {
    float: right !important;
}
.entry-content p .right {
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
}
.entry-content blockquote {
    color: #666666;
    font-style: italic;
    margin: 1.5em;
}
.entry-content strong, .entry-content dfn {
    font-weight: bold;
}
.entry-content em, .entry-content dfn {
    font-style: italic;
}
.entry-content sup, .entry-content sub {
    line-height: 0;
}
.entry-content abbr, .entry-content acronym {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.6);
}
.entry-content address {
    font-style: italic;
    margin: 0 0 1.5em;
}
.entry-content del {
    color: rgba(0, 0, 0, 0.6);
}
.entry-content pre {
    margin: 1.5em 0;
    white-space: pre;
}
.entry-content pre, .entry-content code, .entry-content tt {
    font: 1em/1.5 'andale mono','lucida console',monospace;
}
.entry-content li ul, .entry-content li ol {
    margin: 0;
}
.entry-content ul, .entry-content ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}
.entry-content ul {
    list-style-type: disc;
}
.entry-content ol {
    list-style-type: decimal;
}
.entry-content li {
    margin: 0.5em 0;
}
.entry-content dl {
    margin: 0 0 1.5em;
}
.entry-content dl dt {
    font-weight: bold;
}
.entry-content dd {
    margin-left: 1.5em;
}
.entry-content table {
    margin-bottom: 1.4em;
    width: 100%;
}
.entry-content th {
    font-weight: bold;
}
.entry-content thead th {
    background: none repeat scroll 0 0 #C3D9FF;
}
.entry-content th, .entry-content td, .entry-content caption {
    padding: 4px 10px 4px 5px;
}
.entry-content tbody tr:nth-child(2n) td, .entry-content tbody tr.even td {
    background: none repeat scroll 0 0 #E5ECF9;
}
.entry-content tfoot {
    font-style: italic;
}
.entry-content caption {
    background: none repeat scroll 0 0 #E6E6E6;
}
.entry-content .small {
    font-size: 0.8em;
    line-height: 1.875em;
    margin-bottom: 1.875em;
}
.entry-content .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}
.entry-content .hide {
    display: none;
}
.entry-content .quiet {
    color: rgba(0, 0, 0, 0.6);
}
.entry-content .loud {
    color: #000000;
}
.entry-content .highlight {
    background: none repeat scroll 0 0 #FFFF00;
}
.entry-content .added {
    background: none repeat scroll 0 0 #8AA8E8;
    color: #FFFFFF;
}
.entry-content .removed {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
}
.entry-content .first {
    margin-left: 0;
    padding-left: 0;
}
.entry-content .last {
    margin-right: 0;
    padding-right: 0;
}
.entry-content .top {
    margin-top: 0;
    padding-top: 0;
}
.entry-content .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
.entry-content .alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.entry-content .alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.entry-content .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-content img[class*="wp-image-"] {
    height: auto;
    max-width: 97.5%;
}
.entry-content img.size-full {
    width: auto;
}
.entry-content img.wp-smiley {
    border: medium none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.entry-content p img, .entry-content .wp-caption {
    margin-top: 0.4em;
}
.entry-content img {
    border: 1px solid #DDDDDD;
    padding: 6px;
}
.entry-content img.alignleft, .entry-content img.alignright, .entry-content img.aligncenter {
    margin-bottom: 1.625em;
}
.entry-content .wp-caption {
    background: none repeat scroll 0 0 #EEEEEE;
    border: medium none;
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px;
}
.entry-content .wp-caption img {
    border-color: #EEEEEE;
    display: block;
    margin: 5px auto 0 !important;
    max-width: 98%;
}
.entry-content .wp-caption .wp-caption-text, .entry-content .wp-caption-dd {
    color: #666666;
    font-size: 0.8em;
    margin: 0 0 0.6em !important;
    padding: 0 0 5px 40px;
    position: relative;
    text-align: left;
}
.entry-content .wp-caption .wp-caption-text:before {
    color: #666666;
    content: "—";
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    left: 10px;
    margin-right: 5px;
    position: absolute;
    top: 7px;
}
.entry-content a:focus img[class*="wp-image-"], .entry-content a:hover img[class*="wp-image-"], .entry-content a:active img[class*="wp-image-"] {
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #BBBBBB;
}
.entry-content .wp-caption a:focus img, .entry-content .wp-caption a:active img, .entry-content .wp-caption a:hover img {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DDDDDD;
}
label {
    font-weight: bold;
}
fieldset {
    border: 1px solid #CCCCCC;
    margin: 0 0 1.5em;
    padding: 0 1.4em 1.4em;
}
legend {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: -0.2em;
}
fieldset, #IE8#HACK {
    padding-top: 1.4em;
}
legend, #IE8#HACK {
    margin-bottom: 0;
    margin-top: 0;
}
input[type="search"], input[type="text"], input[type="password"], input[type="url"], input[type="email"], input.text, input.title, textarea {
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    color: #000000;
}
input[type="search"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="email"]:focus, input.text:focus, input.title:focus, textarea:focus {
    border-color: #1B3F8B;
}
select {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
}
input[type="search"], input[type="text"], input[type="password"], input[type="url"], input[type="email"], input.text, input.title, textarea, select {
    margin: 0.5em 0;
}
input.text, input.title {
    padding: 5px;
    width: 300px;
}
input.title {
    font-size: 1.5em;
}
textarea {
    height: 250px;
    padding: 5px;
    width: 390px;
}
form.inline {
    line-height: 3;
}
form.inline p {
    margin-bottom: 0;
}
.error, .alert, .notice, .success, .info {
    border: 2px solid #DDDDDD;
    margin-bottom: 1em;
    padding: 0.8em;
}
.error, .alert {
    background: none repeat scroll 0 0 #FBE3E4;
    border-color: #FBC2C4;
    color: #8A1F11;
}
.notice {
    background: none repeat scroll 0 0 #FFF6BF;
    border-color: #FFD324;
    color: #514721;
}
.success {
    background: none repeat scroll 0 0 #E6EFC2;
    border-color: #C6D880;
    color: #264409;
}
.info {
    background: none repeat scroll 0 0 #D5EDF8;
    border-color: #92CAE4;
    color: #205791;
}
.error a, .alert a {
    color: #8A1F11;
}
.notice a {
    color: #514721;
}
.success a {
    color: #264409;
}
.info a {
    color: #205791;
}
input[type="search"] {
    background: url("../images/search.png") no-repeat scroll 5px 6px transparent;
    border-radius: 2px 2px 2px 2px;
    font-size: 14px;
    height: 32px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
}
input#searchsubmit {
    display: none;
}