/*

A Six Apart theme adapted for Movable Type default templates
name: Tristan Blue
designer: Jim Ramsey
designer_url: http://jimramsey.net/
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


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

/* Utility */

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


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

p { font: normal normal 12px/18px arial, helvetica, sans-serif; }

a:link, a:visited {
    color: #0D3D80;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.icon-comment {
    background: url(/mt-static/themes/tristan-blue/reply-icon.gif) no-repeat 0 30%;
    padding-left: 15px;
}
.icon-entry {
    background: url(/mt-static/themes/tristan-blue/topic-icon.gif) no-repeat 0 50%;
    padding-left: 14px;
}


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

#container {
    background: #f3f0e8 url(/mt-static/themes/tristan-blue/container.png) repeat-y center top;
}

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

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#header-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
    padding: 0;
}

#content-inner {
    background-color: #FFF;
    padding-bottom: 20px;
}

#alpha-inner {
    padding: 20px 10px 0 15px;
}

#beta-inner,
#gamma-inner {
    padding: 20px 15px 0 10px;
}

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

#header { 
    background: #003265 url(/mt-static/themes/tristan-blue/header.gif) repeat left top; 
}

#header a {
    text-decoration: none;
    color: #fff;
}

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

#header-content {
    width: 842px; 
    padding: 30px 0 65px 80px;
    background: transparent url(/mt-static/themes/tristan-blue/logo.gif) 10px 15px no-repeat;
}

#header-name {
    color: #fff; 
    margin: 0;
    padding: 5px 0;
    line-height: 1;
    font-size: 25px;
}

#header-description {
    margin: 0;
    line-height: 1.125;
    color: #859db5;
    font-size: 15px;
}

#header-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 940px;
    margin: 0 auto;
    padding-top: 3px;
    background: #fff url(/mt-static/themes/tristan-blue/header-menu-bg.png) center bottom no-repeat;
}

#header-menu ul {
    display: inline-block;
    list-style-type: none;
    width: 934px;
    margin: 3px 3px 0;
    padding: 0;
    background: #369 url(/mt-static/themes/tristan-blue/navigation-bg.png) left bottom repeat-x;
}

#header-menu ul li {
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid #a9bed4;
}

#header-menu ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 1em;
    font-weight: bold;
}

* html #header-menu ul li a { 
    display: inline-block;
}
 
#header-menu .widget-search {
    position: absolute;
    bottom: 0;
    right: 0;
}

.header-search {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 0 10px 5px 0;
}

.header-search label {
    display: none;
}

.header-search .query {
    border: 1px solid #537ea9;
    border-top: 1px solid #003366;
    border-left: 1px solid #003366;
    background: #fff;
    color: #000;
    padding: 1px;
    width: 125px;
}
.header-search .input-default {
    color: #777;
}

.header-search .submit {
    font-size: 11px;
}

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

.widget-user-navigation { 
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    margin: 0;
    padding: 10px;
    color: #8099b3;
    font-size: 12px;
    text-align: right;
}

.widget-user-navigation .widget-content {
    margin: 0;
}

.widget-user-navigation a {
    text-decoration: none;
    color: #fff;
}

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

.widget-user-navigation p {
    margin: 0;
    padding: 0;
    line-height: 1;
}


/* Contents ----------------------------------------------------------------- */

/* Titles ---------------------------- */

#mt-community-forum .content-header {
    position: relative;
    margin-bottom: 15px;
}

.entry-title {
    margin: 0;
    font-size: 18px;
	 line-height: 25px;
}

#page-title,
#mt-community-blog .entry-title {
    margin: 0 0 0 0;
    font-size: 18px;
	 line-height: 25px;
    border: 0;
}

#profile-name {
    margin: 0;
	padding: 0;
    font-size: 18px;
    border: 0;
	line-height: 15px;
	}

#mt-community-forum #page-title {
    margin-bottom: 0;
}

#mt-community-forum.mt-entry-archive #page-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #F3F0E8;
}

.content-nav {
    position: relative;
    clear: both;
    margin: 10px 0;
    text-align: right;
}

