/*
	XHTML ELEMENTS
*/

html	{
	margin: 0;
	border: 0;
	padding: 0;	
	}
body	{
	text-align: center; /* centering sitewrap */
	color: #333;
	font-family: verdana, arial, sans-serif;
	font-size: 80%; /* 76% is smallest */
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent url(/site/bg-pattern-texture1.gif) repeat top center;
	}
img		{
	display: block;
	border: 0;
	}

/*
	TYPOGRAPHY: Headers, Lists, Paragraph, Blockquote
*/

p.indent {
	margin: 1em 0 0 25px;
	border: 0;
	padding: 0;
	}
blockquote	{
	margin: 1.5em 25px 0.6em 25px;
	border: 0;
	padding: 1px 0 1px 25px;
	background: transparent url(/site/half-trans-fff.gif) repeat left top;
	}
h1, h2, h3, h4, h5, h6	{
	color: #666; /* gray */
	font-weight: bold;
	line-height: 1.1em;
	margin: 1.3em 0 0 0;
	}
h1	{font-size: 1.6em;/* see #identity h1 */}
h2	{font-size: 1.6em;}
h3	{font-size: 1.6em;}
h4	{font-size: 1.3em;}
h5	{font-size: 1.1em; margin: 1.5em 0 0 0;}
h6	{font-size: 1em; margin: 1.5em 0 0 0;}
ul, ol	{
	margin: 1em 0 0 0; /* similar to p margin settings */
	border: 0;
	padding-left: 25px;
	}
ul li, ol li	{
	list-style-position: outside;
	line-height: 1.2em;
	margin: 0 0 3px 0;
	border: 0;
	padding: 0;
	}
ul.disc	{list-style-type: disc;}
ul.circle	{list-style-type: circle;}
ul.square	{list-style-type: square;}
ul.none	{list-style-type: none;}
ul.decimal	{list-style-type: decimal;}
ol.decimal-leading-zero	{list-style-type: decimal-leading-zero;}
ol.lower-roman	{list-style-type: lower-roman;}
ol.upper-roman	{list-style-type: upper-roman;}
ol.lower-alpha	{list-style-type: lower-alpha;}
ol.upper-alpha	{list-style-type: upper-alpha;}
ul.image	{list-style-type: none;}
ul.image li	{
	padding: 0 0 0 19px;
	background: transparent url(/site/) no-repeat 0px 5px;
	}
ul.nobullets	{list-style-type: none;}
ul.nobullets li	{
	padding: 0 0 0 19px;
	}

/*
	PARTICULAR ESSENTIALS
*/

.nomargin {margin: 0 0 0 0;}
.alttext {display: none;}
.spaceclearing {display: block;
	clear: both;
	height: 0px;
	font-size: 1em;
	overflow: auto;
	}
.pipe, .backslash	{
	font-size: 1.3em;
	font-weight: lighter;
	line-height: 0.5em;
	padding: 0 0.5em;
	}
.middot, .period	{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 0.5em;
	padding: 0 0.5em;
	}
.greaterthan, .lessthan	{
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 0.5em;
	padding: 0 0.5em;
	}
.xtraspace	{
	font-size: 1em;
	font-weight: lighter;
	line-height: 0.5em;
	padding: 0 10px;
	}

/*
	LINKS
*/

a:link, a:visited {
	text-decoration: underline;
	color: #666; /* dark gray */
	background-color: transparent;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #000; /* black */
	background-color: transparent;
	}

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {/* linkable titles */
	text-decoration: none;
	color: #666; /* dark gray */
	padding: 0;
	background-color: transparent;
	}
h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active, h6 a:hover, h6 a:active {
	text-decoration: none;
	color: #000; /* black */
	padding: 0;
	background-color: transparent;
	}

/*
	LAYOUT
*/

#sitewrap	{
	text-align: left;
	background-color: transparent;
	margin: 10px auto 50px auto; /* centering sitewrap */
	border: 0;
	padding: 0;
	width: 900px;
	}

