/* Base */

/* $Id: base-weblog.css 91969 2008-10-28 22:45:39Z noneill $ */

/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .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; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 720px;
	text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* nav */

.nav-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-list-item
{
	display: block;
	float: left;
}

.nav-list-item a
{
	display: block;
	padding: 5px 10px;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comments-info,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 10px;
}

.comment-data .comment-content {
    float: left; 
    clear: right; 
    margin: 0px;
}

.comment-inline-edit,
.comment-inline-preview {
    margin-top: 10px;
}

.comment-number {
    display: inline;
    float: left;
    margin-right: 8px;
}

.comment-header .comment-header-right {
    margin: 0px;
    clear: none; 
}

.comment-header .comment-header-left {
    float: left;
}

.comment-avatar {
    float: left;
}

.comment-data .comment-has-avatar {
    margin-left: 60px;
}

.trackbacks-info p,
.comments-info p
{
	margin-top: 5px;
}

.trackbacks-link
{
	font-size: 0.8em;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px;
}

.entry-footer p
{
	margin-top: 0;
	margin-bottom: 2px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-text {
	margin-bottom: 3px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px;
}


/* modules */

.module
{






	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 10px 20px;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item,
.archive-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-more
{
	text-align: right;
}

.module-elsewhere .module-list img,
.archive-elsewhere .archive-list img,
.module-presence img
{
	vertical-align: middle;
}

.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
	border-collapse: collapse;
	width: 100%;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.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; }

.typelist-plain .module-list,
.typelist-plain .archive-list
{
	list-style: none;
}

.typelist-plain .module-list-item,
.typelist-plain .archive-list-item
{
	padding: 0;
	background: none;
}

.typelist-thumbnailed { margin: 0 0 20px; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.typelist-no-description
{
	text-align: center;
	margin: 10px 0;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}

/* comments */
.comments-open {
	margin-bottom: 25px;
}

.comment-form .grayText {
	color: #999;
}

.comment-form .comments-open-subtext {
	margin: 2px 0 20px 0;
	font-size: 11px;
}

.comment-form .errorBG {
	background-color: #ffebe3;
}

.comment-form .comment-error,
.comment-form .comment-error,
.comment-form .comment-error {
	margin: 2px 0 16px 3px;
	font-size: .9em;
}

.comment-form .active-error {
	display: block;
}

/* comment notification boxes */
.yellowBox,
.yellowGreenBox,
.redBox {
	background: url(../../images/atpcomment-gradient.png) top left repeat-x #ffffe6;
	border: 1px solid;
	margin: 10px 0 50px 0;
	padding: 8px;
	color: #000;
}

.lessBoxMargin {
    margin: 20px 0px 25px 0px;
}

.commentCompleteMargin {
    margin: 25px 0 20px 0px;
}

.yellowBox p,
.yellowGreenBox p,
.redBox p {
	margin-top: 0px;
	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 {
    padding-top: 15px;
}

#comment-avatar-flyout {
    position: absolute;
    z-index: 1;
}

#comment-avatar-flyout-inner {
    xpadding: 40px 40px 40px 10px;
}

#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 0;
    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;
}





/* Portal */





/* Theme */

/* base css */
@import url(/.shared-ja/themes/kaminogoya/theme-layout-only.css);


/* -------------------- basic page elements -------------------- */

body {
font-family: 'trebuchet ms', helvetica, arial, sans-serif;
font-size: 12px;
letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'trebuchet ms', helvetica, arial, sans-serif;
margin: 0;
padding: 0;
}

blockquote {
margin: 0;
padding: 0 30px;
}

hr { margin: 20px 0 0 0; }

img {
height: auto;
}


/* -------------------- Links -------------------- */

