/* @override http://www.america2050.org/library/css/2050-v.1.css */

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}

#container-inner {
    width: 960px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 180px;
    width: 520px;
}

.layout-twt #beta {
    left: -520px;
    width: 180px;
}

.layout-twt #gamma {
    width: 240px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 750px;
}

.layout-wt #beta {
    width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-form-remember-me label {
	display: inline;
}

#comment-bake-cookie {
    margin-left: 0;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.input-default {
    background-color: #9AAEC2;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

 
/*

A Six Apart theme adapted for Movable Type default templates 
name: Universal Blue
designer: Jim Ramsey 
designer_url: http://www.jimramsey.net/ 
layouts: layout-wm

*/

/* Default ---------------------------------------------------------------- */

/* Global */

body {
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}


/* Header */

#header {
    
}

#header-inner {
    position: relative;
}

#header-name {
    margin-bottom: 0;
}

#header-description {
    
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}


/* Content */

.asset-name {
    
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
}

.asset-more-link {
}

.asset-meta {
    border-top: 1px solid #ccc;
}

.asset-footer {
    /* border-top: 1px solid #ccc; */
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {  
    color: #555;    
    background-color: #fff; 
}

a {
    color: #069;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}


/* Layout ----------------------------------------------------------------- */

#container{
	background-color: #e3e3e3;
}

#container-inner,
#content {
    background-color: #fff;

}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content { 
  
    margin-bottom: 30px;
	padding-top: 25px;
	background: #fff url(elements/content-bg.gif) repeat-x;
}

#container-inner {
    width: 960px;
	position: relative;
	border-left: 2px solid #bbb;
	border-right: 2px solid #bbb;
}

#header-inner,
#main-navigation-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
}


/* Header ----------------------------------------------------------------- */

#header { 

}

#header-inner {
	background: #000 url(elements/header-bg.gif) repeat-x 0 0;
	background-color: #1b3641;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#header a {
    color: #fff;
}

#header-content {
    width: 842px; 
    margin: 20px;
}

#header-name {
    color: #fff; 
    font-size: 30px;
    margin-bottom: 5px;
}

#header-description {
    color: #777;
    font-size: 15px;  
}


/* Navigation ----------------------------------------------------------------- */

#main-navigation {
    background: #eee url(elements/nav-bg.gif) repeat-x 0 0; 
    border-bottom: 1px solid #ccc;
    font-family: verdana;
}

#main-navigation-inner {
    position: relative;
}

#main-navigation ul {
    margin: 0;
    padding: 0 0 0 17px;
    list-style: none;
}

#main-navigation ul li {
    float: left;
    padding-top: 2px;
}

#main-navigation ul li a {
	background: #ce2926 url(elements/tnav-button.gif) repeat-x;
    display: block;
    text-decoration: none;
    padding: 10px 15px 10px 16px;
    border-left: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

/* @group My Group */



/* @end */

#main-navigation ul li a:hover {
    text-decoration: underline;
}

#main-navigation ul li.on a {
    color: #000;
    background: #fff url(elements/tnav-button-on.gif) repeat-x}

#main-navigation ul li.last {
    border-right: 1px solid #ccc;
}


/* Search ---------------------------------------------------------------- */

.widget-search {
    float: right;
    width: 300px;
    top: 2px;
    right: 0;
    text-align: right;
	margin-top: 115px;
	position: absolute;
}

.widget-search h3 {
    display: none;
}

#search {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px;
}

/*
#search-submit {
    border: 1px solid #036;
    border-top: 1px solid #80b3cc;
    border-left: 1px solid #80b3cc;
    background: #069;
    color: #fff;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}
*/

/* Sign In ---------------------------------------------------------------- */

#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: center;
    color: #777;
    font-family: verdana;
    font-size: 11px;
    margin: 0;
    padding: 0;
	float: none;
	width: auto;
}

#header .widget-sign-in .widget-header {
    display: none;
}

#header .widget-sign-in .widget-content {
    background-color: #000;
    margin: 0;
    padding: 5px 15px 10px 15px;
    float: right;
    overflow: hidden;
}

#header .widget-sign-in a {
    color: #777;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #fff;
}


/* Content ---------------------------------------------------------------- */

#content {
    line-height: 1.5;
}

.asset-name,
.asset-name a,
.archive-title {
    
}

.comment-footer,
.comment-footer a,
.trackback-footer {
    
}

.asset-footer {
    font-size: 13px;
    padding-top: 15px;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    
}

.asset-name a {
    
}

.entry-asset {
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
	padding-bottom: 15px;
}

.entry-asset .asset-name {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.entry-asset .asset-meta {
    color: #777;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 12px;
}


.entry-asset .byline {
    float: left;
}
.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}
.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}
.entry-asset .asset-comments a {
    background: url(elements/icon-comment.gif) no-repeat 2px 50%;
}
.entry-asset .asset-trackbacks a {
    background: url(elements/icon-trackback.gif) no-repeat 0 50%;
}

.alt_color {
	color: #ae1b13
}

.archive-list-item {
    font-size: 12px;
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
}

