/********* Style sheet for LindaKingArtist.com *********/


html, body  {
	color: #993;
	font-size: small;
	font-family: verdana, tahoma, helvetica, sans-serif;
	background-color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
	
/* layout structure */
	
#content {
	width: 1024px;
	border: 1px none #000;
	margin: 0 auto;
	padding: 0em 2em;
	text-align: center;
	font-size: 85%;
	line-height: 1.5em;
	}
	
	
/* meta navigation */

.navigation {
  	text-align: center;
  	}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 4% 0 0 0;
	}

.navigation li {
    display: inline;
    }

* html .navigation a {
    width: 100%;
    }
 

/* links */

a:link, a:visited {
	color: #ccc;
	background-color: transparent;
	text-decoration: none;
	}


a:hover, a:active {
	color: #c90;
	background-color: transparent;
	text-decoration: none;
	}
	
 .navigation a:link, .navigation a:visited {
	color: #ccc;
	background-color: transparent;
	text-decoration: none;
	}


.navigation a:hover, .navigation a:active {
	color: #c90;
	background-color: transparent;
	text-decoration: none;
	}
		
/* end links */
	

/* headings */

h1 {
	font-size: 150%;
	text-align: center;
	margin-top: 2em;
	letter-spacing: 2px;
	}
	
h2 {
	font-size: 100%;
	padding-top: 2em;
	margin-bottom: -10px;
	letter-spacing: 2px;
	}
	

ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	}
	
ul li {
	margin-left: 0;
	padding-left: 0;
	}
	
.clear {
	clear: both;
	}
	
/* end lindakingartist.com styles */