a { color: #C9C9C9; text-decoration: none; }
a:visited { color: #C9C9C9; text-decoration: none; }
a:hover { color: #C9C9C9; text-decoration: none; background-color: #333333; }

.entry-header a { text-decoration: none; color:#333; }
.entry-header a:visited { text-decoration: none; color:#333; }
.entry-header a:hover { text-decoration: none; background-color: #333333; color: #C9C9C9; }

#banner a { color: #333333; text-decoration: none; }
#banner a:visited { color: #333333; }
#banner a:hover { color: #C9C9C9; background-color: #333333;}

.module-content a { color: #C9C9C9; }
.module-content a:visited { color: #C9C9C9; }
.module-content a:hover { color: #C9C9C9; text-decoration: none; background-color: #333333; }

.module-calendar .module-content a { color: #C9C9C9;}
.module-calendar .module-content a:visited { color: #C9C9C9; }
.module-calendar .module-content a:hover { color: #C9C9C9; text-decoration: none; background-color: #333333; }


.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a {
color: #333333;
text-decoration: none;
}

.module-header a:visited,
.trackbacks-header a:visited,
.comments-header a:visited,
.comments-open-header a:visited,
.archive-header a:visited {
color: #333333;
text-decoration: none;
}

.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover,
.archive-header a:hover {
color: #C9C9C9;
text-decoration: none;
}


/* -------------------- Headers -------------------- */

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
/* ie win (5, 5.5, 6) bugfix */
p\osition: relative; 
width: 100%;
w\idth: auto;

margin: 0;
padding: 0 0 5px 0;
color: #333333;
background: url(https://alineaathome.typepad.com/.shared/themes/loftwork/loftwork11/theme-image/line.gif) left bottom repeat-x;
font-size: 12px;
font-weight: bold;
line-height: 1.5;
text-transform: uppercase;
}

.archive-header {
margin-top: 0;
margin-left: 0;
padding: 0 0 0 0;
background: url(https://alineaathome.typepad.com/.shared/themes/loftwork/loftwork11/theme-image/line.gif) left bottom repeat-x;
color: #333333;
font-size: 17px;
font-weight: bold;
line-height: 1.4;
}

.trackbacks-header {
color: #333333;
padding: 20px 0 5px 0;
margin: 0;
background: #fff url(https://alineaathome.typepad.com/.shared/themes/loftwork/loftwork11/theme-image/line.gif) left bottom repeat-x;
}

.comments-header,
.comments-open-header {
color: #333333;
padding: 25px 0 5px 0;
margin: 0;
background: #fff url(https://alineaathome.typepad.com/.shared/themes/loftwork/loftwork11/theme-image/line.gif) left bottom repeat-x;
}

.module-archives, 
.module-calendar, 
.module-presence,
.module-elsewhere,
.module-recent-comments,
.module-typelist,
.module-categories,
.module-update-list,
.module-recent-trackbacks,
.module-galleries {
padding: 30px 0 0 0;
}

.module-about {
padding: 30px 0 10px 0;
}


/* -------------------- Contents -------------------- */

.trackbacks p {
margin: 0;
padding: 0;
line-height: 20px;
}

.trackbacks-info,
.comment-content, 
.comment-footer {
margin: 0;
padding: 0;
}

.trackbacks-info p {
margin: 20px 0 0 0;
padding: 0;
}

.trackback-content,
.comment-content {
margin: 0;
padding: 0 0 5px 0;
background: #fff url(https://alineaathome.typepad.com/.shared/themes/loftwork/loftwork11/theme-image/dot_line.gif) left bottom repeat-x;
}

.trackback-content p,
.comment-content p {
margin: 20px 0 0 0;
padding: 10px 0 0 0;
}

.trackback-content p,
.comment-content p,
.trackbacks-info p {
overflow: auto;
}

.trackbacks-content {
margin: 0 0 0 10px;
padding: 0;
}

.comment {
margin: 0 0 0 10px;
padding: 0;
line-height: 20px;
}


.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
font-size: 10px;
}

.entry-footer {
font-size: 10px;
line-height: 1.5em;
}

.entry-more-link {
font-size: 12px;
}

.trackback-footer, 
.comment-footer {
color: #888888;
font-family: 'Hiragino Kaku Gothic Pro W3', Osaka, 'MS PGothic', geneva, verdana, sans-serif;
}

.comments-open-content {
margin: 20px 0 0 10px;
}

#comments-open-footer {
margin: 0 0 0 10px;
}

.layout-one-column #comments-open-footer {
margin: 0 0 20px 10px;
}

#comment-text {
width: 400px;
}

.layout-artistic #comment-text,
.layout-artistic #comment-author,
.layout-artistic #comment-email,
.layout-artistic #comment-url,

.layout-calendar #comment-text,
.layout-calendar #comment-author,
.layout-calendar #comment-email,
.layout-calendar #comment-url,

.layout-timeline #comment-text,
.layout-timeline #comment-author,
.layout-timeline #comment-email,
.layout-timeline #comment-url {
width: 230px;
}

.layout-moblog1 #comment-text,
.layout-three-column-right #comment-text,
.layout-three-column #comment-text {
width: 340px;
}

.layout-moblog2 #comment-text {
width: 280px;
}

.trackback-content, .trackback-footer, .comment-content, .comment-footer {
background-color: #FFF;
} 

.archive {
position: static;
overflow: hidden;
clear: both;
width: 100%;
margin-bottom: 0;
}

.archive-date-based,
.archive-categories,
.archive-user-contact,
.archive-user-minibio,
.archive-user-interests {
margin: 0;
padding: 0 0 20px 0;
}

.layout-calendar .archive-date-based {
margin: 0;
padding: 0;
}



/* -------------------- page layout -------------------- */

body {
color: #333333;
background: #fff url(https://alineaathome.typepad.com/.shared/themes/loftwork/loftwork11/theme-image/bg_ptn.gif) left top repeat-x;
}

.layout-one-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container,
.layout-three-column #container,
.layout-three-column-right #container,
.layout-artistic #container,
.layout-calendar #container,
.layout-moblog1 #container,
.layout-moblog2 #container,
.layout-timeline #container { 
width: 760px; 
background: transparent; 
margin-top: 0; 
margin-bottom: 40px; 
}

#container-inner { 
margin: 0; 
padding: 0;
}

#banner { margin: 0; }

#banner-inner {
width: 760px; 
height: 110px;
background: transparent;	
}

.banner-user {
width: 70px;
margin-top: 4px;
font-size: 10px;
}

.banner-user-photo { 
border: 3px double #fff; 
}

#banner-header {
margin: 0;
padding: 33px 15px 0 26px;
color: #333333;
font-size: 30px;
font-weight: normal;
line-height: 1;
}

#banner-description {
margin: 0;
padding: 10px 15px 0 26px;
color: #C9C9C9;
font-family: "trebuchet ms", verdana, sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 1.125;
}

/* Nav */

#nav
{
	margin-bottom: 20px;
	background-color: #fff;
}

.nav-list
{ 
    border-top: 1px solid #d8eff7;
	border-bottom: 1px solid #d8eff7;
}

.nav-list-item
{
	border-right: 1px solid #d8eff7;
}

.nav-list-item a
{
	font-size: 11px;
	padding: 6px 11px;
}

#alpha, #beta, #gamma, #delta {
float: left;
margin: 0;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
padding: 0;
}