.archive-list-item a{
	color: #555; 
}


.archive-list-item {
    margin-bottom: 5px;
}

#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

h1#page-title {
    font-size: 30px;
    line-height: 1.3;
}

.mt-main-index h1#page-title {
    font-size: 30px;
    margin-bottom: .5em;
}

.mt-main-index #alpha p {
}

.entry-asset .asset-footer {
    display: none;
}

.mt-entry-archive .entry-asset .asset-footer {
    display: block;
}

#homepage-image {
    width: 905px;
    height: 170px;
    /* photo by Byrne Reese */
    background: url(homepage-image.jpg) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 25px 20px;
}

#alpha .comments {
    
}

#alpha .trackbacks {
    border-top: 1px dotted #ccc;
}

#alpha .comments .even {
    background-color: #e6f0f5;
    border-right: 1px solid #c0d9e6;
    border-bottom: 1px solid #c0d9e6;
}

#alpha .comments .odd {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.comment {
    background: #fff;
    padding: 10px 10px 0;
    width: 460px;
    margin-bottom: 10px;
}

.comment-header {
    font-weight: bold;
	margin-top: 15px;
}

h2.recent-entries {
	font-weight: bold;
	color: #99999;
	padding: 0 0 0 2px;
	margin-bottom: 10px;
	border-bottom: 2px solid #aaa;
	clear: both;
	font-size: 120%;
	margin-top: 25px;
}	

h2.commentary { 
	font-weight: bold;
	color: #99999;
	padding: 0 0 0 2px;
	margin-bottom: 10px;
	border-bottom: 2px solid #aaa;
	clear: both;
	font-size: 120%; 
}	

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
	font-weight: bold;
	color: #999999;
	padding: 0 0 0 2px;
	margin-bottom: 10px;
	border-bottom: 2px solid #aaa;
	clear: both;
	font-size: 120%;
	margin-top: 25px;
}

h3.hot-topic {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}



#main-navigation .search-options {
    display: none;
}

h1#page-title.search-results-header {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

ul.recent-comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.recent-comments-list li {
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
    background: url(elements/icon-comment.gif) no-repeat 0 4px;
}

dl.widget-list {
    padding: 0 8px;
}

dl.widget-list dt {
    font-size: 18px;
}

dl.widget-list dd {
    margin-bottom: 3px;
}

dl.widget-list dd.entry-meta {
    margin-bottom: 10px;
    color: #777;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.userpic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.comment-header {
    color: #777;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
}

.comment-header .commenter-profile {
    display: none;
}

.comment-content {
    clear: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.admin-edit-link {
    text-align: center;
    font-family: verdana;
    margin-top: 10px;
}

.admin-edit-link a {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px;
}

img.left-wrap {
	float: left;
	margin-right:15px;
	padding: 2px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
} 	

img.right-wrap {
	float: right;
	margin-left:15px;
	padding: 2px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
} 	
	
img.center {
	float: none;
	margin-right:15px;
	padding: 2px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	text-align: center;

} 
	
div.box{
	float: left;
}

div.box-outline{
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
}

/* Entry Footer ---------------------------------------------------------------- */

div.map-box {
	float: left;
	margin-bottom: 30px;
	width: 460px;
	color: #777;
}

div.map-box-inner {
}

h2.map-title {
	font-weight: bold;
	padding: 0 0 0 2px;
	margin-bottom: 10px;
	border-bottom: 2px solid #aaa;
	clear: both;
	font-size: 120%; 
}

/* Entry Footer ---------------------------------------------------------------- */

div.entry-categories,
div.entry-tags{
	margin-bottom: 2px;
	border-top: 1px dotted #ccc;
	margin-top: 2px;
}

div.entry-categories ul,
div.entry-tags ul{
	display: inline;
	margin-left: 0;
	list-style-type: none;
}

div.entry-categories h4,
div.entry-tags h4{
	margin-bottom: 0;
	float: left;
	margin: 0;
	padding: 0;
}

span.delimiter {
	display: inline;
	margin-left: 1px;
	margin-right: 2px;
}

div.entry-categories ul li,
div.entry-tags ul li{
	display: inline; 


}	

/* Tables ---------------------------------------------------------------- */

table td {
	padding: 3px;
}



/* Forms ---------------------------------------------------------------- */

input.text, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}

.contact-form label {
    display: block;
}

.contact-form input.text {
    font-size: 13px;
}

.contact-form textarea {
    margin-bottom: 15px;
}


/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
	margin-left: 15px;
	margin-right: 15px;
}

.widget-header {
    background: #ccc;
    color: #fff;
	font-weight: bold;
    border: none;
    padding: 4px 10px 2px;
	border-bottom: 1px solid #9a9a9a;
	font-size: 14px;
	line-height: 18px;
}

.widget-header a {
    color: #fff;
    font-weight: bold;
}

.widget-header a:hover {
    text-decoration: underline;
}

.layout-wm .widget-header {
	background-color: #bbb;
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
}

.widget-content.feed {
}

dd.entry-meta {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	color: #777;
}

ul.feed-list {
	
	list-style-type: none;
	margin: 0;
}

