/* CSS Core Styles for LDianeJohnson.com - General Pages */

body 	{
	background-color: #000;
	background-image: none;;
	color: #000;
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.hide	{
	display: none;
	}
		
/* ONE TIME USE IDs*/
	
#mast	{ position: absolute; 
	margin-top: 0px; 
	margin-left: 0px; 
	width: 600px; 
	height: 86px; 
	}

#content    { background-color: #fff; margin-top: 100px; margin-left: 0px; position: absolute; top: 0px; left: 0px; width: 600px; visibility: visible }
	
#footer	{
	font:10px verdana, arial, helvetica, sans-serif;
	margin-top: 40px;
	}
	
#pullquote	{
	font: normal 11px/18px georgia, times, serif; 
	margin: 0; 
	padding: 0;
	text-align: center;
	}
	
/* PARAGRAPH TEXT*/

p  {	/* primitive version for css-1 agents */
	font:11px/18px verdana, arial, helvetica, sans-serif;
	color: #696969;
	margin:	.5em 0;
	margin-bottom: 1em;
	}
	
#content p+p	{	/* sophisticated alternative for css-2 agents */
	margin-top:	-.5em;
	text-indent: 2em;
	}
	
/* TITLES AND HEADER TEXT*/
	
h1, h2, h3, h4, h5	{
	font-weight: normal;
	font-family: Georgia, New Century Schoolbook, Times New Roman, Times, serif;
	vertical-align: bottom; 
	margin-right: 0;
	}
	
h1	{
	font-size: 1.25em;
	color: #336699;
	margin-top: 5px;
	margin-bottom: 0;
	}
	
h2  {
	font-size: 1em;
	color: #000000;
	margin-top: 0.5em;
	margin-bottom: 1.15em;
	}
	
h3  {  /* Artist's Names */
	font-size: 1.14em;
	color: #336699;
	margin-top: 0em;
	}
	
h4  {  /* Artist's Statement Headline */
	font-size: 1em;
	font-weight: bold;
	color: #336699;
	margin-top: 0px;
	margin-bottom: -5px;
	}
	
h5  {  /* Artist's Attribute */
	font-size: .75em;
	font-weight: normal;
	margin-top: -10px;
	}
	
/* LINKS */

a.menu:link {
	color: #696969;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	vertical-align: bottom;
	text-align: right;
	}

a.menu:visited {
	color: #696969;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	vertical-align: bottom;
	text-align: center;
	}

a.menu:hover {
	color: #a9a9a9;
	text-decoration: underline;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	vertical-align: bottom;
	text-align: center;
	}

a.menu:active {
	color: #696969;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	vertical-align: bottom;
	text-align: center;
	}

a:link {
	font-weight: normal; 
	color: #696969;
	text-decoration: none;
	}

a:visited {
	font-weight: normal; 
	color: #a9a9a9;
	text-decoration: none;
	}

a:hover {
	font-weight: normal; 
	color: #a9a9a9;
	text-decoration: underline;
	}

a:active {
	font-weight: normal; 
	color: #696969;
	text-decoration: none;
	}

/* OTHER ATTRIBUTES */

.center {
	text-align: center;
	}

.strong, b {
	font-weight: bold;
	}

li {
	list-style-position: inside;
	list-style-type: square;
	display: list-item;
	list-style-image: url(http://www.critiquestudio.com/images/bullet_sm_triangle.gif);
	word-spacing: -.1em;
	}
	
/* IMAGES HANDLING*/

img	{
	border: 0 none;
	vertical-align: top;
	}
	
.imgrt	{
	border: 0;
	vertical-align: top;
	text-align: right;
	}
	
.imgpainters	{
	border: 0 none;
	margin-top: 12px;
	margin-left: 10px;
	text-align: right;
	}
	
.nothing  {
	margin-top: 0;
	padding-top: 0;
	}
	
.margin15 {
	margin: 15px;
	}
		
.fiftytop {
	margin-top: 50px;
	}
	
.fiftybottom  {
	margin-bottom: 50px;
	}
	
.inline {
	display: inline;
	}
	
.td img {
	display: block;
	
/* Navigation bar components */

table#nav	{
	text-align : center;
	border: 0;
	}

table#nav td	{
	font: 10px arial, helvetica, sans-serif, verdana;
	text-align: center;
	vertical-align: top;
	}

table#nav td a	{
	font-weight: normal;
	color: #336699;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
	
#nav td a:link, #nav td a:visited {
	background: transparent url(images/bar-100-rect.gif) repeat;
	display: block;
	margin: 0;
	width: 100px;
	line-height: 25px;
	} 

#nav td a:hover {
	color: #000000;
	background: white url(images/bar-100-rect-lt.gif) repeat;
	} 