#alpha { width: 255px; }
#beta { width: 445px; }

#gamma, 
#delta { width: 200px; }


.date-header {
margin-top: 0;
padding: 0 0 5px 0;
color: #333;
background: url() left bottom repeat-x;
font-family: "trebuchet ms", verdana, sans-serif;
font-size: 11px;
text-transform: uppercase;
}

.entry {
margin: 0;
padding: 0;
}

.entry-header {
margin-top: 5px;
padding: 0 0 5px 0;
background: url(https://alineaathome.typepad.com/.shared/themes/loftwork/loftwork11/theme-image/line.gif) left bottom repeat-x;
color: #333333;
font-size: 16px;
font-weight: bold;
line-height: 1.4;
}

.entry-content { 
margin: 0;
text-justify: distribute;
text-align: justify;
}

.entry-body p,
.entry-more p,
.archive-content p {
margin: 20px 0 0 0;
padding: 0;
line-height: 23px;
overflow: visible; /* For Mac IE 5 */
/*\*/
overflow: hidden;
/**/
}


.entry-body ul {
padding-top: 10px;
}

.entry-body ul li {
margin: 0;
padding: 0;
}

.entry-body ul li img {
margin: 0;
padding: 0 5px;
}

.entry-more-link { 
font-weight: normal; 
}

.entry-footer {
margin: 0 0 30px 0;
padding: 20px 0 0 0;
color: #888888;
font-weight: normal;
font-family: 'Hiragino Kaku Gothic Pro W3', Osaka, 'MS PGothic', geneva, verdana, sans-serif;
}

.layout-artistic .entry-footer,
.layout-timeline .entry-footer {
margin: 0 0 10px 0;
padding: 20px 0 0 0;
color: #888888;
font-weight: normal;
font-family: 'Hiragino Kaku Gothic Pro W3', Osaka, 'MS PGothic', geneva, verdana, sans-serif;
}

.content-nav { 
margin: 0 0 30px 0; 
text-align: left;
color: #C9C9C9;
font-size: 10px;
font-family: 'Hiragino Kaku Gothic Pro W3', Osaka, 'MS PGothic', geneva, verdana, sans-serif;
}

.content-header { padding-bottom: 20px; }

/* -------------------- modules -------------------- */

.module { color: #888888; }

.module-content { 
margin: 0;
font-family: 'Hiragino Kaku Gothic Pro W3', Osaka, 'MS PGothic', geneva, verdana, sans-serif;
font-size: 11px;
}

.module-calendar .module-content { margin: 10px 0 0 0; }
.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 11px; }
.module-calendar .module-content td { padding: 3px 0 0 0; }

.module-powered { margin: 0; padding: 0; }
.module-powered .module-content {margin: 30px 0 0 0; padding: 0;}


.module-photo { border: 0; background: none; }
.layout-two-column-left .module-photo { 
border: 0; 
background: none; 
padding: 30px 0 0 0;
text-align: left;
}

.module-photo .module-content { margin: 0 10px 0 10px; text-align: left;}

.layout-two-column-left .module-photo .module-content,
.layout-three-column .module-photo .module-content,
.layout-three-column-right .module-photo .module-content,
.layout-moblog1 .module-photo .module-content,
.layout-moblog2 .module-photo .module-content,
.layout-artistic .module-photo .module-content,
.layout-calendar .module-photo .module-content,
.layout-timeline .module-photo .module-content { margin: 0; text-align: left;}


.module-photo img { border: 0; }

.module-content { margin: 30px 0 0 0; }
.module-archives .module-content,
.module-update-list .module-content,
.module-recent-trackbacks .module-content,
.module-categories .module-content,
.module-typelist .module-content,
.module-recent-comments .module-content { margin: 5px 0 0 0; }
.module-presence .module-content,
.module-elsewhere .module-content { margin: 0; }

.module-list-item {
padding: 5px 0 0 10px;
background: url(https://alineaathome.typepad.com/.shared/themes/loftwork/loftwork11/theme-image/dot.gif) 0 0.9em no-repeat;
margin: 0;
line-height: 1.2;
}

.archive-list-item {
padding: 5px 0 0 10px;
background: url(https://alineaathome.typepad.com/.shared/themes/loftwork/loftwork11/theme-image/dot.gif) 0 0.9em no-repeat;
margin: 0;
line-height: 1.2;
}

.layout-timeline .archive-list-item {
width: 100%;
padding: 5px 0 0 10px;
background: url(https://alineaathome.typepad.com/.shared/themes/loftwork/loftwork11/theme-image/dot.gif) 0 0.9em no-repeat;
margin: 0;
line-height: 1.2;
}

.archive-content {
clear: both;
margin: 5px 0 20px 0;
}

.archive-date-based .archive-content,
.archive-categories .archive-content {
width: 100%;
margin: 0;
padding: 10px 0 20px 0;
}

.layout-calendar .archive-date-based .archive-content,
.layout-calendar .archive-categories .archive-content {
width: 100%;
margin: 0;
padding: 10px 0 40px 0;
}

.layout-artistic .archive-category .archive-content,
.layout-timeline .archive-category .archive-content,
.layout-calendar .archive-category .archive-content {
width: 100%;
margin: 0;
padding: 10px 0 10px 0;
}



/* ----- TypeList ----- */

.typelist-plain .module-list-item {
width: 100%;
margin: 0;
padding: 5px 0 0 0;
background: none;
}

.typelist-thumbnailed { 
margin: 0 0 20px 0; 
}

.typelist-thumbnailed .module-list-item {
margin: 1px 0;
border: 1px solid #E3E3E3;
padding: 0;
background: #fff url() left top repeat-x;
}

.typelist-thumbnail { 
background: #e2ecf3; 
}

.module-featured-photo { width: 445px; }
.module-featured-photo .module-content { margin: 15px 0 5px 15px; }
.layout-artistic .module-featured-photo .module-content { margin: 0 0 5px 15px; }
.module-featured-photo img { width: 415px; }

.module-recent-photos { border: 0; }
.module-recent-photos .module-content { margin-left: 0; }
.module-recent-photos .module-list { margin-left: 0; }
.layout-artistic .module-recent-photos .module-list { margin-left: 15px; }
.module-recent-photos .module-list-item {
width: 64px; /* mac ie fix */
margin: 0 6px 6px 0;
padding: 0;
background: none;
}

.module-recent-photos .module-list-item a {
border: #E3E3E3 1px solid;
padding: 1px;
background: #FFF;
}

.module-recent-photos .module-list-item a:hover {
border-color: #333;
background: #FFF;
}



/* -------------------- one-column -------------------- */

.layout-one-column #alpha {
margin: 0;
padding: 0;
overflow: hidden;
width: auto;
}

.layout-one-column #alpha-inner {
border: none;
padding: 50px 20px 0 20px;
margin: 0;
}

.layout-one-column #pagebody {
padding-bottom: 80px;
background: transparent;	
}


/* -------------------- two-column-left -------------------- */

.layout-two-column-left #alpha { 
width: 230px; 
}

