/*

A Six Apart theme adapted for Movable Type default templates 
name: Hills Dusk  
designer: Mena Trott  
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
footer designer:  Tim Tyson
*/

/* This CSS file is located at /mt-4.25/mt-static/support/themes/hills-dusk */

/*  This file doesn't include the DomTabs CSS styles as they are now in a separate CSS file:  MyDomTbas.css


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

/* @group Global */

/* Global */

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

/* @end */

/* @group Header */

/* Header */

#header {
    border-top-width: 3px;
    border-top-style: solid;
   margin-top: 30px;
   border-right-style: solid;
   border-right-width: 3px;
   border-left-style: solid;
   border-left-width: 3px;
   border-bottom-style: none;
   border-bottom-color: #0a4a80;
}

#header-inner {
    position: relative;
   height: 255px;
}

#header-name {
    margin: 0 0 5px;
    line-height: 1;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}

#header a {
    text-decoration: none;
}

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

/* Page Background */

#left-callout-page-background {
	background: url(http://timtyson.us/weblog/css/summer/Be_Nice.png) no-repeat left;
	position: fixed;
	height: 147px;
	left: 0;
z-index: 1;
float: left;
clear: left;
width: 150px;
   top: -10px;
}
#top-page-background {
	background: repeat-x url(http://timtyson.us/weblog/css/summer/grass-top.jpg);
	width: 100%;
	height: 580px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
#bottom-page-background {
	background: repeat url(http://timtyson.us/weblog/css/summer/grass-bottom.jpg);
	width: 100%;
	position: fixed;
	z-index: -1;
	top: 580px;
	height: 100%;
	left: 0;
}

#footer-page-background {
	width: 100%;
	height: 25px;
	background: url(http://timtyson.us/weblog/css/summer/grass-foot2.png) no-repeat center;
	position: fixed;
	bottom: 0;
	z-index: 99;
	left: 0;
}

/* @end */

/* @group Navigation (Top Main) */

#nav-main {
position: absolute;
   font-size: 14px;
   left: 0;
   z-index: 10;
   top: 250px;
   width: 100%;
   text-align: right;
   background-color: #0a4a80;
   height: 50px;
   line-height: 25px;
}

#nav-main ul {
list-style-type: none;
font-style: normal;
}

#nav-main li {
display: inline;
font-style: normal;
}

#nav-main li a:hover {
	background-color: #62aee0;
	padding-left: 30px;
	padding-right: 30px;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 4px;
	font-style: normal; 
}

#nav-main a {
text-decoration: none;	
padding-left: 30px;
padding-right: 30px;
font-style: normal; 
}

#nav-main li.cur a {
text-decoration: underline;
padding-left: 30px;
padding-right: 30px;
padding-top: 4px;
padding-bottom: 4px;
background-color: #fcffd8;
font-style: normal;
color: #0a4a80;
   font-size: 16px;
}

#nav-main li.cur a:link, #nav-main li.cur a:visited {
    color: #0a4a80;
	font-style: normal; 
}



/* @end */

/* @group Content */

/* Content */

.asset-name {
    font-size: 22px;
    font-weight: bold;
   color: #0a4a80;
   border-bottom-style: none;
   padding-left: 50px;
}

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

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

.asset-content {
    margin: 5px 0;
   font-size: 14px;
   color: #4c4c4c;
   line-height: 1.5em;
}

.asset-more-link {
    font-weight: bold;
}

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

    display: block;
    border-top: 1px dashed #d4e5f2;
    padding-bottom: .3em;
}

.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;
}

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

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

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

/* @end */

/* @group Utility */

/* 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;
}

/* @end */

/* @group Global */

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

body {
    color: #333;   
    background: #949494 url(body.gif) repeat-x fixed top center; 
}

a {
    color: #437111; 
    font-weight: bold; 
}

a:hover {
    text-decoration: none;
}

/* @end */

/* @group Layout */

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

#beta-inner {
   background-color: #e6e6e6;
}

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

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

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

/* @end */

/* @group Header */

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

#header { 
    border-color: #0a4a80;  
    background: #62aee0;
}

#header a {
    color: #fff;
    font-weight: normal;
}

* html #header-content {  /*HACK targets IE6 but not 7, instead of min-height*/
    height: 74px;
}
#header-content {
    width: 770px; 
    min-height: 74px;
   margin-top: 20px;
   margin-right: 0;
}

#header-name {
    color: #fff; 
    font-size: 40px;
    font-weight: normal;
   width: 300px;
   padding-top: 20px;
   text-shadow: #0d087d 1px 1px 2px;
}

#header-description {
    color: #fff;  
    font-weight: normal;
   width: 300px;
   line-height: 22px;
   font-size: 18px;
   margin-top: 50px;
   text-align: right;
}