/*
	LEFTCOL
*/

#leftcol	{
	float: left;
    background-color: #DBE6E0;
	margin: 0;
	border: 0;
	padding: 0;
	width: 160px;
	}

/*
	IDENTITY
*/

#identity	{
	color: #000;
	margin: 0;
	border: 0;
	padding: 0;
	width: 160px;
	}
a#lebourgeoismoon, a#lebourgeoismoon:link, a#lebourgeoismoon:visited, a#lebourgeoismoon:hover, a#lebourgeoismoon:active	{
	text-decoration: none;
	color: #000; /* black */
	background-color: transparent;
	}
#identity h1	{/* Louise LeBourgeois in identity */
	text-align: center;
	clear: both;
	color: #000; /* black */
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 10px 0 50px 0;
	border: 0;
	padding: 0;
	}
a#louiselebourgeois, a#louiselebourgeois:link, a#louiselebourgeois:visited, a#louiselebourgeois:hover, a#louiselebourgeois:active	{
	text-decoration: none;
	color: #000; /* black */
	background-color: transparent;
	}

/*
	NAVIGATION
*/

div#navigation	{
	margin: 0 0 50px 0;
	border: 0;
	padding-left: 12px;
	width: 133px;
	}
ul#navlist {
	margin: 0;
	border: 0;
	padding: 0;
	width: 133px;
	}
ul#navlist li {
	list-style: none;
	text-align: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 133px;
	}
ul#navlist li a, ul#navlist li a:link, ul#navlist li a:visited {
	display: block;
	text-decoration: none;
	color: #666; /* dark gray */
	font-size: 1em;
	font-weight: bold;
	background-color: transparent;
	margin: 10px 0 0 0;
	width: 160px;
	}
ul#navlist li a:hover, ul#navlist li a:active {
	display: block;
	text-decoration: none;
	color: #000; /* black */
	font-size: 1em;
	font-weight: bold;
	background-color: transparent;
	margin: 10px 0 0 0;
	width: 133px;
	}

ul#navlist li a.thissection, ul#navlist li a.thissection:link, ul#navlist li a.thissection:visited	{
	background-color: transparent;
	border-bottom: 1px dotted #fdfdfa;
	padding: 4px 0;
	}
ul#navlist li a.thissection:hover, ul#navlist li a.thissection:active	{
	color: #000;
	background-color: transparent;
	border-bottom: 1px dotted #fdfdfa;
	padding: 4px 0;
	}

ul#subnavlist {
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 3px 0 5px 4px;
	width: 133px;
	}
ul#subnavlist li {
	list-style: none;
	text-align: left;
	margin: 0;
	border: 0;
	padding-left: 4px;
	width: 133px;
	}
ul#subnavlist li a, ul#subnavlist li a:link, ul#subnavlist li a:visited {
	display: block;
	text-decoration: none;
	color: #666; /* dark grey */
	font-size: 0.9em;
	font-weight: bold;
	background-color: transparent;
	margin: 0;
	padding-left: 4px;
	width: 133px;
	}
ul#subnavlist li a.thissection:link, ul#subnavlist li a.thissection:visited, ul#subnavlist li a.thissection:hover, ul#subnavlist li a.thissection:active {
	display: block;
	text-decoration: none;
	color: #000; /* black */
	font-size: 0.9em;
	font-weight: bold;
	background-color: transparent; 
	margin: 0;
	padding-left: 4px;
	width: 133px;
	}

.rssatomlinks {
text-align: center;
font-size: 0.8em;
margin: 50px 0 0 0;
width: 133px;
}

/*
	RIGHTCOL
*/

#rightcol	{
	float: right;
	margin: 0;
	border: 0;
	padding: 0;
	width: 668px;
	}

/*
	CONTENTTOP
*/

#contenttop	{
	margin: 0;
	border: 0;
	padding: 0;
	width: 668px;
	height: 120px;
	}

#contenttop h2	{
	margin: 0;
	border: 0;
	padding: 0;
	width: 668px;
	height: 104px;
	}