.layout-two-column-left #alpha-inner {
margin: 0;
padding: 20px 30px 0 25px;
}

.layout-two-column-left #beta { 
width: 530px; 
}

.layout-two-column-left #beta-inner {
margin: 0;
padding: 50px 40px 0 10px;
}

.layout-two-column-left #pagebody {
padding-bottom: 80px;
background: transparent;	
}



/* -------------------- two-column-right -------------------- */

.layout-two-column-right #alpha { 
width: 530px; 
}

.layout-two-column-right #alpha-inner {
margin: 0 30px 0 25px;
padding: 50px 0 0 0;
}

.layout-two-column-right #beta { 
width: 230px; 
}

.layout-two-column-right #beta-inner {
margin: 20px 20px 0 30px;
padding: 0;
}



/* -------------------- three-column -------------------- */

.layout-three-column #alpha {
width: 180px;
}

.layout-three-column #alpha-inner {
border: none;
padding: 20px 20px 0 20px;
margin: 0;
}

.layout-three-column #beta {
width: 400px;
}

.layout-three-column #beta-inner {
border: none;
padding: 50px 20px 0 20px;
margin: 0;
}

.layout-three-column #gamma {
width: 180px;
}

.layout-three-column #gamma-inner {
border: none;
padding: 20px 20px 0 20px;
margin: 0;
}

