html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
b, strong {
    font-weight: bold;
}
em, i {
    font-style: italic;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */



body {
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 62.5%;
    color: #222;
    background: #ddd url(bg.gif) repeat-x 50% 0;
}
a {
    color: #069;
}
i, em {
    text-style: italic;
}
b, strong {
    font-weight: bold;
}
small {
    text-style: italic;
    font-size: .9em;
    color: #777;
}
#container {
    width: 1010px;
    margin: 0 auto;
    padding: 0;
    
}
#container-inner {
    position: relative;
}


#banner {
    background: url(header-bg-1.gif) repeat-x 0 0;
    padding: 0 5px;
}
#banner-inner {
    background: url(header-bg-2.gif) repeat-x 0 0;
    height: 90px;
    padding: 30px 40px 0 40px;
}
#banner-header {
    font-size: 2.8em;
    margin-bottom: 8px;
}
#banner-header a {
    color: #fff;
    text-decoration: none;
}
#banner-description {
    color: #99b1c5;
    font-size: 1.6em;
}
#nav {
    background: #b7b7b7 url(nav-ide-bg.gif) repeat-x left bottom;
    padding: 0 5px;
    
}
#nav-inner {
    background: #eee url(nav-bg.gif) repeat-x left bottom;
    height: 28px;
    padding: 6px 15px 0 15px;
}
#nav ul {
    margin: 0;
}
#nav li {
    float: left;
    font-size: 1.3em;
    margin-right: 5px;
}
#nav li a {
    display: block;
    background: #ddd;
    padding: 7px 12px 0;
    height: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    text-decoration: none;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
* html #nav li a {
    display: inline-block;
    padding-top: 6px;
}
#nav li a:hover {
    background: #fff;
    color: #222;
}
#pagebody {
    background: #c6c6c6;
    padding: 0 5px;
}
#pagebody-inner {
    background: #fff;
    padding: 20px 15px;
}


/* layout */

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

.layout-one-column #container {
    width: 650px;
    overflow: hidden;
}
.layout-one-column #alpha {
    width: 610px;
    overflow: hidden;
}
.layout-two-column-left #nav-inner {
    padding-left: 20px;
    padding-right: 20px;
}
.layout-two-column-left #pagebody-inner {
    padding: 20px;
}
.layout-two-column-left #alpha {
     width: 330px;
     margin-right: 20px;
     padding-top: 4px;
}
.layout-two-column-left #beta {
     width: 610px;
     overflow: hidden;
}
.layout-two-column-right #nav-inner {
    padding-left: 20px;
    padding-right: 20px;
}
.layout-two-column-right #pagebody-inner {
    padding: 20px;
}
.layout-two-column-right #alpha {
     width: 610px;
     overflow: hidden;
     margin-right: 20px;
}
.layout-two-column-right #beta {
     width: 330px;
     padding-top: 4px;
}
.layout-three-column #alpha {
    width: 160px;
    margin-right: 15px;
    padding-top: 4px;
}
.layout-three-column #beta {
     width: 480px;
     margin-right: 15px;
     overflow: hidden;
}
.layout-three-column #gamma {
     width: 300px;
     padding-top: 4px;
}
.layout-three-column-right #alpha {
    width: 480px;
    margin-right: 15px;
    overflow: hidden;
}
.layout-three-column-right #beta {
    width: 160px;
    margin-right: 15px;
    padding-top: 4px;
}
.layout-three-column-right #gamma {
     width: 300px;
     padding-top: 4px;
}