.create-entry {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

.create-entry-bottom {
    font-size: 14px;
	padding: 10px 0 15px 20px;
}


.content-nav .create-entry {
    top: 0;
    left: 0;
    width: 30%;
    text-align: left;
}

#mt-community-forum .create-entry {
    padding-left: 20px;
    background: transparent url('/mt-static/themes/tristan-blue/start-topic-icon.png') left center no-repeat;
}

#mt-community-forum .create-entry-bottom {
    padding-left: 20px;
    background: transparent url('/mt-static/themes/tristan-blue/start-topic-icon.png') left center no-repeat;
}

#mt-community-forum.mt-entry-archive .create-entry {
    bottom: 10px;
}


/* Community Blog ---------------------------- */

#mt-community-blog .asset-header,
#mt-community-blog .asset-content,
#mt-community-blog .asset-footer {
    margin: 2px 0 0 5px;
}

#mt-community-blog .asset-header h2 {
    margin-bottom: 0.5em;
    font-size: 18px !important;
}

#mt-community-blog .entry-asset .asset-meta {
    padding: 3px 6px;
    margin-bottom: 0.5em;
}

#mt-community-blog .entry-asset .asset-meta .byline,
#mt-community-blog .entry-asset .asset-meta .entry-meta-trackbacks {
    display: block;
    float: left;
    margin-right: 12px;
}

#mt-community-blog .entry-asset .asset-meta .entry-meta-comments {
    display: block;
	clear: both;
}

#mt-community-blog .comments { padding: 5px 0 0 5px; }

#mt-community-blog .entry-asset img.right { padding: 3px; margin: 0.5em 0 0.5em 15px; border: 3px double #bbb; float: right; clear: right; }
#mt-community-blog .entry-asset img.center { padding: 3px; margin: 0.5em 0 0.5em 0; border: 3px double #bbb; }

#mt-community-blog .entry-meta-label {
    clear: both;
}

#mt-community-blog .entry-tags-list  {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#mt-community-blog.entry-tags-list, #mt-community-blog .entry-tag
{
    display: inline;
}

#mt-community-blog .entry-meta-comments {
    background: url(/mt-static/themes/tristan-blue/comment-icon.gif) no-repeat 0px 50%;
    padding-left: 18px;
	font-weight: bold;
}

#mt-community-blog .entry-meta-trackbacks {
    background: url(/mt-static/themes/tristan-blue/trackback-icon.gif) no-repeat 0px 50%;
    padding-left: 18px;
	float: right;
}

#mt-community-blog .entry-score {
    float: left;
    width: 60px;
    background: url(/mt-static/themes/tristan-blue/favorite-bg-bottom.gif) no-repeat left bottom;
	 margin: 15px 0 0 0;
}

#mt-community-blog .entry-score-inner {
    background: url(/mt-static/themes/tristan-blue/favorite-bg-top.gif) no-repeat left top;
    padding: 8px 0;
    text-align: center;
}

#mt-community-blog .a-favorite {
    background: url(/mt-static/themes/tristan-blue/favorite-bg-top-checked.gif) no-repeat left top;
    padding: 8px 0;
    text-align: center;
}

#mt-community-blog .score-count {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    text-align: center;
}

#mt-community-blog .vote-count {
    margin-left: 10px;
    display: block;
}

#mt-community-blog .vote-status {
    font-size: 11px;
    font-weight: normal;
}

#mt-community-blog .score-count .vote-status {
    color: #037;
}

#mt-community-blog .asset-content {
    clear: both;
}


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

input.ti,
textarea.ta,
select {
    border: 1px solid #ccc;
    border-top-color: #aaa;
    border-left-color: #aaa;
    background-color: #fafafa;
    padding: 1px;
}
textarea.ta {
    line-height: 1.5;
}

#create-entry-form {
    margin-top: 15px;
}

#create-entry-form .field-header {
    margin: 0 0 3px 0;
}

#create-entry-form .field {
    margin: 0 0 15px 0;
}

#create-entry-form .ti,
#create-entry-form .ta {
    width: 500px;
}

#create-entry-form #entry-title {
    font-size: 1.5em;
}


/* Asset Meta ---------------------------- */