span.section	{
	}
span.page	{
	}
span.category	{
	}

/*
	CATEGORY NAVIGATION
*/

#categorynavigation	{
	clear: both;
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #CCCCCC;
	width: 668px;
	height: 28px;
	}

ul#catnavlist {
	text-align: left;
	margin: 0;
	border: 0;
	padding: 5px 0 0 0; /* pushes the text links down */
	}
ul#catnavlist li {
	list-style: none;
	display: inline;
	text-align: center;
	margin: 0;
	border: 0;
	padding: 0 10px 0 10px;
	}

ul#catnavlist li a:link, ul#catnavlist li a:visited {
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: bold;
	background-color: transparent; 
	margin: 0;
	border: 0;
	padding: 0;
	}
ul#catnavlist li a:hover, ul#catnavlist li a:active {
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: bold;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	}

ul#catnavlist li a.thiscat:link, ul#catnavlist li a.thiscat:visited, ul#catnavlist li a.thiscat:hover, ul#catnavlist li a.thiscat:active {
	color: #000;
	background-color: transparent;
	}

/*
	INTERIOR CONTENT LAYOUT
*/

#content	{
	text-align: left;
	line-height: 1.3em;
	margin: 5px 0 0 0;
	padding: 0;
	width: 668px;
	}

div#singlecol	{
	line-height: 1.3em;
	margin: 0;
	border: 0;
	padding: 0 168px 0 0; /* l+r= 168 */
	width: 668px;  /* bmh */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 500px;
	}
html> div#onecontent {
	width: 500px;
	}

#colone	{
	float: left;
	display: inline;
	margin: 0;
	border: 0;
	padding: 0 0 0 70px; 
	width: 159px;
	}
#coltwo	{
	float: right;
	display: inline;
	margin: 0;
	border: 0;
	padding: 0 0 0 5px;
	width: 464px;
	}
	
#thumbindex {	
    list-style-type: none;
	display: inline;
	font-size: .7em;
	background-color: white;
	margin: 0;
	border: 0;
	padding: 0;
	
	}

/*
	FOOT
*/

#foot	{
	text-align: right;
	margin: 0;
	border: 0;
	padding: 0;
	width: 900px;
	}

ul#footnavlist {
	margin: 0;
	border: 0;
	padding: 50px 0 0 0; /* pushes the text links down */
	}
ul#footnavlist li {
	list-style: none;
	display: inline;
	margin: 0;
	border: 0;
	padding: 0 0 0 8px;
	}
ul#footnavlist li a, ul#footnavlist li a:link, ul#footnavlist li a:visited {
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	}
ul#footnavlist li a:hover, ul#footnavlist li a:active {
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	}

p.copyright	{ /* copyright info */
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
	margin: 8px 0 0 0; /* make this area fixed, not scalable */
	border: 0;
	padding: 0;
	}

a#h1logo:link, a#h1logo:visited {
	display: block;
	float: right;
	font-weight: bold;
	text-decoration: none;
	color: #999; /* medium gray */
	background: transparent url(/site/h1logo.gif) no-repeat left top;
	margin: 0;
	border: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	}
a#h1logo:hover, a#h1logo:active {
	color: #333; /* dark gray */
	background: transparent url(/site/h1logo-over.gif) no-repeat left top;
	}

/* ADDED WHILE IN TXP */

.artistlinkslist {
}
.artistlinkslist ul {
}
.artistlinkslist ul li {
list-style: none;
padding: 3px 0;
}
.categorytags {
font-size: 0.9em;
margin: 0 0 1em 0;
border-bottom: 1px dotted #CCCCCC;
padding: 0.3em 0 1em 0;
}
.posteddate {
font-size: 0.9em;
}
ul.resumelist {
padding: 0 0 0 45px;
}
ul.resumelist li {
list-style: none;
text-indent: -45px;
line-height: 1.6em;
margin: 0;
}

/* begin styles for RSS Feed */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
