/*@import url(blog.css);*/

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

/* YAHOO RESET ------------------------------------------------------------------ */

@charset "UTF-8";

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
* resets.css, part of YUI's CSS Foundation
*/
html{color: #666;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size: 10px; font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/**
* fonts.css, part of YUI's CSS Foundation
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:14px/1.3 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
background: url(http://help.jingproject.com/assets/img/help-center-combo-bg.jpg) no-repeat center 30px;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal; 
}
strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	/*list-style: decimal outside;*/
}
ul li {
	/*giving UL's LIs generated disc markers*/
	/*list-style: disc outside;*/
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	/*border:1px solid #000;*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
/*input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}*/


/* 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: 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;}
#container-inner {width: 940px;min-height: 100%;margin: 0 auto;text-align: left;}
#container-inner p {font-size: 15px;}
#header, #content, #alpha, #beta, #gamma, #footer {position: relative;}
#alpha, #beta, #gamma {display: inline;float: left;}
#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {position: static;}
#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: 190px;width: 560px;}
.layout-twt #beta {left: -560px;width: 190px;}
.layout-twt #gamma {width: 190px;}

/* 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: none;}
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 {display: none;}

/* 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,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {margin-bottom: .75em;}

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

.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 h4,
.entry-categories h4 {margin-bottom: 0;margin-right: .25em;display: inline;font-weight: bold;}

.entry-tags ul,
.entry-categories ul {display: inline;list-style: none;margin-left: 0;padding-left: 0;}
.entry-tags ul li,
.entry-categories ul li {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-bake-cookie {margin-left: 0;vertical-align: middle;}
#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;}

.archive-content ul,
.widget-content ul {margin: 0;padding: 0;list-style: none;}
.widget-content ul ul {margin-left: 15px;}
.widget-content li {margin-top: 5px;margin-bottom: 5px;}
.widget-tag-cloud .widget-content ul {margin-right: 0;margin-left: 0;}
.widget-tag-cloud .widget-content li {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 ul {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;}

.widget-openid {width: 160px;margin: 10px auto;border: none !important;}
.widget-openid .widget-content {border: 1px solid #ccc;background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
font-size: 12px;/*font-family: Arial, Verdana, sans-serif;*/color: #666;margin: 0;padding: 0 !important;}
.widget-openid .widget-content em {display: block;font-style: normal;padding: 34px 9px 9px 68px;}
.widget-openid .widget-content strong {left: -9999px;position: absolute;}
.widget-openid .widget-content a {display: block;background: #eee;text-align: center;
padding: 5px 3px;color: #666;/*text-decoration: underline;*/font-weight: normal;}
.input-default {background-color: #9AAEC2;}
.status-indicator {display: inline;height: 20px;width: 20px;background: url(../images/indicator-login.gif) no-repeat 0 0;padding: 2px 7px;}

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



/*@import url(screen.css);*/

/*

A Six Apart theme adapted for Movable Type default templates 
name: Professional Black  
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 {font-weight: bold;}
.asset-meta {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*/ normal;}

.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 ----------------------------------------------------------------- */
a {text-decoration: none !important; border-bottom: 2px dotted #FEC157; color: #666;}
h3 a {color: #333;}
a:hover {border-bottom: 2px solid #FB9F00; color: #D2610E;}

/* Layout ----------------------------------------------------------------- */
#container-inner,
#content {/*background-color: #fff;*/}
#content {background: url(http://help.jingproject.com/assets/img/white-bg-60percent.png) repeat;}
#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-top: 25px;*/ margin-bottom: 30px;}
#container-inner {width: 100%;margin-right: 0;margin-left: 0;}
#header-inner,
#main-navigation-inner,
#content-inner,
#footer-inner {position: relative;width: 940px;margin: 0 auto;}

/* Header ----------------------------------------------------------------- */
#header-inner, #header-content, #header-name {height: 94px;}
#header { /*background: #000 url(header-bg.gif) repeat-x 0 0;*/}
#header-content a {color: #fff; text-indent: -9999px; display: block; width: 400px; height: 94px; 
background:url(http://help.jingproject.com/assets/img/help-center-header-logo.gif) no-repeat; border-bottom: none;}
#header-content {width: 842px; /*margin: 30px 20px;*/}
#header-name {color: #fff; font-size: 30px; /*margin-bottom: 5px;*/}
#header-description {color: #777;font-size: 15px;  }

/* Navigation ----------------------------------------------------------------- */
#main-navigation, #main-navigation-inner, #main-navigation ul, #main-navigation ul li, #main-navigation div.widget-search {height: 30px;}
#main-navigation {background: #fdbe72 url(http://help.jingproject.com/assets/img/main-nav-bg.gif) repeat-x left bottom;border-bottom: 1px solid #fff;border-top: 1px solid #fff;font-family: verdana; margin: 0;}
#main-navigation-inner {/*position: relative; border-left: 1px solid #fff;*/}
#main-navigation ul {margin: 0;padding: 0; margin-left: 20px; border-left: 1px solid #fff; list-style: none;}
#main-navigation ul li:first-child {border-left: 1px solid #fff;}
#main-navigation ul li {float: left; /*padding-top: 2px;*/}
#main-navigation ul li a {color: #c46f08;padding: 7px 15px 7px 16px;font-size: 12px;
display: block;text-decoration: none;border-right: 1px solid #fff; border-bottom: none;}
#main-navigation ul li a:hover {color: #921712;/*text-decoration: underline;*/}
#main-navigation ul li.on a {color: #000;background: #fff url(nav-arrow-on.gif) no-repeat 50% bottom;}
#main-navigation ul li.last {border-right: 1px solid #ccc;}

/* Search ---------------------------------------------------------------- */
.widget-search {float: right;width: 300px;position: absolute;
top: -1px;right: 0;text-align: right;}
.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 #75120e;border-top: 1px solid #b25c59;border-left: 1px solid #b25c59;
background: #921712;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;}
#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.6;}

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

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

.asset-footer {font-size: 13px;border-top: 1px dotted #ccc;padding-top: 15px;}

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

.asset-name a {}
.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(icon-comment.gif) no-repeat 2px 50%;}
.entry-asset .asset-trackbacks a {background: url(icon-trackback.gif) no-repeat 0 50%;}
.archive li {margin-bottom: 5px;}
#group-nav-inner {position: relative;width: 900px;margin: 0 auto;}
h1#page-title {color: #111; font-size: 24px;line-height: 1.3;}
.mt-main-index h1#page-title {font-size: 30px;margin-bottom: .5em;}
.mt-main-index #alpha p {font-size: 14px;}
#homepage-image {width: 905px;height: 170px; /* photo by Anil Dash */
background: url(homepage-image.jpg) no-repeat 0 0;overflow: hidden;text-indent: -9999px;margin: 0 0 25px 20px;}
#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: 549px;margin-bottom: 10px;}
.comment-header {font-weight: bold;}

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {height: 20px;background: url(http://help.jingproject.com/assets/img/main-nav-active.gif) no-repeat 0 0;font-size: 10px;
color: #fff;font-weight: bold;border: none;padding: 0 6px 0 20px;line-height: 20px;
font-family: verdana;text-transform: uppercase;margin-bottom: 10px;}
#main-navigation .search-options {display: none;}
h1#page-title.search-results-header {/*font-size: 14px;border-bottom: 1px dotted #ccc;margin-bottom: 15px;*/
color:#111; font-size:24px; line-height:1.3; margin: 1em 0;}
.widget-recent-comments ul {list-style: none;margin: 0;padding: 0;}
.widget-recent-comments ul li {padding: 0 0 0 18px;margin: 0 0 8px 0;background: url(icon-comment.gif) no-repeat 0 4px;}
.widget-recent-entries dl {padding: 0 8px;}
.widget-recent-entries dl dt {font-size: 18px;}
.widget-recent-entries dl dd {margin-bottom: 3px;}

.widget-recent-entries dl 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-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;}

/* 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-right: 15px;margin-left: 15px;}

.widget-header {height: 20px;margin-bottom: 8px; /*background: url(header-arrow-narrow.gif) no-repeat 0 0;*/
font-size: 10px;color: #fff;font-weight: bold;border: none;
padding: 0 6px 0 20px;line-height: 20px;font-family: verdana;text-transform: uppercase;}

.widget-header a {color: #fff;font-weight: bold;}
.widget-header a:hover {/*text-decoration: underline;*/}
.layout-wm .widget-header {background-image: url(header-arrow-medium.gif);}
#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;}

/* "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 {margin: 0;padding: 0;}

#footer .widget-footer-links {width: 50%;}
#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(powered-by-mt-logo.gif) no-repeat 0 0;}


/* Footer ----------------------------------------------------------------- */
/*#footer { background: #eee url(nav-bg.gif) repeat-x 0 0;color: #777;}
#footer a {color: #921712; font-size: 12px;}
#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;}*/
#footer {background: #fdbe72 url(http://help.jingproject.com/assets/img/main-nav-bg.gif) repeat-x left bottom;border-bottom: 1px solid #fff;border-top: 1px solid #fff;font-family: verdana;}
#footer-content {position: relative; /*border-left: 1px solid #fff;*/}
#footer ul {margin: 0;padding: 0 0 0 20px;list-style: none;}
#footer-content ul li:first-child {border-left: 1px solid #fff;}
#footer ul li {float: left; /*padding-top: 2px;*/}
#footer ul li a {color: #c46f08;padding: 7px 15px 7px 16px;font-size: 12px;
display: block;text-decoration: none;border-right: 1px solid #fff; border-bottom: none;}
#footer ul li a:hover {color: #921712;/*text-decoration: underline;*/}
#footer ul li.on a {color: #000;background: #fff url(nav-arrow-on.gif) no-repeat 50% bottom;}
#footer ul li.last {border-right: 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 ---------------------------------------------------------- */
/*FIXES FOR ASSET BODY STYLES*/
div.asset-body ul li {list-style-type: disc;}
div.asset-body ol li {list-style-type: decimal;}



/*##########################################################################################################*/

/* Single Column Layout*/ 
.layout-sc #alpha {width: 780px;}
.video-content {background: #fff; border: 1px solid #fea738; margin-bottom: 15px; padding: 20px; text-align: center; width: 690px;}
.video-content span {font-weight: bold;}
.feedback-link a {border-bottom: none;}
.left-image {float: left;padding-right: 15px;}
.right-image {float: right;padding-left: 15px;}

#header-inner,
#main-navigation-inner,
#content-inner,
#footer-inner {width: 800px;}

.entry-categories ul li {display: list-item;margin-left: 15px;}
.entry-categories h2 {margin: 1em 0 .25em 0;font-size: 24px;}

/*##########################################################################################################*/

/* =Blogs bar styling
---------------------------------------------------------------------------------------------*/
div#global-navbar {background: #343434 url(http://help.jingproject.com/globalbar-bg-grade.gif) repeat-x scroll 0 0; overflow: visible;}
div#global-navbar ul {margin: 0 auto; padding: 4px 0 4px 35px; height: 31px;}
div#global-navbar ul li {margin-right: 15px; float: left; display: block;}
div#global-navbar ul li a {color: #aaa; border-bottom: 1px dotted #aaa; text-decoration: none;}
div#global-navbar ul li a:hover {color: #ccc; border-bottom: 1px solid #ccc;}

div#global-navbar ul li.jingsite {padding: 5px 5px 8px 22px; 
background: url(http://help.jingproject.com/assets/img/globalbar-lines-aaa.gif) no-repeat left 8px;}
body#jingsite-content div#global-navbar ul li.jingsite,
body#jingsite-home div#global-navbar ul li.jingsite {padding: 5px 5px 8px 22px; 
background: url(http://help.jingproject.com/assets/img/globalbar-lines-aaa.gif) no-repeat left 6px;}

div#global-navbar ul li.jingblog {padding: 5px 5px 8px 29px; /*color: #fff; font-weight: bold;*/
background: url(http://help.jingproject.com/assets/img/globalbar-speech-aaa.gif) no-repeat left 4px;}
div#global-navbar ul li.jinghelp {padding: 5px 5px 8px 28px;
background: url(http://help.jingproject.com/assets/img/globalbar-help-fff.gif) no-repeat left 3px; color: #fff; font-weight:bold;}


div.column-half {width: 50%; float: left;}
div.column-half h3 {font-size:138.5%;}
div.column-half ul li {	font-size:115%;}


/*Styles for link to getting started PDF*/
p.pdf-guide {background:url(icon-pdf.gif) no-repeat 5px;margin-top:5px;padding-left: 30px;}
p.pdf-guide a {font-size:12px;}
p.pdf-guide span {font-size:10px;}


/* =COPYRIGHT ADDITION
---------------------------------------------------------------------------------------------*/
/*#copyright {position: relative; clear: both;}

#copyright-inner {width: 780px;}
#copyright-inner {position: relative;width: 780px;margin: 0 auto;}
#copyright-inner {overflow: hidden;padding: 10px 0 30px 30px;}

#copyright-inner p {font-size: 11px; color: #666;}*/


/* TRI-COLUMN FOOTER
###################################################################################### */
#footer {display:none;}

div#trifooter {background: #555 url(tri-column-bar-bg-top.gif) repeat-x top;border-top: 2px solid #444; min-width: 100%; padding-bottom:35px;}
div.footercontent {background: transparent url(footerfix-555.gif) no-repeat center top; display: block; margin: 0 auto; min-width: 100%; }

div#trifooter h3 {color: #fff;font-size:20px;margin-top: 18px;}
div#trifooter h4 {padding-top:15px;margin-botom:15px;}
div#trifooter h4 a {color: #fff;font-size:16px;}
div#trifooter h4 a:hover {color:#FB9F00;}
div#trifooter h5 {color:#ccc;font-size:14px;font-weight:bold;}
div#trifooter ul + h5 {margin-top:1em;}
div#trifooter div.column {background-color:#555;float:left;margin-top:5px;}
div#trifooter div.column ul {padding:0;margin:0;}
div#trifooter div.column ul li {padding: 2px 0 2px 8px;}
div#trifooter div.column ul li a {background:transparent url(icon-tiny-arrow-hover.gif) no-repeat scroll left 2px;clip:rect(top right bottom left);border:none;display:block;font-size:12px;font-weight:normal;padding:2px 0 4px 22px;}
div#trifooter div.column ul li a:hover {background:transparent url(icon-tiny-arrow-hover.gif) no-repeat scroll 2px -82px;color:#FB9F00;text-decoration:underline !important;}
/*div#trifooter div.column ul li a:visited {background:transparent url(assets/icon-tiny-arrow-hover.gif) no-repeat scroll left 2px;}*/


/*div#trifooter li a {margin-bottom: 5px !important; margin-top: 10px !important;}*/

/*INTRO-NEW*/
#vidfooter-intro {height:65px; margin: 0 auto; width:754px;}
#vidfooter-intro h3 {float:left;}
#vidfooter-intro p {font-size:12px; float:right;}
#vidfooter-intro p img {position:relative;left:-2px;top:2px;padding-top:20px;}

#column-limiter {width:754px;margin:0 auto;}

/*COLUMN 1*/
#trifooter .col1 {width: 230px;}
/*COLUMN 2*/
#trifooter .col2 {width: 295px;}
/*COLUMN 3*/
#trifooter .col3 {width: 225px;}

/*COPYRIGHT*/
div.footercontent p a, div.footercontent li a {font-weight: bold; color: #bbb;}
div.footercontent p, div.footercontent li div {color: #ccc;}

div.copyright {background: #3c3c3c url(shadow-copyright.gif) no-repeat center top; min-width: 100%; padding: 10px 0 30px 0;}
div.copyright p {background: #3c3c3c url(shadow-copyright.gif) no-repeat center -10px; color: #888; font-size: 12px !important; margin: 0 auto; width:754px;}
div#trifooter br {clear: both;}
div.copyright p a, div.copyright li a {text-decoration: none; font-size: 12px !important; font-weight: normal; color: #888; border-bottom: 1px dotted #999;}
div.copyright p a:hover, div.copyright li a:hover {color: #fff; border-bottom: 1px solid #ccc;}