/*.meta,*/
.asset-body {
   line-height: 1.6;
}
.asset-meta,
.asset-footer {
    color: #777;
    font-size: 12px;
}
#mt-community-forum .asset-meta {
    padding-top: 0;
}

#mt-community-forum #popular-entry .asset-meta,
#mt-community-forum #entry-table .asset-meta {
    padding: 0;
    margin: 0;
}
#mt-community-forum #popular-entry .last-comment .asset-meta,
#mt-community-forum #entry-table .last-comment .asset-meta {
    margin-left: 46px;
}
.asset-footer {
    margin-top: 0;
	padding: 10px 0 20px 0;
}

#mt-community-forum .asset-meta a {
    font-weight: bold;
}
#mt-community-forum #entry-table .asset-meta a {
    font-weight: normal;
}

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

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

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

#mt-community-blog .asset-meta .user-pic, 
#mt-community-forum .entry-comments .user-pic, 
#mt-community-forum #entry-table .user-pic {
    width: 36px;
    height: 36px;
	 padding: 0;
}

.mt-profile-view .user-pic {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
}

#mt-community-forum .entry {
    margin: 0 0 20px;
}
#mt-community-forum #entry-table .entry {
    margin-bottom: 0;
}

#mt-community-forum #entry-table .entry {
    margin-left: 0px;
}

#mt-community-forum .asset-content,
#mt-community-forum.mt-entry-archive .entry-body {
    margin: 10px 0 0 10px;
    line-height: 1.5;
}

#mt-community-forum .asset-header {
    position: relative;
    margin: 0 0 5px 10px;
}

#mt-community-forum .entry-header .entry-score {
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 14px;
}


#mt-community-forum .entry-score .vote-status {
    padding-left: 12px;
    background: transparent url(/mt-static/themes/tristan-blue/favorite_icon.png) left center no-repeat;
}

#mt-community-forum .entry-score .voted {
    background: url(/mt-static/themes/tristan-blue/a_favorite_icon.png) left center no-repeat;
}

.category-name {
    font-size: 14px;
    color: #777;
    white-space: nowrap;
}

#mt-community-forum #popular-entry {
    border: 0;
    margin: 0 0 0 0;
}

#mt-community-forum #popular-entry h2 {
    margin: 5px 0;
    font-weight: normal;
    color: #999999;
    text-transform: uppercase;
}

#mt-community-forum #popular-entry .entry-header {
    margin-left: 0;
}

#mt-community-forum #popular-entry .entry-title {
    margin: 0 0 5px 0;
    width: 400px;
	 border: 0px;
}

#mt-community-forum #popular-entry .entry-content {
    margin: 0;
    background: #fff;
    line-height: 1.5;
}

#mt-community-forum #popular-entry .entry-content-inner {
    position: relative;
    padding: 10px;
    
}

#mt-community-forum #popular-entry .entry-body {
    float: left;
    width: 340px;
    margin-bottom: 10px;
}

#mt-community-forum #popular-entry .category-name {
    margin-left: 5px;
    padding-left: 12px;
    background: url(/mt-static/themes/tristan-blue/forum-icon.gif) no-repeat 0 0;
}

#mt-community-forum .entry-comments {
    float: right;
    width: 150px;
    margin: -40px 0 10px 20px;	
	background-image:url(/images/gradient_bkgd.png);
	background-repeat:repeat-x;
	border:1px solid #DDDDDD;
}

#mt-community-forum .entry-comments .comment-count { 
    margin: 10px 10px 0; 
    font-size: 14px;
}

#mt-community-forum #popular-entry .comment-count a {
    color: #000;
    font-weight: normal;
}

#mt-community-forum .entry-comments .last-comment { 
    padding: 0 10px 10px;
}

/* #mt-community-forum .entry-comments .last-comment {
    }  */

#mt-community-forum .entry-comments .comment-link {
    text-align: right;
}

#mt-community-forum .last-comment h4 {
    margin: 5px 0 3px 0;
    color: #999999;
    text-transform: uppercase;
}

#mt-community-blog .comment-header, 
#mt-community-forum .comment-header {
    margin-bottom: 0;
}