.entry {
    margin-bottom: 30px;
    /* margin-left: 80px; */
}
.entry-header {
    font-size: 2.4em;
    line-height: 1.2;
    margin-bottom: 15px;
}
.entry-header a {
    text-decoration: none;
}
.entry-content {
    font-size: 13px;
    line-height: 1.5;
}
.entry .entry-content blockquote {
    font-size: 14px;
    margin: 0 20px 10px;
    color: #555;
    border-left: 3px solid #eee;
    padding-left: 15px;
}
.entry .entry-content p,
.entry .entry-content h1,
.entry .entry-content h2,
.entry .entry-content h3,
.entry .entry-content h4,
.entry .entry-content h5,
.entry .entry-content h6,
.entry .entry-content ul,
.entry .entry-content ol,
.entry .entry-content embed {
    margin-bottom: 10px;
}
.entry .entry-content h1,
.entry .entry-content h2,
.entry .entry-content h3,
.entry .entry-content h4,
.entry .entry-content h5,
.entry .entry-content h6 {
    font-size: 15px;
}
.entry .entry-content ul,
.entry .entry-content ol {
    margin-left: 35px;
}
.entry .entry-content ul {
    list-style-type: disc;
}
.entry .entry-content ol {
    list-style-type: decimal;
}
.entry-footer {
    font-size: 1.1em;
    line-height: 1.2;
    color: #999;
    border-top: 1px dotted #ddd;
    padding: 10px 0;
    clear: both; /* in case of floated elements in the post */
}
.entry-footer-info {
    
}
.entry-footer a {
    color: #999;
}

.entry-footer-share{
    height:20px;
    margin-top:8px;
}

.entry-footer-share .entry-footer-links-facebook_like,
.entry-footer-share .entry-footer-links-favorite {
	display: inline-block;
	vertical-align: top;
}

.entry-footer-share .favorite {
	width: 82px;
	height: 20px;
}

.entry-footer-share-buttons {
	font-size: 10px;
	line-height: 1;
}

.entry-footer-share-buttons .entry-footer-links-delicious,
.entry-footer-share-buttons .entry-footer-links-digg,
.entry-footer-share-buttons .entry-footer-links-facebook_like,
.entry-footer-share-buttons .entry-footer-links-favorite,
.entry-footer-share-buttons .entry-footer-links-reblog,
.entry-footer-share-buttons .entry-footer-links-plusone,
.entry-footer-share-buttons .entry-footer-links-twitter {
	display: inline-block;
	margin-bottom: 2px;
	white-space: nobreak;
}

.entry-footer-share-buttons .separator {
	display: none;
}

.entry-footer-share-buttons .share-link {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 4px 6px 4px 24px;
	color: #777;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	text-transform: none;
	vertical-align: bottom;
	background-color: #ededed;
	background-repeat: no-repeat;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.entry-footer-share-buttons .share-link:hover {
	border-color: #bbb;
	color: #555;
}

.entry-footer-share-buttons .share-link-digg {
	background-image: url(../../common/images/share-link-bg-digg.gif);
}

.entry-footer-share-buttons .share-link-email {
	background-image: url(../../common/images/share-link-bg-email.gif);
}

.entry-footer-share-buttons .share-link-twitter {
	background-image: url(../../common/images/share-link-bg-twitter.gif);
}

.entry-footer-share-buttons .share-link-delicious {
	background-image: url(../../common/images/share-link-bg-delicious.gif);
}

.entry-footer-share-buttons .share-link-reblog {
	background-image: url(../../common/images/share-link-bg-reblog.gif);
}

/* reactions */

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

.reactions .reaction {
	display: inline;
	float: left;
	position: relative;
	margin: 0 8px 8px 0;
}

.reactions .reaction-link {
	display: block;
}

.reactions .reaction-avatar {
	width: 32px;
	height: 32px;
}

.reactions .reaction-badge {
	display: block;
	position: absolute;
	right: -4px;
	bottom: -4px;
	width: 16px;
	height: 16px;
}

.reactions .reaction-favorite .reaction-badge {
	background-image: url(../../common/images/badge-favorite.png);
}

.reactions .reaction-reblog .reaction-badge {
	background-image: url(../../common/images/badge-reblog.png);
}

/* comments */

.trackbacks,
.reactions,
.comments,
#atp-comments,
#tpc_thread {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.comments-header,
.trackbacks-header,
.comments-open-header {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}
.comments-info {
    color: #999;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
}
.comment {
    border-bottom: 1px dotted #ddd;
    margin: 0;
    padding: 15px 0;
}
.comment-avatar {
    float: left;
    border: 1px solid #ddd;
    padding: 2px;
}
.comment-has-avatar .comment-content,
.comment-has-avatar .comment-footer {
    margin-left: 65px;
}
.comment-by-owner .comment-avatar {
    border: 2px solid #069;
    padding: 1px;
}
.comment-content p {
    margin-bottom: 10px;
}
.comment-footer {
    color: #999;
    font-size: 11px;
}
.comment-footer a {
    color: #999;
}
#comments-open-login,
#comments-open-logout {
    margin-bottom: 5px;
}
#comments-open-data p {
    margin: 4px 0;
}
#comments-open-data input {
    border: 1px solid #ddd;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    background: #f6f6f6;
    padding: 3px 4px;
    width: 240px;
}
#comment-text {
    width: 470px;
    height: 100px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    padding: 3px 4px;
}
.comments-open-subtext {
    color: #999;
    font-style: italic;
}

