/* base css -- was @import url(/.shared/themes/common/base-weblog.css);    */


/* 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%; 
		background-image: url(http://www.illegal-art.org/house/blank.gif); 
		background-repeat: no-repeat; }

#alpha, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}





#beta
{	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;   }


#beta-inner

{	border-left: 1px;
	border-left-color: #000; }



#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}




/* 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,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 0px;
	line-height: 1.5;
}

.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,
.comment-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-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;
	line-height: 1.2;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item,
.archive-list-item
{
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000000;
}

.module-more
{
	text-align: right;

}

.module-elsewhere .module-list img,
.archive-elsewhere .archive-list img,
.module-presence img
{
	vertical-align: middle;
}



.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;
	color: #000000;
}

.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;
}








/* theme css was  @import url(/.shared/themes/common/base-weblog.css); */


/* basic page elements */

body
{
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}

a { color: #CB5F00; text-decoration: underline; }
a:hover { color: #883B00; }

#banner a { color: #000; text-decoration: none; }
#banner a:hover { color: #000; }


.entry-header a { color: #CB5F00; text-decoration: none; }
.entry-header a:visited { color: #883B00; }
.entry-header a:hover { color: #883B00; }

h1, h2, h3, h4, h5, h6
{
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.archive-header
{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 5px;
	padding: 0px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}

.sidebar-text {	margin: 5px;
		font-weight: bold;  
		line-height: 1.2;
		color: #000000; }


.comments-open-header, 
.comments-header    {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}





.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
	color: black;
}


.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 11px;
}

.entry-more-link, {
	font-size: 14px;
	font-weight: bold;
}



.commenter-profile img { vertical-align: middle; }


/* page layout */

body
{
	min-width: 720px;
	color: #333;
	background: #fff;
}

#container
{
	width: 720px;
	margin-bottom: 20px;
	background: #fff;
}

#container-inner
{
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}




#banner-header
{
	margin: 0;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

#banner-description
{
	margin-top: 5px;
	margin-bottom: 0;
	color: #000;
	background: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.125;
}

#alpha { margin: 130px 25px 15px 30px;  width: 455px; }
#beta { width: 200px; background: #f0f0f0;  }
#gamma, #delta { width: 180px; background: #f0f0f0; }

#beta-inner,
#gamma-inner,
#delta-inner
{
	padding-left: 10px;

}

.date-header
{
	margin-top: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.entry-header
{
	margin-top: 0;
	color: #CB5F00;
	font-size: 18px;
}

.entry-content,
.comment-content,
.trackback-content
{
	margin: 0px;
	line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
	margin: 0 0 20px;
	border-top: 1px solid #e4e4e4;
	padding-top: 3px;
	color: #CB5F00;
	font-size: 10px;
	text-align: right;
}


.content-nav { margin-top: 0; }

.content-header
{
	margin: 0 0 30px;
	color: #CB5F00;
	font-size: 24px;
}

.trackbacks-info,
.comments-info
{
	margin-bottom: 20px;
}

.comments-open-footer
{
	margin: 10px 0;
}


/* modules */

.module
{
	margin: 0 0 10px;
}



.module-content a  	{	color: #000;  	}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content
{
	margin-bottom: 0;
	border: 1px dashed #a80101;
	padding-bottom: 10px;
	background: #fff;
}


.module-list    /* governs list ITEMS like months and indiv. comments */
{
	margin: 0px 15px 0px 5px;
}


.module-list .module-list
{
	margin: 0px;

}

.module-list-item
{
	margin-top: 0;
	margin-left: 0; 
	line-height: 1.2;

}

.module-list-item a {color: #000; text-decoration: none; }

.typelist-thumbnailed .module-list
{
	margin: 0 0 10px;
	list-style: none;
}

.typelist-thumbnailed .module-list-item
{
	margin: 1px 0;
	padding: 0;
	background: #f8f8f8;
}

.typelist-thumbnail
{
	background: #fff;
}

.typelist-no-description { margin: 0; }
.typelist-no-description img { margin: 5px; }

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content
{
	margin: 0;
	border-width: 0;
	padding: 0;
}



/* user css */



/* ph=1 */
/* nhm:from_kauri */