#mt-community-blog .comment-content,  
#mt-community-forum .comment-content {
    clear: none;
    margin-left: 70px;
    line-height: 1.5;
}

#mt-community-forum #entry-table {
    clear: both;
}

#mt-community-forum #entry-table {
    width: 100%;
    margin-top: 10px;
    border-width: 0;
    border-spacing: 0;
}

#mt-community-forum #entry-table,
#mt-community-forum #entry-table th,
#mt-community-forum #entry-table td {
    border-style: solid;
    border-collapse: collapse;
}

#mt-community-forum #entry-table tr {
    border: none;
}

#mt-community-forum #entry-table th,
#mt-community-forum #entry-table td {
    border-width: 0 1px 1px 0;
    border-color: #F3F0E8;
    border-style: solid;
}

#mt-community-forum #entry-table th {
    padding: 0px 10px;
    font-weight: normal;
    color: #999999;
    text-transform: uppercase;
}

#mt-community-forum #entry-table th.score {
    background: transparent url(/mt-static/themes/tristan-blue/score-table-header-icon.png) center no-repeat;
}

#mt-community-forum #entry-table th.comment-count {
    text-align: center;
}

#mt-community-forum #entry-table th.score span {
    display: none;
}

#mt-community-forum #entry-table td {
    padding: 10px;
}

#mt-community-forum #entry-table td.score { 
    padding-top: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#mt-community-forum #entry-table td.score .voted {
    padding-bottom: 15px;
    background: transparent url(/mt-static/themes/tristan-blue/a_favorite_icon.png) bottom center no-repeat;
}

#mt-community-forum #entry-table td.score span {
    padding-bottom: 15px;
    background: transparent url(/mt-static/themes/tristan-blue/favorite_icon.png) bottom center no-repeat;
}

#mt-community-forum #entry-table .last-comment {
    border-right-width: 0;
}

#mt-community-forum #entry-table td.comment-count {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

#mt-community-forum #entry-table .comments-closed {
    color: #777;
}

#mt-community-forum #entry-table a {
/*   font-weight: bold;*/
}

#mt-community-forum #entry-table .entry-title {
    font-size: 14px;
}

#mt-community-forum #entry-table .entry-title a {
    font-weight: bold;
}

#mt-community-forum #entry-table .category-name {
    font-size: 12px;
} 
#mt-community-forum #entry-table .category-name a {
    font-weight: normal;
    margin-left: 5px;
    padding-left: 12px;
    background: url(/mt-static/themes/tristan-blue/forum-icon.gif) no-repeat 0 0;
} 

.mt-entry-archive h2,
.mt-archive-index h2 {
    padding: 5px 10px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #E2D9C5;
    background-color: #F3F0E8;
}

#mt-community-blog .comment, 
#mt-community-forum .comment {
    margin: 1.5em 0;
    padding-bottom: .75em;
    clear: both;
}

.comments-header .separator {
    color: #D0C1A2;
    margin: 5px;
}

#mt-community-blog .comments-content .last {
    border-bottom: 0;
}


#mt-community-forum #comments-open {
    margin: 10px 0 0 70px;
    width: 520px;
}

#mt-community-forum #comments-open-text {
    margin: 10px 0;
    width: 510px;
}

#mt-community-forum #comments-open-text #comment-text {
    width: 100%;
    height: 100px;
}

#mt-community-forum .archive {
    margin: 0 0 20px 0;
}

#mt-community-forum .archive .archive-content {
    margin-right: 10px;
}

#mt-community-forum .archive .archive-list .archive-list-item {
    margin-bottom: 3px;
}

#mt-community-forum .archive .archive-wrapper-yearly {
    width: 23%;
    margin-right: 2%;
    float: left;
}

#mt-community-forum .archive .archive-header {
    font-size: 18px;
    border-bottom: 1px solid #F3F0E8;
}

#mt-community-forum .archive .archive-title {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border: none;
    border-bottom: 1px solid #F3F0E8;
    background: none;
}

#mt-community-forum .archive .archive-wrapper-yearly .archive-title {
    border-bottom: none;
    padding: 0;
}

/* Profile View ----------------------------------------------------------- */

.mt-profile-view #page-title {
    font-size: 22px;
    margin-bottom: 5px;
}