#tpc_thread .comments-signin {
    color: #777;
}
#tpc_thread .comment-header {
    color: #777;
}
#tpc_thread .comment-content,
#tpc_thread .comment-footer {
    margin-left: 0;
}

/* sign in to comment external services */
.comments-open .login-list {
	display: inline;
	float: left;
	padding-left: 0px;
    margin: 4px 0;
}

.comments-open .login-list span {
	margin-left: 4px;
	padding-bottom: 5px;
}

.comments-open .login-list .first {
	margin-left: 0px;
	padding-left: 0px;
}

.comments-open .login-list .typepad {
	background: url(../../../images/profile/service_icons/typepad.png) top left no-repeat;
	padding-left: 20px;
}

.comments-open .login-list .facebook {
	background: url(../../../images/profile/service_icons/facebook.png) top left no-repeat;
	padding-left: 19px;
}

/* typepad-jp shows mixi in place of Facebook */
.comments-open .login-list .mixi {
	background: url(../../../images/profile/service_icons/mixi.png) top left no-repeat;
	margin-left: 2px;
	padding-left: 19px;
}

.comments-open .login-list .twitter {
	background: url(../../../images/profile/service_icons/twitter.png) top left no-repeat;
	margin-left: 2px;
	padding-left: 18px;
}

/*  pagination */