/* -------------------- three-column-right -------------------- */

.layout-three-column-right #alpha {
width: 400px;
}

.layout-three-column-right #alpha-inner {
border: none;
padding: 50px 20px 0 20px;
margin: 0;
}

.layout-three-column-right #beta {
width: 180px;
}

.layout-three-column-right #beta-inner {
border: none;
padding: 20px 20px 0 20px;
margin: 0;
}

.layout-three-column-right #gamma {
width: 180px;
}

.layout-three-column-right #gamma-inner {
border: none;
padding: 20px 20px 0 20px;
margin: 0;
}



/* -------------------- artistic tweaks -------------------- */

.layout-artistic #alpha {
width: 300px;
}

.layout-artistic #alpha-inner {
padding: 50px 20px 0 20px;
margin: 0;
}

.layout-artistic #beta {
width: 460px;
}

.layout-artistic #beta-inner {
padding: 50px 0 0 0;
margin: 0;
}

.layout-artistic #gamma{
margin: 0;
padding: 0;
width: 230px;
}

.layout-artistic #gamma-inner { 
margin: 0 15px 0 15px;
padding: 0;
}

.layout-artistic #delta {
margin: 0;
padding: 0;
width: 220px;
}

.layout-artistic #delta-inner { 
margin: 0 10px 0 10px;
padding: 0;
}