.profile-data {
    margin: 0;
	padding: 5px 0 15px 0;
}

#profile-data li {
    list-style: none;
}

#profile-data .profile-data-item {
    margin-left: 0px;
}

#tabs {
    clear: both;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 10px 0 0 0;
    background: url(/mt-static/themes/tristan-blue/tab-bg.gif) repeat-x left bottom;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
}

#tabs li {
    float: left;
    margin-right: 3px;   
}

#tabs li a {
    display: block;
    padding: 7px 10px 6px 20px;
    background: #f3f0e8 url(/mt-static/themes/tristan-blue/tab-arrow.gif) no-repeat 10px 50%;
    color: #999999;
}

#tabs li a.active {
    border: 1px solid #e2d9c5;
    border-bottom: none;
    padding: 6px 9px 7px 19px;
    background: #fff url(/mt-static/themes/tristan-blue/tab-arrow-down.gif) no-repeat 9px 50%;
}

.tab_content .tab_content_label {
    display: none;
}

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

.tab_content ul li {
    margin-bottom: .75em;
}

.tab_content .note {
    color: #777;
    font-style: italic;
}

.tab_content_label {
    font-size: 18px;
}

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

#mt-community-blog .widget .widget-header {
    border-bottom: 1px solid #F3F0E8;
    padding: 3px 10px;
    font-weight: normal;
    color: #999999;
    text-transform: uppercase;
}

#mt-community-blog .widget .widget-content {
    padding: 3px 10px;
}

.widget-archives .widget-list li,
.widget-entries .widget-list li,
.widget-categories .widget-list li {
    background: url(/mt-static/themes/tristan-blue/bullet.gif) 0 .25em no-repeat;
    padding-left: 10px;
}


.widget-category-groups {
    margin-bottom: 2px;
}

.widget-category-groups .widget-header {
    display: none;
}

.widget-category-groups .secondary-category {
    border-bottom: 1px solid #f3f0e8;
    padding: 5px 3px;
}

.widget-category-groups h3 {
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #999999;
}


.widget-category-groups h3 a {
    color: #999999;
}

.widget-category-groups .last {
    border-bottom: none;
}

.widget-category-groups h4 {
    float: left;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
    width: 200px;
}

.widget-category-groups .category-totals {
    float: right;
    text-align: right;
}

.widget-category-groups p {
    clear: left;
    color: #777;
    font-size: 11px;
    line-height: 14px;
}

.widget-category-groups p a {
    font-weight: bold;
}

.widget-category-groups .entry-count {
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
}

.widget-category-groups .primary-category {
    padding-bottom: 2px;
    background: url(/mt-static/themes/tristan-blue/forum-group-bg-bottom.gif) no-repeat 0 bottom;
    margin-bottom: 2px;
}

.widget-category-groups .primary-category h3 {
    background: url(/mt-static/themes/tristan-blue/forum-group-bg.gif) no-repeat 0 0;
    padding: 5px 10px 3px 16px;
}

.widget-syndicate .feed {
    text-align: right;
}

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

.widget-powered .widget-content span a {
    display: block;
    float: right;
    height: 40px;
    width: 158px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/mt-static/themes/tristan-blue/powered-by-mt-logo.gif) no-repeat 0 0;
    
}

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

#footer {
    width: 946px;
    margin: 0 auto 40px;
    padding: 0 0 10px;
    background: url(/mt-static/themes/tristan-blue/footer.png) no-repeat 0 bottom;
}

* html #footer {
    margin-bottom: 0;
}
*:first-child+html #footer {
    margin-bottom: 0;
}

#footer-inner {
    padding: 0;
}

#footer-content {
    margin: 0 15px 10px;
    padding-top: 20px;
    border-top: 1px dotted #ccc;
}

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

.comment:after,
#header:after,
#header-inner:after,
#header-menu ul:after,
#content:after,
#alpha-inner:after,
.entry-content:after,
.last-comment:after, 
#mt-community-blog .asset-meta:after,
#mt-community-forum .archive:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after,
#tabs:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.comments-open label {
    display: block;
}

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

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

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

.fdpoweredby { display: none; }