li.feed-item {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
	margin-bottom: 2px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget,
#footer .widget-content {
}

#footer .widget-footer-links {
	width: inherit;
	float: left;
}

#footer .widget-powered {
    float: right;
    width: 157px;
    text-align: right;
    clear: none;
}

#footer .widget-powered .widget-content {
    margin: 0;
    padding: 0;
    text-align: left;
}

#footer .widget-powered .widget-content span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#footer .widget-powered .widget-content span a {
    display: block;
    float: right;
    height: 41px;
    width: 157px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(elements/powered-by-mt-logo.gif) no-repeat 0 0;
}


/* Footer ----------------------------------------------------------------- */

#footer { 
    background: #eee url(elements/nav-bg.gif) repeat-x 0 0;
    color: #777;
}

#footer a {
    color: #069;
}

#footer .widget-header {
    display: none;
}

#footer-content {
    margin: 20px 15px 20px 20px;
}

#footer-content ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 0 0;
    float: left;
}

#footer-content ul li {
    float: left;
    margin: 0;
    padding: 0;
}

/* FEATURED PUBLICATIONS ---------------------------------------------------------- */

#featured-publications {
	list-style-type: none;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	clear: both;
}

div.fp {
	float: left;
	padding: 2px;
	margin: 3px;
}

li.fp-title {
	color: #555;
	font-weight: bold;
	padding-left: 3px;
}

li.fp-image {
	width: 140px;
	height: 181px;
	border: 1px solid #ccc;
}


/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#header-inner,
#content-inner,
#footer-inner,
#main-navigation,
.entry-asset .asset-meta,
.comment,
#footer-content,
.asset-body {
    height: 1%; 
}


/* Custom Styles ---------------------------------------------------------- */


/*TWITTER*/ 

h3.widget-twitter-header {
	color: #33CCFF;
	font: 18px Georgia, serif;
	position: relative;
	padding: 0 10px 5px 10px;
}

.twitter-link {
	color: #33CCFF;	
	padding-right: 10px;
}

#widget-twitter-content {
	background-color: #eaf8fe;
	float: left;
	position: relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

ul.twitter-entries{
	/*adding a margin here,that extends beyond the right will cause the window to create a horizontal slider, need to use paddingor add margin to ...*/
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 20px 15px 5px 25px;

}

ul.twitter-entries li{ 
	list-style-image: url(images/link/2blueArrow.gif);
	margin-bottom: 10px;
}

ul.twitter-entries a{
	color: #33CCFF;
	text-decoration:none;
}


#twtr-widget-1 .twtr-join-conv { font-size: 10px; }

#twtr-widget-1 div.twtr-tweet-text p {
	font-size: 12px;
	line-height: 12px;
}

/* Styles for Universal Blue ---------------------------------------------------------- */

body {
    font-family: helvetica, arial;   
}

a {
    color: #ae1b13;
}

#header { 
    background-color: #1b3641;
}

#header .widget-sign-in .widget-content {
    background-color: #1b3641;
}

#header .widget-sign-in .widget-content,
#header .widget-sign-in .widget-content a {
    color: #bac2c6;
}

#main-navigation {
    background-color: #eee;
    border-bottom: 1px solid #bac2c6;
}

#main-navigation ul li a {
    border-left: 1px solid #bac2c6;
}

#main-navigation ul li.last {
    border-right: none;
}

#main-navigation ul li.last a {
    border-right: 1px solid #bac2c6;
}

/*
#search-submit {
    border: 1px solid #8c160f;
    border-top: 1px solid #c65f59;
    border-left: 1px solid #c65f59;
    background: #c92229;
    color: #fff;
    padding: 1px 5px 2px;
    font-size: 11px;
	font-weight: bold;
}
*/

#footer a {
    color: #ae1b13;
}

div.affiliate-section{
	text-align: center;
	margin-left: 20px;
}

h3.affiliate-type{
	margin-top: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #999;
}

/* --- TOPIC BUTTONS --- */

.topic-btn, .topic-btn:visited {
	background: url(elements/alert-overlay.png) repeat-x; 
	display: block; 
	-moz-border-radius: 9px; 
	-webkit-border-radius: 9px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px -1px rgba(0,0,0,0.15);
	border: 2px solid rgba(0,0,0,0.15);
	position: relative;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 4px 10px;
	margin-bottom: 8px;
	font: bold 1.1em Verdana, "Lucida Grande", Lucida, sans-serif;
	background-color: #CCC; /* fallback color */
	background-image: -moz-linear-gradient(100% 100%, #CCC, #EEE);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#CCC));
}

.topic-btn:hover	{ 
	background-color: #AAA; /* fallback color */
	background-image: -moz-linear-gradient(100% 100%, #AAA, #EEE);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#AAA));
	text-decoration: none; }

.topic-btn:active	{ top: 1px; }
.topic-btn, .topic-btn:visited, { font-weight: bold;}

.topic-btn a {
	color: #ce3836;
	display: block;
	font-style: italic;
	text-decoration: none;
}
.topic-btn a:hover {text-decoration: none;}