.content-nav,
.content-header {
    color: #999;
    font-size: 1.3em;
    line-height: 1.2;
    margin-top: 4px;
    margin-bottom: 20px;
    background: #eee;
    padding: 6px 10px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.content-header {
    color: #222;
    font-weight: bold;
}
.content-nav a {
    text-decoration: none;
}
.content-nav a:hover {
    text-decoration: underline;
}
.pager-bottom {
    margin-top: 20px;
    position: relative;
}


/* archives */

.archive {
    font-size: 13px;
}
.archive-header {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.archive ul {
    margin-bottom: 20px;
}
.archive ul li {
    margin-bottom: 3px;
}


/* module */

.module {
    background: #eee url(module.gif) repeat-x 0 0;
    border: 1px solid #ddd;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.date-header,
.module-header {
    text-align: center;
    font-family: georgia;
    font-size: 1.1em;
    padding: 2px 0;
    margin-bottom: 5px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.date-header {
   margin-bottom: 15px;
   background: url(date-header.gif) no-repeat 50% 0;
   padding: 16px 0 14px 0;
}
.module-header a {
    color: #222;
    text-decoration: none;
}
.module-header a:hover {
    color: #069;
}
.module-content {
    background: #fff;
    font-size: 1.2em;
    line-height: 1.4;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.module-archives .module-content,
.module-categories .module-content {
    padding: 0;
}
.module-archives .module-content ul li,
.module-categories .module-content ul li {
    line-height: 1.2;
    border-bottom: 1px solid #eee;
}
.module-archives .module-content ul li a,
.module-categories .module-content ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 6px 4px 6px;
}
.module-archives .module-content ul li a:hover,
.module-categories .module-content ul li a:hover {
    text-decoration: none;
    background: #f2f2f2;
}
.module-more {
    padding: 5px 6px 4px 6px;
}

.module-calendar .module-content table {
	border-collapse: collapse;
	width: 100%;
	border-left: 1px solid #eee;
}
.module-calendar .module-content th,
.module-calendar .module-content td {
	width: 14%;
	text-align: center;
}
.module-calendar .module-content table th {
    font-size: 10px;
    text-transform: uppercase;
    color: #777;
    padding: 5px 0;
    background: #eee;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.module-calendar .module-content table td {
    color: #999;
    padding: 5px 0;
    background: #fff;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-family: arial;
    line-height: 20px;
}
.module-calendar .module-content table td a {
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}


.module-category-cloud a {
    text-decoration: none;
}
.module-category-cloud .module-list {
	margin-right: 0;
	margin-left: 0;
}
.module-category-cloud .module-list-item {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.2em;
	background: none;
}
.module-category-cloud .cloud-weight-1  { font-size: 0.9em; }
.module-category-cloud .cloud-weight-2  { font-size: 0.95em; }
.module-category-cloud .cloud-weight-3  { font-size: 1em; }
.module-category-cloud .cloud-weight-4  { font-size: 1.125em; }
.module-category-cloud .cloud-weight-5  { font-size: 1.25em; }
.module-category-cloud .cloud-weight-6  { font-size: 1.375em; }
.module-category-cloud .cloud-weight-7  { font-size: 1.5em; }
.module-category-cloud .cloud-weight-8  { font-size: 1.625em; }
.module-category-cloud .cloud-weight-9  { font-size: 1.75em; }
.module-category-cloud .cloud-weight-10 { font-size: 1.75em; }


#footer {
    background: #eee url(module.gif) repeat-x 0 0;
    border-left: 5px solid #c6c6c6;
    border-right: 5px solid #c6c6c6;
    border-bottom: 5px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    padding: 30px 20px;
    font-size: 1.2em;
}
#footer a {
    color: #777;
    text-decoration: none;
}
#footer ul {
    /* text-align: center; */
}
#footer ul li {
    /*
    display: inline;
    margin: 0 5px;
    */
    float: left;
    margin-right: 10px;
}
#footer ul li a {
    display: block;
    background: #fafafa;
    padding: 6px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#footer ul li a:hover {
    background: #fff;
    color: #069;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.entry:after,
.comment:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.entry, .comment { display: inline-block; }
/* no ie mac \*/
* html .entry, * html .comment { height: 1%; }
.entry, .comment { display: block; }
/* */


#pagebody-inner {
/* 12col 
 background: #fff url(http://jimramseysf.typepad.com/.a/6a00e5521b31ca88340115715ac78f970c-pi) repeat-y 50% 0; */
}


/* comment notification boxes */
.yellowBox,
.yellowGreenBox,
.redBox {
	background: url(../../../images/atpcomment-gradient.png) top left repeat-x #ffffe6;
	border: 1px solid;
	margin: 10px 0 50px;
	padding: 8px;
	color: #000;
}

.lessBoxMargin {
	margin: 20px 0 25px;
}

.commentCompleteMargin {
	margin: 25px 0 20px;
}

.yellowBox p,
.yellowGreenBox p,
.redBox p {
	margin-top: 0;
	color: #000;
}

/* hiddenBox class */
.hiddenBox {
	display: none;
}

.visibilityHiddenBox {
	visibility: hidden;
}

.comments-open label.hiddenBox {
	display: none;
}

/* yellow/yellow prompt box */
.yellowBox {
	border: 1px solid #ffbb33;
}

/* yellow/green complete box */
.yellowGreenBox {
	border: 1px solid #669900;
}

/* red/red error box */
.redBox {
	border: 1px solid #cc2200;
}