#header {
    margin-bottom: 10px;
}

#header-inner {
    padding-bottom: 20px;
    padding-left: 27px;
}

#header-SSPdirector-photos {
   float: right;
   width: 588px;
   height: 250px;
   position: absolute;
   visibility: visible;
   left: 346px;
   clear: left;
   display: block;
   top: 0;
}

/* @end */

/* @group Content */

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

.asset {
    background: url(post-ornament.png) no-repeat 0 0;
}

.asset-header {
    margin-top: 15px;
}

.asset-header,
.asset-content,
.asset-footer {
    margin-left: 27px;
    margin-right: 27px;
}  

.asset-name,
.asset-name a,
.archive-title {
   color: #0a4a80;
}

.asset-footer,
.asset-footer a,
.comment-footer,
.comment-footer a,
.trackback-footer {
    color: #999;
}

.asset-footer {
    border-top-color: #d4e5f2;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #437111;
}


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

/* @end */

/* @group Widget */

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

.layout-wtt #content-inner { background: transparent url(content-wtt.gif) repeat-y scroll right top; }
.layout-twt #content-inner { background: transparent url(content-twt.gif) repeat-y scroll left top; }
.layout-wt #content-inner { background: transparent url(content-wt.gif) repeat-y scroll right top; }
.layout-tw #content-inner { background: transparent url(content-tw.gif) repeat-y scroll left top; }

#content .widget {
}




.widget-content {
    font-size: 11px;
   background-color: #fcffd8;
   padding: 10px;
   margin: 0 10px 10px;
   border-bottom: 2px solid #98c72d;
   overflow: hidden;
}

.widget-header {
    margin-top: 10px;
}

.widget-header,
.widget-header a {
    color: #fff;
}

.widget-content a {
    color: #0f3f7f;
   text-decoration: none;
   border-bottom: 1px dotted #c0d3e5;
}

.widget-about .widget-header {
}

#content .widget-powered .widget-content .widget-hosted {
    margin: 0;
    background-color: #f0f6fa;
}

.layout-wtt #content #beta .widget-powered .widget-content, .widget-hosted,
.layout-twt #content #gamma .widget-powered .widget-content,
.layout-wt #content #beta .widget-powered .widget-content {
    margin-left: 1px;
}

.layout-twt #content #beta .widget-powered .widget-content, .widget-hosted,
.layout-tw #content #beta .widget-powered .widget-content {
    margin-right: 1px;
}

.widget-email .widget-content,
.widget-subscribe .widget-content,
.widget-syndicate .widget-content {
} 

.widget-header {
    font-size: 14px;
   background-color: #0a4a80;
   padding-left: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-left: 10px solid #62aee0;
   border-right: 10px solid #e6e6e6;
   margin-left: 10px;
   margin-top: 0;
   margin-bottom: 0;
}

.widget-header a {
    text-decoration: none;
}

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

/* @end */

/* @group Powered By Widget */

/* "Powered By" Widget */

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

/* @end */

/* @group Calendar Widget */

/* Calendar Widget */

.widget-calendar .widget-content table td {
    font-size: 10px;
   padding: 3px;
   text-align: center;
}

.widget-calendar .widget-content table th {
    font-size: 10px;
   padding: 3px;
   text-align: center;
}

/* @end */

/* @group Footer Widget */

/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

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

/* @end */

/* @group Utilities - Header */

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

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


#content-inner,
.asset-body {
    height: 1%;
}

/* @end */

/* @group Custom Styles */

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

.asset-stream  .asset-header-content {
    padding: 15px 0 0 27px;
}

/* @end */

/* @group Tyson's Widgets */

.morphMe {
   text-decoration: none !important;
   font-size: 10px;
   text-align: center;
   visibility: visible;
   margin-top: 20px;
   margin-bottom: 10px;
}



/* @end */

/* @group Wide-Medium Layout Change */

/* Wide-Medium */

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

.layout-wm #beta {
    width: 200px;
   top: -10px;
}

/* @end */

blockquote {
	color: #636363;
	background: #ffffff url(http://timtyson.us/weblog/images/QuotationTransparent.gif) no-repeat 0px 0px;
	padding-top: 7px;
	padding-bottom: 5px;
	border: 1px;
	border-bottom: 1px dotted;
	border-right: 1px dotted;
	margin-bottom: 15px;
	margin-right: 30px;
	padding-right: 15px;
	padding-left: 15px;
   font: italic normal .8em/1.4em Verdana, Helvetica, Arial, sans-serif;
}

.twitter_followme {
	position:fixed;
	top:310px;
	right:0px;
	width:77px;
	height:198px;
}
