/* @override 
	http://www.applehound.com/mt-static/themes/applehound/screen.css
*/

/*
A Six Apart theme adapted for Movable Type default templates 
name: AppleHound  
designer: AppleHound  
designer_url: http://www.applehound.com/ 
layouts: layout-wtt
*/


/* Default ---------------------------------------------------------------- */

/* Global */
body {
    font: normal 9pt arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

#more.asset-more {
	clear: left;
}

/* Header */
#header { }
#header-inner {
    position: relative;
}
#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;
}

h2 {
	font-size: 12pt;
	margin-top: 12px;
	margin-bottom: 0px;
	color: #000;
}

/* Content */

.asset-name {
    font-size: 22px;
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    border-top: 1px solid #ccc;
}

.asset-footer {
    border-top: 1px solid #ccc;
}

.asset-footer a {
  border-top: 1px solid #ccc;
}
.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-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;
}

/* Footer */

#footer-content,
#footer-content a {
    color: #979090;
}


/* 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: #333;  
    font-family: trebuchet ms;   
	background-color: #f1f1f1;
}

a {
    color: #800000; 
}

a:hover {
    text-decoration: none;
}


/* Layout ----------------------------------------------------------------- */
#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 {
    padding-bottom: 15px;
    border: 1px solid #cfcfcf;
}

#container-inner {
	background-color: #e2e2e2;
/*
    width: 100%;
    margin-right: 0;
    margin-left: 0; */
}

#header-inner,
#content-inner,
#footer-inner {
}

/* Header ----------------------------------------------------------------- */

#header { 
    background: url(http://www.applehound.com/mt-static/themes/applehound/Header.gif) repeat-x bottom right; 
}

#header-content {
	height: 101px;
}
#header-name { }
#header-description { }
#header-logo {
	padding-top: 10px;
	padding-left: 10px;
}
#header-navigation {
	height: 26px;
    background: #505050 url(http://www.applehound.com/mt-static/themes/applehound/MenuMiddle.gif) repeat-x bottom;
}
#header-navigation a {
	padding-right: 20px;
	color: white;
	font-size: 13pt;
	text-decoration: none;
	float: left;
}
#header-navigation-split {
	float: left;
}

#header-navigation-left, #header-navigation-right {
    height: 26px;
    width: 17px;
}
#header-navigation-left {
	float: left;
    background: url(http://www.applehound.com/mt-static/themes/applehound/MenuLeft.gif) no-repeat left bottom;
}
#header-navigation-right {
	float: right;
    background: url(http://www.applehound.com/mt-static/themes/applehound/MenuRight.gif) no-repeat right bottom;
}


/* Content ---------------------------------------------------------------- */

.asset-name,
.asset-name a,
.archive-title {
    color: #800000;
}

.comment-footer,
.comment-footer a,
.trackback-footer {
    color: #999;
}

.asset-footer {
    border-top-color: #ddd;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #333;
}

 .asset-name a {
    margin-bottom: 8px;
}

.asset-name a:hover {
    text-decoration: underline;
}

.archive-list-item {
    margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
    margin-right: 5px;
    margin-left: 5px;
}

.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc; 
    padding: 0;
    font-size: 14px; 
    font-family: trebuchet ms; 
    margin-bottom: 8px;
    padding-bottom: .3em; 
}

.widget-header,
.widget-header a {
    color: #333;
    font-weight: normal;
}

.widget-content a {
    color: #800000;
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-header {
    font-size: 11pt;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 8pt;
}


/* "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 {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: center;
}


/* AppleHound Widgets ----------------------------------------------------- */
.widget-adsense {
    margin-right: 0;
    margin-left: 0;
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
    text-align:center;
}
.widget-adsense img {
	padding-bottom: 5px;
}

/* Footer ----------------------------------------------------------------- */

#footer {
	background-color: #e2e2e2;
}

#footer-content {
    margin-top: 10px;
    text-align: center;
}

#sidebar {
	padding-top: 5px;
	width: 340px;
	float: left;
	border-left: 1px solid #cfcfcf;
}


/* 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;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 11%;
}


/* Custom Styles ---------------------------------------------------------- */

#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}