.layout-artistic #pagebody {
padding-bottom: 20px;
background: transparent;	
}



/* -------------------- calendar tweaks -------------------- */

.layout-calendar #alpha {
width: 300px;
}

.layout-calendar #alpha-inner {
padding: 50px 20px 0 20px;
margin: 0;
}

.layout-calendar #beta {
width: 460px;
}

.layout-calendar #beta-inner {
padding: 50px 0 0 0;
margin: 0;
}

.layout-calendar #gamma{
margin: 0;
padding: 0;
width: 230px;
}

.layout-calendar #gamma-inner { 
margin: 0 15px 0 15px;
padding: 0;
}

.layout-calendar #delta {
margin: 0;
padding: 0;
width: 220px;
}

.layout-calendar #delta-inner { 
margin: 0 10px 0 10px;
padding: 0;
}

.layout-calendar #pagebody {
padding-bottom: 20px;
background: transparent;	
}


.module-mmt-calendar { width: 445px; margin: 0; }

.module-mmt-calendar .module-header {
margin: 0;
padding: 0 15px 5px 15px;
color: #333;
background: #FFF url() left top repeat-x;
font-size: 13px;
font-weight: bold;
text-align: left;
}

.module-mmt-calendar .module-content { margin: 15px; }

.module-mmt-calendar table {
width: 415px;
background: #fff;
}

.module-mmt-calendar th {
color: #333;
border-top: 1px solid #fff;
border-right: 1px solid #E3E3E3;
border-bottom: 1px solid #E3E3E3;
padding: 2px;
text-align: right;
font-weight: bold;
}

.module-mmt-calendar td {
border-top: 1px solid #fff;
border-right: 1px solid #E3E3E3;
border-bottom: 1px solid #E3E3E3;
padding: 2px;
text-align: right;
font-weight: normal;
background: #fff url() left top repeat-x;
}

th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42 {
border-right: none;
}

.day-photo a {
border: #bbb 1px solid;
padding: 1px;
background: #e7e7ec;
}

.day-photo a:hover {
border-color: #235961;
background: #e7e2c6;
}



/* -------------------- moblog1 tweaks -------------------- */

.layout-moblog1 #alpha {
width: 180px;
}

.layout-moblog1 #alpha-inner {
border: none;
padding: 20px 20px 0 20px;
margin: 0;
}

.layout-moblog1 #beta {
width: 400px;
}

.layout-moblog1 #beta-inner {
border: none;
padding: 50px 20px 0 20px;
margin: 0;
}

.layout-moblog1 #gamma {
width: 180px;
}

.layout-moblog1 #gamma-inner {
border: none;
padding: 50px 20px 0 20px;
margin: 0;
}

.layout-moblog1 #pagebody {
padding-bottom: 20px;
background: transparent;	
}

.layout-moblog1 .module-recent-photos { margin: 0; }
.layout-moblog1 .module-recent-photos .module-content { margin: 10px 0 0 0; }



/* -------------------- moblog2 tweaks -------------------- */

.layout-moblog2 #alpha {
width: 85px;
}

.layout-moblog2 #alpha-inner {
border: none;
padding: 40px 0 0 10px;
margin: 0;
}

.layout-moblog2 #beta {
width: 340px;
}

.layout-moblog2 #beta-inner {
border: none;
padding: 50px 10px 0 20px;
margin: 0;
}

.layout-moblog2 #gamma {
width: 170px;
}

.layout-moblog2 #gamma-inner {
border: none;
padding: 20px 10px 0 15px;
margin: 0;
}

.layout-moblog2 #delta {
width: 165px;
}

.layout-moblog2 #delta-inner {
border: none;
padding: 20px 10px 0 10px;
margin: 0;
}