.captchaErrorText {
	background: url(../../images/atpcomment-error-icon.png) top left no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

.comment-inline-edit,
.comment-inline-edit textarea,
.comment-inline-preview,
.comment-inline-preview p {
	margin-bottom: 8px;
}

.comment-inline-preview-buttons {
	margin-top: 8px;
}

.comment-preview {
	margin-top: 20px;
}

.comment-preview-content {
	float: left;
	clear: right;
	margin-top: 8px;
}

.comment-form .comments-open-footer {
	width: 300px;
}

.comment-form .cancel-edit {
	padding: 5px 0;
	float: right;
}

.comment-data .comment-footer {
	clear: both;
	margin-bottom: 30px;
}

.comment-footer .command-edit-comment,
.comment-footer .command-delete-comment {
	font-weight: bold;
}

.comment-footer .comment-footerlinks {
	float: left;
}

.comment-footer .comment-datetime {
	float: right;
	clear: right;
}

.comment-reply .comment-has-avatar {
	margin-left: 60px;
}

#comment-avatar-flyout {
	position: absolute;
	z-index: 1;
}

#avatar-flyout-content {
	width: 300px;
	background-color: #fff;
	border: 2px solid;
	padding: 8px;
}

#avatar-flyout-img {
	float: left;
	margin-right: 4px;
}

#avatar-flyout-name {
	font-weight: bold;
	font-size: 14px;
}

#avatar-flyout-content .profileLink {
	float: right;
	font-weight: bold;
}

#comment-avatar-flyout .clearBoth {
	clear: both;
}

#avatar-flyout-content #avatar-flyout-location,
#avatar-flyout-content .profileWebsite {
	margin: 5px 0;
}

#avatar-flyout-counts .activityTitle {
	margin: 5px 0 8px;
	font-weight: bold;
}

#avatar-flyout-counts .subTitle {
	float: left;
	width: 100px;
}

#avatar-flyout-counts #avatar-flyout-thisblog,
#avatar-flyout-counts #avatar-flyout-overall {
	float: left;
}

.pager .pagination-bar a {
	margin: 2px;
	border: 1px solid #ccc;
	padding: 2px 4px;
	text-decoration: none;
}

.pager .pagination-bar a:hover,
.pager .pagination-bar a:active {
	text-decoration: underline;
}

.pager .pagination-bar .this-page {
	margin: 2px;
	padding: 1px 4px;
}

.pager .pager-status {
	margin: 2px;
	padding: 1px 4px;
	font-size: 0.8em;
}


/* colors */

body {
    background: #ddd url(bg.gif) repeat-x 50% 0;
}
#banner {
    background: url(header-bg-1.gif) repeat-x 0 0;
}
#banner-inner {
    background: url(header-bg-2.gif) repeat-x 0 0;
}
#banner-description {
    color: #99b1c5;
}
#nav {
    background: #b7b7b7 url(nav-ide-bg.gif) repeat-x left bottom;
}
#nav-inner {
    background: #eee url(nav-bg.gif) repeat-x left bottom;
}

/* thumbnail gallery */
.entry .entry-content .asset-image-multiple ul {
    margin: 0;
    padding: 0;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails img {
    height: 40px;
    padding: 2px;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails li {
    list-style: none;
    margin: 0;
    padding: 2px 2px 0 0;
    text-indent: 0;
    display: inline;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails li.on img {
    border: 2px solid #880000;
    padding: 0;
}

/* Search Results */

.search-subheader {
    font-size: 13px;
}

.search-subheader .col {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.search-subheader .search-feed-subscribe {
    float: right;
    text-align: right;
}

.search-subheader .search-feed-subscribe a {
    padding: 4px 0 2px 22px;
    background: url(/.shared/images/feed-icon-16x16.png) no-repeat 0 4px;
}

.search-results .search-results-highlight {
    background: #ff9;
}

.search-results .comment,
.search-results .comment .comment-footer {
    border: none;
}

.search-results .comment .comment-avatar {
    margin-right: 10px;
}

.search-results .comment .comment-content {
    margin-top: 10px;
    font-size: 13px;
}

.search-results .comment .comment-content-border {
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 9px 10px;
}

.search-results .entry {
    margin: 15px 0;
}

.search-results .entry-header {
    margin-bottom: 10px;
}

.search-results .entry-photo img {
    float: right;
    width: 75px;
    margin-left: 10px;
    margin-bottom: 10px;
}