.layout-moblog2 #pagebody {
padding-bottom: 20px;
background: transparent;	
}

.layout-moblog2 .module-photo .module-content { margin: 0 10px; }
.layout-moblog2 .module-photo .module-content img { width: 100px; height: auto; }

.layout-moblog2 .module-recent-photos { margin: 0; }
.layout-moblog2 .module-recent-photos .module-content { margin: 10px 0 0 10px; }



/* -------------------- timeline tweaks -------------------- */

.layout-timeline #alpha {
width: 300px;
}

.layout-timeline #alpha-inner {
padding: 50px 20px 0 20px;
margin: 0;
}

.layout-timeline #beta {
width: 460px;
}

.layout-timeline #beta-inner {
padding: 40px 10px 0 0;
margin: 0;
}

.layout-timeline #beta #gamma{
margin: 0;
padding: 0;
width: 230px;
}

.layout-timeline #beta #gamma-inner { 
margin: 0;
padding: 0 15px 0 15px;
}

.layout-timeline #beta #delta {
margin: 0;
padding: 0;
width: 220px;
}

.layout-timeline #beta #delta-inner { 
margin: 0;
padding: 0 10px 0 10px;
}

.layout-timeline #pagebody {
padding-bottom: 20px;
background: transparent;	
}

.layout-timeline .module-recent-photos .module-content { margin: 10px 0 0 15px; }
.layout-timeline .module-recent-photos .module-list-item { margin: 0 5px 5px 0; }

.layout-timeline .module-recent-photos .module-header {
margin: 0;
padding: 5px 15px;
color: #333;
background: #FFF;
font-size: 13px;
font-weight: bold;
text-align: left;
}






/* Custom */

.entry,
.trackbacks,
.comments,
.archive
{
        font-family: georgia, 'trebuchet ms', helvetica, arial, sans-serif;
        font-size: 12px;
	position: static;
	overflow: visible;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.trackback-content p,
.comment-content p,
.trackbacks-info p {
overflow: visible;
}

#banner-inner {
width: 760px; 
height: 90px;
margin-top: 10px;
background: transparent;	
}

#banner-header {
margin: 0;
padding: 33px 15px 0 26px;
color: #333333;
font-size: 55px;
font-weight: normal;
line-height: 1;
}

h1 .smaller-title { font-size: 48px; }

body {
font-family: georgia, 'trebuchet ms', helvetica, arial, sans-serif;
font-size: 12px;
letter-spacing: 0.07em;
}

#banner a { color: #333333; text-decoration: none; }
#banner a:visited { color: #333333; }
#banner a:hover { color: #ED5129; background-color: white;}

a { color: #5588aa; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:hover { color: #999999; text-decoration: none; background-color: white; }

.module-content a { color: #5588aa; }
.module-content a:visited { color: #999999; }
.module-content a:hover { color: #999999; text-decoration: none; background-color: white; }

.entry-header a { text-decoration: none; color: #ED5129; font-size: 16px; }
.entry-header a:visited { text-decoration: none; color:#ED5129; }
.entry-header a:hover { text-decoration: none; background-color: white; color: #C9C9C9; }

#copyright { clear: both; text-align: center; font-size: 10px; }

.entry-header {
margin-top: 5px;
padding: 0 0 5px 0;
background: url(https://alineaathome.typepad.com/.shared/themes/loftwork/loftwork11/theme-image/line.gif) left bottom repeat-x;
color: #333333;
font-size: 16px;
font-weight: bold;
line-height:18px;
}

.entry-content { 
margin: 15px 0;
/*
text-justify: distribute;
text-align: justify;
*/
}

.entry-body p,
.entry-more p,
.archive-content p {
font-family: georgia, 'trebuchet ms', helvetica, arial, sans-serif;
font-size: 12px;
margin: 20px 0 0 0;
padding: 0;
line-height: 20px;
overflow: visible; /* For Mac IE 5 */
/*\*/
overflow: hidden;
/**/
}

.entry-body { text-align: left !important; }

.book-cover {
padding: 0 0 15px 0;
}

.pager-bottom { font-weight: bold; padding: 15px 10px; }
/* ph=1 */
